@charset "UTF-8";
.form {}
.form_inner {
	max-width: 840px;
	margin: 0 auto;
}
.form_stepList {
	list-style: none;
	max-width: 790px;
	margin: 0 auto 101px;
	display: flex;
	justify-content: space-between;
	font-size: 28px;
}
.form_stepList > li {
	width: calc((100% - 130px) / 3);
	position: relative;
	z-index: 1;
	height: 140px;
	box-sizing: border-box;
	border: 2px solid #00B3D4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.form_stepList > li.-current {
	background-color: #00B3D4;
	color: #fff;
}
.form_stepList > li.-current::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: -2px;
	height: 4px;
	background-color: #00B3D4;
	margin-top: 8px;
	width: calc(100% + 4px);
}
.form_stepList > li:first-child {}
.form_stepList > li:last-child {}
.form_stepList > li:nth-child(2n+1) {}
.form_stepList > li:nth-child(n+3) {}
.form_stepList > li > small {
	font-size: 78.6%;
	font-weight: 300;
	margin-bottom: 17px;
}
.form_stepList > li > b {
	display: block;
	font-weight: normal;
	color: #00B3D4;
}
.form_stepList > li.-current > b {
	color: inherit;
}
.form_stepList > li > .icon {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: 18px;
	color: #00B3D4;
}
.form_table {
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 77px;
}
.form_table > tbody {
	display: block;
}
.form_table > tbody > tr {
	border-top: 1px solid #E2E2E2;
	display: flex;
	justify-content: space-between;
	padding: 39px 20px;
}
.form_table > tbody > tr[data-toggle-name] {
	display: none;
}
.form_table > tbody > tr[data-toggle-name].isShow {
	display: flex;
}
.form_table > tbody > tr:first-child {}
.form_table > tbody > tr:last-child {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	display: block;
	color: #00B3D4;
	width: 220px;
	text-align: left;
	font-weight: 500;
}
.form_table > tbody > tr > td {
	display: block;
	width: calc(100% - 245px);
}
.form_table_th {
	white-space: nowrap;
	display: flex;
	height: 64px;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
}
.form_table_td {}
.form_table_th > b {
	width: 42px;
	height: 22px;
	background-color: #F00000;
	color: #fff;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	display: flex;
	line-height: 1;
	white-space: nowrap;
	margin-left: 5px;
	font-weight: 500;
}
.form_text {
	font-size: 16px;
}
.form_text > a {}
.form_text > a::before {
	content: "";
}
.form_text > a::after {
	content: "";
}
.form_agree {
	display: flex;
	font-size: 16px;
	margin-top: 44px;
	margin-right: 0;
}
.form_agree > i {}
.form_caution {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 40px;
}
.form_btnList {
	list-style: none;
	margin-top: 100px;
	display: flex;
	justify-content: center;
}
.form_btnList > li {
	width: 48%;
	margin-left: 4%;
}
.form_btnList > li:first-child {
	margin-left: 0;
}
.form_btnList > li:last-child {}
.form_btnList > li:nth-child(2n+1) {}
.form_btnList > li:nth-child(n+3) {}
.form_btnList > li > button {
	display: block;
}
.form_btnList > li > button::before {
	content: "";
}
.form_btnList > li > button::after {
	content: "";
}
.form_btnList > li > button > .icon {}
.form_email {
	display: flex;
	align-items: center;
}
.form_email-tel {
	max-width: 500px;
}
.form_email_input {
	flex-grow: 1;
}
.form_email_input > input {}
.form_table_caution {
	white-space: nowrap;
	margin-left: 1em;
}
.form_error {}
.form_error:empty {
	display: none;
}
.form_error_list {
	list-style: none;
	line-height: 1.6;
	color: #e00;
	margin-top: 5px;
	font-size: 87.5%;
}
.form_error_list > li {
	position: relative;
	z-index: 1;
	padding-left: 14px;
}
.form_error_list > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: .8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.form_error_list > li:first-child {}
.form_error_list > li:last-child {}
.form_error_list > li:nth-child(2n + 1) {}
.form_error_list > li:nth-child(n + 3) {}
.form_errListWrap {}
.form_errList {
	list-style: none;
	line-height: 1.6;
	color: #e00;
	background-color: #ffe9e9;
	padding: 25px 25px;
	margin-bottom: 25px;
}
.form_errList > li {
	position: relative;
	z-index: 1;
	padding-left: 14px;
}
.form_errList > li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: .8em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.form_headline {
	text-align: center;
	color: #00B3D4;
	font-size: inherit;
	margin-bottom: 50px;
}
.form_msg {
	text-align: center;
	font-size: 88.9%;
}
@media screen and (min-width:1000px) {
	.form_text > a:hover {}
	.form_btnList > li > button:hover {}
}
@media screen and (max-width:999px) {
	.form {}
	.form_inner {}
	.form_stepList {
		font-size: 22px;
		margin-bottom: 80px;
	}
	.form_stepList > li {
		height: 110px;
	}
	.form_stepList > li.-current {}
	.form_stepList > li.-current::before {
		height: 3px;
	}
	.form_stepList > li:first-child {}
	.form_stepList > li:last-child {}
	.form_stepList > li:nth-child(2n+1) {}
	.form_stepList > li:nth-child(n+3) {}
	.form_stepList > li > small {}
	.form_stepList > li > b {}
	.form_stepList > li.-current > b {}
	.form_stepList > li > .icon {}
	.form_table {
		font-size: inherit;
		margin-bottom: 45px;
	}
	.form_table > tbody {}
	.form_table > tbody > tr {
		padding: 25px 0;
	}
	.form_table > tbody > tr[data-toggle-name] {}
	.form_table > tbody > tr[data-toggle-name].isShow {}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {}
	.form_table > tbody > tr > td {}
	.form_table_th {}
	.form_table_td {}
	.form_table_th > b {
		font-size: 12px;
	}
	.form_text {
		font-size: inherit;
	}
	.form_text > a {}
	.form_text > a::before {}
	.form_text > a::after {}
	.form_agree {
		font-size: inherit;
	}
	.form_agree > i {}
	.form_caution {}
	.form_btnList {
		margin-top: 60px;
	}
	.form_btnList > li {}
	.form_btnList > li:first-child {}
	.form_btnList > li:last-child {}
	.form_btnList > li:nth-child(2n+1) {}
	.form_btnList > li:nth-child(n+3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.form_btnList > li > button > .icon {}
	.form_email {}
	.form_email-tel {}
	.form_email_input {}
	.form_email_input > input {}
	.form_table_caution {}
	.form_error {}
	.form_error:empty {}
	.form_error_list {}
	.form_error_list > li {}
	.form_error_list > li::before {}
	.form_error_list > li:first-child {}
	.form_error_list > li:last-child {}
	.form_error_list > li:nth-child(2n + 1) {}
	.form_error_list > li:nth-child(n + 3) {}
	.form_errListWrap {}
	.form_errList {}
	.form_errList > li {}
	.form_errList > li::before {}
	.form_headline {}
	.form_msg {}
}
@media screen and (max-width:767px) {
	.form {}
	.form_inner {}
	.form_stepList {
		font-size: 14px;
		margin-bottom: 35px;
	}
	.form_stepList > li {
		width: calc((100% - 12px) / 3);
		height: 66px;
		border-width: 1px;
	}
	.form_stepList > li.-current {}
	.form_stepList > li.-current::before {
		height: 2px;
		margin-top: 5px;
		width: calc(100% + 2px);
		left: -1px;
	}
	.form_stepList > li:first-child {}
	.form_stepList > li:last-child {}
	.form_stepList > li:nth-child(2n+1) {}
	.form_stepList > li:nth-child(n+3) {}
	.form_stepList > li > small {
		font-size: 12px;
		margin-bottom: 6px;
	}
	.form_stepList > li > b {}
	.form_stepList > li.-current > b {}
	.form_stepList > li > .icon {
		display: none;
	}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {
		display: block;
	}
	.form_table > tbody > tr[data-toggle-name] {}
	.form_table > tbody > tr[data-toggle-name].isShow {
		display: block;
	}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		width: auto;
		margin-bottom: 8px;
	}
	.form_table > tbody > tr > td {
		width: auto;
	}
	.form_table_th {
		height: auto;
	}
	.form_table_td {}
	.form_table_th > b {}
	.form_text {}
	.form_text > a {}
	.form_text > a::before {}
	.form_text > a::after {}
	.form_agree {
		margin-top: 25px;
	}
	.form_agree > i {}
	.form_caution {
		margin-top: 25px;
	}
	.form_btnList {
		display: block;
		margin-top: 45px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.form_btnList > li {
		width: auto;
		margin-left: 0;
		margin-top: -1px;
	}
	.form_btnList > li:first-child {
		margin-top: 0;
	}
	.form_btnList > li:last-child {}
	.form_btnList > li:nth-child(2n+1) {}
	.form_btnList > li:nth-child(n+3) {}
	.form_btnList > li > button {
		border-left: none;
		border-right: none;
		box-shadow: none;
		height: 120px;
	}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.form_btnList > li > button > .icon {
		position: static;
		transform: none;
		margin-top: 5px;
	}
	.form_email {
		display: block;
		margin: 0;
		max-width: none;
	}
	.form_email-tel {}
	.form_email_input {}
	.form_email_input > input {}
	.form_table_caution {
		margin-left: 0;
		font-size: 12px;
		text-align: right;
	}
	.form_error {}
	.form_error:empty {}
	.form_error_list {}
	.form_error_list > li {}
	.form_error_list > li::before {}
	.form_error_list > li:first-child {}
	.form_error_list > li:last-child {}
	.form_error_list > li:nth-child(2n + 1) {}
	.form_error_list > li:nth-child(n + 3) {}
	.form_errListWrap {}
	.form_errList {}
	.form_errList > li {}
	.form_errList > li::before {}
	.form_headline {
		text-align: left;
		margin-bottom: 25px;
	}
	.form_msg {
		text-align: left;
		font-size: 14px;
	}
}
