@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

当CSSには、TOPページを除く各ページごとのコンテンツを掲載・レイアウトするにあたって、使用する要素（見出し・リードコピー・本文テキスト・画像の掲載・トピックスボックス・
リスト表示・リンクリスト・リンクボタン・テーブルなど）の基本設定を記述してください

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



/**************************************************************************************************

■ 各ページコンテンツ内要素 共通設定

**************************************************************************************************/



.pages_title{
	height:50px;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	display:none;
}
.course .pages_title{
	letter-spacing: normal;
}
.pages_title.current{
	display: block;
}
.pages_title span{
font-family: 'Roboto', sans-serif;

font-weight: 400;
}


/*pages_visual*/

.pages_visual{
	width:100%;
	min-height:240px;
	position:relative;
	margin-bottom: 20px;
}

/*pages_settings*/
		.education .pages_visual{
			background:url(../education/images/mainimg_education.png) no-repeat center center;
			background-size:cover;
		}
		.about .pages_visual{
			background:url(../about/images/mainimg_about.png) no-repeat center center;
			background-size:cover;
		}
		.course .pages_visual{
			background:url(../course/images/mainimg_course.jpg) no-repeat center 20%;
			background-size:cover;
		}
		.career .pages_visual{
			background:url(../career/images/mainimg_career.png) no-repeat center center;
			background-size:cover;
		}
		.schoollife .pages_visual{
			background:url(../schoollife/images/mainimg_life.png) no-repeat center center;
			background-size:cover;
		}
		.admission .pages_visual{
			background:url(../admission/images/mainimg_admission.png) no-repeat center center;
			background-size:cover;
		}
		.info .pages_visual{
			background:url(../info/images/mainimg_info.png) no-repeat center center;
			background-size:cover;
		}

		.music .pages_visual{
			width:100%;
			min-height:480px;
			height:50vw;
			background:url(../wind_music/images/music_main_bg.png) no-repeat center top;
			background-size:cover;
			margin-bottom:0;
		}
		.music.new .pages_visual{
			width:100%;
			height:100%;
			background:url(../wind_music/images/music_main_bg02.jpg) no-repeat center top;
			background-size:cover;
			margin-bottom:0;
		}
		.music_fistory .pages_visual{
			width:100%;
			min-height:400px;
			height:  40vh;
			background:url(../wind_music/images/mainvisual_music_fistory.jpg) no-repeat center bottom;
			background-size:cover;
			margin-bottom:0;
		}

.pages_visual_text{
	width:960px;
	height:240px;
	padding:20px 100px 20px 40px;
/*	position:relative;*/
	font-size: 18px;
	color:#fff;
}

.pages_top_bn_list{
	position: absolute;
	top:0;
	right:0;
	background: #fff;
}

.pages_top_bn_list li:nth-child(1){
	background: #003680;
}

.pages_top_bn_list li:nth-child(2){
	background: #EE460D;
}

.pages_top_bn_list li:nth-child(3){
	background: #ED9F10;
}

.pages_top_bn_list li:nth-child(4){
	background: #3c982a;
}


.pages_index_bn_list{
	width: 920px;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
}
.pages_index_bn_list li{
	width: 48%;
	margin-right: 4%;
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
	overflow: hidden;
}
.pages_index_bn_list li:nth-of-type(2n){
	margin-right: 0;
}
.pages_index_bn_list li a{
	height:100%;
	width:100%;
	position:relative;
	padding-top: 120px;
	display: block;
}
.pages_index_bn_list li a img{
	width: auto;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	top:0;
	display: block;
}
.pages_index_bn_list li p{
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}

/**************************************************************************************************

■page_共通設定

**************************************************************************************************/


h2.content_title{
	color:rgba(95,15,20,1);
	font-size: 22px;
	font-weight:600;
	padding: 8px 0 6px 0;
	text-align: center;
	border:1px solid #AAA;
	margin-bottom:20px;
	clear:both;
	line-height:1.4em;
}

h2.content_title2{
	color:#fff;
	font-size: 18px;
	font-weight:600;
	padding: 8px 0 6px 0;
	text-align: center;
	background-color:rgba(95,15,20,1);
	margin-bottom:20px;
	clear:both;
	line-height:1.4em;
}

