@charset "utf-8";

/* -----------------------------------------------------------
    お見積りフォーム
-------------------------------------------------------------- */
.form-input .header, .form-confirm .header {
	position: absolute !important;
}

.form-input .f_copy, .form-confirm .f_copy {
	padding: 20px 0 60px;
	font-size: 1.2rem;
}

.form-confirm .f_copy {
	background: var(--cmnbg3);
}

.form-input .lb-nav a.lb-next {
	opacity: 1;
	background-position: right -15px top 48%;
}

.form-input .lb-nav a.lb-prev {
	opacity: 1;
	background-position: left -15px top 48%;
}

@media screen and (max-width: 768px) {
	.form-input .f_copy, .form-confirm .f_copy {
		background: #fff;
		padding: 50px 0 40px;
	}

	.form-input #page_top, .form-confirm #page_top {
		bottom: 20px;
	}

	.form-input .tr-phone td {
		padding-bottom: 10px;
	}
}

/* -----------------------------------------------------------
    入力ページ
-------------------------------------------------------------- */
.form-input .tr-phone .form_td_notes, .form-input .tr-mail .form_td_notes {
	margin: 0 0 0 10px;
}

.td-damaged .damaged-img {
	margin: 50px auto 10px;
}

.td-damaged .damaged-img img {
	width: 100%;
}

.td-damaged .checkbox_list li {
	width: calc((100% - 40px) / 3);
}

.form-input #form .form_area form {
	padding: 40px 50px 50px;
}

.other-link-area {
	position: absolute;
	right: 40px;
	top: 230px;
}

.other-link-area a {
	border: 1px solid var(--main);
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 30px;
	position: relative;
	font-weight: 500
}

.other-link-area a::before {
	content: "\f054";
	font: 900 1.2rem/1 var(--webicon);
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 13px;
}

.form-input .mini-underttl-area {
	padding: 320px 0 0;
}

@media screen and (max-width: 768px) {
	
	.form-input.mini-underttl .mini-underttl-area {
		font-size: 2.5rem;
	}

	.form-input .under-h1 h1 {
		paddring-right: 20px;
	}

	.mini-underttl.form-input .bread-h1-wrap {
		top: 12px;
	}

	.form-input .tr-phone .form_td_notes, .form-input .tr-mail .form_td_notes {
		margin: 0;
	}

	.td-damaged .damaged-img {
		margin: 20px auto 10px;
	}

	.form-input .other-link-area {
		right: 20px;
		top: 110px;
		width: calc(100% - 40px);
	}

	.form-input .other-link-area a {
		font-size: 1.3rem;
		padding: 0 20px 0 10px;
		width: 53%;
		margin: 0 0 0 auto;
		line-height: 1.3;
		height: 47px;
	}

	.form-input .other-link-area a::before {
		right: 8px;
	}

	.mini-underttl.form-input .mini-underttl-area {
		padding-top: 180px;
	}
}

/* -----------------------------------------------------------
    個人情報
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {}

/* -----------------------------------------------------------
    progress-bar
-------------------------------------------------------------- */
.form-input .form_progress-bar {
	position: fixed; /*位置を固定*/
	top: 0;
	left: 0;
	width: 0; /*バーの横幅*/
	height: 5px;
	background-color: var(--main);
	z-index: 2;
}

/* -----------------------------------------------------------
    form
-------------------------------------------------------------- */
.form-input #form .form_area, .form-confirm #form .form_area {
	background: var(--cmnbg3);
	padding: 60px 0;
}

#form .form_area form {
	background: #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 40px 50px 50px;
}

#form .form_area .form_toptxt {
	border-bottom: 2px solid;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .07em;
	padding: 0 0 5px;
	color: var(--main);
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.form-input #form .form_area, .form-confirm #form .form_area {
		background: none;
		padding: 0;
		margin: 0;
	}

	#form .form_area form {
		background: transparent;
		width: 100%;
		padding: 0 !important;
	}
}

/* -----------------------------------------------------------
    input
-------------------------------------------------------------- */
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area input[type="number"], .form_area input[type="password"], .form_area select, .form_area textarea {
	border: 1px solid #d4d4d4;
	padding: 12px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	letter-spacing: 0.03em;
	background: #f6f6f6;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form_area input[type="text"]:focus, .form_area input[type="email"]:focus, .form_area input[type="tel"]:focus, .form_area input[type="number"]:focus, .form_area input[type="password"]:focus, .form_area select:focus, .form_area textarea:focus {
	border: 1px solid var(--main);
}

