@charset "utf-8";
/* CSS Document */

/*--------------------
メインビジュアル
--------------------*/

#Visual_Block {
	background: url(../images/main_visual_sp.jpg) no-repeat;
	background-size: contain;
	text-indent: -9999px;
	width: 100%;
	height: 0;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 29.375%;
}


#underline{
	width:100%;
	padding: 5px 0;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	background-color:#111450;
	box-sizing: border-box;
}
.merit_area img{
	width: 100%;
}

.merit_area{
width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
	margin: 10px auto;
}