@charset "UTF-8";


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

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

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


/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media all and (max-width: 761px ) {


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

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

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


/*------------------見出し設定 h1,h2,h3------------------*/


.heading_title{
	overflow: hidden;
	color:#00A480;
	border:1px solid #000;
	overflow: hidden;
	font-size: 19px;
	margin-bottom: 20px;
	width:100%;
	padding:10px 5px;
	font-size: 14px;
}

/*.heading_title dt{
	float: none;
	width:100%;
	border-bottom:1px solid #000;
	padding:10px 5px;
	border-right:none;
	font-size: 14px;
}

.heading_title dd{
	font-size: 14px;
	padding:5px;
	font-weight: bold;
	font-size: 10px;
}
*/


.heading_topic{
	font-size: 17px;
	margin-bottom: 25px;
	padding:5px 5px 15px;
}

.heading_icon{
	background:url(../images/icon_page_square_02.png) no-repeat center left;
	border-bottom:2px dotted #00A480;
	color:#333;
	font-size: 16px;
	margin-bottom: 20px;
	padding:10px 5px 10px 25px;
	display: inline-block;
}


/*------------------コンテンツ内オブジェクト設定------------------*/


.image_left , .image_right{
	float: none;
	width:100%;
	overflow-x:auto;
	margin: 20px auto;
}
.image_left img , .image_right img{
	width:auto;
	display:block;
	margin: 0 auto;
}

.image_left figcaption  , .image_right figcaption {
	background: none;
	font-size: 13px;
	padding:8px 0 12px;
	margin-top: 0;
	border-bottom:1px solid #222;
}



.text_box{
	overflow: hidden;
	font-size: 14px;
}

.paragraph{
	margin-bottom: 20px;
	font-size: 14px;
}

.pg_list{
	margin:10px 0;
}

.pg_list li{
	padding-left: 1.45em;
	text-indent: -1.45em;
}






/*------------------テーブル 基本設定------------------*/

.table_resbox {
	width:100%;
	overflow-x:auto;
}

.table_resbox::-webkit-scrollbar {
  height: 5px;
}
.table_resbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.table_resbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #888;
}



table.table_std {
	border-collapse:collapse!important;
	width:90%;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
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;
	font-weight:500;
}

table.table_std th {
	background: rgba(95,15,20,.2);
	color:#000;
	font-size:14px;
	font-weight:500;
}
table.table_std td {
	background: rgba(255,255,255,1);
	padding: 10px;
	color:#000;
	text-align:left;
}
table.table_std td.bg_light{
	background: rgba(20,150,109,.8);
	padding: 10px;
	color:#000;
}


table.table_simple {
	width:100%;
	margin:5px 0 20px 0;
	border:3px solid rgba(20,150,109,1);
	font-weight:500;
	font-size: 13px;

}
.table_simple th , .table_simple td {
	line-height:1.5em;
	padding:3px 10px;
	border:1px solid #666;
	vertical-align:middle;
}
.table_simple th {
	padding:5px 8px;
	background:rgba(0,164,128,.2);
	text-align:left;
	font-weight:400;
	border:1px solid #88BAAB;
}
.table_simple th span {
	font-size:10px;
	display:inline-block;
}
.table_simple td {
	padding:6px 10px;
	background-color:rgba(255,255,255,1);
	border:1px solid #88BAAB;
}
.table_simple td a {
	text-decoration:underline;
	color:#6CBE83;
}
table.table_simple.txal_center td {
	text-align:center;
}

table.table_simple.th_center th {
	text-align:center;
}

.table_simple .bg_grn{
	background:rgba(0,164,128,.1)
}

.table_simple td.bg_light{
	background:rgba(228,245,240,.4);
	padding: 10px;
	color:#000;
}


table.table_simple.general{
	width:100%;
	margin:5px 0 20px 0;
	border:3px solid #144596;

	font-weight:500;
	font-size: 14px;
}
.table_simple.general th , .table_simple.general td {
	line-height:1.5em;
	padding:3px 10px;
	border:1px solid #666;
}
.table_simple.general th {
	padding:5px 8px;
	background:rgba(20,69,150,.2);
	text-align:left;
	font-weight:400;
	border:1px solid rgba(20,69,150,.6);
}

.table_simple.general th span {
	font-size:10px;
	display:inline-block;
}
.table_simple.general td {
	padding:6px 10px;
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(20,69,150,.6);
}
.table_simple.general td a {
	text-decoration:underline;
	color:#144596;
}

/*------------------ページ内ナビゲーション 基本設定------------------*/

.page_inner_navigation_box {
	display: none;
}

.pages_top_bn_list{
	position:absolute;
	top:0;
	width:100%;
/*	bottom:0!important;
	left:0;*/
}
.pages_top_bn_list li{
	float: left;
	width:50%;
	text-align: center;
	height:60px;
}

.pages_top_bn_list li img{
	height:60px;
}

.pages_visual_text{
	width:100%;
	height:auto;
}

.pages_visual_text{
	width:100%;
	height:auto;
/*	position:relative;*/
	font-size: 14px;
	color:#fff;
	padding:90px 10px 10px;
	padding-top: 130px;
}

/*pages_settings*/
		.education .pages_visual{
			background:url(../education/images/mainimg_education.png) no-repeat top center;
			background-size:cover;
		}
		.about .pages_visual{
			background:url(../about/images/mainimg_about.png) no-repeat center center;
			/* background:url(../about/images/mainimg_about.png) no-repeat center 60px; */
			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:url(../schoollife/images/mainimg_life.png) no-repeat center 40px; */
			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_fistory .pages_visual{
			min-height:inherit;
			height:  51vh;
			background:url(../wind_music/images/mainvisual_music_fistory_res.jpg) no-repeat center bottom;
			background-size:cover;
		}


		.music .pages_visual{
			width:100%;
			min-height: inherit;
			height:200vw;
			background:url(../wind_music/images/music_main_bg.png) no-repeat center top;
			background-size:cover;
		}


.pages_index_bn_list{
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 1%;
}
.pages_index_bn_list li{
	height: 155px;
	width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
}
.pages_index_bn_list li a{
	padding-top: 113px;
}



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

■page_共通設定

*************************************************************************************************
/*
*/
h2.content_title{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}




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 25px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}


.content_inner p {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}











}