h3.icon_title{
	color:rgba(95,15,20,1);
	font-size: 16px;
	font-weight:600;
	background-image:url(../images/h3_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:4px 0 4px 30px;
}
h3.icon_title .highlight{
	display:inline-block;
	padding:2px;
	background-color:rgba(95,15,20,1);
	color:#FFF;
	font-weight:600;
	margin-right:5px;
}

h3.point_title{
	font-size:15px;
	letter-spacing:.1em;
	font-weight:600;
	margin:10px 0;
}

h3.point_title span{
	display:inline-block;
	background-color:rgba(95,15,20,1);
	height:25px;
	background-image:url(../images/point_title_bg.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	padding:3px 15px 0 40px;
	color:#FFF;
	font-weight:700;
	font-family:font-family: 'Playfair Display', serif;
	margin-right:10px;
}

h3.point_title span2{
	display:inline-block;
	height:25px;
	padding:3px;
	color:rgba(95,15,20,1);
	font-weight:700;
	font-family:font-family: 'Playfair Display', serif;
	margin-right:10px;
}

h4.point_block {
	font-weight:600;
	padding: 5px 10px 3px;
	font-size:15px;
	color:rgba(95,15,20,1);
	text-align:left;
	background-color:rgba(95,15,20,0.2);
	margin:5px 0;
}

p.point_block {
	border-bottom: 1px solid #dedede;
	padding: 10px 15px;
}

h4.center_title {
	font-size:13px;
	text-align:center;
	border:1px solid #CCC;
	padding:2px 0;
	margin-bottom:15px;
}


.content_inner p {
	line-height:1.7em;
	margin-bottom:20px;
}



/* link_list*/

.link_list{
	margin-bottom:30px;
}

.link_list li{
	width:33.3%;
	float:left;
	
	margin-bottom:5px
}
.link_list li a{
	border-bottom:1px dotted #CCC;
}

.link_list2 li{
	width:100%;
	float:left;
	margin-bottom:5px
}

.link_list2 li a{
	border-bottom:1px dotted #CCC;
}



.read_title {
	font-size:20px;
	font-weight:600;
	color:rgba(95,15,20,1);
	margin-bottom:15px;
	margin:0 0 10px;
}
p.name {
	font-size:16px;
	font-weight:600;
	margin:0 0 0 10px;
}
p.name span {
	font-size:13px;
	display:inline-block;
	margin-left:10px;
}
p.prof {
	line-height:1.4em;
	font-size:11px;
	font-weight:600;
	padding:8px 0;
	margin:0 0 10px;

}

	
	/*column*/
dl.column_area {
	background-color:rgba(95,15,20,0.2);
	border:1px solid rgba(95,15,20,1);
	padding:10px 15px;
	margin:20px 0;
}
dl.column_area:after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}

dl.column_area dt {
	font-size:13px;
	font-weight:600;
	color: rgba(95,15,20,1);
}

dl.column_area dd span {
	font-weight:600;
	border-bottom:1px solid #555;
	padding-bottom:5px;
	margin-bottom:5px;
	display:block;
}

dl.column_area dd ul {
	padding-left:20px;
	margin:10px 0 15px;
}

dl.column_area dd ul li {
	list-style-type:disc;
	list-style-position:outside;
}
	
	
/*table*/

table.table_std , table.table_bb{
	border-collapse:collapse!important;
	width:100%;
}

table.table_bb{
	margin-bottom: 20px;
}

table.table_std th ,table.table_std td {
	border:1px solid #888;
	padding:8px 5px;
	font-size:12px;
	color:#000;
	text-align:center;
	vertical-align:middle;
}
table.table_std th {
	background-color:rgba(95,15,20,.2);
	font-weight:500;
}
table.table_std th a {
	display:block;
	width:100%;
	background-color:rgba(95,15,20,.5);
	color:#000;
}
table.table_std th.al_left ,table.table_std td.al_left {
	text-align:left;
}

table.table_bb th{
	border-bottom: 1px solid #000;
	padding: 10px;
}

table.table_bb td {
	border-bottom: 1px solid #dedede;
	padding: 10px 15px;
}

table.table_std02{
	border-collapse:collapse;
	width:100%;
} 
table.table_std02 th, table.table_std02 td{
	border:1px solid #888;
	padding:8px 5px;
	font-size:12px;
	color:#000;
	vertical-align:middle;
}
table.table_std02 th{
	background-color:#EEE;
}
table.table_std02 th.th02{
	text-align:center;
	background-color:rgba(95,15,20,.6);
}
	
	/*link_btn*/

a.link_btn {
	display:block;
	width:400px;
	min-height:40px;
	padding:8px 10px 0 55px;
	border:1px solid rgba(95,15,20,1);
	margin:5px 0;
	position:relative;
	color:rgba(95,15,20,1);
	text-decoration:underline;
	font-size:13px;
}

a.link_btn.half_btn {
	display:block;
	width:47%;
	padding:8px 10px 0 55px;
	margin:5px 3% 5px 0;
	position:relative;
	float:left;
}


a.link_btn::before {
	content:'';
	display:block;
	width:45px;
	height:40px;
	background: url(../images/link_btn_icon.png) no-repeat center center;
	border:1px solid rgba(95,15,20,1);
	position:absolute;
	top:-1px;
	left:-1px;
}
a[href$=".pdf"].link_btn::before {
	background: url(../images/link_btn_icon_pdf.png) no-repeat center center;
}
a[].link_btn::before {
	background: url(../images/link_btn_icon_window.png) no-repeat center center;
}