@charset "UTF-8";

/* -------------------------------------------------------------
	IBA 学校向けサービス
-------------------------------------------------------------*/

/*--------------------
　　共通
--------------------*/

#title{
	background:url(../images/format/titleShadow.png) top repeat-x #FCE3EC;
}
#titleText{
	background:url(../images/s_service/titleText.png) no-repeat;
}

.photoRight{
	float:right;
	margin:0 0 20px 30px;
}

/*--------------------
　　トップ
--------------------*/
#contents.serviceSchoolHome{
	margin-top:20px;
}
#s_serviceTop{
	margin-bottom:60px;
	font-size:16px;
	line-height:1.7em;
}
#s_serviceTop img{
	float:right;
	margin:15px 0 0 50px;
}
#s_serviceTop .titleTop{
	text-indent:-9999px;
	background:url(../images/s_service/titleTop.png) no-repeat left;
	padding-top:108px;
	margin-bottom:50px;
}
#s_serviceTop .titleTop br{
	display:none;
}

.select{
	display: flex;
	display:-ms-flexbox;
	justify-content: space-between;
	justify-content:-ms-space-between;
  margin-bottom:60px;
}
.select li{
	font-size:20px;
	list-style:none;
	border:1px solid #CCCCCC;
	text-align:center;
}
.select li a{
	text-decoration:none;
	color:#333;
	display:block;
	padding-top:62px;
	width:470px;
	height:150px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.select li a:hover{
	background:#FCE3EC;
}
.select li a:after{
	content:"▶︎";
	padding-left:8px;
}

/*--------------------
　　会社案内
--------------------*/

.serviceSchoolCompany h3{
	font-size:20px;
	border-left:5px solid #CC0000;
	padding:2px 20px;
	margin-bottom:30px;
}
#s_company{
	margin-bottom:60px;
}
#s_company .mainTitle{
	text-indent:-9999px;
	background:url(../images/s_service/titleMain.png) no-repeat center;
	padding:72px 0 0 0;
}
#s_company .subTitle{
	text-align:center;
	margin:30px 0;
	color:#666666;
}
#s_company .subTitle span{
	font-weight:bold;
	color:#0166B9;
}
#s_company .subText{
	padding:0 20px;
	margin-bottom:10px;
}

#s_companyInfo{
	margin-bottom:60px;
}
#s_companyInfo ul{
	list-style:none;
	margin:0 20px;
	border-bottom:1px solid #DDDDDD;

}
#s_companyInfo li span{
	display:block;
	padding:15px 0 15px 20px;
	border-top:1px solid #DDDDDD;
}
#s_companyInfo li span:nth-child(odd){
	float:left;
}
#s_companyInfo li span:nth-child(even){
	padding-left:140px;
}


/*--------------------
　　中学校向け講座
--------------------*/
#contents h1.line{
	background: url(../images/s_service/headingLineSchool.png) bottom repeat-x;
	margin-bottom:40px;
}
#readInner{
	margin:30px 0;
}
#readInner img{
	float:left;
	margin-right:50px;
}
#readInner p{
	padding-top:50px;
	line-height: 1.8;
}

/*タブナビ*/
.tabNav{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content: space-between;
	-webkit-box-pack:justify;
    -ms-flex-pack:justify;
}
.box{
	width:180px;
	height:120px;
	position:relative;
	background:#FEF4F7;
	border:#F2B8CD 1px solid;
	text-align:center;
	box-shadow:1px 1px 0px #F2B8CD;  
	-moz-box-shadow:1px 1px 0px #F2B8CD;  
	-webkit-box-shadow:1px 1px 0px #F2B8CD; 
}
.box:last-child{
	    margin-right: -23px;
}
.box a{
	width:180px;
	height:120px;
	display:block;
	font-weight:bold;
	color:#333;
	font-size:18px;
	text-decoration:none;
	letter-spacing:0.05em;
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.box a:after{
	content:"";
	background:url(../images/s_service/arrowSchool.png) no-repeat;
	padding:8px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-7px;
}
.box ul{
	font-size:12px;
	letter-spacing: -0.06em;
	font-weight:normal;
	line-height:1.3em;
	text-align:left;
	list-style:none;
}
.box ul li {
	position: relative;
}
.box ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -0.5em;
	width: 2px;
	height: 2px;
	background-color: #666;
	border-radius: 100%;
}