.form_area input[type="number"] {
	-moz-appearance: textfield;
}

.form_area input[type="number"]::-webkit-outer-spin-button, .form_area input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form_area .tr-area select {
	width: 40%;
	padding: 10px;
	margin: 0 0 0 0;
	background: #fff url(../img/icon_arrow_under.png)right 10px center/15px auto no-repeat;
}

.form_area select:hover {
	cursor: pointer;
}

.form_area option {
	padding: 5px 15px;
}

.form_area select option selected {
	color: #999;
}

.form_area textarea {
	width: 100%;
}

.form_area input[type="radio"], .form_area input[type="checkbox"] {
	vertical-align: -1px;
	margin: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 0;
}

.form_area label:hover {
	cursor: pointer;
}

.form_area label.label_first {
	display: inline-block;
	margin: 0 40px 0 0;
}

/*radio*/
.form_area input[type="radio"] {
	cursor: pointer;
	visibility: hidden;
}

.radio-label {
	position: relative;
	align-items: center;
	display: flex;
	margin: 0 0 0 -14px;
}

.radio-label .label-check {
	position: relative;
	display: block;
	padding-left: 23px;
	cursor: pointer;
	transition: .5s;
}

.radio-label .label-check:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 16px;
	height: 16px;
}

.radio-label input[type="radio"].radio-input-style:checked + .label-check:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	left: 5px;
	margin: auto;
}

.radio-label input[type="radio"].radio-input-style:checked + .label-check:before {
	border-color: var(--main);
}

.radio-label .label-check.round:before {
	border: 2px solid #999;
	border-radius: 40px;
}

.radio-label input[type="radio"].radio-input-style:checked + .label-check.round:after {
	width: 10px;
	height: 10px;
	background-color: var(--main);
	border-radius: 40px;
}

.radio-label input[type="radio"].radio-input-style:checked + .label-check.round {
	color: var(--main);
	font-weight: bold;
}

/*checkbox*/
.checkbox_list {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 20px;
}

.checkbox_list li {
	align-items: center;
	display: flex;
}

input[type="checkbox"] {
	visibility: hidden;
}

input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 23px;
	cursor: pointer;
	line-height: 1;
	margin-left: -14px;
}

input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #666;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
	width: 8px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	border-color: var(--main);
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="checkbox"]:checked + label {
	color: var(--main);
}

.checkbox_list li:last-child label {
	margin-bottom: 0;
}

/* -----------------------------------------------------------
    button / submit
-------------------------------------------------------------- */
input[type="submit"], input[type="button"] {
	display: block;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.08em;
	margin: 0 auto;
	transition: 0.5s;
	border: none;
	outline: none;
	appearance: none;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: bold;
	width: 300px;
	padding: 25px 30px 27px;
	text-align: center;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 0;
}

#form input[type="submit"], #form input[type="button"] {
	min-width: 300px;
}

#form input[type="submit"][disabled] {
	color: #fff;
	background: #ddd;
}

input[type="submit"] {
	background: var(--link);
}

input[type="submit"].submit_gray, input[type="button"].submit_gray {
	color: #0f0f0f;
	width: 300px;
	background: #EEE;
	padding: 25px 30px 27px;
	text-align: center;
}

input[type="button"]:hover {
	cursor: pointer;
	background: #CCC;
}

input[type="submit"]:hover {
	cursor: pointer;
	opacity: .7;
}

/*        送信ボタン        */
.form_btn_area {
	text-align: center;
}

.form_btn_area .fl {
	float: left;
}

.form_btn_area .fr {
	float: right;
}

.form_btn_txt {
	margin: 0 0 40px;
}

.error_message {
	text-align: center;
	padding: 130px 0 40px;
	line-height: 1.8;
}

.submit_btn {
	background: #ebc118;
}

/* -----------------------------------------------------------
    フォーム共通
-------------------------------------------------------------- */
.back_btn {
	margin: -65px 0 0;
	width: 21%;
	font-size: 1.4rem;
	text-align: center;
	background: url(../img/icon_arrow_left.png) no-repeat 10% 49%;
	background-size: 7px 13px;
}

.back_btn a {
	display: block;
	padding: 20px 0;
	border: 1px solid #666;
}

.attention {
	margin: 0;
	line-height: 1.6;
	width: 100%;
}

