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



/*=====================================================

	TOP-PAGE

=====================================================*/

/*-----------------------------------------
	page-title
-------------------------------------------*/

#page-title{
	padding: 23px 0 10px;
	border-bottom: 1px solid #E7E8E7;
}

#page-title h2{
	font-size:28px;
	padding-left:60px;
	background:url(/images/special/tit_icon.gif) no-repeat 0 6px;
}

#page-title h2 span{
	font-size:22px;
	font-weight:normal;
}


/*-----------------------------------------
	special-title
-------------------------------------------*/

.sp-tit{
	margin-bottom:50px;
	border-bottom: 1px solid #E7E8E7;
}

.sp-tit_in{
	width:1000px;
	margin: 0 auto;
	display:table;
}

.sp-tit_txt{
	width:380px;
	height:182px;
	background:url(/kanto/special/english2017/images/sp_tit.gif) no-repeat 10px 50%;
	padding-left:40px;
	padding-right:30px;
	display: table-cell;
	vertical-align: middle;
	font-size:34px;
	line-height:1.2;
}

.sp-tit_image{
	display: table-cell;
	vertical-align: middle;
}


/*-----------------------------------------
	special-lead
-------------------------------------------*/

.sp-lead{
	margin-bottom:50px;
}

.sp-lead_tit{
	width:100%;
	background-color:#000;
	margin-bottom:40px;
}

.sp-lead_tit_txt{
	color:#FFF;
	font-size:20px;
	line-height:1.2;
	padding:12px 20px 5px;
}

.sp-lead_txt{
	float:left;
	width:700px;
	font-size:16px;
}

.sp-lead_img{
	float:right;
}

.sp-lead_img2{
	 width:100%;
	text-align:center;
}


/*-----------------------------------------
	special-school-list
-------------------------------------------*/

.sp-list{
	background-color:#FFFFE8;
	border-bottom:6px solid #FE2E2E
;
	margin-bottom:35px;
}

.sp-list_tit{
	width:100%;
	height:80px;
	background-color:#FE2E2E
;
	margin-bottom:70px;	
}

.sp-list_tit_txt{
	background:url(/kanto/special/english2017/images/sp_list_tit.png) no-repeat left 20px;
	color:#FFF;
	font-size:28px;
	line-height:1.2;
	margin-left:160px;
	padding:27px 50px 20px;
}


.sp-list_box{
	float:left;
	margin:0px 5px 40px 15px;
	width:310px;
}

.sp-list_box_name{
	float:left;
	font-size:15px;
	line-height:1.2;
	font-weight:bold;
	margin-right:15px;
	margin-bottom:10px;
}

.sp-list_box_type{
	float:left;
	width:60px;
	height:20px;
	line-height:20px;
	font-size:12px;
	text-align:center;
}

.sp-list_box_boys{
	background-color:#2DBEEA;
}

.sp-list_box_girls{
	background-color:#FF00FF;
}

.sp-list_box_coed{
	background-color:#B2B200;
}	

.sp-list_box_img{
	margin-bottom:10px;
}

.sp-list_box_txt{
	height:95px;
	line-height:1.4;
}

.sp-list_box_link{
	width:285px;
	height:33px;
	line-height:33px;
	border:1px solid #FC8637;
	font-size:12px;
	text-align:center;
	background-color:#FFF;
	margin-left:11px;
}

.sp-list_box_link2{
	width:100px;
	height:33px;
	line-height:33px;
	border:1px solid #3cb371;
	font-size:12px;
	text-align:center;
	background-color:#FFF;
	margin-left:11px;
}

	
.sp-list_end{	
	margin-top:40px;
	margin-bottom:7px;
	text-align:center;
}

.sp-list_box_link a{
	color:#444;
	display:block;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.sp-list_box_link a:hover {
	text-decoration:none;
	background-color:#FFB217;
}

.sp-list_box_link2 a{
	color:#444;
	display:block;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.sp-list_box_link2 a:hover {
	text-decoration:none;
	background-color:#98fb98;
}

/*-----------------------------------------
	文化祭・女子校・部活動専用
-------------------------------------------*/

*——————–
 吹き出しを作る
——————–*/
/* 全体のスタイル */
.kaiwa {
position: relative;
margin: 20px;	
}

/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
　border-width: medium;
border-color: #696969;
border-style: solid;
 
  margin-top: 20px;	
  float: left;
}

	
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
	margin-top: 20px;	
}

