@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_mv
=============================================== */
.sec_mv {
	background-color: #f2f5fc;
}

.sec_mv .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
ttl_mass
*/
.sec_mv .about_range .ttl_mass {
	padding: 30px 0 20px 0;
	text-align: center;
}

.sec_mv .about_range .ttl_mass .sub {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
}

.sec_mv .about_range .ttl_mass .main {
	display: block;
	color: #055bb0;
	font-size: 24px;
}

/* -----------------------------------------------
view_mass
*/
.sec_mv .about_range .view_mass {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	text-align: center;
}

#wrapper .sec_mv .about_range .view_mass img {
	width: 60%;
	max-width: 280px;
}


/* ===============================================
sec_form
----------------------------------------------- */
.sec_form {
	margin: 0 0 0 0;
	background-color: #ffffff;
	-webkit-clip-path: none;
	clip-path: none;
}

.sec_form .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

/* -----------------------------------------------
bt_range
----------------------------------------------- */
.sec_form .bt_range {
	padding: 10px 0 10px 0;
}

.sec_form .bt_range ul {
	/* flex */
	display: block;
}

.sec_form .bt_range li {
	width: 85%;
	height: 50px;
	margin: 20px auto 0 auto;
}

.sec_form .bt_range li:first-child {
	margin: 0 auto 0 auto;
}

.sec_form .bt_range li a {
	width: 100%;
	height: 100%;
	padding: 3px 2px 2px 2px;
	background-color: #faaf3a;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_form .bt_range li.back a {
	border: 2px solid #055bb0;
	background-color: #ffffff;
	box-shadow: 0 5px 0 #055bb0;
	color: #055bb0;
}

.sec_form .bt_range li a:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin: -2px 0 0 0;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}

.sec_form .bt_range li a:hover {
	opacity: 0.7;
}


}/* End SP----------------------------------------------------*/