@charset "UTF-8";
#content:after, #content .select_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* select_box/
/* -------------------------- */
#content .select_box {
	margin-top: 70px;
}
#content .select_box figure {
	float: right;
	margin: 0 0 30px 30px;
}
#content .select_box h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 30px;
	color: #76a93f;
}
#content .select_box h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
#content .select_box p {
	margin-bottom: 30px;
}
#content .select_box p.btn_link {
	width: 235px; margin-right: 10px;
	float: left;
}
#content .select_box p.btn_link a {
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	background: url(../images/common/arrow_right_w.png) 90% 19px #76a93f no-repeat;
	color: #ffffff;
	text-align: center;
	width: 235px;
	height: 50px;
	line-height: 50px;
}

@media screen and (max-width: 1034px) {
#content .select_box {
	margin-top: 20px;
}
#content .select_box figure {
	float: none;
	margin: 0 auto 20px auto;
	display: block;
	text-align: center;
}
#content .select_box h3 {
	font-size: 1.4em;
	margin-bottom: 15px;
}
#content .select_box h4 {
	margin-bottom: 5px;
}
#content .select_box p {
	margin-bottom: 15px;
}
#content .select_box p.btn_link a {
	background: url(../images/common/arrow_right_w.png) 95% 19px #76a93f no-repeat;
	width: 100%;
}
}