/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}

.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #696969;
  top: 15px;
  left: -19px;
}





/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border-radius: 10px;
 border-width: medium;
border-color: #696969;
border-style: solid;
margin-top: 20px;		
  float: right;
}

/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: -70px;
	margin-top: 20px;	
}

/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -10px;
}


.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #696969;
  top: 15px;
  right: -19px;
}

/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 20px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}

.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}




/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}


/*--------------------
 QAタイトル
--------------------*/
p.p1 {
  position: relative;
  padding: 0.5em;
  background: #0000cd;
  color: white;
}

h3.p1{
	padding-bottom:2px;
	font-size:20px;
	background: linear-gradient(135deg, #f44336 0%,#ff9800 17%,#ffeb3b 32%,#4caf50 50%,#2196f3 67%,#3f51b5 84%,#9c27b0 100%);
	margin-left: 5px;
}
h3.p1 span{
	display: block;
	background: #fff;
	padding-bottom:10px;
}

.head_test2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  18px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 10px;    /* 周りの余白指定 */
margin-top: 10px;
padding-left: 10px;	
font-weight:bold ;	
}

p. {
    margin:  0;             /* デフォルトCSS打ち消し */
	line-height: 2;         /* 行間調整 */}
	
.head_test2-point {
    font-size:  40px;       /* 文字サイズ指定 */
	color: #dc143c;
}

/*--------------------
 生徒インタビュー
--------------------*/
.head_test {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
    display:  inline-block;     /* インラインブロックにする */
    padding-top: 40px;          /* 余白指定 */
    padding-left: 40px;         /* 余白指定 */
    padding-bottom: 20px;       /* 余白指定 */
}

.head_test:before {
    content:  '';               /* 空白の要素を作る */
    background-color: #ffeaac;  /* 背景色指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    height: 90px;               /* 高さ指定 */
    width: 90px;                /* 幅指定 */
    border-radius:  50%;        /* 丸くする */
    top: 0;                     /* 位置調整 */
    z-index:  -1;               /* 重なり調整 */
}

p.p1::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h3.t5 {
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}




/*-----------------------------------------
	special-exam-schedule
-------------------------------------------*/

.sp-exam{
	margin-bottom:70px;
}

.sp-exam_tit{
	font-size:28px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
}

.sp-exam_unit{
	margin-bottom:25px;
}

.sp-exam_school{
	float:left;
	margin-top:7px;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
}

.sp-exam_detail{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
}

.sp-exam_detail_sp{
	display:none;
}


/*-------- table --------*/

.sp-exam_table, .sp-exam-sch_table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #DDD;
	font-size:12px;
	line-height:1.2;
    padding:0;
    margin:0;
}

.sp-exam_table th, .sp-exam-sch_table th{
	border:1px solid #DDD;
	background-color:#EEE;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}

.sp-exam_table td, .sp-exam-sch_table td{
	border:1px solid #DDD;
	padding:10px;
}

tr.examt_week_week {
}
tr.examt_week_sat {
	background-color: #D1F3F5;
}
tr.examt_week_sun {
	background-color: #EEC5C6;
}
.examt_date{
	width:170px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}

.examt_name{
	width:100px;
}

.examt_num{
	width:160px;
	font-weight:bold;
}

.examt_method {
	width:380px;
}

.examt_term{
	width:100px;
	text-align:center;
}

/*-------- table --------*/

.sp-exam_table, .sp-exam-sch_table{
	width:100%;
	border-collapse:collapse;
	border:1px solid #DDD;
	font-size:12px;
	line-height:1.2;
    padding:0;
    margin:0;
}

.sp-exam_table th, .sp-exam-sch_table th{
	border:1px solid #DDD;
	background-color:#EEE;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
}

.sp-exam_table td, .sp-exam-sch_table td{
	border:1px solid #DDD;
	padding:10px;
}


.sp-exam_table tr.sp-exam_important {
	background-color: #ffffee;
}

.examt_date{
	width:170px;
	font-weight:bold;
	text-align:center;
}

.examt_name{
	width:160px;
	font-weight:bold;
}

.examt_num{
	width:100px;
	
}

.examt_method {
	width:380px;
}

.examt_term{
	width:100px;
	text-align:center;
}




/*=====================================================

	SCHOOL-PAGE

=====================================================*/

/*-----------------------------------------
	page-title
-------------------------------------------*/

#page-title h2.english{
	font-size:18px;
	color:#FC7214;
	background:none;
	padding-left:0px;
}


