@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	background-color: #f5f3ec;
}

/* ===============================================
sec_page_info
=============================================== */
.sec_page_info {

}

.sec_page_info .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 55px 0 75px 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;
}

.sec_page_info .ttl_range .sub_mass {
	margin: 0 0 50px 0;
	font-size: 30px;
	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: 270px;
	height: 62px;
	background: url(../../../img/contents/order/com/sec_page_info_flow_01.png) no-repeat 0 0;
}

.sec_page_info .flow_range li.on:nth-child(1) {
	width: 270px;
	height: 62px;
	background: url(../../../img/contents/order/com/sec_page_info_flow_01_on.png) no-repeat 0 0;
}

.sec_page_info .flow_range li:nth-child(2) {
	width: 270px;
	height: 62px;
	background: url(../../../img/contents/order/com/sec_page_info_flow_02.png) no-repeat 0 0;
}

.sec_page_info .flow_range li.on:nth-child(2) {
	width: 270px;
	height: 62px;
	background: url(../../../img/contents/order/com/sec_page_info_flow_02_on.png) no-repeat 0 0;
}

.sec_page_info .flow_range li:nth-child(3) {
	width: 270px;
	height: 62px;
	background: url(../../../img/contents/order/com/sec_page_info_flow_03.png) no-repeat 0 0;
}

.sec_page_info .flow_range li.on:nth-child(3) {
	width: 270px;
	height: 62px;
	background: url(../../../img/contents/order/com/sec_page_info_flow_03_on.png) no-repeat 0 0;
}

/* ===============================================
sec_form
=============================================== */
/* -----------------------------------------------
bt_range
----------------------------------------------- */
.sec_form .bt_range {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
bt_mass
*/
.sec_form .bt_range .bt_mass {
	margin: 0 0 25px 0;
}

.sec_form .bt_range .bt_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec_form .bt_range .bt_mass li {
	margin: 0 0 0 15px;
}

.sec_form .bt_range .bt_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_form .bt_range .bt_mass li.back {
	width: 200px;
}

.sec_form .bt_range .bt_mass li.next {
	width: 200px;
}

.sec_form .bt_range .bt_mass a {
	display: inline-block;
	width: auto;
	padding: 17px 20px 17px 20px;
	border-radius: 35px;
	background-color: #e60012;
	color: #ffffff;
	font-size: 24px;
	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 15px 0 0;
	border-left: 16px solid #ffffff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	vertical-align: -4px;
}

.sec_form .bt_range .bt_mass a:hover {
	opacity: 0.7;
}

.sec_form .bt_range .bt_mass a.bt_send_confirm {
	width: 500px;
	background-color: #e60012;
}

.sec_form .bt_range .bt_mass a.bt_send_commit {
	width: 200px;
	background-color: #e60012;
}

.sec_form .bt_range .bt_mass a.bt_back {
	width: 200px;
	background-color: #f08600;
}

.sec_form .bt_range .bt_mass a.bt_end_top {
	width: 500px;
	background-color: #e60012;
}

/* -----------------------------------------------
caution_mass
*/
.sec_form .bt_range .caution_mass {
	margin: 0 0 0 0;
	font-size: 15px;
	text-align: center;
}

