@charset "UTF-8";
/* CSS Document */



/* MEWS */

#newsarea{
	padding-bottom: 100px;
}


#newsbox{
	position: relative;
	max-width: 1200px;
	width : -webkit-calc(88% + 40px) ;
    width : calc(88% + 40px) ;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	
}

.news_slide{
	overflow: hidden;
	height: 300px;
	opacity: 0;
}

#newsbox .news_detail{
	padding-bottom: 55px;
	border-bottom: #d2d2d2 solid 1px;
}

#newsbox a{
	max-width: 340px;
	display: block;
}

#newsbox a h2{
	color: #00145a;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
}

#newsbox a figure{
	position: relative;
	overflow: hidden;
}

#newsbox a figure::before{
	content: "" ;
	position: absolute;
	border: #ccc solid 1px;
	width: 100%;
	height: 100%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new_list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new_list div{
	width : -webkit-calc(25% - 40px) ;
    width :  calc(25% - 40px) ;
	margin: 0px 20px 50px 20px;
	float: left;
}


#newsbox .slick-slide {
 	margin: 0px 20px;
}

#newsbox .slick-slide img {
    width: 100%;
}

#newsbox .btprev{
	position: absolute;
	width: 4.6%;
	max-width: 50px;
    height: 50px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 0%;
	left: -30px;
	top: 0%;
	transform:none;
	z-index: 100;
}

#newsbox .btnext{
	position: absolute;
	width: 4.6%;
	max-width: 50px;
    height: 50px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 600;
	padding: 0%;
	top: 0%;
	right: -30px;
	transform:none;
}

#School #newsbox .btprev,
#School #newsbox .btnext{
	background-color: #f5f5f5;
}


#newsbox .btarrow::before,
#newsbox .btarrow::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;

}

#newsbox .btarrow::before{
	width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

#newsbox .btarrow{
	position: relative;
	display: block;
	width: 100%;
}

#newsbox .btprev .btarrow::before{
	margin-left: 18px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#newsbox .btnext .btarrow::before{
	margin-left: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#newsbox .slick-arrow.slick-disabled,
#newsbox .slick-arrow.slick-disabled{
    opacity: .0;
}

#newsbox a dl {
	text-align: justify;
	padding-top: 10px;
	height: 52px;
}

#newsbox a dl:after {
    content: '';
    width: 100%;
    display: inline-block;
	height: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}

#newsbox a dl dt{
	transition: all 500ms 0s ease;
	position: relative;
	display: inline-block;
	border: #00145a solid 1px;
	color: #00145a;
	padding: 2px 5px 4px;
	margin-left: 2px;
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	width: 55%;
	max-width: 100px;
}

#newsbox a:hover dl dt{
	color: #fff;
	background-color: #00145a; 
}

#newsbox a dl dd{
	display: inline-block;
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 12px;
	width: 40%;
	text-align: right;
	color: #000;
}

#newsbox a h3{
	font-size: 12px;
	line-height: 1.6;
	color: #333;
}

.bt_more{
	width: 200px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00145a; 
	
}

.bt_more a {
	height: 100%;
}

.bt_more a span{
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 20px;
	text-align: center;
	color: #FFF;
	width: 100%;
	line-height: 1;
}


/* MEWS */

body.news .cont h1{
	/*font-family: 'Barlow Condensed', sans-serif;*/
	color: #000;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 50px;
	line-height: 1.6;
	
}

body.news .cont h1 strong{
	font-family:"A1ゴシック M","A1 Gothic M";
	font-size: 12px;
	padding-bottom: 10px;
	color: #152b5b;
	display: block;
}



.news_paging_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;        /*中央揃え*/
}

.news_paging_box > div{
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news_paging_box a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 4px;
    width: 40px;
    height: 60px;
    color: #111;
    text-decoration: none;
    cursor: pointer;
}

.news_paging_box div.on {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 4px;
    width: 40px;
    height: 60px;
    font-size: 16px;
    color: #b08f1c;
    cursor: default;
}


#news_article article{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

#newstitle h2{
	padding-bottom: 10px;
	border-bottom: #00145a solid 1px;
	margin-bottom: 10px;
}

