@charset "utf-8";

.contact-underttl {
	text-align: center;
	font-size: 3.5rem;
	font-weight: 750;
	margin: 30px auto 0;
	color: var(--main);
}

.contact-input .header, .contact-confirm .header {
	position: absolute !important;
	backdrop-filter: none !important;
}

.contact-input .f_copy, .contact-confirm .f_copy {
	padding: 30px 0 50px;
	font-size: 1.2rem;
	background: var(--cmnbg2);
	color: #999;
}

@media screen and (max-width: 768px) {
	.contact-underttl {
		font-size: 2.5rem;
		margin: 0 auto;
		padding: 20px 20px 0;
		text-align: left;
	}

	.contact-input .f_copy, .contact-confirm .f_copy {
		background: transparent;
		padding: 50px 0 40px;
	}

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

/* -----------------------------------------------------------
    入力ページ
-------------------------------------------------------------- */
.contact-input .underttl-area {
	margin: 0;
}

/*カレンダーの上書きスタイル*/
.contact-input .ui-widget-header {
	border: 1px solid var(--main);
	background: var(--main) url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #fff;
	font-weight: bold;
}

.contact-input #ui-datepicker-div {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
	.contact-input .underttl-area {
		margin: 0;
	}

	.contact-input .subpage-header__wrapper {
		padding: 40px 0 0 !important;
	}
}

/* -----------------------------------------------------------
    入力ページ  intro-area
-------------------------------------------------------------- */
.intro-area {
	width: 1100px;
	margin: 0 auto;
	padding: 120px 0 80px;
	display: flex;
	gap: 60px;
}

.intro-area .intro-catch {
	font-size: 3.0rem;
	margin: 0 0 20px;
	font-weight: bold;
}

/*intro-other--------------------------------------------*/
.intro-area .intro-other {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	width: fit-content;
	margin: 0 0 30px auto;
}

.intro-area .intro-other-list {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 22px 0 20px;
}

.intro-area li[class^="intro-other-"] {
	align-items: center;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	background: #fff;
	display: flex;
	justify-content: center;
	overflow: hidden;
	transition: .3s;
}

.intro-area li[class^="intro-other-"] a {
	align-items: center;
	color: var(--cmnblack);
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	padding: 15px 35px 15px 15px;
	position: relative;
	width: 100%;
}

.intro-area li[class^="intro-other-"]:hover {
	transform: translateY(-8px);
}

.intro-area li[class^="intro-other-"] a::before, .intro-area li[class^="intro-other-"] a::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro-area li[class^="intro-other-"] a::before {
	content: "";
	width: 25px;
	height: 100%;
	right: -2px;
}

.intro-area li[class^="intro-other-"] a::after {
	content: "\f061";
	right: 5px;
	color: #fff;
	font: 900 1.6rem/1 var(--webicon);
}

.intro-area li[class^="intro-other-"] span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 40px;
	position: relative;
	letter-spacing: .05em;
	line-height: 1.3;
}

.intro-area li[class^="intro-other-"] span::before {
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*見積もりフォーム*/
.intro-area .intro-other-form {
	border-color: #ebbf23;
}

.intro-area .intro-other-form:hover {
	background: #fff4cc;
}

.intro-area .intro-other-form a::before {
	background: #ebbf23;
}

.intro-area .intro-other-form span::before {
	background: url("../img/free-quote-icon.png")center/contain no-repeat;
	width: 35px;
	height: 35px;
}

/*LINE*/
.intro-area .intro-other-line {
	border-color: #00b900;
}

.intro-area .intro-other-line:hover {
	background: #d5ebd5;
}

.intro-area .intro-other-line a::before {
	background: #00b900;
}

.intro-area .intro-other-line span::before {
	background: url("../img/cmn-line-logo.png")center/contain no-repeat;
	width: 30px;
	height: 30px;
}

/*tel*/
.intro-area .intro-tel small {
	font-size: 1.8rem;
}

.intro-area .intro-tel .num {
	display: flex;
	text-align: center;
	flex-direction: column;
	font: 600 2.8rem /1 var(--en);
	gap: 7px;
	position: relative;
	padding: 0 0 0 38px;
	letter-spacing: .05em;
}

.intro-area .intro-tel .num::before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	background: url("../img/cmn-tel-free.png")center/contain no-repeat;
	width: 37px;
	height: 22px;
}