/* -----------------------------------------------------------
    入力画面共通  /  table
-------------------------------------------------------------- */
.form_table {
	width: 100%;
	border-collapse: collapse;
	letter-spacing: 0.05em;
	line-height: 2;
}

.form_table tr {
	border-bottom: 1px solid #ddd;
}

.form_table th {
	width: 25%;
	padding: 35px 20px 35px;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	margin: 0 0 10px;
}

.form_table td {
	padding: 35px 20px 35px;
	text-align: left;
	vertical-align: top;
}

.form_table .none td {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 500;
}

.form_th_title {
	display: inline-block;
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: .03em;
}

.form_th_notes {
	float: right;
	display: inline-block;
	margin: 3px 0 0;
	padding: 5px 8px 7px;
	font-size: 1.5rem;
	font-weight: 500;
	background: #d85746;
	color: #fff;
	line-height: 1;
}

.form_table input[type="tel"], .form_table input[type="email"] {
	width: 80%;
}

.form_table input[type="text"], .form_table input[type="password"] {
	width: 100%;
}

.form_table input[type="number"] {
	width: 30%;
}

/*        生年月日        */
.form_area input[type="text"].birth {
	width: 40%;
}

/*        郵便番号        */
.form_area input[type="number"].input_zip {
	width: 30%;
	margin: 0 0 0 10px;
}

.zip_btn {
	width: 30%;
	margin: 15px 0 0;
	text-align: center;
}

.zip_btn a {
	display: block;
	padding: 10px 0;
	color: #fff;
	background: #7FB2AA;
}

/*        年齢        */
.form_area input[type="number"].input_old {
	width: 30%;
}

/*        お問い合わせ        */
.radio_list.radio-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 25px;
}

.radio_list li {
	align-items: stretch;
	display: flex;
	line-height: 2;
}

.radio_list_thumb.radio-row {
	gap: 20px 25px;
}

.radio_list_thumb li {
	border: 2px solid #eee;
}

.radio_list_thumb li:has(input[type="radio"]:checked) {
	border-color: var(--link);
}

.radio_list_thumb .radio-label {
	padding: 5px;
}

.radio_list_thumb .radio-img {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 0 0 5px;
	width: 70px;
	height: 55px;
}

.radio_list_thumb .radio-img img {
	max-width: 100%;
	max-height: 100%;
}

/*        注釈        */
[class^="form_td_notes"] {
	color: #00a4e3;
	line-height: 1;
	font-size: 1.5rem;
}

.form_td_notes {
	display: inline-block;
}

.form_td_notes02 {
	margin: 20px 0;
}

.form_td_notes03 {
	margin: 30px 0 0;
}

.form_td_notes04 {
	margin: 10px 0 15px;
}

.form_btn_area {
	margin: 50px 0 0;
}

.file__label-wrap {
	align-items: center;
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.file__label {
	border: 2px solid #ccc;
	cursor: pointer;
	color: var(--cmnblack);
	display: block;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	width: 200px;
	position: relative;
	padding: 10px 13px 10px 5px;
	transition: .5s;
}

.file__label::before {
	content: "\f138";
	color: var(--main);
	font: 900 1.6rem/1 var(--webicon);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}

.file__label:hover {
	border-color: var(--main);
}

input[type=file] {
	display: none;
}

.file__none {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	word-break: break-all;
}

.file-wrap p[class^="form_td_notes"] {
	line-height: 1.8;
	letter-spacing: .05em;
	margin-top: 0;
}

.tr-request .checkbox_list li {
	min-width: 250px;
}

#clum1Memo {
	margin: 30px 0 0;
}

.tr-crack td {
	display: flex;
}

.crack-pic {
	width: 40%;
	flex-shrink: 0;
}

