@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_select_cb
=============================================== */
.sec_select_cb .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 80px 0;
}

/* -----------------------------------------------
box_range
----------------------------------------------- */
.sec_select_cb .box_range {
	padding: 50px 0 50px 0;
	border: 1px solid #d6d6d6;
}

/* -----------------------------------------------
sl_mass
*/
.sec_select_cb .box_range .sl_mass {
	margin: 0 0 40px 0;
}

.sec_select_cb .box_range .sl_mass h3 {
	margin: 0 0 15px 0;
	color: #ef7f1a;
	font-size: 26px;
	text-align: center;
}

.sec_select_cb .box_range .sl_mass .bt_range li {
	margin: 15px 0 0 0;
}

.sec_select_cb .box_range .sl_mass .bt_range li:first-child {
	margin: 0 0 0 0;
}

.sec_select_cb .box_range .sl_mass .bt_range li a {
	position: relative;
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 12px 25px 10px 20px;
	border: 2px solid #ef7f1a;
	background-color: #ffffff;
	border-radius: 80px;
	color: #ef7f1a;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 1.3;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_select_cb .box_range .sl_mass .bt_range li a:before {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	border: 2px solid;
	border-color: #ef7f1a #ef7f1a transparent transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sec_select_cb .box_range .sl_mass .bt_range li a:hover {
	opacity: 0.7;
}