#newstitle dl{
	width: 120px;
	float:  left;
	padding-top: 12px;
}

#newstitle dl dt{
	position: relative;
	display: block;
	border: #00145a solid 1px;
	color: #00145a;
	padding: 2px 5px 4px;
	margin-left: 2px;
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	width: 100%;
	text-align: left;
}

#newstitle dl dd{
	display: inline-block;
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 16px;
	width: 34%;
	padding-left: 8px;
	color: #000;
	width: 100%;
	text-align: left;
}

#newstitle h3{
	display: block;
	width : 100%;
	padding-left: 160px;
	font-size: 24px;
	line-height: 1.4;
	min-height: 80px;
	text-align: left;
	border-bottom: #00145a solid 1px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.news_article_box{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: left;
}





#news_btbox{
	padding-top: 40px;
	border-top: 3px double #00145a;
}

#news_btcont {
	position: relative;
	padding-bottom: 0px;
	padding-left: 2%;
	padding-right: 2%;
	height: 30px;
}

#news_btcont > div {
	position: absolute;
	line-height: 1;
	letter-spacing: .3px;
    display: inline-block;
}

#news_btbox a{
	position: relative;
	/*font-family: 'Barlow Condensed', sans-serif;*/
	transition: all 500ms 0s ease;
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
	color: #666;
	text-decoration: none;
	height: 23px;
	
}


.page_arrow a{
	position: relative;
	display: block;
	width: 100%;
}

.page_arrow a::before,
.page_arrow a::after{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
	z-index: 100;
}

.page_arrow a::before{
	width: 10px;
    height: 10px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
	
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition: all .4s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all .4s cubic-bezier(.165,.84,.44,1) .3s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1) .3s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1) .3s;
}

.paging_item_left{
	padding-left: 5px;
	left: 15px;
	top: 3px;
}

.paging_item_left a::before{
	 -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	left: -15px;
	right: auto;
}

.paging_item_right{
	padding-right: 5px;
	right: 15px;
	top: 3px;
}

.paging_item_right a::before{
	left: auto;
	right: -15px;
}

#back_page{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#news_btcont span{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}

#news_btcont span:nth-child(1){
	padding-right: 10px;
}

#news_btcont span svg{
	fill: #666;
	width: 28px;
	height: 28px;
	transition: all 500ms 0s ease;
}

#news_btcont a:hover{
	color: #023d70;
}

#news_btcont a:hover svg{
	fill: #023d70;
}

.page_arrow a:hover::before{
	border-top: 1px solid #023d70;
    border-right: 1px solid #023d70;
}

.new_list .no_news,
.no_news{
	width: 100%;
	text-align: center;
}

.firstcont_news{
	padding-top: 60px;
	padding-bottom: 100px;
}




/* .news_article_box */
.news_article_box figure{
	text-align: center;
	padding-bottom: 0px;
}

.news_article_box hr{
	border: none;
	border-top: 1px solid #00145a;
	margin-top: 100px;
	margin-bottom: 100px;
}

.news_article_box hr.hr_mini{
	border: none;
	border-top: 1px solid #00145a;
	margin-top: 50px;
	margin-bottom: 50px;
}

.news_article_box a{
	color: #00145a;
}

.news_article_box a:hover{
	color: #b08f1c;
	text-decoration: underline;
}

.news_article_box table{
	width: 100%;
}

.news_article_box table th,
.news_article_box table td{
	padding: 10px;
	vertical-align: top;
	line-height: 1.6;
	border-bottom: #ccc solid 1px;
}

.news_article_box table.table{
	width: 100%;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
}