/*-----------------------------------------
	school-title
-------------------------------------------*/

.sch-tit{
	background:url(/kanto/special/english2017/images/sp_tit_school.gif) no-repeat 10px 50%;
	height:75px;
	padding-left:40px;
	padding-right:30px;
	display: table-cell;
	vertical-align: middle;
	font-size:28px;
	line-height:1.2;
	margin-bottom:45px;
}


/*-----------------------------------------
	area
-------------------------------------------*/

.area_left{
	float:left;
	width:700px;
	margin:0;
	font-size:16px;
}

.area_right{
	float:right;
	width:265px;
	margin:0;
}


/*-----------------------------------------
	school-info  area_left
-------------------------------------------*/

.sch-unit{
	margin-bottom:40px;
}

.sch-unit_tit{
	width:100%;
	height:100%;
	background-color:#000;
	margin-bottom:30px;
}

.sch-unit_tit2 {
background: linear-gradient(transparent 70%, #a7d6ff 70%);
font-size:18px;
font-weight:bold;
word-wrap:break-all;	
}

.sch-unit_tit_txt{
	color:#FFF;
	font-size:20px;
	line-height:100%;
	padding:12px 20px 5px;
}

h3.t1{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #FBFBEF;/*背景色*/
border-left: solid 5px #0000FF;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}

h3.t2{
color: #000;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #8A0808;/*上線*/
border-bottom: solid 3px #8A0808;/*下線*/
}




.sch-unit_subtit{
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	border-left:3px solid #444;
	height:100%;
	padding-left:15px;
	padding-top:3px;
	margin-top:20px;
	margin-bottom:15px;
}

.sch-unit_ptit{
	font-weight:bold;
	margin-bottom:8px;
}

.box-2 {
    border: 4px double #ffb6c1;
    margin: 1em 0;
    padding: 1em;
}

.box-3 {
    border: 4px double #ffa500;
    margin: 1em 0;
    padding: 1em;
}

.box-4 {
    border: 4px double #87ceeb;
    margin: 1em 0;
    padding: 1em;
}

.box-5 {
    border: 4px double #7fffd4;
    margin: 1em 0;
    padding: 1em;
}

/*-------- table --------*/

.sch-unit .sp-exam_table{
	font-size:14px;
}

.sch-unit .sp-exam_table th{
	font-size:12px;
}

.sch-unit .sp-exam_table td{
	padding-right:5px;
}

.sch-examt_date{
	width:150px;
}

.sch-examt_name{
	width:105px;
}

.sch-examt_num{
	width:41px;
	text-align:center;
}

.sch-examt_method {
	width:190px;
}

.sch-examt_term{
	width:135px;
}

tr.sch-infot_week_sat {
	background-color: #D1F3F5;
}
tr.sch-infot_week_sun {
	background-color: #EEC5C6;
}
.sch-infot_date{
	width:150px;
}

.sch-infot_time{
	width:100px;
}

.sch-infot_name{
	width:320px;
}

.sch-infot_reserve{
	width:65px;
}


.sch-infot_reserve a{
	color:#377FE5;
	text-decoration:underline;
}


/*-----------------------------------------
	school-area_right
-------------------------------------------*/

.area_right p{
	margin-bottom:25px;
}


/*-----------------------------------------
	school-location
-------------------------------------------*/

.sch-location{
	width:100%;
	background-color:#F9F9F9;
	margin-top:40px;
	margin-bottom:40px;
	padding-bottom:40px;
}

.sch-location_unit{
	float:left;
	width:455px;
	margin:0 15px 40px 25px;
}

.sch-location_tit{
	font-size:14px;
	padding-left:15px;
	padding-top:6px;
	margin-bottom:25px;
	margin-top:35px;	
	font-weight:bold;
	line-height:1.2;
	border-left:3px solid #444;
	height:22px;	
}

.sch-location_unit ul{
	margin-top:20px;
}

.sch-location_unit ul li{
	line-height:1.2;
	margin-bottom:7px;
	list-style:disc outside;
	margin-left:20px;
}

.sch-location_link{ 
	background:url(/kanto/special/english2017/images/arrow_black13.png) no-repeat 93% 50% #5BBFCE;
	width:420px;
	height:60px;
	line-height:60px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}

.sch-totop{
	background:url(/kanto/special/english2017/images/arrow_black13.png) no-repeat 93% 50% #FC7214;
	width:400px;
	height:60px;
	line-height:60px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0 auto 50px;
}

.sch-location_link a, .sch-totop a{
	color:#000;
	display:block;
}

.sch-location_link a:visited, .sch-totop a:visited{
	color:#000;
}

.sch-location_link a:hover, .sch-totop a:hover{
	color:#000;
	text-decoration:none;	
}


	
/*! 埋め込み動画をレスポンシブ対応させる */
.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 90%;
height: 100%;
}


/*=====================================================

	Media Queries

=====================================================*/	

@media screen and (max-width: 768px){
	
body{
    -webkit-text-size-adjust: 100%;
}
	
#main img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
	
#main .inner {
    width: 100%;
}



/*===============================================
    top-page
===============================================*/
/*-----------------------------------------
	page-title
-------------------------------------------*/

#page-title{
	padding: 10px 0 5px;
}

