@charset "utf-8";
/* CSS Document */
.sec_hyoki{
	margin-bottom: 100px;
}
.sec_hyoki .contents{
	max-width: 650px;
}

@media screen and (max-width: 767px){
	.sec_hyoki{
		margin-bottom: 60px;
	}
}