.intro-area .intro-tel .catch {
	display: none;
}

.intro-area .intro-tel a {
	color: var(--cmnblack);
	display: flex;
	align-items: center;
}

@media screen and (min-width: 769px) {
	.intro-area .swiper-wrapper {
		justify-content: space-between;
		gap: 30px;
		display: flex;
	}

	.intro-area .swiper-slide {
		width: calc((100% - 60px) / 3);
	}

	.intro-area .swiper-slide img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 66/44;
	}
}

@media screen and (max-width: 768px) {
	.intro-area {
		width: 100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding: 100px 20px 40px;
		gap: 20px;
	}

	.intro-area .img-wrap {
		height: 50vw;
		overflow: hidden;
	}

	.intro-area .img-wrap img {
		object-fit: cover;
	}

	.intro-area .intro-catch {
		font-size: 2.4rem;
		margin: 0 0 10px;
	}

	.intro-area .intro-descript {
		margin: 0 auto 20px;
		line-height: 1.5
	}

	.intro-area .intro-other {
		flex-wrap: wrap;
		margin: 0 auto 20px;
		gap: 15px;
	}

	.intro-area li[class^="intro-other-"] {
		border-radius: 5px;
		width: calc((100% - 15px) / 2);
	}

	.intro-area li[class^="intro-other-"] a {
		padding: 8px 28px 10px 8px;
	}

	.intro-area li[class^="intro-other-"] span {
		font-size: 1.5rem;
		padding: 35px 0 0;
	}

	.intro-area li[class^="intro-other-"] span::before {
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.intro-area .intro-tel {
		width: 100% !important;
	}

	.intro-area .intro-tel a {
		border-radius: 5px;
		text-decoration: none;
		justify-content: center;
		position: relative;
		padding: 14px 0 16px;
		border: 2px solid var(--main);
		overflow: hidden;
	}

	.intro-area .intro-tel a::before, .intro-area .intro-tel a::after {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro-area .intro-tel a::before {
		content: "";
		background: var(--main);
		width: 25px;
		height: 105%;
		right: -2px;
	}

	.intro-area .intro-tel a::after {
		content: "\f061";
		right: 5px;
		color: #fff;
		font: 900 1.6rem/1 var(--webicon);
	}

	.intro-area .intro-tel .num {
		display: none;
	}

	.intro-area .intro-tel .catch {
		display: block;
		font-weight: bold;
		position: relative;
		padding: 0 0 0 30px;
	}

	.intro-area .intro-tel .catch::before {
		content: "\f095";
		font: 900 2.3rem/1 var(--webicon);
		position: absolute;
		left: 0;
		top: -2px;
	}

	.intro-area .intro-tel small {
		font-weight: bold;
	}

	.intro-area .intro-other-line a {
		padding: 5px 10px 25px;
	}

	.intro-area .swiper-horizontal {
		padding: 0 0 25px;
		width: calc(100% - 50px);
	}

	.intro-area .swiper-pagination-bullet {
		border-radius: 0;
		width: 40px;
		height: 5px;
	}

	.intro-area .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 6px;
	}

	.intro-area .swiper-pagination-bullet-active {
		background: var(--main);
	}
}

/* -----------------------------------------------------------
    個人情報の取り扱いについて
-------------------------------------------------------------- */
.privacy-box {
	border: 1px solid #ddd;
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
	height: 240px;
	overflow: auto;
	padding: 30px 50px;
	margin: 34px 0 0;
}

.privacy-box .ttl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 30px 0 10px;
}

.privacy-box .subheading {
	margin: 20px 0 10px;
}

.privacy-box .ttl:nth-of-type(1) {
	padding: 0 0 10px;
}

.privacy-box .bg-box {
	background: #eee;
	border-radius: 5px;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 20px;
}

.privacy-box-note {
	text-align: center;
	line-height: 1.588;
	margin: 50px 0 0;
}

