@charset "UTF-8";

div.container{
	margin-bottom: 40px;
	width: 1000px;
}

.ermsg{
	margin-top: 10px;
	font-size: 14px;
	color: #C42020;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="time"],
input[type="tel"],
input[type="number"]{
	position:relative;
	background: #fff;
	font-size: 16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height:1;
	border: none;
	outline: none;
}

input[type="date"]{
	line-height:1.5;
}

textarea{
	@include border-radius(8px);
	width:100%;
	height:160px;
	position:relative;
	background: #fff;
	font-size: 16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height:1.5;
	outline: none;
}

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="text"],
	input[type="date"],
	input[type="password"],
	input[type="email"],
	input[type="time"],
	input[type="tel"],
	input[type="number"]{
		padding: 17px 20px;
	}
	textarea{
		padding: 17px 20px;
	}
}

@-moz-document url-prefix() {
	input[type="text"],
	input[type="date"],
	input[type="password"],
	input[type="email"],
	input[type="time"],
	input[type="tel"],
	input[type="number"]{
		padding: 17px 20px;
	}
	textarea{
		padding: 17px 20px;
	}

	input.preferred-day{
		padding: 14px 20px 12px !important;
	}
}

@supports (-ms-ime-align: auto) {
	input[type="text"],
	input[type="date"],
	input[type="password"],
	input[type="email"],
	input[type="time"],
	input[type="tel"],
	input[type="number"]{
		padding: 17px 20px;
	}
	textarea{
		padding: 17px 20px;
	}
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	input[type="text"],
	input[type="date"],
	input[type="password"],
	input[type="email"],
	input[type="time"],
	input[type="tel"],
	input[type="number"]{
		padding: 17px 20px;
	}
	textarea{
		padding: 17px 20px;
	}

	input.preferred-day{
		padding: 12px 20px !important;
	}
}

input::-webkit-input-placeholder {
	color:#BCBCBC;
	font-size:16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.15em;
	line-height: 1.6;
}

input:-moz-placeholder {
	color:#BCBCBC;
	font-size:16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.15em;
	line-height: 1.6;
}

input::-moz-placeholder {
	color:#BCBCBC;
	font-size:16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.15em;
	line-height: 1.6;
}

input:-ms-input-placeholder {
	color:#BCBCBC;
	font-size:16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.15em;
	line-height: 1.6;
}

.elemfull{
	width:100%;
}

.elements-325{
	width:325px;
}

input[type="radio"]  {
	display: none;
	vertical-align:middle;
}

input[type="radio"] + label{
	position: relative;
	display: inline-block;
	width:100%;
	padding:0 0 0 40px;
	vertical-align:middle;
	font-size: 1.5rem;
	line-height:1.0;
	letter-spacing:0.1em;
	cursor: pointer;
}

input[type="radio"] + label::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top:-11px;
	border:1px #b7b7b7 solid;
	z-index:2;
}

input[type="radio"]:checked + label::after{
	position: absolute;
	content: "";
	top: 50%;
	left: 4px;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	background: #AA0D0D;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: 3;
}

input[type="checkbox"]  {
	display: none;
	vertical-align:middle;
}

input[type="checkbox"] + label{
	position: relative;
	display: inline-block;
	width:100%;
	padding:22px 0 22px 42px;
	vertical-align:middle;
	font-size: 16px;
	line-height:1.0;
	cursor: pointer;
}

input[type="checkbox"] + label::before{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	content: "";
	top: 50%;
	left: 12px;
	width: 17px;
	height: 17px;
	margin-top:-11px;
	border: 1px solid #6D6D6D;
	z-index:2;
}

input[type="checkbox"]:checked + label::after{
	position: absolute;
	content:"";
	top: 50%;
	left: 14px;
	display:block;
	width:23px;
	height:18px;
	margin-top:-12px;
	background:url(../../../reserve/images/icn_check.svg) center center no-repeat;
	background-size:100%;
	z-index:3;
}

select{
	position: relative;
	width:186px;
	height:53px;
	padding:12px 20px;
	background:#fff;
	font-size:17px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #6D6D6D;
}