#page-title h2{
	font-size:22px;
	padding-left:50px;
	background:url(/kanto/special/english2017/images/tit_icon_sp.gif) no-repeat 10px 8px;
	margin:0;	
}

#page-title h2 span{
	font-size:16px;
}


/*-----------------------------------------
	special-title
-------------------------------------------*/

.sp-tit{
	margin-bottom:25px;
}

.sp-tit_in{
	width:100%;
	display:block;
}

.sp-tit_txt{
	width:100%;
	height:92px;
	background:url(/kanto/special/english2017/images/sp_tit_sp.gif) no-repeat 15px 50%;
	padding-left:30px;
	padding-right:20px;
	font-size:24px;
	font-weight:bold;
}

.sp-tit_image{
	display:block;
}


/*-----------------------------------------
	special-lead
-------------------------------------------*/

.sp-lead{
	margin-bottom:45px;
}

.sp-lead_tit{
	margin-bottom:25px;
}

.sp-lead_tit_txt{
	font-size:18px;
}

.sp-lead_txt{
	float:none;
	width:90%;
	padding:6px 5% 5px;
	margin-bottom:10px;
	line-height:1.8;
}

.sp-lead_img{
	float:none;
	text-align:center;
}


/*-----------------------------------------
	special-school-list
-------------------------------------------*/

.sp-list{
	border-bottom:4px solid #20B2AA
;
	margin-bottom:15px;
}

.sp-list_tit{
	/*height:87px;*/
	margin-bottom:40px;	
}

.sp-list_tit_txt{
	background-position:10px 20px;
	font-size:20px;
	margin-left:0px;
	height:80px;
	display:table-cell;
	vertical-align:middle;
	padding:0 20px 0 60px;
	font-weight:bold;	
}

.sp-list_box{
	float:none;
	margin:0px 5% 40px 5%;
	width:90%;
}

.sp-list_box_name{
	font-size:18px;
}


.sp-list_box_txt{
	height:auto;
	margin-bottom:10px;
}

.sp-list_box_img{
	text-align:center;
	margin-bottom:10px;
}

.sp-list_box_link{
	height:40px;
	line-height:40px;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
}
	
.sp-list_box_link2{
	height:40px;
	line-height:40px;
	margin:0 auto;
	font-size:14px;
	font-weight:bold;
}	

.sp-list_end{	
	margin-top:0px;
}
	


/*-----------------------------------------
	special-exam-schedule
-------------------------------------------*/

.sp-exam_tit{
	font-size:22px;
	margin-bottom:20px;
	letter-spacing:0;
}

.sp-exam_unit{
	margin:0px 15px 45px;
}

.sp-exam_school{
	float:none;
	margin-top:0px;
	margin-bottom:10px;
}

.sp-exam_detail{
	display:none;
}

.sp-exam_detail_sp{
	display:block;
	margin-top:15px;
	text-align:center;
}


/*-------- table --------*/

table tr td:first-of-type{
	border-bottom: 1px solid #ddd;
}

table tr td:nth-of-type(2){
     border-bottom: 1px solid #ddd;
}

table tr td:nth-of-type(3){
    border-bottom: 1px solid #ddd;
}

table tr td:nth-of-type(4){
    border-bottom: 1px solid #ddd;
}

table tbody td:first-of-type:before{
  background-color: #eee;
  margin: -10px 15px -11px 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #DDD;
}

