@charset "UTF-8";

/* common */
.cmn_sec_heading2{
	text-align: center;
}
@media (min-width: 641px){
	.cmn_heading{
		background-image: url(../sy_images/evaluation/evaluation_billboard.jpg);
	}
}

/* ===========================================
	evaluation Page
=========================================== */

.w800{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* sec1 */
.sec1_img{
	margin-top: 30px;
}
@media (min-width: 641px){
	.sec1_img{
		margin-top: 51px;
	}
}

/* sec2 */
.sec2 section ~ section{
	margin-top: 40px;
}
.ev_heading{
	position: relative;
	margin-top: 15px;
	margin-bottom: 11px;
	text-align: center;
}
.ev_heading_txt{
	position: relative;
	z-index: 3;
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	background-color: #fff;
	border: #86c03f solid 1px;
}
.ev_list li{
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	line-height: 1.6;
}
.ev_list li ~li{
	margin-top: 4px;
}
.ev_list li:before{
	content: "●";
	color: #86c03f;
}
.ev_sec2_img li{
	margin-top: 12px;
}
.ev_sec2_heading{
	width: 224px;
	margin: 25px auto 11px;
}
.ev_sec2_dl{
	margin-top: 11px;
}
.ev_sec2_dl dt{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.ev_sec2_dl dd{
	line-height: 1.5;
	font-size: 1.2rem;
}
.ev_sec2_fig{
	margin-top: 40px;
}
.ev_sec2_fig .cmn_sec_heading2{
	margin-bottom: 15px;
}
.ev_sec2_list{
	margin-left: 0;
	padding-left: 1.4em;
}
.ev_sec2_list li{
	font-size: 1.4rem;
}
@media (max-width: 640px){
	.ev_heading span ~ span{
		margin-top: 10px;
	}
	.ev_sec2_img li ~ li{
		margin-top: 25px;
	}
	.ev_sec2_flex span{
		display: block;
	}
	.ev_sec2_flex span ~ span{
		margin-top: 20px;
	}
	.ev_sec2_list li{
		line-height: 1.6;
	}
	.ev_sec2_list li ~ li{
		margin-top: 4px;
	}
}
@media (min-width: 641px){
	.sec2 section ~ section{
		margin-top: 60px;
	}
	.ev_heading{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.ev_heading:after{
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		width: 100%;
		border-top: #86c03f solid 1px;
		content: "";
	}
	.ev_heading_txt{
		width: 225px;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 48px;
		font-size: 2.4rem;
	}
	.ev_list{
		text-align: center;
	}
	.ev_sec2_img{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.ev_sec2_img li img{
		width: 390px;
		margin: 10px;
	}
	.ev_sec2_heading{
		margin-top: 31px;
	}
	.ev_sec2_dl dd{
		text-align: center;
	}
	.ev_sec2_fig{
		margin-top: 60px;
		text-align: center;
	}
	.ev_sec2_flex{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		width: 100%;
	}
	.ev_sec2_img_1{
		width: 404px;
	}
	.ev_sec2_img_2{
		width: 347px;
		margin-left: 49px;
	}
	.ev_sec2_img_3{
		width: 100%;
	}
	.ev_sec2_img_4{
		width: 390px;
	}
	.ev_sec2_img_5{
		width: 390px;
		margin-left: 20px;
	}
	.ev_sec2_img_6{
		width: 540px;
	}
	.ev_sec2_list{
		display: inline-block;
	}
	.ev_sec2_list li{
		font-size: 1.6rem;
		text-align: left;
	}
}