select::-ms-expand {
	display: none;
}

.select-example{
	position: relative;
}

.select-example:before{
	content:"";
	position: absolute;
	top: 6px;
	right: 17px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 8px solid #6D6D6D;
	pointer-events: none;
	z-index:5;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.attention{
	position: relative;
	margin-left: 15px;
	font-size: 13px;
}

.attention::before{
	content:"※";
}

.address{
	list-style-type: none;
}

.address li{
	width: 100%;
}

.address li:not(:last-child){
	margin-bottom: 20px;
}

.address li .elements-full{
	width: 100%;
}

.select-radio{
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style-type: none;
}

.select-radio li{
	margin: 0 10px 10px 0;
	width: 210px;
	background: #fff;
}

.select-radio li:nth-child(3n){
	margin-right: 0;
}

input.preferred-day{
	width: 213px;
	padding: 12px 20px;
	font-size: 17px;
	border: 1px solid #6D6D6D;
}

header{
	padding: 20px 40px 40px;
	border-bottom: 1px solid #707070;
}

.reserve-contents{
	margin: 0 auto;
	padding-top: 65px;
	width: 1000px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	color: #1C1C1C;
}

.reserve-contents h1{
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: normal;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	color: #1C1C1C;
	letter-spacing: 0.2em;
	text-align: center;
}

.reserve-formTable{
	padding: 40px 30px 60px;
	background: #D6EDEA;
}

.precautions-list{
	margin-bottom: 50px;
	padding: 20px 28px;
	list-style-type: none;
	border: 5px solid #5bc7c1;
	background: #fff;
}

.precautions-list li{
	position: relative;
	padding-left: 15px;
	font-size: 15px;
	line-height: 1.875;
}

.precautions-list li:before{
	content:"・";
	position: absolute;
	top: 0;
	left: 0;
}

.select-modelhouse{
	margin-bottom: 50px;
}

.select-modelhouse > p{
	position: relative;
	margin-bottom: 30px;
	padding: 5px 0 5px 50px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.select-modelhouse > p:before{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: #15a894;
	z-index: 2;
}

.select-modelhouse > p:after{
	content:"1";
	position: absolute;
	top: -2px;
	left: 0;
	width: 36px;
	font-size: 20px;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	text-align: center;
	color: #fff;
	line-height: 34px;
	z-index: 4;
}

.select-modelhouse-list{
	list-style-type: none;
}

.select-modelhouse-list > li{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

/* 2024年8月更新内容css */
.select-modelhouse-list{
	position: relative;
	padding-bottom: 30px;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}

.select-modelhouse-list > li:nth-child(1),
.select-modelhouse-list > li:nth-child(2),
.select-modelhouse-list > li:nth-child(9){
	position: relative;
	padding-top: 60px;
}

.select-modelhouse-list > li:nth-child(2),
.select-modelhouse-list > li:nth-child(9){
	border-top: 3px solid #333;
}

.select-modelhouse-list > li:nth-child(1)::before,
.select-modelhouse-list > li:nth-child(2)::before,
.select-modelhouse-list > li:nth-child(9)::before{
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.select-modelhouse-list > li:nth-child(1)::before{
	/* content: "金沢市による宅地・支援制度のご相談はこちら"; */
	content: "ご相談はこちら";
}

.select-modelhouse-list > li:nth-child(2)::before{
	content: "地元ビルダーの住まいづくり相談はこちら";
}

.select-modelhouse-list > li:nth-child(9)::before{
	content: "モデルハウスの見学はこちら";
}

/* .select-modelhouse-list > li:last-child .detail-modelhouse{
	padding: 20px 15px 35px;
	border: 5px solid #5bc7c1;
	box-sizing: border-box;
} */

/* 送信画面 */
.confirm .select-modelhouse-list{
	padding-bottom: 0;
	border: none;
}

.confirm .select-modelhouse-list > li:nth-child(1),
.confirm .select-modelhouse-list > li:nth-child(2),
.confirm .select-modelhouse-list > li:nth-child(9){
	padding-top: 0;
}

.confirm .select-modelhouse-list > li:nth-child(2),
.confirm .select-modelhouse-list > li:nth-child(9){
	border: none;
}

.confirm .select-modelhouse-list > li:nth-child(1)::before,
.confirm .select-modelhouse-list > li:nth-child(2)::before,
.confirm .select-modelhouse-list > li:nth-child(9)::before{
	display: none;
}

/* 2024年8月更新内容cssここまで */

.select-modelhouse-list > li:not(:last-child){
	margin-bottom: 30px;
}

.select-modelhouse-list > li figure{
	width: 455px;
	height: 316px;
	line-height: 0;
}

.select-modelhouse-list > li figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.select-modelhouse-list > li .detail-modelhouse{
	flex: 1;
	-webkit-flex: 1;
	padding: 20px 20px 35px;
	background: #fff;
}

.select-modelhouse-list > li .detail-modelhouse dl{
	position: relative;
	margin-bottom: 15px;
	height: 154px;
}

.select-modelhouse-list > li .detail-modelhouse dl::before{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #D5F0EE;
}

.select-modelhouse-list > li .detail-modelhouse dl dt{
	padding-top: 10px;
	height: 70px;
}

.select-modelhouse-list > li .detail-modelhouse dl dd{
	font-size: 21px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6;
	line-height: 1.4;
}

.select-modelhouse-list > li .detail-modelhouse p{
	position: relative;
	margin: 0 20px 15px;
	padding-left: 15px;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.select-modelhouse-list > li .detail-modelhouse p:before{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	content:"";
	position:absolute;
	top: 5px;
	left: 0;
	width: 11px;
	height: 11px;
	background: #6D6D6D;
}

.select-modelhouse-list > li .detail-modelhouse .preferred-date-select{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0 20px;
	list-style-type: none;
}

.select-modelhouse-list > li .detail-modelhouse .preferred-date-select li:not(:last-child){
	margin-right: 6px;
}

.form-table-wrap{
	margin-bottom: 30px;
}

.form-table-wrap > p{
	position: relative;
	margin-bottom: 30px;
	padding: 5px 0 5px 50px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.form-table-wrap > p:before{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	background: #15a894;
	z-index: 2;
}

.form-table-wrap > p:after{
	content:"2";
	position: absolute;
	top: -2px;
	left: 0;
	width: 36px;
	font-size: 20px;
	font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W6","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	text-align: center;
	color: #fff;
	line-height: 34px;
	z-index: 4;
}

.formTable{
	list-style-type: none;
}

.formTable > li:last-child dl dd .ermsg{
	margin-top: 0;
}

.formTable > li:not(:last-child){
	margin-bottom: 20px;
}

.formTable > li dl{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.formTable > li dl.required dt{
	position: relative;
}

.formTable > li dl.required dt:after{
	content:"*";
	position: absolute;
	top: 23px;
	right: 12px;
	color: #C42020;
}

.formTable > li dl.required-input dd input{
	border: 3px solid #C42020;
}

.formTable > li dl dt{
	position: relative;
	width: 290px;
	font-size: 18px;
	padding: 17px 0 17px 35px;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.formTable > li dl dt::before{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	content:"";
	position:absolute;
	top: 25px;
	left: 12px;
	width: 11px;
	height: 11px;
	background: #6D6D6D;
}

.formTable > li dl dd{
	flex: 1;
	-webkit-flex: 1;
}

.btn-contents{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

.btn-contents button{
	display: block;
	margin: 0 10px;
	padding: 17px 0;
	width: 250px;
	font-size: 16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	color: #fff;
	background: #15a894;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
}

.btn-contents button.back{
	display: block;
	margin: 0 10px;
	padding: 17px 0;
	width: 250px;
	font-size: 16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.2em;
	color: #fff;
	background: #555;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
}

.confirm .select-modelhouse-list > li .detail-modelhouse{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding: 20px 0;
}

.confirm .select-modelhouse-list > li .detail-modelhouse dl{
	margin: 0;
	padding: 8px 35px;
	width: 50%;
	height: auto;
}

.confirm .select-modelhouse-list > li .detail-modelhouse dl::before{
	position: absolute;
	left: auto;
	right: -2px;
	width: 5px;
	height: 100%;
}

.confirm .select-modelhouse-list > li .detail-modelhouse dl dt{
	height: auto;
	margin-bottom: 10px;
	padding-top: 0;
}

.confirm .select-modelhouse-list > li .detail-modelhouse dl dd{
	font-size: 16px;
	letter-spacing: 0.1em;
}

.confirm .select-modelhouse-list > li .detail-modelhouse .preferred-date-select{
	margin: 0;
	padding: 0 35px;
	width: 50%;
}

.confirm .select-modelhouse-list > li .detail-modelhouse .preferred-date-select li{
	font-size: 17px;
}

.confirm .select-modelhouse-list > li .detail-modelhouse .preferred-date-select li:first-child{
	margin-right: 35px;
}

.confirm .formTable > li dl dd{
	padding: 16px 20px;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 3px solid #D5F0EE;
	line-height: 1.6;
	background: #fff;
}

.confirm .formTable > li:nth-child(4) dl dd{
	padding: 0;
	border: none;
}

.confirm .formTable > li:nth-child(4) dl dd .address li{
	padding: 16px 20px;
	font-size: 16px;
	letter-spacing: 0.1em;
	border: 3px solid #D5F0EE;
	line-height: 1.6;
}

.thanks-msg{
	padding: 30px 0;
	text-align: center;
}

.thanks-msg dl dt{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.15em;
}

.thanks-msg dl dt:before{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #D5F0EE;
}

.thanks-msg dl dd{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.thanks-msg + .btn-contents a{
	display: block;
	margin: 0 auto;
	padding: 22px 0;
	width: 300px;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #fff;
	background: #A19051;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
	text-align: center;
}

@media screen and (min-width: 769px){
br.pcbr{
	display: block;
}

br.spbr{
	display: none;
}

.sp_attention{
	display: none;
}

/* 2024年8月更新内容css */
.select-modelhouse-list > li:nth-child(3) .detail-modelhouse dl dd,
.select-modelhouse-list > li:nth-child(6) .detail-modelhouse dl dd,
.select-modelhouse-list > li:nth-child(8) .detail-modelhouse dl dd{
	padding-top: 15px;
	font-size: 2.6rem;
}
/* 2024年8月更新内容cssここまで */
}

@media screen and (max-width: 768px){
/* footer */
footer{
	padding: 0 0 85px;
}

input.preferred-day{
	min-height: 53px;
}

input[type="text"],
input[type="date"],
input[type="password"],
input[type="email"],
input[type="time"],
input[type="tel"],
input[type="number"],
textarea,
select{
	-webkit-appearance: none;
	border-radius: 0;
}

.overlay{
	z-index: 100;
}
br.pcbr{
	display: none;
}

br.spbr{
	display: block;
}

.attention{
	display: none;
}

.elements-325{
	width: 100%;
}

div.pageWrap {
	padding-bottom: 0;
}

div.container{
	margin-bottom: 0;
	width: 100%;
}

.attention{
	display: none;
}

.sp_attention{
	display: inline-block;
	position: relative;
	margin: 0 0 3px 20px;
	font-size: 13px;
}

.sp_attention::before{
	content:"※";
}

.ermsg{
	margin-top: 8px;
}

.select-radio li{
	margin: 0 0 8px;
	width: 100%;
}

.address li:not(:last-child){
	margin-bottom: 10px;
}

.reserve-contents{
	padding-top: 75px;
}

.reserve-contents h1{
	margin-bottom: 30px;
	font-size: 25px;
}

.select-modelhouse-list > li .detail-modelhouse dl{
	height: auto;
}

.select-modelhouse-list > li .detail-modelhouse dl dt{
	margin-bottom: 15px;
	padding-top: 0;
	height: auto;
}

.select-modelhouse-list > li .detail-modelhouse dl dd{
	padding-bottom: 25px;
	font-size: 16px;
	line-height: 1.8;
}

.select-modelhouse-list > li .detail-modelhouse dl::before{
	height: 4px;
}

.select-modelhouse-list > li .detail-modelhouse p{
	margin: 0 10px 10px;
}

.select-modelhouse-list > li .detail-modelhouse .preferred-date-select{
	margin: 0;
}

.select-modelhouse-list > li .detail-modelhouse .preferred-date-select li{
	width: 100%;
}

input.preferred-day{
	width: 100%;
}

select{
	width: 100%;
}

.select-modelhouse-list > li .detail-modelhouse .preferred-date-select li:not(:last-child){
	margin: 0 0 15px;
}

.form-table-wrap > p{
	padding: 5px 0 5px 35px;
	font-size: 16px;
}

.form-table-wrap > p:before{
	margin-top: -14px;
	width: 28px;
	height: 28px;
}

.form-table-wrap > p:after{
	font-size: 16px;
	width: 29px;
	height: 28px;
	line-height: 28px;
}

.formTable > li:not(:last-child){
	margin-bottom: 25px;
}

.formTable > li dl.required-input dd input{
	border: 1px solid #C42020;
}

.formTable > li dl dt{
	margin-bottom: 13px;
	padding: 0 0 0 15px;
	width: 100%;
	font-size: 16px;
	line-height: 1.0;
}

.formTable > li dl dt:before{
	top: 2px;
	left: 0;
}

.formTable > li dl.required dt:after{
	top: 3px;
	right: 0;
}

.formTable > li dl dd{
	flex: auto;
	-webkit-flex: auto;
	width: 100%;
}

.precautions-list{
	margin-bottom: 30px;
	padding: 20px 10px;
	border: 3px solid #D5F0EE;
}

.precautions-list li{
	padding-left: 13px;
	font-size: 13px;
	line-height: 1.3;
}

.btn-contents button{
	width: 100%;
}

.btn-contents button.back{
	margin-bottom: 10px;
	width: 100%;
}

.reserve-formTable{
	padding: 25px 20px 40px;
}

.select-modelhouse > p{
	margin-bottom: 20px;
	padding: 5px 0 5px 35px;
	font-size: 16px;
	line-height: 1.6;
}

.select-modelhouse > p:before{
	top: 17px;
	margin-top: -14px;
	width: 28px;
	height: 28px;
}

.select-modelhouse > p:after{
	top: 4px;
	font-size: 16px;
	width: 29px;
	height: 28px;
	line-height: 28px;
}

.select-modelhouse-list > li:not(:last-child){
	margin-bottom: 40px;
}

.select-modelhouse-list > li figure{
	width: 100%;
	height: auto;
}

.select-modelhouse-list > li .detail-modelhouse{
	padding: 15px 15px 30px;
}

/* 2024年8月更新内容css */
.select-modelhouse-list > li:nth-child(1)::before,
.select-modelhouse-list > li:nth-child(2)::before,
.select-modelhouse-list > li:nth-child(9)::before{
	font-size: 1.6rem;
}

/* 2024年8月更新内容cssここまで */

.confirm .select-modelhouse-list > li .detail-modelhouse dl{
	width: 100%;
}

.confirm .select-modelhouse-list > li .detail-modelhouse dl::before{
	top: auto;
	bottom: 0;
	width: 100%;
	height: 4px;
}

.confirm .select-modelhouse-list > li .detail-modelhouse{
	padding: 0 15px;
}

.confirm .select-modelhouse-list > li .detail-modelhouse dl{
	padding: 20px 0 0;
}

.confirm .select-modelhouse-list > li .detail-modelhouse dl dd{
	padding: 0 0 25px;
}

.confirm .select-modelhouse-list > li .detail-modelhouse .preferred-date-select{
	width: 100%;
	padding: 25px 10px 35px;
}

.confirm .select-modelhouse-list > li .detail-modelhouse .preferred-date-select li{
	margin-bottom: 0;
	width: auto;
	font-size: 16px;
}

.thanks-msg dl dt:before{
	height: 4px;
}

.thanks-msg + .btn-contents a{
	width: 100%;
}
}