table tbody td:nth-of-type(2):before{
  background-color: #eee;
  margin: -10px 15px -11px 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #DDD;
}

table tbody td:nth-of-type(3):before{
  background-color: #eee;
  margin: -10px 15px -11px 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #DDD;
}

table tbody td:nth-of-type(4):before{
  background-color: #eee;
  margin: -10px 15px -11px 0px;
  padding: 10px 15px;
  border-bottom: 1px solid #DDD;
}

table tbody td:nth-of-type(5):before{
  background-color: #eee;
  margin: -10px 15px -10px 0px;
  padding: 10px 15px;
}

table tbody tr{
    border:1px solid #999;
}

.sp-exam_table td{
	padding:10px 5px 10px 0;
}

.examt_date{
	width:auto;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}

.examt_date span{
	font-size:14px;
	font-weight:bold;
}

.examt_name{
	width:auto;
}

.examt_name span{
	font-size:14px;
}

.examt_num{
	width:auto;
	text-align:left;
}

.examt_num span{
	font-size:14px;
}

.examt_method {
	width:auto;
}

.examt_term{
	width:auto;
}



/*===============================================
    school-page
===============================================*/

/*-----------------------------------------
	page-title
-------------------------------------------*/
	
#page-title h2.english{
	font-size:14px;
	padding-left:15px;
}


/*-----------------------------------------
	school-title
-------------------------------------------*/

.sch-tit{
	background:url(/kanto/special/english2017/images/sp_tit_school.gif) no-repeat 15px 50%;
	height:70px;
	padding-left:30px;
	padding-right:15px;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}


/*-----------------------------------------
	area
-------------------------------------------*/

.area_left{
	float:none;
	width:100%;
}

.area_right{
	float:none;
	width:100%;
}


/*-----------------------------------------
	school-info  area_left
-------------------------------------------*/

.sch-unit{
	margin-bottom:30px;
}

.sch-unit_tit{
	margin-bottom:25px;
}
.sch-unit_tit_txt{
	font-size:18px;
}

.sch-unit_txt{
	width:90%;
	margin:0 5%;
	line-height:1.8;
}

.sch-unit_subtit{
	height:25px;
	padding-top:5px;
	margin:15px 5% 10px;
}

.sch-unit_ptit{
	margin:0 5% 5px;
}


/*-------- table --------*/

.sch-unit .sp-exam_table{
	width:90%;
	margin:0 5%;
}

.sch-examt_date{
	width:auto;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}

.sch-examt_date span{
	font-weight:bold;
}

.sch-examt_name{
	width:auto;
}

.sch-examt_num{
	width:auto;
	text-align:left;
}

.sch-examt_method {
	width:auto;
}

.sch-examt_term{
	width:auto;
}

	tr.sch-infot_week_sat {
		background-color: #D1F3F5;
	}
	tr.sch-infot_week_sun {
		background-color: #EEC5C6;
	}


.sch-infot_date{
	width:auto;
}

.sch-infot_date span{
	font-weight:bold;
}

.sch-infot_time{
	width:auto;
}

.sch-infot_name{
	width:auto;
}

.sch-infot_reserve{
	width:auto;
}


/*-----------------------------------------
	school-area_right
-------------------------------------------*/

.area_right p{
	text-align:center;
	margin-bottom:20px;
}


/*-----------------------------------------
	school-location
-------------------------------------------*/

.sch-location{
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:25px;
}

.sch-location_unit{
	float:none;
	width:90%;
	margin:0 5% 10px;
	padding-top:20px;
	font-size:14px;
}


.sch-location_map {
	position: relative;
	padding-bottom: 75%; 
	height: 0;
	overflow: hidden;
}

.sch-location_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


.sch-location_tit{
	margin-bottom:15px;
	margin-top:0px;
}

.sch-location_link{ 
	width:90%;
	height:50px;
	line-height:50px;
	margin:25px 5% 0;
	background-position:95% 50%;
}

.sch-totop{
	width:90%;
	height:50px;
	line-height:50px;
	margin:0 5% 50px;
	background-position:95% 50%;
}
	
.vimeo-container {
position: relative;
	padding-bottom: 75%; 
	height: 0;
	overflow: hidden;
}
.vimeo-container iframe {
position: absolute;
	top: 0;
	left: 10;
	width: 100% !important;
	height: 100% !important;
}	
	

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
position: relative;
height: 0;
padding: 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

}