@charset "utf-8";
/* CSS Document */


/* ----------------------
   shindan
---------------------- */

.shindan-box {
	padding: 50px 12px;
	text-align: center;
}

.blue-box .arrow {
	position: relative;
}

.blue-box  .arrow:before {
	position: absolute;
	left: 50%;
	right: 50%;
	content: "";
	display: block;
	width: 65px;
	height: 5px;
	margin: -23px 0 0 -23px;
	background: #ffea00;
}

#contents_body .check-box {
 width: 100%;
 padding: 0 30px 50px;
 box-sizing: border-box;
 margin: 0 auto;
 background-color: #6eb92c;
 text-align: center;
 color: #fff;
 border:1px solid #6eb92c; 
}
#contents_body .check-box img {
 vertical-align: bottom;
}

#contents_body .check-box h2 {
 margin: 20px 0;
}


#contents_body .check-box .btn_shindan a{
 display: block;
 margin: 0 auto;
 width: 222px;
 background: url(https://www.asante.co.jp/sp_shindan/images/idxMainBtn01_over.gif) no-repeat center bottom #67ad29;
 padding: 10px 10px 0;
 border: 5px #fff solid;
 border-radius: 15px;
 -ms-border-radius: 15px;
}

#contents_body .check-box .btn_shindan_new a:hover img{
opacity: 0;
}
