@charset "UTF-8";
.form {}
.form_text {
	text-align: center;
}
.form_telWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 38px 0 75px;
}
.form_telLink {}
.form_telLink > a {
	display: flex;
	text-decoration: none;
	color: #0068bd;
	align-items: center;
}
.form_telLink > a::before {
	content: "";
}
.form_telLink > a::after {
	content: "";
}
.form_telLink > a > .icon {
	display: block;
	font-size: 46px;
	margin-right: 8px;
}
.form_telLink > a > svg {
	display: block;
	width: 343px;
	height: 44px;
	fill: #0068bd;
}
.form_dList {
	list-style: none;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.65;
	margin-left: 26px;
}
.form_dList > dt {}
.form_dList > dt::after {
	content: "／";
}
.form_dList > dd {}
.form_table {
	width: 100%;
	display: block;
}
.form_table > tbody {
	display: block;
}
.form_table > tbody > tr {
	border-top: 1px solid #cccccc;
	display: flex;
	padding: 29px 0;
}
.form_table > tbody > tr:first-child {}
.form_table > tbody > tr:last-child {}
.form_table > tbody > tr > th {
	width: 268px;
	min-width: 268px;
	text-align: left;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	margin-right: 62px;
	box-sizing: border-box;
	padding-left: 10px;
	height: 50px;
	align-items: center;
}
.form_table > tbody > tr > td {
	display: block;
	flex-grow: 1;
}
.form_table > tbody > tr > td.-flex {
	display: flex;
	align-items: center;
}
.form_table > tbody > tr > th > b {
	border: 1px solid #f8806d;
	height: 30px;
	width: 60px;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f8806d;
	font-size: 14px;
	font-weight: bold;
}
.form_table > tbody > tr > th > b.-any {
	color: #51bad6;
	border-color: #51bad6;
}
.form_selWrap {}
.form_selWrap > select {}
.form_selWrap > select > option {}
.form_link {
	height: 50px;
	align-items: center;
	display: flex;
}
.form_link > a {}
.form_link > a::before {
	content: "";
}
.form_link > a::after {
	content: "";
}
.form_agree {
	display: flex;
	justify-content: center;
	margin: 9px 0 46px;
}
.form_agree > label {}
.form_agree > label > input {}
.form_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 46px;
}
.form_btnList > li {
	width: 300px;
	margin-left: 10px;
}
.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 {}
.error {
	color: #f8806d;
	font-weight: bold;
	background: #fef3f9;
	padding: 25px 25px;
	margin: 35px 0;
	border-radius: 5px;
}
.error_list {
	list-style: none;
}
.error_list > li {}
.error_list > li:first-child {}
.error_list > li:last-child {}
.error_list > li:nth-child(2n+1) {}
.error_list > li:nth-child(n+3) {}
.form_inCaution {
	color: #ed1c24;
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
}
.form_chkText {}
.form_chkField {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
	row-gap: 8px;
	margin: 15px 0;
	flex-direction: column;
}
.form_chkField > label {
	margin-right: 0;
}
.form_chkNote {}
@media screen and (min-width:1000px) {
	.form_telLink > a:hover {}
	.form_link > a:hover {}
	.form_btnList > li > button:hover {}
}
@media screen and (max-width: 999px) {
	.form {}
	.form_text {}
	.form_telWrap {
		margin: 30px 0 50px;
	}
	.form_telLink {}
	.form_telLink > a {}
	.form_telLink > a::before {}
	.form_telLink > a::after {}
	.form_telLink > a > .icon {
		font-size: 40px;
	}
	.form_telLink > a > svg {
		width: 280px;
		height: 36px;
	}
	.form_dList {
		font-size: 16px;
	}
	.form_dList > dt {}
	.form_dList > dt::after {}
	.form_dList > dd {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {
		padding: 20px 0;
	}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		width: 220px;
		min-width: 220px;
		margin-right: 30px;
		height: 46px;
	}
	.form_table > tbody > tr > td {}
	.form_table > tbody > tr > td.-flex {}
	.form_table > tbody > tr > th > b {}
	.form_table > tbody > tr > th > b.-any {}
	.form_selWrap {}
	.form_selWrap > select {}
	.form_selWrap > select > option {}
	.form_link {}
	.form_link > a {}
	.form_link > a::before {}
	.form_link > a::after {}
	.form_agree {}
	.form_agree > label {}
	.form_agree > label > input {}
	.form_btnList {}
	.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 {}
}
@media screen and (max-width:767px) {
	.form {}
	.form_text {
		text-align: left;
	}
	.form_telWrap {
		display: flex;
		margin: 23px 0 26px;
		flex-direction: column;
	}
	.form_telLink {}
	.form_telLink > a {}
	.form_telLink > a::before {}
	.form_telLink > a::after {}
	.form_telLink > a > .icon {
		font-size: 33px;
		margin-right: 5px;
	}
	.form_telLink > a > svg {
		width: 226px;
		height: 29px;
	}
	.form_dList {
		margin: 0;
		text-align: center;
		font-size: 13px;
		margin-top: 9px;
	}
	.form_dList > dt {}
	.form_dList > dt::after {}
	.form_dList > dd {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {
		display: block;
		margin: 0 -20px;
		padding: 20px 20px;
	}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {
		padding-bottom: 0;
	}
	.form_table > tbody > tr > th {
		width: auto;
		min-width: 0;
		height: auto;
		padding: 0;
		margin: 0 0 10px;
	}
	.form_table > tbody > tr > td {}
	.form_table > tbody > tr > td.-flex {}
	.form_table > tbody > tr > th > b {
		font-size: 12px;
		height: 24px;
		width: 54px;
	}
	.form_table > tbody > tr > th > b.-any {}
	.form_selWrap {}
	.form_selWrap > select {}
	.form_selWrap > select > option {}
	.form_link {
		display: block;
	}
	.form_link > a {}
	.form_link > a::before {}
	.form_link > a::after {}
	.form_agree {
		justify-content: flex-start;
		margin: 5px 0 39px;
	}
	.form_agree > label {}
	.form_agree > label > input {}
	.form_btnList {
		display: block;
		max-width: 240px;
		margin: 39px auto 0;
	}
	.form_btnList > li {
		width: auto;
		margin: 10px auto 0;
	}
	.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 {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.form_btnList > li > button > .icon {}
	.error {
		padding: 15px 15px;
	}
	.error_list {}
	.error_list > li {}
	.error_list > li:first-child {}
	.error_list > li:last-child {}
	.error_list > li:nth-child(2n+1) {}
	.error_list > li:nth-child(n+3) {}
	.form_inCaution {
		font-size: 12px;
	}
}
