@charset "utf-8";

/* --------------------------------------------------------------------------------------
 request
--------------------------------------------------------------------------------------- */

#contents {
	font-family: "游ゴシック", Lato, Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#contents .inner{
	max-width: 1060px;
    width: 100%;
    margin: 0 auto;
	padding: 100px 0;
}
.form h2 {
	color: #2f248a;
	font-size: 37px;
	line-height: 1;
	letter-spacing: .1em;
	padding: 0 0 15px;
	margin-bottom: 60px;
	border-bottom: 3px solid #b0b0cc;
	position: relative;
}
.form h2:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 30%;
	border-bottom: 3px solid #2f248a;
}

.form h3 {
	background: #3636a8;
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	line-height: 1;
	letter-spacing: .1em;
	padding: 20px 20px;
	margin-bottom: 20px;
}

#form{
	margin-bottom: 80px;
}

.flow{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	position: relative;
}
.flow::before{
	content: " ";
	background: #d8d7dd;
	width: 85%;
	height: 3px;
	position: absolute;
	top: 30px;
	right: 50%;
	transform: translateX(50%);
	z-index: 0;
}
.flow li{
	z-index: 999;
}
.flow li dl{
	width: 100%;
	height: 100%;
	text-align: center;
	color: #666672;
}
.flow li .f_num{
	display: inline-block;
	background: #d6d6d8;
	height: 60px;
	width: 60px;
	text-align:center;
	border: solid 2px #b7b7b7;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 25px;
	font-weight: 600;
	line-height: 58px;
	margin-bottom: 20px;
}
.flow li .f_ttl{
	font-size: 24px;
	line-height: 1;
}
.flow li dl.on{
	color: #2f248a;
}
.flow li dl.on .f_num{
	background: #c4c3e3;
	border: solid 2px #2f248a;
}



/* ------ form ------ */
#form table {
	width: 100%;
	margin-bottom: 50px;
	border-top: 1px solid #dadada;
}
#form th,
#form td {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0em;
	vertical-align: middle;
	border-bottom: 1px solid #dadada;
}
#form th {
	background: #e8e8e8;
	width: 35%;
	text-align: left;
	padding: 20px 20px;
}
#form th small{
	font-size: 13px;
}
#form th span{
	color: #fff;
	background: #d50537;
	font-size: 13px;
	padding: 1px 10px;
	display: block;
	float: right;
	margin-top: 4px;
}
@media all and (-ms-high-contrast: none) {
	#form th span {
		padding: 4px 10px 0px;
		margin-top: 0;
	}
}
#form th span.optional {
	background: #5b5b5b;
}
#form td {
	clear: both;
	padding: 20px 20px;
}
#form td p{
	display: inline-block;
}
#form table input,
#form table select,
#form table textarea{
	width: 100%;
	border:0;
	padding: 5px;
	border: 1px solid #92919f;
	font-family : inherit;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0em;
	border-radius: 5px;
}
#form table input:focus,
#form table select:focus,
#form table textarea:focus{
	border: 2px solid #3636a8;
	outline: 0;
	padding: 4px;
}
#form table input{
	min-height: 40px;
}
#form table select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* IE用 */
select::-ms-expand{
	display: none;
}
@media all and (-ms-high-contrast: none) {
	#form table select {
		padding: 6px 4px 2px;
	}
}

#form table textarea{
	min-height: 100px;
	display: block;
}
::placeholder {
  color: #d5d5d5;
}

#form table .name-block p{
	width: 45px;
}
#form table .name-block input{
	width: auto;
	margin: 0 20px 0 0;
}
/* IE用 */
@media all and (-ms-high-contrast: none) {
  #form table .name-block input{
		max-width: 240px;
	}
}

#form table td .date-block {
	position: relative;
}
#form table td .date-block input {
	color:#fff
}
#form table td .date-block #date-placeholder {
	color: #d5d5d5;
	position: absolute;
	top: 12px;
	left: 15px;
}

#form table td .select{
	position: relative;
}
#form table td .select::after {
	content: "▼";
	position: absolute;
	top: -3px;
	right: 15px;
	color: #6b6c7e;
	cursor: pointer;
	pointer-events: none;
}
#form table td .time-block select{
	width: 20%;
}

