/* 教室＆講師のご紹介 */

@media screen and (min-width: 641px){

#sch {
	font-size: 16px;
	line-height: 200%;
	}

#sch .menu {
	width: 1200px;
	margin: 0px auto 70px auto;
	overflow: hidden;
	}

#sch .menu a {
	width: calc((100% - 20px * 6) / 7);
	background: url(../img/arr01.png) no-repeat right 10px center;
	background-color: #ffffff;
	border: 1px #F7BC80 solid;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	font-size: 17px;
	font-weight: 700;
	line-height: 56px;
	margin: 0px 20px 0px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#sch .menu a:last-child {
	margin: 0px 0px 0px 0px;
	}

#sch .menu a:hover {
	background: url(../img/arr02.png) no-repeat right 10px center;
	background-color: #EE7800;
	border: 1px #EE7800 solid;
	color: #ffffff;
	opacity: 1;
	}

#sch ol {
	width: 100%;
	padding: 30px 0px 130px 0px;
	position: relative;
	}

#sch ol:last-child {
	margin: 0px 0px -144px 0px;
	float: left;
	}

#sch ol a.scr {
	position: absolute;
	top: -130px;
	}

#sch .main {
	width: 1200px;
	margin: 0px auto -300px auto;
	overflow: hidden;
	position: relative;
	}

#sch .main img {
	float: right;
	}

#sch .main h3 {
	border-bottom: 7px #EE7800 solid;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 10px 0px;
	display: inline-block;
	position: relative;
	}

#sch .main h3 p {
	width: 80px;
	height: 80px;
	background: #1CB2EE;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 120%;
	color: #ffff00;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	position: absolute;
	right: -110px;
	top: 0px;
	}

/*
#sch .main h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 90px 0px;
	position: relative;
	}

#sch .main h3:before {
	content: '';
	width: 50px;
	border-top: 7px #EE7800 solid;
	position: absolute;
	bottom: -30px;
	}
*/

#sch .main h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	margin: 0px 0px 30px 0px;
	}

#sch .main h4 img {
	margin: 0px 30px 0px 0px;
	float: none;
	}

#sch .main p {
	margin: 0px;
	}

#sch .main p span {
	background: url(img/tra.png) no-repeat;
	line-height: 18px;
	padding: 0px 0px 0px 18px;
	display: block;
	}

#sch .main iframe {
	width: 600px;
	height: 300px;
	position: absolute;
	bottom: 0px;
	}

#sch .sta {
	width: 100%;
	background: #f1f1f1;
	padding: 400px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	}

#sch .sta h3 {
	font-size: 28px;
	border-bottom: 2px #EE7800 dotted;
	color: #EE7800;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	display: inline-block;
	}

#sch .sta ul {
	width: 1200px;
	margin: 0px auto 0px auto;
	}

#sch .sta a {
	width: 262px;
	margin: 50px 50px 0px 0px;
	float: left;
	display: block;
	position: relative;
	}

#sch .sta a:nth-child(4n) {
	margin: 50px 0px 0px 0px;
	}

#sch .sta a img {
	width: 100%;
	}

#sch .sta a p {
	width: 100%;
	background: rgba(238,120,0,0.5);
	line-height: 80px;
	color: #ffffff;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	}

#sch .sta a p.lea {
	height: 80px;
	line-height: 180%;
	padding: 10px 0px 0px 0px;
	}

#sch .news {
	width: 100%;
	background: #f1f1f1;
	padding: 100px 0px 130px 0px;
	text-align: center;
	overflow: hidden;
	}

#sch .pad {
	padding: 400px 0px 130px 0px;
	}

#sch .news h3 {
	font-size: 28px;
	border-bottom: 2px #EE7800 dotted;
	color: #EE7800;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 15px 0px;
	display: inline-block;
	}

#sch .news ul {
	width: 1200px;
	margin: 0px auto 0px auto;
	text-align: left;
	}

#sch .news ul a {
	width: 270px;
	margin: 0px 40px 0px 0px;
	float: left;
	display: block;
	position: relative;
	}

#sch .news ul a:nth-child(4n) {
	margin: 0px 0px 0px 0px;
	}

