@charset "UTF-8";

/*================================================================================
	Font-size Adjustment（基準サイズ：12px）
	｜　10px：84％　 ｜　15px：125％　｜　20px：167％　｜　25px：209％　｜
	｜　11px：92％　 ｜　16px：134％　｜　21px：175％　｜　26px：217％　｜
	｜　12px：100％　｜　17px：142％　｜　22px：184％　｜
	｜　13px：109％　｜　18px：150％　｜　23px：192％　｜
	｜　14px：117％　｜　19px：159％　｜　24px：200％　｜
===================================================================================*/



/*   sell-area   */
#school-area{width:710px;
	height:324px;
	background-image:url(../img/school/school-area-bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

#school-catch{ width:650px;
	height:auto;
	font-size:14px;
	line-height:24px;
	margin:0 36px 0 35px;
	padding:80px 0 0 0;
}

.school-co01{
	width: calc(100% - 70px);
	max-width:710px;
	margin: 10px auto 20px;
	padding: 0;
	text-align: center;
}


.school__link {
	position: relative;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	display: block;
	background: #F22638;
	color: #fff!important;
	font-size: 16px;
	padding: 10px 0 0;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.3));
	transition: all .3s;
}
.school__link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	border: 2px solid #fff;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	margin: auto 0;
	/*width:0;
	height:0;
	border-style:solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;*/
}
.school__link:after {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	margin: auto 0;
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
}
.school__link:hover {
	opacity: 0.6;
}

.school__text {
	font-weight: bold;
	width: calc(100% - 20px);
	font-size: 21px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
/*	color: #E3041C;
	background-color: #fff;*/
}


.hureai-curriculum{ width:710px;
	height:auto;
	margin:0 0 40px 0;
	font-size:16px;
}


.hureai-curriculum dl{width:550px;
	height:auto;
	margin:0 0 0 80px;
}

.hureai-curriculum dt{width:102px;
	height:39px;
	margin:0 0 0 0;
	float:left;
	text-align:center;
	border-left:1px solid #ffdebe;
	border-bottom:1px solid #ffdebe;
	line-height:39px;
	padding:0 0 0 10px;
}

.hureai-curriculum dd{width:401px;
	height:39px;
	margin:0 0 0 0;
	padding:0 0 0 24px;
	float:left;
	border-left:1px solid #ffdebe;
	border-right:1px solid #ffdebe;
	border-bottom:1px solid #ffdebe;
	line-height:39px;
}

.curriculum-ttl{
	background-color:#ffe6ce;
	color:#e26b52;
	border-top:1px solid #ffdebe;
	text-align:center;

}

.curriculum-a{}

.curriculum-b{ background-color:#fffaf5;

}


.hureai-property{width:655px;
	height:171px;
	margin:0;
	padding:52px 0 20px 55px ;
	background-image:url(../img/school/item-bg.gif);
	background-repeat:no-repeat;
	line-height:26px;
	font-size:14px;
}

.hureai-property ul{margin:0 0 0 30px;
}

.hureai-property li{
	margin:0 0 6px 0;
	float:left;
}

.list-a{width:120px;
}

.list-b{width:100px;
}


.list-c{width:135px;
}

.list-d{width:120px;
}

.list-e{width:120px;
}


.in-text-area{width:690px;
	padding:5px 0 0 0;
	margin:0 0 0 20px;
}

.prop-text{ width:580px;
	line-height:24px;
	font-size:14px;
	margin:8px 0 0 14px;
}


.school-text{ width:590px;
	height:auto;
	margin:0 0 10px 0;
	padding:0 60px 0 60px;
	font-size:14px;
	line-height:22px;
}

.school-text2{width:575px;
	height:auto;
	margin:0 auto 10px auto;
	padding:0;
	text-align:center;
}

.a1{width:110px;}

.a2{width:270px;}

.a3{width:190px;}

.school-text2 ul{}

.school-text2 li{float:left;}

.school-button{width:710px;
	height:auto;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	text-align:center;
}

.school-button a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;
}