.privacy-check li {
	margin: 50px auto 0 !important;
	width: fit-content;
}

@media screen and (max-width: 768px) {
	.privacy-box {
		border-color: #ddd;
	}

	.privacy-check li {
		margin: 45px auto 28px !important;
		width: fit-content;
		padding: 0 20px 0 0;
	}
}

/* -----------------------------------------------------------
    form
-------------------------------------------------------------- */
.contact-input #form .form_area, .contact-confirm #form .form_area {
	background: var(--cmnbg2);
	padding: 50px 0;
	margin: 30px 0 0;
}

#form .form_area form {
	background: #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 40px 60px 55px;
	border-radius: 5px;
}

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

#form .contact-area-txt {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
}

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

	#form .form_area form {
		width: 100%;
		padding: 0;
	}
}

/* -----------------------------------------------------------
    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: 15px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: var(--cmnblack);
	letter-spacing: 0.03em;
	background: #fff;
	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 #3972B7;
}

.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 select {
	width: 45%;
	padding: 5px;
	margin: 0 0 0 10px;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}

.form_area td.area select {
	width: 40%;
	padding: 10px;
	margin: 0 0 0 0;
	background: #fff url(../img/icon_arrow_under.png) no-repeat 95% 50%;
	background-size: 20px auto;
}

.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 12px 0 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ 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;
	min-width: 10%;
	align-items: center;
	display: flex;
	margin: 0 0 10px -1em;
}

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

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

.radio-label input[type="radio"]:checked + .label-check:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	display: block;
	margin: auto;
}

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

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

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

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

/*checkbox*/
.checkbox_list li {
	align-items: center;
	display: flex;
	margin: 0 0 25px -1em;
}

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

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

input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid var(--cmnblack);
	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);
	font-weight: bold;
}

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

/*---- ご予約希望時間➀② ----*/
#time1, #time2 {
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: var(--cmnblack);
	letter-spacing: 0.03em;
	outline: none;
	appearance: none;
	width: 50%;
	margin: 0;
}

@media screen and (max-width: 768px) {
	#time1, #time2 {
		width: 80%;
	}
}

/* -----------------------------------------------------------
    button / submit
-------------------------------------------------------------- */
input[type="submit"], input[type="button"] {
	border-radius: 40px;
	display: block;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ 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;
}

#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(--cv);
}

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: 10px 0;
	line-height: 1.6;
}

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

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

.form_table tr:last-child {
	border-bottom: none;
}

.form_table th {
	width: 32%;
	padding: 30px 68px 30px 0;
	text-align: left;
	font-weight: bold;
	vertical-align: top;
}

.form_th_title {
	display: inline-block;
	font-size: 1.9rem;
	line-height: 1.4;
	letter-spacing: 0;
}

.form_th_notes {
	float: right;
	display: inline-block;
	padding: 6px 8px;
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--cmnred);
	border: 1px solid var(--cmnred);
	line-height: 1;
}

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

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

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

.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;
	gap: 35px;
	flex-wrap: wrap;
}

.radio_list li {
	line-height: 2.4;
}

.radio_list .radio_none {
	display: none;
}

/*		注釈		*/
p[class^="form_td_notes"] {
	color: var(--sub);
	line-height: 1;
	font-size: 1.6rem;
}

.form_td_notes {
	display: inline-block;
	margin: 10px 0 0;
}

.form_td_notes02 {
	margin: 20px 0;
}

.form_td_notes03 {
	margin: 0 0 0 10px;
	display: inline-block;
}

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

.entry-input .file-wrap .form_td_notes02 {
	line-height: 2;
	font-size: 1.6rem;
	letter-spacing: .08em;
}

.file-more {
	display: none;
}

.file-more-ttl {
	background: var(--main);
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
	margin: 25px auto 20px 0;
	position: relative;
	padding: 15px 60px 15px 50px;
	width: 370px;
	transition: .5s;
}

.file-more-ttl:hover {
	background: #0c85da;
}

