@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {

}

/* ===============================================
sec_page_info
=============================================== */
.sec_page_info {

}

.sec_page_info .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 25px 0 25px 0;
}

/* -----------------------------------------------
view_range
----------------------------------------------- */
.sec_page_info .ttl_range {
	padding: 0 0 0 0;
	text-align: center;
}

.sec_page_info .ttl_range h2 {
	margin: 0 0 4px 0;
}

#wrapper .sec_page_info .ttl_range h2 img {
	max-width: 258px;
	width: 50%;
}

.sec_page_info .ttl_range .sub_mass {
	margin: 0 0 20px 0;
	font-size: 20px;
	line-height: 1.2;
}

/* -----------------------------------------------
flow_range
----------------------------------------------- */
.sec_page_info .flow_range ul {
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec_page_info .flow_range li {
	margin: 0 0 0 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.sec_page_info .flow_range li:first-child {
	margin: 0 0 0 0;
}

/*--- page_form ---*/
.sec_page_info .flow_range li:nth-child(1) {
	width: 33%;
	height: 0;
	padding-top: 15%;
	background: url(../../../img/contents/order/com/sec_page_info_flow_01.png) no-repeat 0 0;
	background-size: contain;
}

.sec_page_info .flow_range li.on:nth-child(1) {
	width: 33%;
	height: 0;
	padding-top: 15%;
	background: url(../../../img/contents/order/com/sec_page_info_flow_01_on.png) no-repeat 0 0;
	background-size: contain;
}

.sec_page_info .flow_range li:nth-child(2) {
	width: 33%;
	height: 0;
	padding-top: 15%;
	background: url(../../../img/contents/order/com/sec_page_info_flow_02.png) no-repeat 0 0;
	background-size: contain;
}

.sec_page_info .flow_range li.on:nth-child(2) {
	width: 33%;
	height: 0;
	padding-top: 15%;
	background: url(../../../img/contents/order/com/sec_page_info_flow_02_on.png) no-repeat 0 0;
	background-size: contain;
}

.sec_page_info .flow_range li:nth-child(3) {
	width: 33%;
	height: 0;
	padding-top: 15%;
	background: url(../../../img/contents/order/com/sec_page_info_flow_03.png) no-repeat 0 0;
	background-size: contain;
}

.sec_page_info .flow_range li.on:nth-child(3) {
	width: 33%;
	height: 0;
	padding-top: 15%;
	background: url(../../../img/contents/order/com/sec_page_info_flow_03_on.png) no-repeat 0 0;
	background-size: contain;
}

/* ===============================================
sec_form
=============================================== */
/* -----------------------------------------------
bt_range
----------------------------------------------- */
.sec_form .bt_range {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
bt_mass
*/
.sec_form .bt_range .bt_mass {
	margin: 0 0 15px 0;
}

.sec_form .bt_range .bt_mass ul {
	/* flex */
	display: block;
}

.sec_form .bt_range .bt_mass li {
	margin: 15px 0 0 0;
	text-align: center;
}

.sec_form .bt_range .bt_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_form .bt_range .bt_mass li.back {
	width: 100%;
}

.sec_form .bt_range .bt_mass li.next {
	width: 100%;
}

.sec_form .bt_range .bt_mass a {
	display: inline-block;
	width: 95%;
	padding: 13px 10px 13px 10px;
	border-radius: 35px;
	background-color: #e60012;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_form .bt_range .bt_mass a:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 10px 0 0;
	border-left: 10px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	vertical-align: -2px;
}

.sec_form .bt_range .bt_mass a:hover {
	opacity: 0.7;
}

.sec_form .bt_range .bt_mass a.bt_send_confirm {
	width: 95%;
	background-color: #e60012;
}

.sec_form .bt_range .bt_mass a.bt_send_commit {
	width: 95%;
	background-color: #e60012;
}

.sec_form .bt_range .bt_mass a.bt_back {
	width: 95%;
	background-color: #f08600;
}

.sec_form .bt_range .bt_mass a.bt_end_top {
	width: 95%;
	background-color: #e60012;
}

/* -----------------------------------------------
caution_mass
*/
.sec_form .bt_range .caution_mass {
	margin: 0 0 0 0;
	font-size: 14px;
	text-align: center;
}

}/* End SP----------------------------------------------------*/