#sch .news ul a p {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 15px 0px 0px 0px;
	}

#sch .news ul a span {
	width: 36px;
	height: 36px;
	background: url(../img/new.png) no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	}

}

@media screen and (max-width: 640px){

#sch {
	line-height: 200%;
	}

#sch .menu {
	width: 90%;
	margin: 0px 5% 50px 5%;
	overflow: hidden;
	}

#sch .menu a {
	width: calc((100% - 2% * 3) / 4);
	background: url(../img/arr01.png) no-repeat 97% center;
	background-size: 10px auto;
	background-color: #ffffff;
	border: 1px #F7BC80 solid;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	margin: 0px 2% 15px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#sch .menu a:nth-child(4n) {
	margin: 0px 0px 15px 0px;
	}

#sch ol {
	width: 100%;
	padding: 0px 0px 70px 0px;
	position: relative;
	}

#sch ol:last-child {
	margin: 0px 0px -77px 0px;
	float: left;
	}

#sch ol a.scr {
	position: absolute;
	top: -70px;
	}

#sch .main {
	width: 100%;
	}

#sch .main img {
	width: 100%;
	}

#sch .main h3 {
	border-bottom: 4px #EE7800 solid;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 5% 30px 5%;
	padding: 0px 0px 5px 0px;
	display: inline-block;
	position: relative;
	}

#sch .main h3 p {
	width: 56px;
	height: 56px;
	background: #1CB2EE;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 120%;
	color: #ffff00;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	position: absolute;
	right: -76px;
	top: 0px;
	}

/*
#sch .main h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 30px 5% 40px 5%;
	position: relative;
	}

#sch .main h3:before {
	content: '';
	width: 40px;
	border-top: 4px #EE7800 solid;
	position: absolute;
	bottom: -10px;
	}
*/

#sch .main h4 {
	font-weight: normal;
	margin: 0px 5% 30px 5%;
	}

#sch .main h4 img {
	width: auto;
	margin: 0px 0px 10px 0px;
	display: block;
	}

#sch .main p {
	margin: 0px 5% 30px 5%;
	}

#sch .main p span {
	background: url(img/tra.png) no-repeat;
	line-height: 18px;
	padding: 0px 0px 0px 18px;
	display: block;
	}

#sch .main iframe {
	width: 100%;
	height: 300px;
	}

#sch .sta {
	width: 100%;
	background: #f1f1f1;
	padding: 50px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
	}

#sch .sta h3 {
	font-size: 21px;
	border-bottom: 2px #EE7800 dotted;
	color: #EE7800;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	display: inline-block;
	}

#sch .sta ul {
	width: 90%;
	margin: 0px 5% 0px 5%;
	}

#sch .sta a {
	width: 48.5%;
	margin: 0px 3% 30px 0px;
	float: left;
	display: block;
	position: relative;
	}

#sch .sta a:nth-child(2n) {
	margin: 0px 0px 30px 0px;
	}

#sch .sta a img {
	width: 100%;
	}

#sch .sta a p {
	width: 100%;
	background: rgba(238,120,0,0.5);
	line-height: 60px;
	color: #ffffff;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	}

#sch .sta a p.lea {
	height: 60px;
	line-height: 180%;
	padding: 5px 0px 0px 0px;
	}

#sch .news {
	width: 100%;
	background: #f1f1f1;
	padding: 20px 0px 40px 0px;
	text-align: center;
	overflow: hidden;
	}

#sch .news h3 {
	font-size: 21px;
	border-bottom: 2px #EE7800 dotted;
	color: #EE7800;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	display: inline-block;
	}

#sch .news ul {
	width: 90%;
	margin: 0px 5% 0px 5%;
	text-align: left;
	}

#sch .news ul a {
	width: 48.5%;
	margin: 0px 3% 30px 0px;
	float: left;
	display: block;
	position: relative;
	}

#sch .news ul a:nth-child(2n) {
	margin: 0px 0px 30px 0px;
	}

#sch .news ul a img {
	width: 100%;
	height: auto;
	}

#sch .news ul a p {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 15px 0px 0px 0px;
	}

#sch .news ul a span {
	width: 36px;
	height: 36px;
	background: url(../img/new.png) no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	}

}