.news_article_box table.table th,
.news_article_box table.table td{
	padding: 10px;
	vertical-align: top;
	line-height: 1.6;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

.news_article_box table th{
	padding-right: 14px;
	width: 180px;
}

.news_article_box .strong,
.news_article_box strong{
	font-family:"A1ゴシック M","A1 Gothic M";
}

.news_article_box .fs_26{
	font-size: 26px;
	line-height: 1.8;
}

.news_article_box .fs_22{
	font-size: 22px;
	line-height: 1.8;
}

.news_article_box .fs_20{
	font-size: 20px;
	line-height: 1.8;
}

.news_article_box .fs_18{
	font-size: 18px;
	line-height: 1.8;
}

.news_article_box .fs_16{
	font-size: 16px;
	line-height: 1.8;
}

.news_article_box .fs_14{
	font-size: 14px;
	line-height: 1.8;
}

.news_article_box .fc_black{
	color: #333;
}

.news_article_box .fc_white{
	color: #FFF;
}

.news_article_box .fc_gray{
	color: #f5f5f5;
}

.news_article_box .fc_navy{
	color: #00145a;
}

.news_article_box .fc_gold{
	color: #b08f1c;
}

.news_article_box .fc_red{
	color: #B0080A;
}

.news_article_box .note{
	line-height: 1.6;
	padding-bottom: 5px;
}

.news_article_box .bg_navy{
	background-color: #00145a;
}

.news_article_box .bg_gold{
	background-color: #c9af59;
}

.news_article_box .bg_white{
	background-color: #fff;
}

.news_article_box .bg_gray{
	background-color: #f5f5f5;
}

.news_article_box .pg10{
	padding: 10px;
}

.news_article_box .pg20{
	padding: 20px;
}

.news_article_box .pb5{
	padding-bottom: 5px;
}

.news_article_box .pb10{
	padding-bottom: 10px;
}

.news_article_box .pb20{
	padding-bottom: 20px;
}

.news_article_box .title_18_navy{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #00145a;
	color: #FFF;
	padding: 6px 12px 6px 12px;
	font-size: 18px;
	line-height: 1.6;
}

.news_article_box .title_18_gold{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #c9af59;
	color: #00145a;
	padding: 6px 12px 6px 12px;
	font-size: 18px;
	line-height: 1.6;
}

.news_article_box .title_18_red{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #B0080A;
	color: #FFF;
	padding: 6px 12px 6px 12px;
	font-size: 18px;
	line-height: 1.6;
}

.news_article_box .title_16_navy{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #00145a;
	color: #fff;
	padding: 6px 12px 6px 12px;
	font-size: 16px;
	line-height: 1.6;
}

.news_article_box .title_16_gold{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #c9af59;
	color: #00145a;
	padding: 6px 12px 6px 12px;
	font-size: 16px;
	line-height: 1.6;
}

.news_article_box .title_16_red{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #B0080A;
	color: #fff;
	padding: 6px 12px 6px 12px;
	font-size: 16px;
	line-height: 1.6;
}

.news_article_box .title_14_navy{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #00145a;
	color: #FFF;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	line-height: 1.6;
}

.news_article_box .title_14_gold{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #c9af59;
	color: #00145a;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	line-height: 1.6;
}

.news_article_box .title_14_red{
	font-family:"A1ゴシック M","A1 Gothic M";
	background-color: #B0080A;
	color: #fff;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	line-height: 1.6;
}

.news_article_box .text_center{
	text-align: center;
}





.news_school_contact_box h2{
	font-family:"A1ゴシック M","A1 Gothic M";
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	background-color: #00145a;
	text-align: center;
	line-height: 1.6;
	padding: 10px 15px;
}

.news_school_contact_box > div{
	background-color: #f5f5f5;
	padding: 20px 5%;
	text-align: center;
}

.news_school_contact_box > div h3{
	font-family:"A1ゴシック M","A1 Gothic M";
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding-left: 52px;
}

.news_school_contact_box  > div h3 span{
	position: absolute;
	width: 42px;
	height: 42px;
	left: 0px;
}

.news_school_contact_box p{
	line-height: 2;
}


.news_school_contact_box #guidancebox_1_cont ul#guidance_list{
	font-family:"A1ゴシック M","A1 Gothic M";
	display: block;
	z-index:100;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
}

.news_school_contact_box #guidancebox_1_cont ul#guidance_list li{
	position: relative;
	width: 48%;
	background-color: #152b5b;
	float: left;
	color: #FFF;
	font-family:"A1ゴシック M","A1 Gothic M";
	font-weight: 700;
	text-align: left;
	font-size: 14px;
	margin-right: 4%;
	margin-bottom: 4%;
	padding: 10px 20px 20px 20px;
}

