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

section p {
    font-size: 115%;
    line-height: 2;
}
/* ==========================
mainvisual
============================= */
.mainvisual{
	background: url(../img/mainvisual_bg.png) no-repeat;
	background-size: cover;
}
/* ==========================
ここから上は変更不可
============================= */
.top_img{
	margin: 30px 0;
}
.green_box{
	background-color:#c0d3ce;
	padding: 30px;
	font-size: 115%;
	line-height: 1.6;
}
.side_box .side_top.center ul li{
	text-align: center;
}
.about_box{
	background:#000000 url(../img/item_img06.png) no-repeat left top;
	padding: 40px;
	overflow: hidden;
	position: relative;
	}
.about_box .text_box{
	width: 280px;
	float: right;
	color: #fff;
	font-size:115%;
	line-height: 2;
}
.about_box .text_box .text{
	margin-bottom: 30px;
}
.about_box .detail_btn{
	border: 1px solid #fff;
	position: static;
	background-color: transparent;
	max-width: 280px;
}
.about_box .detail_btn a{
	color: #fff;
}
section{
	margin-bottom: 50px;
}
.feature_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature_list li{
	margin-bottom: 30px;
	font-size:115%;
	text-align: center;
	margin: 10px;
}
.feature_list li img{
	margin-bottom: 20px;
}
.exam_box{
	border: 2px solid #054e3c;
	padding: 0px 40px 20px 40px;
	margin-bottom: 50px;
	text-align: center;
}
.exam_box .exam_title{
	background-color: #054e3c;
	border-radius: 30px;
	color: #fff;
	padding: 0 15px;
	font-size:158%;
	display: inline;
	position:relative;
	top: -15px;
	text-align: center;
}
.exam_box .exam_text{
	text-align: left;
	font-size:115%;
}
.side_box .side_top ul li .small_text {
    font-size: 100%;

@media screen and ( max-width: 1100px ){
.about_box {
	background-size: 60%;
}
.about_box .text_box {
	width: 100%;
	margin-top: 30%;
	}
}
@media screen and ( max-width: 1000px ){
.item_lead_text.ht100 {
	height: auto;
	}

}
@media screen and ( max-width: 767px ){
.feature_list li{
	width: 40%;
	margin: 10px 5%;

	}
.feature_list li img{
	max-width: 100%;
	height: auto;
	}
.exam_box {
	padding: 0px 5% 20px 5%;
	}
}
@media print {


}
