@charset "UTF-8";
.form {}
.form_inner {}
.form_flowList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 47px;
}
.form_flowList > li {
	display: flex;
	align-items: center;
}
.form_flowList > li::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #C1C1C1;
	box-sizing: border-box;
	-webkit-transform: translateX(-32%) rotate(45deg);
	transform: translateX(-32%) rotate(45deg);
	border-left: none;
	border-bottom: none;
	margin: 0 16px;
}
.form_flowList > li:last-child::after {
	display: none;
}
.form_flowList > li:first-child {}
.form_flowList > li:last-child {}
.form_flowList > li:nth-child(2n+1) {}
.form_flowList > li:nth-child(n+3) {}
.form_flowList > li > b {
	width: 84px;
	height: 84px;
	border: 1px solid #0066BA;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0066BA;
	font-size: 14px;
	font-weight: 500;
	box-sizing: border-box;
}
.form_flowList > li.-current > b {
	background-color: #0066BA;
	color: #fff;
}
.form_text {
	text-align: center;
}
.form_caution {
	text-align: center;
}
.form_caution > a {}
.form_caution > a::before {
	content: "";
}
.form_caution > a::after {
	content: "";
}
.form_caution > a > .icon {
	top: -.1em;
	margin-left: 5px;
}
.form_require {
	color: #0066BA;
	font-size: 14px;
	display: flex;
	justify-content: center;
	margin-top: 32px;
	align-items: center;
}
.form_require::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #0066BA;
	border-radius: 50%;
	margin-right: 10px;
}
.form_hr {
	display: block;
	height: 1px;
	border: none;
	width: 100%;
	margin: 26px 0;
	background-color: #C9C9C9;
}
.form_table {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}
.form_table > tbody {}
.form_table > tbody > tr {}
.form_table > tbody > tr:first-child {}
.form_table > tbody > tr:last-child {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	width: 195px;
	padding: 18px 0;
	padding-right: 1em;
}
.form_table-confirm > tbody > tr > th {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form_table > tbody > tr > td {
	vertical-align: top;
	padding: 18px 0;
}
.form_table-confirm > tbody > tr > td {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form_name {
	color: #0066BA;
	display: flex;
	align-items: center;
	height: 60px;
}
.form_name::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #0066BA;
	border-radius: 50%;
	margin-right: 11px;
	opacity: 0;
}
.form_name-require {}
.form_name-require::before {
	opacity: 1;
}
.note {
	border: 1px solid #D0D0D0;
	padding: 49px 40px;
	margin-top: 31px;
}
.note_text {
	text-align: center;
	margin-bottom: 1.5em;
}
.note_dList {
	list-style: none;
	text-align: center;
}
.note_dList > dt {}
.note_dList > dd {
	font-size: 12px;
	margin-top: 2px;
}
.note_dList > dd > a {
	display: block;
	text-decoration: none;
	color: #0066BA;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
}
.note_dList > dd > a::before {
	content: "";
}
.note_dList > dd > a::after {
	content: "";
}
.form_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
.form_btnList > li {
	width: 321px;
	margin-left: 24px;
}
.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_error {
	color: #ED2E2E;
	text-align: left;
	margin-bottom: 1em;
	display: none;
}
.form_error.center {
	text-align: center;
}

.form_headline {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 14px;
}
.form_input {
	max-width: 348px;
}
@media screen and (min-width:1000px) {
	.form_caution > a:hover {}
	.note_dList > dd > a:hover {}
	.form_btnList > li > button:hover {}
}
@media screen and (max-width: 999px) {
	.form {}
	.form_inner {}
	.form_flowList {}
	.form_flowList > li {}
	.form_flowList > li::after {}
	.form_flowList > li:last-child::after {}
	.form_flowList > li:first-child {}
	.form_flowList > li:last-child {}
	.form_flowList > li:nth-child(2n+1) {}
	.form_flowList > li:nth-child(n+3) {}
	.form_flowList > li > b {}
	.form_flowList > li.-current > b {}
	.form_text {}
	.form_caution {}
	.form_caution > a {}
	.form_caution > a::before {}
	.form_caution > a::after {}
	.form_caution > a > .icon {}
	.form_require {}
	.form_require::before {}
	.form_hr {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {}
	.form_table > tbody > tr > td {}
	.form_name {}
	.form_name::before {}
	.form_name-require {}
	.form_name-require::before {}
	.note {}
	.note_text {}
	.note_dList {}
	.note_dList > dt {}
	.note_dList > dd {}
	.note_dList > dd > a {}
	.note_dList > dd > a::before {}
	.note_dList > dd > a::after {}
	.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_error {}
	.form_headline {
		font-size: 22px;
	}
	.form_input {}
}
@media screen and (max-width:767px) {
	.form {}
	.form_inner {}
	.form_flowList {
		margin-bottom: 20px;
	}
	.form_flowList > li {}
	.form_flowList > li::after {
		margin: 0 8px;
		width: 10px;
		height: 10px;
	}
	.form_flowList > li:last-child::after {}
	.form_flowList > li:first-child {}
	.form_flowList > li:last-child {}
	.form_flowList > li:nth-child(2n+1) {}
	.form_flowList > li:nth-child(n+3) {}
	.form_flowList > li > b {
		width: 60px;
		height: 60px;
		font-size: 12px;
	}
	.form_flowList > li.-current > b {}
	.form_text {
		text-align: left;
	}
	.form_caution {
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		font-size: 12px;
	}
	.form_caution > a {}
	.form_caution > a::before {}
	.form_caution > a::after {}
	.form_caution > a > .icon {
		text-indent: 0;
	}
	.form_require {
		/*margin-bottom: 25px;*/
	}
	.form_require::before {
		margin-right: 6px;
	}
	.form_hr {
		margin: 25px 0;
	}
	.form_table {
		display: block;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		margin-top: 15px;
	}
	.form_table > tbody > tr:first-child {
		margin-top: 0;
	}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 5px;
	}
	.form_table > tbody > tr > td {
		display: block;
		padding: 0;
		padding-left: 14px;
	}
	.form_name {
		height: auto;
	}
	.form_name::before {
		margin-right: 6px;
	}
	.form_name-require {}
	.form_name-require::before {}
	.note {
		padding: 20px 20px;
		margin-top: 25px;
	}
	.note_text {
		text-align: left;
		margin-bottom: 1em;
	}
	.note_dList {}
	.note_dList > dt {}
	.note_dList > dd {}
	.note_dList > dd > a {}
	.note_dList > dd > a::before {}
	.note_dList > dd > a::after {}
	.form_btnList {
		display: block;
		margin-top: 15px;
	}
	.form_btnList > li {
		width: auto;
		margin-left: auto;
		margin-top: 10px;
	}
	.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_error {
		text-align: left;
	}
	.form_headline {
		font-size: 18px;
		line-height: 1.6;
	}
	.form_input {}
}

/* 追加 */
.description-block {
	color: inherit;
	margin-top: 0;
}

.form-column-220b5532-6ab6-48f2-b736-da8ecdd61665 .description-block {
	border: 1px solid #D0D0D0;
    padding: 49px 40px;
    margin-top: 31px;
}