.news_school_contact_box #guidancebox_1_cont ul#guidance_list li:nth-child(2n){
	float: right;
	margin-right: 0%;
}

.news_school_contact_box #guidancebox_1_cont ul#guidance_list li span{
	display: block;
	color: #c9af59;
	line-height: 1.2;
	font-size: 16px;
	padding-bottom: 0px;
}

.news_school_contact_box #guidancebox_1_cont ul#guidance_list li::after{
	content: "　";
	display: block;
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
}

.news_school_contact_box #guidancebox_1_cont ul#guidance_list li h4{
	position: absolute;
	/*font-family: 'Barlow Condensed', sans-serif;*/
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
	bottom:20px;
	letter-spacing: .5px;
}

.news_school_contact_box #guidancebox_1_cont ul#guidance_list li h4 a{
	color: #FFF;
}

.news_school_contact_box #guidancebox_1_note{
	padding-bottom: 50px;
	border-bottom: #00145a solid 1px;
	margin-bottom: 20px;
	line-height: 1;
}

.news_school_contact_box #guidancebox_1_note p{
	font-size: 12px;
	text-align: center;
}

.news_school_contact_box #guidancebox_1_note span{
	display: inline-block;
	font-size: 10px;
}

.news_article_box #bt_guidance_inquiry li a:hover{
	text-decoration: none;
}

.news_article_box #bt_guidance_inquiry {
	padding-top: 20px;
	padding-bottom: 40px;
}

.news_article_box #bt_guidance_inquiry li{
	width: 100%;
	height: 100px;
	font-size: 18px;
	font-weight: 600;
	background-color: #00145a; 
	margin-bottom: 20px;
}

.news_article_box #bt_guidance_inquiry li a{
	height: 100%;
}

.news_article_box #bt_guidance_inquiry li a.arrow span::before {
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    left: auto;
    right: 10px;
    margin-left: 18px;
    margin-right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1) .3s;
    transition: all .4s cubic-bezier(.165,.84,.44,1) .3s;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1) .3s;
    transition-timing-function: cubic-bezier(.165,.84,.44,1) .3s;
}

.news_article_box #bt_guidance_inquiry li:hover a.arrow span::before{
	border-top: 1px solid #00145a; 
    border-right: 1px solid #00145a; 
}



.btdownload a{
	transition: all 500ms 0s ease;
	font-family:"A1ゴシック M","A1 Gothic M";
	margin: 0 auto;
	width: 200px;
	display: block;
	background-image: url(/img/common/icon_pdf.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 20px 10px;
	padding-left: 60px;
	height: 50px;
	padding-top: 5px;
	background-color: #00145a;
	color: #c9af59;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.btdownload a span{
	padding-top: 3px;
	display: block;
}

.btdownload a:hover{
	text-decoration: none;
	opacity: .7;
}

.btlink a{
	transition: all 500ms 0s ease;
	font-family:"A1ゴシック M","A1 Gothic M";
	margin: 0 auto;
	width: 360px;
	display: block;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 20px 10px;
	padding-left: 20px;
	height: 50px;
	padding-top: 5px;
	background-color: #fff;
	color: #00145a;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border: #00145a solid 2px;
	position: relative;
	text-align: center;
}

.btlink a::before{
	position: absolute;
	font-size: 18px;
	top:50%;
	margin-left: -1.5em;
	margin-top: -8px;
}

.btlink a span{
	padding-top: 0px;
	display: inline-block;
}

.btlink a:hover{
	text-decoration: none;
	border: #c9af59 solid 2px;
	opacity: .7;
}


@media screen and (max-width: 1150px) {
	
	/* MEWS */
	
	

	.new_list div{
		width : -webkit-calc(25% - 30px) ;
		width :  calc(25% - 30px) ;
		margin: 0px 15px 50px 15px;
		float: left;
	}
	
	#newsbox .slick-slide {
		margin: 0px 15px;
	}

	/* MEWS */
	
	
	
	.news_school_contact_box #guidancebox_1_cont ul#guidance_list li{
		font-size: 12px;
	}

	.news_school_contact_box #guidancebox_1_cont ul#guidance_list li span{
		font-size: 14px;
	}
	
	.news_school_contact_box #guidancebox_1_cont ul#guidance_list li::after{
		font-size: 30px;
	}

	.news_school_contact_box #guidancebox_1_cont ul#guidance_list li h4{
		font-size: 25px;
	}
	
	
	
}