#form td.radio {
	padding: 10px 20px;
}
#form table .address-block{
	margin-bottom: 5px;
}
#form table .address-block:last-child{
	margin-bottom: 0;
}
#form table .address-block p{
	width: 29%;
}
#form table .address-block input,
#form table .address-block select{
	width: 70%;
}
@media all and (-ms-high-contrast: none) {
	#form table .address-block select{
		padding: 6px 4px 2px;
	}
}

#form table input[type=radio],
#form table input[type=checkbox] {
	display: none;
}
#form table input[type=radio] + .mwform-radio-field-text,
#form table input[type=checkbox] + .mwform-radio-field-text {
	padding-left: 25px;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}
#form table input[type=radio] + .mwform-radio-field-text::before,
#form table input[type=checkbox] + .mwform-radio-field-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
}
#form table input[type=radio]:checked+.mwform-radio-field-text,
#form table input[type=checkbox]:checked+.mwform-radio-field-text {
	background: 0 0;
}
#form table input[type=radio]:checked+.mwform-radio-field-text::after,
#form table input[type=checkbox]:checked+.mwform-radio-field-text::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #3636a8;
	border-radius: 50%;
}
/* #form table input[type=radio] + label,
#form table input[type=checkbox] + label {
	padding-left: 25px;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}
#form table input[type=radio] + label::before,
#form table input[type=checkbox] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
}
#form table input[type=radio]:checked+label,
#form table input[type=checkbox]:checked+label {
	background: 0 0;
}
#form table input[type=radio]:checked+label::after,
#form table input[type=checkbox]:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #3636a8;
	border-radius: 50%;
} */

#form .cap_top{
	margin-bottom: 30px;
}
#form .cap_top span{
	display: inline-block;
	color: #fff;
	background: #d50537;
	font-size: 13px;
	padding: 3px 8px;
	margin: 0 5px 0 0;
}
@media all and (-ms-high-contrast: none) {
	#form .cap_top span {
		padding: 5px 8px 0;
	}
}
#form .cap_bottom{
	text-align: center;
	margin-bottom: 30px;
}
#form .cap_bottom a {
	text-decoration: underline;
}
#form .cap_thanks{
	font-size: 18px;
	margin: 80px 0;
}
#form .btn_sub,
#form .btn_top a{
	max-width: 460px;
	width: 100%;
	height: 70px;
	font-size: 24px;
	line-height: 70px;
	text-align: center;
	text-decoration: none;
	background-color: #3636a8;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}
#form .btn_sub:hover,
#form .btn_top a:hover{
	opacity: 0.7;
}
button, input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}

/* 確認画面 */
#form .mw_wp_form_confirm table .name-block p {
	display: none;
}
#form .mw_wp_form_confirm table td .select::after {
	display: none;
}
#form .mw_wp_form_confirm table td .select::after {
	display: none;
}
#form .cap_bottom.submit_txt, 
#form .mw_wp_form_confirm .cap_bottom {
	display: none;
}
#form .mw_wp_form_confirm .cap_bottom.submit_txt {
	display: block;
}
#form .mw_wp_form_confirm .btn-wrap {
	display: flex;
	justify-content: center;
}
/* #form .mw_wp_form_confirm .btn_sub {} */
#form .mw_wp_form_confirm .btn_sub.btn_back {
	margin-right: 30px;
	background-color: #5b5b5b;
}

/*-----------------------------------------------------	*/
/*	for - 1000px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1000px) {
	
}


/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {
	#contents .inner{
		width: 95%;
	}
	.flow{
		width: 100%;
	}
	
	#form th {
		padding: 10px 20px;
	}
	#form th,
	#form td{
		display: block;
		width: 100%;
	}
}


/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 480px) {
	h2 {
		margin-bottom: 20px;
	}
	h3 {
		line-height: 1.4;
	}
	section#scene1 {
		padding-bottom: 0;
	}
	.flow {
		margin-bottom: 20px;
	}
	.flow li .f_ttl{
		font-size: 18px;
	}
	
	#form table .name-block p{
		width: 100%x;
	}
	#form table .name-block input{
		width: 100%;
	}
	#form table .address-block p{
		width: 100%;
	}
	#form table .address-block input,
	#form table .address-block select{
		width: 100%;
	}

	#form table td .time-block select{
		width: 50%;
		margin-bottom: 20px;
	}
	
	#form td.radio br{
		display: none
	}

	#form .mw_wp_form_confirm table .address-block label {
		padding-left: 15px;
	}
}



@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 868px) {
}


