@charset "UTF-8";
.form {}
.form_inner {
	max-width: 855px;
	margin: 0 auto;
}
.form_flowList {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}
.form_flowList > li {
	width: 68px;
	height: 68px;
	background-color: #d5d5d5;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	display: flex;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-left: 45px;
	position: relative;
	z-index: 1;
}
.form_flowList > li.-current {
	background-color: #409edd;
}
.form_flowList > li::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #d5d5d5;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -32px;
	border-left: none;
	border-bottom: none;
	box-sizing: border-box;
}
.form_flowList > li.-current::before {
	border-color: #409edd;
}
.form_flowList > li:first-child {
	margin-left: 0;
}
.form_flowList > li:first-child::before {
	display: none;
}
.form_flowList > li:last-child {}
.form_flowList > li:nth-child(2n+1) {}
.form_flowList > li:nth-child(n+3) {}
.form_msg {
	text-align: center;
	margin-bottom: 20px;
}
.form_table {
	display: block;
	margin-top: 45px;
}
.form_table > tbody {
	display: block;
}
.form_table > tbody > tr {
	display: flex;
	border-top: 1px solid #e4e5ee;
	padding: 18px 0;
	justify-content: space-between;
}
.form_table > tbody > tr:first-child {}
.form_table > tbody > tr:last-child {
	border-bottom: 1px solid #e4e5ee;
}
.form_table > tbody > tr > th {
	white-space: nowrap;
	display: flex;
	width: 240px;
	text-align: left;
	height: 50px;
	align-items: center;
	font-weight: 500;
}
.form_table > tbody > tr > td {
	display: block;
	width: calc(100% - 250px);
}
.form_name {
	margin-right: 10px;
	line-height: 1.6;
}
.form_name > b {
	display: block;
	font-weight: inherit;
}
.form_name > small {
	display: block;
}
.form_require {
	width: 41px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff7c1d;
	border-radius: 50px;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}
.form_caution {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
.form_headline {
	font-size: inherit;
	font-weight: bold;
	margin-top: 16px;
}
.form_headline:first-child {
	margin-top: 0;
}
.form_labels {}
.form_labels > label {}
.form_labels > label > input {}
.form_lbls {}
.form_lbls > label {}
.form_lbls > label > input {}
.form_cols {
	display: flex;
}
.form_col {}
.form_col-no1 {
	width: 150px;
	min-width: 150px;
	margin-right: 28px;
}
.form_col-no1 > input {}
.form_col-no2 {}
.form_dList {
	list-style: none;
	line-height: 1.4;
}
.form_dList > dt {
	margin-bottom: 4px;
}
.form_dList > dd {}
.form_dList > dd > b {
	color: #ff0000;
	font-size: 120%;
}
.form_label {
	display: block;
	width: 100%;
	margin-top: 12px;
}
.form_label > b {
	display: block;
	font-weight: inherit;
}
.form_label > input {}
.form_link {
	display: flex;
}
.form_link > a {
	display: block;
}
.form_link > a::before {
	content: "";
}
.form_link > a::after {
	content: "";
}
.form_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.form_btnList > li {
	width: 370px;
	margin-left: 2%;
}
.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 > b {}
.error {}
.error_list {
	list-style: none;
//	font-size: 90%;
	background-color: rgba(255, 0, 0, 0.5);
	padding: 25px 25px;
	margin: 25px 0;
}
.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_rule {
	list-style: none;
}
.form_rule > li {}
.form_rule > li:first-child {}
.form_rule > li:last-child {}
.form_rule > li:nth-child(2n+1) {}
.form_rule > li:nth-child(n+3) {}
.form_price {}
.form_price > b {
	color: #ff0000;
	font-size: 120%;
}
@media screen and (min-width:1000px) {
	.form_link > a:hover {}
	.form_btnList > li > button:hover {}
}
@media screen and (max-width:999px) {
	.form {}
	.form_inner {}
	.form_flowList {}
	.form_flowList > li {}
	.form_flowList > li.-current {}
	.form_flowList > li::before {}
	.form_flowList > li.-current::before {}
	.form_flowList > li:first-child {}
	.form_flowList > li:first-child::before {}
	.form_flowList > li:last-child {}
	.form_flowList > li:nth-child(2n+1) {}
	.form_flowList > li:nth-child(n+3) {}
	.form_msg {}
	.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 > b {}
	.form_name > small {}
	.form_require {}
	.form_caution {}
	.form_headline {}
	.form_headline:first-child {}
	.form_labels {}
	.form_labels > label {}
	.form_labels > label > input {}
	.form_lbls {}
	.form_lbls > label {}
	.form_lbls > label > input {}
	.form_cols {
		display: block;
	}
	.form_col {}
	.form_col-no1 {}
	.form_col-no1 > input {}
	.form_col-no2 {
		margin-top: 16px;
	}
	.form_dList {}
	.form_dList > dt {}
	.form_dList > dd {}
	.form_dList > dd > b {}
	.form_label {}
	.form_label > b {}
	.form_label > input {}
	.form_link {}
	.form_link > a {}
	.form_link > a::before {}
	.form_link > a::after {}
	.form_btnList {}
	.form_btnList > li {
		width: 49%;
	}
	.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 > b {}
	.error {}
	.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) {}
}
@media screen and (max-width:767px) {
	.form {}
	.form_inner {}
	.form_flowList {
		margin-bottom: 25px;
	}
	.form_flowList > li {
		width: 50px;
		height: 50px;
		font-size: 14px;
		margin-left: 35px;
	}
	.form_flowList > li.-current {}
	.form_flowList > li::before {
		left: -24px;
		width: 10px;
		height: 10px;
	}
	.form_flowList > li.-current::before {}
	.form_flowList > li:first-child {}
	.form_flowList > li:first-child::before {}
	.form_flowList > li:last-child {}
	.form_flowList > li:nth-child(2n+1) {}
	.form_flowList > li:nth-child(n+3) {}
	.form_msg {
		text-align: left;
	}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {
		display: block;
		padding: 10px 0 15px;
	}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		width: auto;
		display: flex;
		justify-content: space-between;
		height: auto;
	}
	.form_table > tbody > tr > td {
		width: auto;
		margin-top: 5px;
	}
	.form_table-confirm > tbody > tr > td {
		padding-left: 1em;
	}
	.form_name {}
	.form_name > b {}
	.form_name > small {}
	.form_require {}
	.form_caution {
		font-size: 10px;
	}
	.form_headline {}
	.form_headline:first-child {}
	.form_labels {}
	.form_labels > label {}
	.form_labels > label > input {}
	.form_lbls {}
	.form_lbls > label {}
	.form_lbls > label > input {}
	.form_cols {}
	.form_col {}
	.form_col-no1 {}
	.form_col-no1 > input {}
	.form_col-no2 {}
	.form_dList {}
	.form_dList > dt {}
	.form_dList > dd {}
	.form_dList > dd > b {}
	.form_label {}
	.form_label > b {}
	.form_label > input {}
	.form_link {
		margin-bottom: 3px;
	}
	.form_link > a {}
	.form_link > a::before {}
	.form_link > a::after {}
	.form_btnList {
		display: block;
		margin-top: 25px;
	}
	.form_btnList > li {
		width: auto;
		margin: 10px 0 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 > b {}
	.error {}
	.error_list {
		margin: 15px 0;
		padding: 15px 15px;
		font-size: 12px;
	}
	.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) {}
}