@media screen and (max-width: 960px) {
	
	/* MEWS */
	
	#newsbox{
		position: relative;
		width : 84% ;
		margin-left: auto;
		margin-right: auto;
	}

	.new_list div{
		width : -webkit-calc(50% - 20px) ;
		width :  calc(50% - 30px) ;
		margin: 0px 10px 50px 10px;
		float: left;
	}
	
	#newsbox .slick-slide {
		margin: 0px 10px;
	}
	
	#newsbox .btprev{
		width: 50px;
		left: -40px;

	}
	
	#newsbox .btnext{
		width: 50px;
		right: -40px;
	}
	
	
	
	/* MEWS */
	
	

}

@media screen and (max-width: 768px) {
	
	
	/* MEWS */
	
	#newsarea{
		padding-bottom: 70px;
	}
	
	body#School.top #newsarea{
		padding-bottom: 150px;
	}

	#newsbox .news_detail{
		padding-bottom: 15%;
	}
	
	/* MEWS */
	
	
	
	#newstitle dl{
		width: 100%;
		float:  none;
		padding-top: 0px;
	}

	#newstitle dl dt{
		position: relative;
		display: block;
		border: #00145a solid 1px;
		color: #00145a;
		padding: 2px 5px 4px;
		margin-left: 2px;
		/*font-family: 'Barlow Condensed', sans-serif;*/
		font-weight: 500;
		font-size: 16px;
		line-height: 1;
		width: 120px;
		text-align: left;
		float: left;
	}

	#newstitle dl dd{
		display: block;
		/*font-family: 'Barlow Condensed', sans-serif;*/
		font-size: 16px;
		padding-left: 8px;
		color: #000;
		width: 120px;
		text-align: left;
		float: left;
		line-height: 1.6;
		padding-left: 20px;
	}

	#newstitle h3{
		display: block;
		width : 100%;
		
		font-size: 22px;
		line-height: 1.4;
		min-height: 80px;
		text-align: left;
		border-bottom: #00145a solid 1px;
		padding: 10px 0px 20px 0px;
	}
	
	.news_article_box{
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.news_article_box figure{
		text-align: center;
		padding-bottom: 10%;
	}

	.news_article_box hr{
		border: none;
		border-top: 1px solid #00145a;
		margin-top: 10%;
		margin-bottom: 10%;
	}
	
	.news_article_box hr.hr_mini{
		border: none;
		border-top: 1px solid #00145a;
		margin-top: 5%;
		margin-bottom: 5%;
	}
	
	
	body.top .cont h1,
	body.news .cont h1{
		font-size: 30px;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
/*
	.firstcont_news{
		padding-top: 20%;
		padding-bottom: 30%;
	}
*/
	
	
	/* Guidance */
	
	.news_school_contact_box #guidancebox_1_cont ul#guidance_list li{
		width: 100%;
		float: none;
		margin-right: 0%;
	}

	.news_school_contact_box #guidancebox_1_cont ul#guidance_list li:nth-child(2n){
		float: none;
	}

	.news_school_contact_box #bt_guidance_inquiry li:hover a.arrow span::before{
		border-top: 1px solid #FFF; 
		border-right: 1px solid #FFF; 
	}
	
	.btdownload a{
		color: #c9af59;
	}

	.btdownload a span{
		padding-top: 5px;
		display: block;
	}

	.btdownload a:hover{
		text-decoration: none;
		opacity: .7;
	}

	
}

@media screen and (max-width: 640px) {
	
	#newsbox .btprev{
		width: 40px;
		left: -30px;
	}
	
	#newsbox .btnext{
		width: 40px;
		right: -30px;
	}
	
	#newsbox .btarrow::before{
		width: 16px;
		height: 16px;
		margin-left: 0px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	
	#newsbox .btprev .btarrow::before{
		margin-left: 16px;
	}

	.btnext .btarrow::before{
		margin-left: 8px;
	}
	
	.spblock{
		display: block;
	}
	
	
	
}

