@charset "utf-8";
/* Reset
--------------------------------------------------------------*/
/* start 修正日付20150302  <strong>の有効化*/
/* start 修正日付20150223  <b>の有効化*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	/*vertical-align: middle;*/
	font-size: 100%;
}
/* end 修正日付20150223 */
/* end 修正日付20150302  <strong>の有効化*/
@media screen and (max-width: 750px){
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	img{
		width: 100%;
		height: auto;
		line-height:1;
	}
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
html{
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}
blockquote,q{
	quotes: none;
}
blockquote:before,blockquote:after,
q:before,q:after{
	content: '';
	content: none;
}
input,textarea{
	margin: 0;
	padding: 0;
}
ol,ul{
	list-style:none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
a:focus{
	outline: none;
}
/* Basic
--------------------------------------------------------------*/
body{
	height:100%;
	line-height:1.6;
	color:#333333;
	font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size:100%;
}
/* Link
--------------------------------------------------------------*/
a{
	color:#557cfd;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/* Header
--------------------------------------------------------------*/
header{
}
/* Footer
--------------------------------------------------------------*/
footer{
}
/* display
--------------------------------------------------------------*/
.disNone{display: none!important;}
.disBlock{display: block;}
.disInline{display: inline;}
/* margin padding
--------------------------------------------------------------*/
.mb0 {margin-bottom: 0;}
.mb5 {margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}

.mt0 {margin-top: 0;}
.mt5 {margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt55{margin-top: 55px;}

.mr0 {margin-right: 0;}
.mr5 {margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr25{margin-right: 25px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr40{margin-right: 40px;}
.mr45{margin-right: 45px;}
.mr50{margin-right: 50px;}
.mr55{margin-right: 55px;}

.ml0 {margin-left: 0;}
.ml5 {margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml25{margin-left: 25px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml40{margin-left: 40px;}
.ml45{margin-left: 45px;}
.ml50{margin-left: 50px;}
.ml55{margin-left: 55px;}

.pb0 {padding-bottom: 0;}
.pb5 {padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pb25{padding-bottom: 25px;}
.pb30{padding-bottom: 30px;}
.pb35{padding-bottom: 35px;}
.pb40{padding-bottom: 40px;}
.pb45{padding-bottom: 45px;}
.pb50{padding-bottom: 50px;}
.pb55{padding-bottom: 55px;}

.pt0 {padding-top: 0;}
.pt5 {padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.pt35{padding-top: 35px;}
.pt40{padding-top: 40px;}
.pt45{padding-top: 45px;}
.pt50{padding-top: 50px;}
.pt55{padding-top: 55px;}

.pr0 {padding-right: 0;}
.pr5 {padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pr25{padding-right: 25px;}
.pr30{padding-right: 30px;}
.pr35{padding-right: 35px;}
.pr40{padding-right: 40px;}
.pr45{padding-right: 45px;}
.pr50{padding-right: 50px;}
.pr55{padding-right: 55px;}

.pl0 {padding-left: 0;}
.pl5 {padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pl25{padding-left: 25px;}
.pl30{padding-left: 30px;}
.pl35{padding-left: 35px;}
.pl40{padding-left: 40px;}
.pl45{padding-left: 45px;}
.pl50{padding-left: 50px;}
.pl55{padding-left: 55px;}
/* clearfix
--------------------------------------------------------------*/
.clearfix{display: inline-block;}
.clearfix:after{content: "."; clear: both; display: block; visibility: hidden; height: 0; line-height: 0;}
/* MacIE \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* end MacIE */

/*レスポンシブ対応用
@media screen and (max-width: 750px){
	img{
		width: 100%;
		height: auto;
	}
}
*/
/*スマホ用
@media all and (orientation:portrait){
	縦向きの場合
}
@media all and (orientation:landscape){
	横向きの場合
}
*/
/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/

body {
	font-size: 16px;
	overflow: hidden;
	box-sizing: content-box;
	min-width: 960px;
}

#content{
	font-size: 75%;
}
@media screen and (max-width: 750px){
	body {
		min-width: 0;
	}
}

.onlysp {display: none;}
@media screen and (max-width: 750px) {
	.onlysp {display: table-cell;}
}

/*start 20150514*/
	/*表示切り替え*/
	.wrap .hideNrw{
		display: block;
	}
	.wrap table.hideNrw{
		display: table;
	}
	.wrap .hideWide{
		display: none;
	}
	.wrap table.hideWide{
		display: none;
	}
	@media screen and (max-width: 750px){
		.wrap .hideNrw{
			display: none;
		}
		.wrap table.hideNrw{
			display: none;
		}
		.wrap .hideWide{
			display: block;
		}
		.wrap table.hideWide{
			display: table;
		}
	}
/*end 20150514*/

/* start 修正日付20150423 */
/* start 修正日付20150416 */
/* ↓20150611 */

.head-infoBox{
	width: 960px;
	margin: 0 auto 40px;
	/* start 20150525 gnav変更 */
	z-index: 0;
	/* end 20150525 gnav変 */
	position: relative;
}

/*　↑20150611　*/

.head-infoTitle{;
	clear: both;
	color: #fff;
	line-height: 1;
	padding: 6px 0 1px 10px;
}

.head-infoTitle_txt{
	line-height: 1.25;
	background-color: #00822d;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	padding: 0 20px 0 0;
	font-size: 16px;
}
.head-infoTxt{
	border: solid 2px #00822d;
	padding: 6px 8px 0 8px;
}
.head-infoTxt * {
	font-size: 16px;
}
.head-infoTxt p{
	margin-bottom: 6px;
}
.head-infoIcon{
	display: none;
}
@media screen and (max-width: 750px) {
	.head-infoBox{
		width: 90%;
		margin: 5% auto 40px;
		z-index: inherit;
		position: inherit;
	}
	.head-infoTitle{
		display: table;
		background: #00822d;
		color: #fff;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.head-infoTitle_txt{
		display:table-cell;
		border: 1px;
		width: inherit;
		font-size: 18px;
		padding-left: 0;
	}
	.head-infoTitle_txt:before{
		background-color: #fff;
		width:22px;
		color:#00822d;
		float: left;
		content: "\f12a";
		font-family: fontAwesome;
		font-size: 18px;
	}
	.head-infoTitle_txt:after{
		float:right;
		content:"\f078";
		font-family: fontAwesome;
		font-size: 18px;
	}
	.head-infoTitle_txt.active:after{
		content:"\f077";
		font-family: fontAwesome;
		font-size: 18px;
	}
	.head-infoTxt{
		display: none;
		border-top:none;
	}
}
/* end 修正日付20150416 */
/* end 修正日付20150423 */

.txtRed{
	color: #00822d;
}

.mobile-only{
	display: none;
}
@media screen and (max-width: 750px){
	.pc-only{
		display: none;
	}
	.mobile-only{
		display: inline;
	}
}

/* 201702 トップへスクロール */
#to_top {
	position: fixed;
	padding: 0 7px;
	background: rgba(0,0,0,.4);
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border-radius: 6px;
	right: 10px;
	bottom: 40px;
}
#to_top i {
	color: #fff;
	font-size: 1.7em;
	line-height: 1.3;
	margin-bottom: 0.2em;
}

/* 201702 速報ボタン */
#realtime_btn {
	position: fixed;
	bottom: -1px;
	right: 10px;
/* 	padding: 0.2em 0; */
	z-index: 9999;
}
/* #realtime_btn:before {
	content: "\f09e";
	font-family: FontAwesome;
	font-size: 1.25em;
	color: #fff;
	vertical-align: inherit;
	line-height: 1;
	margin-left: 0.5em;
} */
#realtime_btn li{
	border: rgb(0, 128, 79) 1px solid;
	border-radius: 5px 5px 0 0;
	background: rgba(0, 128, 79, 0.85);
	box-sizing: border-box;
	display: inline-block;
	padding: 0 1.2rem;
	line-height: 1.8rem;
}

/* #realtime_btn li+li {
	border-left: #fff 1px solid;
	margin-left: -0.3em;
} */
#realtime_btn li a{
	font-weight: 700;
	color: #fff;
	font-size: 0.9rem;
}
@media screen and (max-width: 750px){
	#realtime_btn {
		padding: 0;
	}
	#realtime_btn li {
		padding: 0 0.8rem;
	}
	#realtime_btn li a{
		font-size: 0.8rem;
	}
/* 	#realtime_btn:before {
		font-size: 0.9em;
		margin-right: -0.3em;
	} */
}
/* リランキングボタン */
.reranking_button {
	text-align:center;
}
.reranking_button button {
	border-radius: 5px 5px 5px 5px!important;
	padding: 20px;
	line-height: 1.8rem;
	font-size: 40px;
	margin-top: 4%;
	background: #ececeb;
	width: 100%;
}
.reranking_button button a span {
	color: #00822d;
	font-size: 20px;
	font-weight: bold;
}
.reranking_button button a i {
	color: rgba(216,155,170,.4);
	display: block;
	position: absolute;
	left: 6%;
}
@media screen and (min-width:1024px) {
	.reranking_button button a i {
		display:none;
	}
}
/* リランキングリストボタン */
div.button-link {
  display:table;
  width:100%;
  table-layout: fixed;
  border-collapse:separate;
  margin:0 auto;
  text-align:center;
  margin-top: 3%;
}
div.button-link p {
  position:relative;
  overflow:hidden;
  display:table-cell;
  border-bottom:3px solid #b5b5b5;
  border-radius:10px;
  background:#ececeb;
}
div.button-link p a {
  display:block;
  padding:20px;
}
div.button-link p a i {
  color: rgba(216,155,170,.4);
  display: block;
  position: absolute;
  font-size: 35px;
  left: 3%;
  top: 28%;
}
div.button-link p a span {
  position:relative;
  font-size:210%;
  color: #00822d;
  font-weight:bold;
  z-index:0;
  cursor:pointer;
}
div.button-link p:not(.disabled):hover {
  border-bottom-width:1px;
  border-top:2px solid #fff;
  background:#f5f5f5;
  -moz-transition: background-color 0.1s ease-out;
  -webkit-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  -ms-transition: background-color 0.1s ease-out;
}
div.button-link p:hover a {
  text-decoration:none;
}
 /* レッスン情報 */
 div.schoolSearch {
 	margin-top: 1em;
 	padding-top: 120px;
 	margin-top: -120px;
 }
 

/* BIPROGY Scoring System */
a.logo_biprogy img {
	width: 90px !important;
	vertical-align: middle;
}
a.logo_biprogy {
	color: #333 !important;
	font-size: 0.7rem;
}
h4.collapsible-header {
	font-size: 2.28rem;
	line-height: 110%;
	margin: 1.52rem 0 0.912rem 0;
}