.crack-pic img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.file-wrap p[class^="form_td_notes"] {
		margin-top: 0;
		line-height: 1.8;
	}

	.file__label-wrap {
		gap: 10px;
		margin-bottom: 20px;
	}

	.file__label {
		font-size: 1.5rem;
		width: 170px;
	}

	.file__none {
		font-size: 1.5rem;
		margin: 0;
	}

	.td-damaged .checkbox_list {
		gap: 15px 10px;
		order: 2;
	}

	.td-damaged .checkbox_list li {
		border: 1px solid var(--border1);
		font-size: 1.7rem;
		width: calc((100% - 10px) / 2);
	}

	.td-damaged .checkbox_list label span {
		font-size: 1.35rem;
		margin: 5px 0 0 -5px;
	}

	.td-damaged .checkbox_list input[type="checkbox"] + label {
		padding: 8px 5px 13px 30px;
	}
	
	.td-damaged .checkbox_list input[type="checkbox"]:checked + label::before {
		width: 5px;
		left: 7px;
	}

	.td-damaged input[type="checkbox"] + label::before {
		width: 10px;
		height: 10px;
		left: 5px;
		top: 35%;
	}

	.form_table td.td-damaged {
		display: flex;
		flex-direction: column;
	}

	.td-damaged .damaged-img {
		order: 1;
		margin: 0 0 20px;
	}

	.td-damaged .damaged-img img {
		width: 100%;
		margin: 0;
	}

	.td-damaged .error {
		order: 3;
	}

	.form_table .tr-crack td {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.crack-pic {
		width: 70%;
		margin: 0 auto;
	}

	.crack-wrap .checkbox_list {
		gap: 10px;
	}

	.crack-wrap label {
		border: 1px solid var(--border1);
		padding: 13px 10px 15px 30px;
	}

	.crack-wrap label::before {
		width: 10px !important;
		height: 10px !important;
		left: 5px !important;
		top: 35% !important;
	}

	.crack-wrap label span {
		font-size: 1.5rem;
	}
}

/* -----------------------------------------------------------
    確認画面共通
-------------------------------------------------------------- */
#form .form_area .form_toptxt {
	border-bottom: 2px solid;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	letter-spacing: .07em;
	padding: 0 0 5px;
	color: var(--main);
}

.form-confirm #form .form_area {
	margin: 60px auto 0 !important;
}

.form-confirm .underttl-area {
	margin: 0 !important;
}

.form_table.confirm {}

.form-confirm .form_btn_area.confirm {
	margin-top: 40px;
}

/*        写真添付        */
.form_table .form_photo {
	margin: 10px 0 0;
}

.form_table .form_photo img {
	width: 300px;
}