/*タブナビ下のサブナビ*/
.subNav{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content: space-between;
	list-style:none;
	margin:20px 0 30px;
}
.subNav li{
	font-weight:bold;
	font-size:18px;
	letter-spacing:0.05em;
	margin-right:20px;
}
.subNav li:before{
	content:"";
	background:url(../images/s_service/arrowSchool.png) no-repeat left;
	padding-left:20px;
}
.subNav li:last-child{
	margin-left:auto;
	margin-right:0;
}
.subNav li:last-child:before{
	content:"";
	background:none;
}
.subNav li a{
	text-decoration:none;
	color:#333;
	margin-left:-20px;
	padding-left:20px;
}

/**/
.box a:hover,
.subNav li a:hover{
	opacity:0.8;
}

/*--------------------
　　研修内容
--------------------*/
h7{
	font-size:24px;
	font-weight:bold;
	padding-left:15px;
	margin-bottom:10px;
}
.studyContents{
	clear:both;
	background:#fff;
	padding:40px 20px 20px 20px;
	margin-bottom:10px;
	font-size:15px;
	position:relative;
	border-top:2px solid #D3467C;
}
.studyContents h4{
	font-size:22px;
	margin-bottom:30px;
	font-weight:bold;
}
.studyContents h4 span{
	padding:0 15px;
	background: -webkit-linear-gradient(transparent 60%, #FDDFE9 0%);
	background: -ms-linear-gradient(transparent 60%, #FDDFE9 0%);
	background: -moz-linear-gradient(transparent 60%, #FDDFE9 0%);
	background: linear-gradient(transparent 60%, #FDDFE9 0%);
}
.studyContents h3{
	font-size:24px;
	line-height:1;
	color:#000;
	margin-bottom:30px;
	padding:6px 0 10px 50px;
}
.studyContents .subTitle{
	font-weight:bold;
}
.studyContents .subText{
	margin-bottom:30px;
}
.studyContents ol{
	padding-left:25px;
}
.studyContents ul{
	padding-left:20px;
}
.studyColumn2{
	float:left;	
}
.left{
	margin-right:50px;
}

/*one*/
#one img{
	float:right;
	margin-left:50px;
}
/*two*/
#two img{
	float:left;
	margin-right:50px;
}
#two .studyContents .left li:last-child{
	list-style:none;
	margin-top:1.5em;
	margin-left:-30px;
}
/*three*/
#three img{
	float:right;
	margin-right:50px;
	margin-top:-20px;
}
/*teacher*/
#teacher img{
	float:left;
	margin:0 115px 0 55px;
}
#teacher .studyColumn{
	float:left;
	margin-bottom:55px;
}
#teacher .voice .column{
	min-height:180px;
}
/*pta*/
#pta img{
	float:right;
	margin-left:50px;
	margin-top:-20px;
}
#pta .studyContents ul{
	margin-bottom:20px;
}
#pta .voice .column{
	min-height:180px;
}
/*flow*/
#flow ol li{
	margin-bottom:10px;
}
/*guide*/
#guide ul li{
	margin-bottom:10px;
}
#guide ul li span{
	font-weight:bold;
}
/*result*/
#result .small{
	font-size:16px;
}
#result ul{
	list-style:none;
	padding:0 40px 0 0;
	font-size:14px;
}
#result .studyColumn{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content: space-between;
	-webkit-box-pack:justify;
    -ms-flex-pack:justify;
	margin:20px 0;
}
#result .rightText{
	text-align:right;
}

/*お客様の声*/
.voice{
	clear:both;
	margin-bottom:50px;
}
.voice .column{
	width:490px;
	min-height:158px;
	padding:15px 20px 10px 20px;
	float:left;
	background:url(../images/s_service/voiceBgSchool.png);
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.voice .left{
	margin-right:20px;	
}
.voice h4{
	margin-bottom:10px;
}
.voice li{
	list-style:none;
	font-size:13px;
	margin-bottom:10px;
	padding-left:30px;
}
.voice li{
	background:url(../images/s_service/voiceIconSchool.png) top left no-repeat;
}