@media screen and (max-width: 480px) {
	
	/* MEWS */
	
	#newsbox{
		position: relative;
		width : 80% ;
		margin-left: auto;
		margin-right: auto;
	}
	
	.new_list div{
		width : -webkit-calc(100% - 20px) ;
		width :  calc(100% - 30px) ;
		margin: 0px 10px 50px 10px;
		float: left;
	}
	
	#newsbox .slick-slide {
		margin: 0px 10px;
	}
	
	#newsbox .btprev{
		width: 30px;
		left: -20px;
	}
	
	#newsbox .btnext{
		width: 30px;
		right: -20px;
	}
	
	#newsbox .btarrow::before{
		width: 16px;
		height: 16px;
		margin-left: 0px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
	}
	
	#newsbox .btprev .btarrow::before{
		margin-left: 4px;
	}

	#newsbox .btnext .btarrow::before{
		margin-left: 8px;
	}
	
	/* MEWS */
	
	
	#newstitle dl{
		width: 100%;
		float:  none;
		padding-top: 0px;
	}

	#newstitle dl dt{
		font-size: 14px;
	}

	#newstitle dl dd{
		font-size: 14px;
	}

	#newstitle h3{
		font-size: 18px;
	}
	
	.news_article_box p{
		font-size: 13px;
	}
	
	#news_btcont {
		position: relative;
		padding-bottom: 0px;
		padding-left: 2%;
		padding-right: 2%;
		height: 80px;
	}
	
	
	#news_btbox a{
		font-size: 16px;
	}


	.page_arrow a{
		position: relative;
		display: block;
		width: 100%;

	}

	.page_arrow a::before,
	.page_arrow a::after{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		vertical-align: middle;
		z-index: 100;
	}

	.page_arrow a::before{
		width: 8px;
		height: 8px;
	}

	.paging_item_left{
		padding-left: 5px;
		left: 15px;
		top: 0px;
	}

	.paging_item_left a::before{
		 -webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		left: -15px;
		right: auto;
	}

	.paging_item_right{
		padding-right: 5px;
		right: 15px;
		top: 0px;
	}

	.paging_item_right a::before{
		left: auto;
		right: -15px;
	}

	#back_page{
		top: -10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	
	
	/* .news_article_box */
	.news_article_box figure{
		text-align: center;
		padding-bottom: 0px;
	}

	.news_article_box hr{
		border: none;
		border-top: 1px solid #00145a;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	.news_article_box hr.hr_mini{
		border: none;
		border-top: 1px solid #00145a;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.news_article_box a{
		color: #00145a;
	}

	.news_article_box a:hover{
		color: #b08f1c;
		text-decoration: underline;
	}

	.news_article_box table th,
	.news_article_box table td{
		padding: 10px;
		vertical-align: top;
		line-height: 1.4;
		border-bottom: #ccc solid 1px;
	}

	.news_article_box table th{
		padding-right: 20px;
		width: 60px;
	}

	.news_article_box .strong,
	.news_article_box strong{
		font-family:"A1ゴシック M","A1 Gothic M";
	}

	.news_article_box .fs_26{
		font-size: 22px;
	}

	.news_article_box .fs_22{
		font-size: 18px;
	}
	
	.news_article_box .fs_20{
		font-size: 16px;
	}

	.news_article_box .fs_18{
		font-size: 15px;
	}

	.news_article_box .fs_16{
		font-size: 13px;
	}

	.news_article_box .fs_14{
		font-size: 12px;
	}

	.news_article_box .fc_black{
		color: #333;
	}

	.news_article_box .fc_white{
		color: #FFF;
	}

	.news_article_box .fc_navy{
		color: #00145a;
	}

	.news_article_box .fc_gold{
		color: #c9af59;
	}

	.news_article_box .fc_red{
		color: #B0080A;
	}

	.news_article_box .note{
		line-height: 1.6;
	}

	.news_article_box .bg_navy{
		background-color: #00145a;
	}

	.news_article_box .bg_gold{
		background-color: #c9af59;
	}

	.news_article_box .bg_white{
		background-color: #fff;
	}

	.news_article_box .pg10{
		padding: 10px;
	}

	.news_article_box .pg20{
		padding: 20px;
	}

	.news_article_box .title_18_navy{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #00145a;
		color: #FFF;
		padding: 6px 12px 6px 12px;
		font-size: 16px;
		line-height: 1.6;
	}

	.news_article_box .title_18_gold{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #c9af59;
		color: #00145a;
		padding: 6px 12px 6px 12px;
		font-size: 16px;
		line-height: 1.6;
	}

	.news_article_box .title_18_red{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #B0080A;
		color: #FFF;
		padding: 6px 12px 6px 12px;
		font-size: 16px;
		line-height: 1.6;
	}

	.news_article_box .title_16_navy{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #00145a;
		color: #fff;
		padding: 6px 12px 6px 12px;
		font-size: 14px;
		line-height: 1.6;
	}

	.news_article_box .title_16_gold{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #c9af59;
		color: #00145a;
		padding: 6px 12px 6px 12px;
		font-size: 14px;
		line-height: 1.6;
	}

	.news_article_box .title_16_red{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #B0080A;
		color: #fff;
		padding: 6px 12px 6px 12px;
		font-size: 14px;
		line-height: 1.6;
	}

	.news_article_box .title_14_navy{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #00145a;
		color: #FFF;
		padding: 6px 12px 6px 12px;
		font-size: 12px;
		line-height: 1.6;
	}

	.news_article_box .title_14_gold{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #c9af59;
		color: #00145a;
		padding: 6px 12px 6px 12px;
		font-size: 12px;
		line-height: 1.6;
	}

	.news_article_box .title_14_red{
		font-family:"A1ゴシック M","A1 Gothic M";
		background-color: #B0080A;
		color: #fff;
		padding: 6px 12px 6px 12px;
		font-size: 12px;
		line-height: 1.6;
	}
	
	

	
	/* MEWS */
	
	#newsarea{
		padding-bottom: 25%;
	}
	
	.news_text_br{
		display: none;
	}

	/* MEWS */
	
	.news_article_box #guidancebox_1_note br{
		display: block;
	}
	
	.news_article_box #bt_guidance_inquiry li{
		height: 80px;
		font-size: 16px;
	}

	.news_article_box #bt_guidance_inquiry li a{
		height: 100%;
		font-size: 14px;
	}

	.news_article_box #bt_guidance_inquiry li a.arrow span::before {
		width: 14px;
		height: 14px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		left: auto;
		right: 10px;
		margin-left: 18px;
		margin-right: 10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s cubic-bezier(.165,.84,.44,1) .3s;
		transition: all .4s cubic-bezier(.165,.84,.44,1) .3s;
		-webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1) .3s;
		transition-timing-function: cubic-bezier(.165,.84,.44,1) .3s;
	}

	
	.btdownload a{
		color: #c9af59;
	}

	.btdownload a span{
		padding-top: 5px;
		display: block;
	}

	.btdownload a:hover{
		text-decoration: none;
		opacity: .7;
	}
	
	.btlink a{
		transition: all 500ms 0s ease;
		font-family:"A1ゴシック M","A1 Gothic M";
		margin: 0 auto;
		width: 100%;
		display: block;
		background-size: 30px 30px;
		background-repeat: no-repeat;
		background-position: 20px 10px;
		padding-left: 20px;
		height: 50px;
		padding-top: 5px;
		background-color: #fff;
		color: #00145a;
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border: #00145a solid 2px;
		position: relative;
		text-align: center;
		font-size: 12px;
	}

	.btlink a::before{
		position: absolute;
		font-size: 16px;
		top:50%;
		margin-left: -1.2em;
		margin-top: -8px;
	}

	.btlink a span{
		padding-top: 5px;
		display: inline-block;
	}

	.btlink a:hover{
		text-decoration: none;
		border: #c9af59 solid 2px;
		opacity: .7;
	}

	
}