.form_table .form_file {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.form-confirm .form_table .form_file {
	flex-direction: column;
	gap: 15px;
}

.form_file_img {
	width: 100px;
	text-align: center;
}

.form_file_img img {
	max-width: 100%;
	max-height: 100px;
	width: auto;
}

/*        修正と送信ボタン        */
.form_btn_area .btn-wrap {
	display: flex;
	width: 800px;
	justify-content: center;
	margin: 0 auto;
	flex-direction: row-reverse;
}

.form_btn_area.confirm .btn-wrap input {
	margin: 0 20px;
}

.form-confirm .confirm-caution {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 40px 0 0;
}

.form-confirm .confirm-caution a {
	color: var(--cmnred) !important;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.form-confirm .underttl-area {
		margin: 0 0 15px !important;
	}

	.form-confirm #form .form_area {
		margin: 30px auto 0 !important;
		padding: 0;
	}

	.form-confirm .form_table {
		width: 100%;
	}

	#form .form_area .form_toptxt {
		padding: 0 20px 20px !important;
		text-align: left;
	}

	.form-confirm .confirm-caution {
		text-align: left;
		margin: 10px 0 0;
	}

	.form-confirm .form_btn_area.confirm {
		margin-top: 20px;
	}
}

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px) {

	/* -----------------------------------------------------------
        input
    -------------------------------------------------------------- */
	.form_area input[type="text"], .form_area input[type="tel"], .form_area input[type="password"], .form_area input[type="email"], .form_area input[type="number"], .form_area select, .form_area textarea {
		padding: 12px 10px 14px;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.5rem;
		-webkit-appearance: none;
		border-radius: 0;
	}

	.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="number"], .form_area input[type="tel"], .form_area input[type="password"], .form_area select, .form_area textarea {
		width: 100%;
	}

	.form_area select {
		padding: 10px 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}

	.form_area .tr-area select {
		width: 100%;
		padding: 10px 15px;
		background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
		background-size: 18px auto
	}

	.form_area input[type="radio"], .form_area input[type="checkbox"] {}

	.radio-label input[type="radio"].radio-input-style:checked + .label-check.round:after {
		width: 10px;
		height: 10px;
		left: 5px;
	}

	.checkbox_list {
		gap: 30px 20px;
	}

	/* -----------------------------------------------------------
        button / submit
    -------------------------------------------------------------- */
	.btn {}

	.btn.back_btn {
		top: 0;
	}

	.btn.back_btn a {
		display: inline-block;
		width: auto;
		padding: 10px 5px 10px 20px;
		border: none;
		font-size: 1.6rem;
		text-align: left;
		background: #fff url(../img/icon_arrow03.png) no-repeat 0 50%;
		background-size: 11px 11px;
	}

	.form_area input[type="submit"] {
		display: block;
		width: 100%;
		max-width: 300px;
		padding: 25px 10px;
		font-size: 1.80rem;
		box-sizing: border-box;
	}

	#form input[type="submit"], #form input[type="button"] {
		min-width: inherit;
	}

	input[type="submit"].submit_gray, input[type="button"].submit_gray {
		width: 100%;
		max-width: 300px;
		font-size: 1.6rem;
		padding: 10px 10px;
	}

	.form_btn_area {
		background: #fff;
		padding: 0 20px;
		text-align: left;
		margin: 0 auto;
	}

	.form_btn_txt {
		margin: 0 0 20px;
		line-height: 1.8;
		text-align: left;
	}

	.submit_gray {
		font-size: 1.6rem;
	}

	.form_btn_area .fl, .form_btn_area .fr {
		float: none;
	}

	.error_message {
		text-align: left;
		padding: 30px 0 20px;
	}

	/* -----------------------------------------------------------
        フォーム共通
    -------------------------------------------------------------- */
	#form .form_area .form_toptxt {
		padding: 0 20px 20px;
		line-height: 1.4;
		font-size: 1.6rem;
		margin: 0;
		border-radius: 0;
		border-bottom: none;
	}

	/* -----------------------------------------------------------
        入力画面共通  /  table
    -------------------------------------------------------------- */
	.form_table {
		border-top: none;
	}

	.form_table tr {
		border: none;
	}

	.form_table th {
		background: #5c7ad2;
		color: #fff;
		display: flex;
		width: 100%;
		padding: 12px 20px !important;
		text-align: left;
		vertical-align: middle;
		margin: 0;
		align-items: center;
	}

	.form_table td {
		background: #fff;
		border: none;
		display: block;
		width: 100%;
		padding: 25px 20px 30px;
		text-align: left;
		vertical-align: top;
	}

	.form_th_title {
		font-size: 1.6rem;
		padding: 0;
	}

	.form_table th .form_th_notes {
		background: #fff;
		float: none;
		display: inline-block;
		margin: 0 auto 0 10px;
		font-size: 1.4rem;
		color: var(--cmnred);
		width: fit-content;
		padding: 4px 8px 5px;
	}

	.form_table.rec th .form_th_notes {
		background: #66CCC0;
	}

	.form_table input[type="text"], .form_table input[type="password"], .form_table input[type="tel"], .form_table input[type="email"], .form_table select {
		width: 100%;
	}

	.form_table input[type="number"] {
		width: 100%;
	}

	/*        生年月日        */
	.form_area input[type="text"].birth {
		width: 50%;
	}

	/*        郵便番号        */
	.form_area input[type="text"].input_zip, .form_area input[type="number"].input_zip {
		width: 50%;
		margin: 0 10px 0 10px;
	}

	/*        年齢        */
	.form_area input[type="number"].input_old {
		width: 40%;
		margin: 0 10px 0 0;
	}

	/*        お問い合わせ        */
	.radio_list {}

	.radio_list.radio-row {
		gap: 15px 30px;
	}

	.radio_list li {
		line-height: 1.8;
	}

	.radio_list label {
		margin: 0 0 0 -1.5em;
	}

	/*        注釈        */
	[class^="form_td_notes"] {
		font-size: 1.4rem;
	}

	.form_td_notes {
		margin: 15px 0 0;
	}

	.form_td_notes02 {
		margin: 15px 0;
		line-height: 1.3;
	}

	.form_td_notes03 {
		margin: 20px 0 0;
	}

	.form-input.page-hurry .form_area .form_toptxt {
		font-size: 1.8rem !important;
	}

	/* -----------------------------------------------------------
        確認画面共通
    -------------------------------------------------------------- */
	/*        修正と送信ボタン        */
	.form_btn_area.confirm .btn-wrap {
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.form_btn_area.confirm .btn-wrap input {
		max-width: 300px;
		margin: 0 auto 20px;
		padding: 25px 10px;
	}

	.form-confirm .confirm_toptxt {
		font-size: 1.6rem;
		margin: 20px auto 25px;
		line-height: 1.6;
	}
}