.file-more-ttl::before {
	content: "\f0fe";
	color: #fff;
	font: 900 2.4rem/1 var(--webicon);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.file-more-ttl.ft_area_more::before {
	content: "\f146";
}

.file-more-ttl.ft_area_more + .file-more {
	display: block;
}

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

.file__label {
	border-radius: 60px;
	border: 2px solid #ccc;
	cursor: pointer;
	color: var(--cmnblack);
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	transition: opacity 0.3s ease;
	width: 230px;
	position: relative;
	padding: 12px 0.5em;
}

.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 {
	opacity: 0.7;
}

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;
}

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

	.file__label-wrap {
		gap: 5px;
		margin-bottom: 25px;
	}

	.file__none {
		margin: 0;
		text-align: left;
		font-size: 1.4rem;
		letter-spacing: 0;
	}

	.file-more-ttl {
		font-size: 1.7rem;
		width: 100%;
		padding: 12px 25px 12px 10px;
		text-align: center;
		margin: 0 auto 20px;
		max-width: 400px;
	}

	.privacy-box-note {
		text-align: left;
		margin: 0;
		padding: 0 20px;
	}

	.privacy-box {
		font-size: 1.5rem;
		width: calc(100% - 40px);
		height: 200px;
		padding: 15px 10px;
		margin: 20px auto 0;
	}
}

/* -----------------------------------------------------------
    確認画面共通
-------------------------------------------------------------- */
.contact-confirm #form .form_area {
	margin: 0 auto !important;
	padding: 50px 0;
}

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

.contact-confirm .confirm-descript {
	text-align: center;
	padding: 50px 0 30px;
}

.contact-confirm .form_table {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.form_table.confirm th {
	width: 30%;
}

/*		写真添付		*/
.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;
}

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

.form_file_img {
	width: 100px;
}

.form_file_img img {
	width: 100%;
}

/*		修正と送信ボタン		*/
.form_btn_area.confirm {
	margin: 50px auto 0;
}

.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;
}

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

.confirm-caution a {
	text-decoration: underline;
	color: #DB6464;
}

@media screen and (max-width: 768px) {
	.contact-confirm #form .form_area {
		margin: 0 auto !important;
		padding: 0;
	}

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

	.contact-confirm .confirm-descript {
		padding: 20px;
		text-align: left;
	}

	.form_btn_area.confirm {
		margin: 30px auto 0;
	}
}

/* -----------------------------------------------------------
    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 15px 14px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.6rem;
		-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 td.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-1:checked + .label-check.round:after {
		width: 14px;
		height: 14px;
		left: 5px;
	}

	/* -----------------------------------------------------------
		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 {
		padding: 0 20px;
		text-align: left;
		margin: 0 auto;
	}

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

	.submit_org {}

	.submit_gray {
		font-size: 1.6rem;
	}

	.submit_magenta {}

	.submit_green {}

	.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 10px 15px;
		line-height: 1.4;
		font-size: 1.6rem;
		margin: 15px 0 0 0;
		border-radius: 0;
		letter-spacing: 0;
		border-bottom: 0;
	}

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

	.form_table tr {
		border: none;
	}

	.form_table th {
		align-items: center;
		border-top: none !important;
		background: #d4e5f5;
		display: flex;
		width: 100%;
		text-align: left;
		vertical-align: middle;
		padding: 13px 20px !important;
		gap: 10px;
	}

	.form_table tr:first-of-type th {
		border-top: none;
		padding-bottom: 20px;
	}

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

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

	.form_table th .form_th_notes {
		background: #fff;
		float: none;
		font-weight: 400;
		font-size: 1.5rem;
		display: inline-block;
		padding: 4px 8px 6px;
	}

	.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 li {
		line-height: 1.8;
	}

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

	.radio-row {
		gap: 10px 25px;
	}

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

	.form_td_notes {
		margin: 15px 0 0;
	}

	.form_td_notes02 {
		margin: 15px 0;
	}

	.form_td_notes03 {
		margin: 20px 0 0;
	}

	.entry-input .file-wrap .form_td_notes02 {
		font-size: 1.5rem;
	}

	/* -----------------------------------------------------------
        確認画面共通
    -------------------------------------------------------------- */
	/*		修正と送信ボタン		*/
	.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;
	}
}