@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_page_ttl
=============================================== */
#second .sec_page_ttl .ttl_range .ttl_mass h2 {
	color: #000000;
}

/* ===============================================
sec_form
----------------------------------------------- */
.sec_form {
	padding: 0 0 100px 0;
}

.sec_form .inner_sec {
	width: 1000px;
	margin: 0 auto;
}

/* -----------------------------------------------
intro_range
----------------------------------------------- */
.sec_form .intro_range {
	padding: 70px 0 60px 0;
}

.sec_form .intro_range h3 {
	margin: 0 0 20px 0;
	padding: 10px 40px 10px 40px;
	border: 1px solid #00698c;
	border-radius: 30px;
	color: #00698c;
	font-size: 24px;
}

.sec_form .intro_range .info_mass {
	padding: 10px 10px 10px 10px;
	background: #e8e8e8;
}

.sec_form .intro_range .info_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_form .intro_range .info_mass li {
	width: 485px;
}

.sec_form .intro_range .info_mass li .ttl_area {
	padding: 3px 3px 1px 3px;
	background: #9e0b0f;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.sec_form .intro_range .info_mass li .cont_area {
	padding: 10px 20px 10px 20px;
	background: #ffffff;
}

.sec_form .intro_range .info_mass li .cont_area .main_block {
	height: 90px;
	margin: 0 0 20px 0;
	/* box-sizing */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_form .intro_range .info_mass li .cont_area .main_block .txt_item {
	color: #9e0b0f;
	font-size: 15px;
}

.sec_form .intro_range .info_mass li .cont_area .sub_block {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_form .intro_range .info_mass li .cont_area .sub_block .txt_01_item {
	margin: 0 12px 0 0;
	padding: 4px 10px 3px 10px;
	border: 1px solid #9e0b0f;
	color: #9e0b0f;
	font-size: 20px;
	font-weight: bold;
}

.sec_form .intro_range .info_mass li .cont_area .sub_block .txt_02_item {
	font-size: 14px;
	line-height: 1.3;
	/* flex */
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

/*--- note_item ---*/
.sec_form .intro_range .info_mass li:nth-child(1) .cont_area .main_block {
	padding: 4px 0 0 0;
}

/* -----------------------------------------------
fra_base
----------------------------------------------- */
.sec_form .fra_base .ttl_fra {
	margin: 0 0 15px 0;
	color: #00698c;
	font-size: 22px;
	text-align: center;
}

/* -----------------------------------------------
form_range
----------------------------------------------- */
.sec_form .form_range {
	width: 100%;
}

/* -----------------------------------------------
bt_range
----------------------------------------------- */
.sec_form .bt_range {
	padding: 10px 0 10px 0;
}

.sec_form .bt_range ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sec_form .bt_range li {
	width: 40vw;
	margin: 0 0 0 60px;
}

.sec_form .bt_range li:first-child {
	margin: 0 0 0 0;
}

.sec_form .bt_range li a {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 25px 0;
	border-radius: 12px;
	background-color: #e23726;
	border: 2px solid #da0c19;
	/* 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 {
	background-color: #f5a627;
	border: 2px solid #f49602;
}

.sec_form .bt_range li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translateY(-50%) rotation(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.sec_form .bt_range li.back a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	left: 25px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translateY(-50%) rotation(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.sec_form .bt_range li a:hover {
	opacity: 0.7;
}

.sec_form .bt_range li a .txt {
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
}

