@charset "utf-8";

article {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.contact_head {
	margin-bottom: 80px;
}
.flow_no {
	position: relative;
}

.flow_no li {
	font-weight: bold;
	color: #a3a3a3;
	text-align: center;
}
.flow_no li span {
	font-size: 7rem;
	font-weight: bold;
	color: #a3a3a3;
	display: block;
	text-align: center;
	line-height: 1;
	padding-top: 0.5em;
	position: relative;
	margin-bottom: 0.1em;
}
.flow_no li.flow_now,
.flow_no li.flow_now span {
	color: #005cac;
}

.flow_no li span::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: #a3a3a3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
}
.flow_no li:nth-of-type(2) {
	padding: 0 23%;
	position: relative;
}
.flow_no li:nth-of-type(2)::before,
.flow_no li:nth-of-type(2)::after {
	content: "";
	display: block;
	width: 42%;
	height: 3px;
	background: url(../images/border_dashed_round.svg) repeat-x center / contain;
	position: absolute;
	top: 10px;
}
.flow_no li:nth-of-type(2)::before {
	left: 0;
}
.flow_no li:nth-of-type(2)::after {
	right: 0;
}

.flow_no li.flow_now span::before {
	background: #005cac;
}

.flow_no2 {
	position: relative;
	margin: 0 auto;
}

.flow_no2 li {
	font-weight: bold;
	color: #a3a3a3;
	text-align: center;
}
.flow_no2 li span {
	font-size: 7rem;
	font-weight: bold;
	color: #a3a3a3;
	display: block;
	text-align: center;
	line-height: 1;
	padding-top: 0.5em;
	position: relative;
	margin-bottom: 0.1em;
}
.flow_no2 li.flow_now,
.flow_no2 li.flow_now span {
	color: #005cac;
}

.flow_no2 li span::before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	background: #a3a3a3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
}
.flow_no2 li:nth-of-type(2) {
	padding: 0 0 0 23%;
	position: relative;
}
.flow_no2 li:nth-of-type(2)::before {
	content: "";
	display: block;
	width: 76%;
	height: 3px;
	background: url(../images/border_dashed_round.svg) repeat-x center / contain;
	position: absolute;
	top: 10px;
}
.flow_no2 li:nth-of-type(2)::before {
	left: 0;
}

.flow_no2 li.flow_now span::before {
	background: #005cac;
}

#form_wrap {
	width: 100%;
	max-width: 1130px;
	padding: 120px 50px 170px;
	margin: 0 auto;
}
.form_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 auto 70px;
}
.req {
	position: relative;
	margin-left: 0.75em;
	display: inline-block;
	padding: 0em 0.7em;
	color: #fff;
	background: #de0013;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.form_list dt, .form_list dd {
	position: relative;
}
.form_list dt {
	display: -webkit-box;
	display: flex;
	width: 230px;
	padding: 1.875em 0.5em 1.875em 0;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}
.form_list dd {
	width: calc(100% - 230px);
	padding: 1.25em 0 1.25em 0;
	font-size: 1.6rem;
	line-height: 1.5;
}

.form_list.password_wrap dt {
	width: 330px;
}
.form_list.password_wrap dd {
	width: calc(100% - 330px);
}
.form_list.email_wrap dt {
	width: 280px;
}
.form_list.email_wrap dd {
	width: calc(100% - 280px);
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], button, input[type="submit"], textarea {
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
	background: #fff;
	border-radius: 5px;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.5;
	height: 2.8125em;
	padding: 0.25em 1em;
	border: 1px solid #ddd;
	font-weight: 400;
}
textarea {
	resize: vertical;
	background: #fff;
	width: 100%;
	font-size: 1.6rem;
	line-height: 2em;
	height: 317px;
	overflow: auto;
	padding: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0px;
	border: 1px solid #ddd;
}
input[type="radio"], input[type="checkbox"] {
	display: none;
}
input[type="radio"] + span,
input[type="checkbox"] + span {
	padding-left: 2em;
	position: relative;
	display: inline-block;
}
.privacy_check input[type="checkbox"] + span {
	padding-left: 2.5em;
}
input[type="checkbox"] + span::before {
	content: "";
	display: block;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border: 1px solid #282828;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-radius: 0%;
}
.privacy_check input[type="checkbox"] + span::before {
	width: 26px;
	height: 26px;
}
input[type="checkbox"] + span::after {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	position: absolute;
	left: 7px;
	top: 4px;
	transform: rotate(45deg);
}
.privacy_check input[type="checkbox"] + span::after {
	width: 8px;
	height: 12px;
	left: 9px;
	top: 6px;
}
.privacy_check input[type="checkbox"]:checked + span::after {
	border-color: #005cac;
}

.privacy_link {
	margin-top: 50px;
}

.submit_wrap {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 4em 0 0 0;
}
.submit_wrap button {
	max-width: 400px;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 30px;
}
.submit_wrap button:hover {
	color: #005cac;
	background: #fff;
}
.submit_wrap .btn_back {
	max-width: 400px;
	margin: 0 30px;
}
.submit_wrap .btn.btn_back::after {
	right: auto;
	left: 30px;
	transform: rotate(180deg);
}
.submit_wrap button:disabled {
	background: #9B9B9B;
	border-color: #9B9B9B;
	cursor: not-allowed;
	color: #fff;
}
.submit_wrap button.btn:disabled::after {
	background: url(../images/arrow_right_gray2.svg) no-repeat center / contain;
}
.submit_wrap button.btn:disabled:hover::after {
	background: url(../images/arrow_right_gray2.svg) no-repeat center / contain;
}


@media screen and (max-width: 768px) {
	.contact_head {
		margin-top: 4.533333333333333vw;
	}
	.flow_no li span::before,
	.flow_no2 li span::before {
		width: 4.533333333333333vw;
		height: 4.533333333333333vw;
	}
	.flow_no li:nth-of-type(2)::before,
	.flow_no li:nth-of-type(2)::after {
		width: 42%;
		height: 0.533333333333333vw;
		top: 1.866666666666667vw;
	}
	.flow_no2 li:nth-of-type(2)::before {
		width: 72%;
		height: 0.533333333333333vw;
		top: 1.866666666666667vw;
	}

	#form_wrap {
		max-width: 100%;
		padding: 16vw 8vw;
	}

	.form_list {
		display: block;
		width: 100%;
		margin: 0 auto 10.666666666666668vw;
	}
	.form_list dt {
		display: block;
		width: 100%;
		padding: 1.875em 0.5em 0em 0;
		font-size: 3rem;
	}
	.req {
		font-size: 2.6rem;
	}
	.form_list dd {
		display: block;
		width: 100%;
		font-size: 2.6rem;
		padding: 0.75em 0 1.25em 0;
	}
	.form_list.password_wrap dt {
		width: 100%;
	}
	.form_list.password_wrap dd {
		width: 100%;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
		font-size: 2.6rem;
	}
	.submit_wrap {
		flex-direction: column-reverse;
	}
	.submit_wrap button {
		font-size: 2.6rem;
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5.666666666666668vw;
	}
	.submit_wrap .btn_back {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
}