/* ==============================================================
   #フォーム
   ============================================================== */
.form-box {
	background-color: #fff;
	padding: 48px 32px;
	margin: auto -32px auto;
}
#form-section {
}
.form-ttl {
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 4px;
	opacity: 0.5;
}
.contact-form label + .form-ttl {
	margin-top: 1em;
}
.form-wrap {
	font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
	padding: 0;
	margin: 0 -24px;
}

.form-wrap .contact-form {
border-bottom: 1px solid #9e9e9e;
margin-bottom: 0;
margin-top: 0;
/* padding: 24px 0; */
padding:0;
}

.contact-form {
	padding: 12px 24px;
}
.contact-form:hover {
	background-color: rgba(0,0,0,0.05);
	border-radius: 4px;
}
.contact-form + .contact-form {
/*border-top: #EEE solid 1px;*/
}
.contact-form dt {
	font-size: 16px;
	font-weight: bold;;
	width: 100%;
    background: #fafafa;
    padding: 15px 10px;
}
.contact-form dd {
	width: 100%;
}

.form-wrap .contact-form:last-of-type {
border: none;
}

.form-wrap .contact-form dd {
margin: 0 15px;
padding: 20px 0;
}

 @media screen and (min-width: 768px) {
.form-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 48px 32px;
	margin: auto;
}
.form-ttl {
	font-size: 16px;
}
.contact-form {
	padding: calc(24px / 2) 24px;
}
.contact-form dt,
.contact-form dd {
	padding-bottom: 0;
}
/* .contact-form dt {
  float: left;
  width: 21%;
  padding-right: 20px;
  text-align: left;
} */

.contact-form dt {
    float: left;
    width: 25%;
    padding-right: 20px;
    text-align: left;
    /* padding: 0; */
    padding: 20px 0;
    background: transparent;
}


.contact-form dd {
	overflow: hidden;
	width: 75%;
}
}
.fw-form {
	display: flex;
	flex-wrap: wrap;
}
.fw-form + .fw-form {
	/* margin-top: 10px; */
    margin-top: 0px;
}

.fw-form.inline label {
width: 49%;
display: inline-block;
}

.fw-form.inline label + label {
margin-left: 2%;
}

.fw-form fieldset {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.fw-form input,
.fw-form select,
.fw-form textarea {
	background-color: #FFF;
	border: 2px solid #FFF;
	border-radius: 0;
	background-clip: padding-box;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
	width: 100%;
	padding: 10px 1.2rem;
	margin: 0px;
	z-index: 1;
	outline: none;
	display: inline-flex;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.fw-form input:focus,
.fw-form select:focus,
.fw-form textarea:focus {
	border-color: #C6C4C2!important;
	background-color: #FFF!important;
}
.fw-form select::after {
	content: "";
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin: auto;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	bottom: 0;
}
.fw-form input[type="text"],
.fw-form input[type="email"],
.fw-form input[type="tel"],
.fw-form input[type="date"] {
  border: 1px solid #c6c4c2;
}
.fw-form input[type="text"]:hover,
.fw-form input[type="email"]:hover,
.fw-form input[type="tel"]:hover,
.fw-form input[type="date"]:hover,
.fw-form select:hover,
.fw-form textarea:hover {
	border-color: #C6C4C2;
	background-color: #FFF;
  border: 1px solid #c6c4c2;
}
.fw-form input[type="radio"],
.fw-form input[type="checkbox"] {
	background-color: #FFF;
	border-color: #C6C4C2;
	height: 20px;
	min-width: 20px;
	width: 20px;
	max-width: 20px;
	padding: 0;
}
.fw-form input[type="radio"]::before,
.fw-form input[type="checkbox"]::before {
	content: "";
    margin: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0px;
}
.fw-form input[type="radio"] {
	border-radius: 100%;
}
.fw-form input[type="radio"]::before {
	background-color: #262422;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: ease-out 0.2s;
	-webkit-transition: ease-out 0.2s;
}
.fw-form input[type="radio"]:checked::before {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.fw-form input[type="checkbox"] {
	border-radius: 2px;
}
.fw-form input[type="checkbox"]::before {
	height: 0;
	width: 0;
}
.fw-form input[type="checkbox"]:checked::before {
	border-top: #262422 solid 4px;
	border-left: #262422 solid 4px;
	height: 16px;
	width: 12px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	bottom: 6px;
}
.fw-form input[type="radio"],
.fw-form input[type="checkbox"],
.fw-form input[type="submit"],
.fw-form label {
	cursor: pointer;
	position: relative;
}
.fw-form input[type="radio"] + label,
.fw-form input[type="checkbox"]+ label {
	width: calc(100% - 20px);
	padding: 0 2em 0 .5em;
}
.fw-form input[type="radio"]:hover,
.fw-form input[type="checkbox"]:hover {
}
.fw-form input[type="radio"]:hover + label,
.fw-form input[type="checkbox"]:hover + label {
	color: #0046C8;
}
.fw-form input[type="text"][disabled],
.fw-form input[type="email"][disabled],
.fw-form input[type="tel"][disabled],
.fw-form input[type="radio"][disabled],
.fw-form input[type="checkbox"][disabled],
.fw-form input[type="submit"][disabled],
.fw-form select[disabled],
.fw-form input[type="radio"][disabled] + label,
.fw-form input[type="checkbox"][disabled] + label {
	opacity: 0.2;
	cursor: default;
}
.fw-form .formError + input[type="text"],
.fw-form .formError + input[type="email"],
.fw-form .formError + input[type="tel"],
.fw-form .formError + input[type="radio"],
.fw-form .formError + input[type="checkbox"],
.fw-form .formError + select {
	background-color: #FFF!important;
	border-color: #EE0000!important;
}
.fw-form h4 {
	font-size: 1.4rem;
	padding-right: 24px;
}
.fw-form p {
  font-size: 14px;
}

.fw-form .required {
	background-color: #bf360c;
	border-radius: 2px;
	color: #FFF;
	padding: 0 12px 0 14px;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	height: 22px;
	margin-left: 6px;
	top: -2px;
	display: inline-block;
	letter-spacing: 2px;
  margin-right: 10px;
  font-style: normal;
}

.fw-form .any {
    background-color:var(--g500,#2f8a7e);
    border-radius: 2px;
    color: #FFF;
    padding: 0 12px 0 14px;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    height: 22px;
    margin-left: 6px;
    top: -2px;
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 10px;
    font-style: normal;
    background-color: #8bc34a;
}

.submitArea .btn-back {
	border-color: #C6C4C2;
	text-align: center;
	display: inline-block;
	max-width: 50%;
	font-size: 1.2rem;
	margin: 12px auto auto;
}

 @media screen and (min-width: 768px) {
.fw-form input,
.fw-form select,
.fw-form textarea {
	font-size: 16px;
	padding: 1.2rem 16px;
  border: 1px solid #c6c4c2;
}
}
.fw-form select[name="your-name"],
.fw-form select[name="your-planarea"],
.fw-form select[name="your-area"],
.fw-form select[name="your-estateinfo"] {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
}
/* ==============================================================
   #フォーム：プレースホルダー
   ============================================================== */
:placeholder-shown {
 color: #C6C4C2;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
 color: #C6C4C2;
}

/* Firefox 18- */
:-moz-placeholder {
 color: #C6C4C2;
opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
 color: #C6C4C2;
opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
 color: #C6C4C2;
}
/* ==============================================================
   #チェックボックス＆ラジオボタン
   ============================================================== */
.cr-wrap {
	margin: -5px;
}
.cr-inline {
}
.cr-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 5px;
	width: 100%;
}
.cr-inline .cr-item {
	width: auto;
}
.cr-item + .cr-item {
}
.cr-wrap > br {
	display: none;
}
.fw-form .wpcf7-checkbox,
.fw-form .wpcf7-radio {
	display: flex;
	flex-direction: column;
}
.fw-form span.wpcf7-list-item {
	display: flex;
	margin: 0;
}
.fw-form span.wpcf7-list-item + .wpcf7-list-item {
	/* margin-top: 12px; */
    margin-top: 22px;
}
.fw-form .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
}
.fw-form .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
}

.fw-form input, .fw-form select, .fw-form textarea {
/* font-size: 14px; */
font-size: 16px;
}
.fw-form input[type="text"], .fw-form input[type="email"], .fw-form input[type="tel"], .fw-form input[type="date"], .fw-form textarea {
border: 1px solid #c6c4c2;
}

#agree-check {
 padding-top: calc(24px * 1);
}
#agree-check .your-consent {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 24px;
}
 @media screen and (min-width: 768px) {
.fw-form .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 16px;
}

.fw-form.inline-radio .wpcf7-radio {
flex-direction: row;
}
.fw-form.inline-radio span.wpcf7-list-item {
/*width: 20%;*/
margin-right: 35px;	
}
.fw-form.inline-radio span.wpcf7-list-item.last{
margin-right: 0px;			 
}	 
.fw-form.inline-radio span.wpcf7-list-item + .wpcf7-list-item {
/* margin-left: 25px; */
/*margin-left: 5px;*/
margin-top: 0;
}
.form-wrap .contact-form {
padding: 30px;
}

/* .form-wrap .contact-form dd {
margin-left: 40px;
margin-right: 0;
} */

.form-wrap .contact-form dd {
    /* margin-left: 40px; */
    margin-right: 0;
/*    width: calc(100% - 45%);*/
    width: calc(100% - 37%);
}

.form-wrap{
    max-width: 1030px;
}

}

.form-box {
/** スマホ崩れ対策 **/
margin:auto;
padding: 0 10px;
}
.form-wrap {
/** スマホ崩れ対策 **/
margin:auto;
}
/* ==============================================================
   #セレクトボックス
   ============================================================== */
.select-wrap {
}
.select-wrap select {
	border-color: #CCC;
	padding-right: 2em;
	cursor: pointer;
}
.select-wrap select:hover {
	background-color: #FFF;
}
.select-arrow {
	width: 100%;
	max-width: 100%;
}
.select-arrow::before {
	content: "";
	border-top: #fff solid 3px;
	border-left: #fff solid 3px;
	width: 9px;
	height: 9px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	margin: auto;
	position: absolute;
	bottom: calc(1em + 4.5px);
	right: 1em;
	z-index: 2;
}
@media screen and (min-width: 768px) {
.select-wrap select {
	padding-right: 3em;
}
.select-arrow.inline {
	width: auto;
	max-width: 100%;
}
}
/* ==============================================================
   #送信ボタン
   ============================================================== */
.submitArea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 320px;
	margin: auto;
}
.submitArea input[type="submit"] {
	background-color: #2f8a7e;
	border: none;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 1.2em 1em;
	display: block;
	cursor: pointer;
	width: 100%;
}
.submitArea br + input[type="submit"] {
	background-color: #FFF;
	border: #fff solid 2px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 10px 1em;
	max-width: 180px;
	margin: 20px auto auto;
}
.submitArea input[type="submit"]:hover,
.submitArea input[type="submit"]:focus,
.submitArea input[type="submit"]:active {
	background-color: #49867e!important;
}
.submitArea br + input[type="submit"]:hover {
	background-color: #FFF!important;
	border: #0046C8 solid 2px!important;
	color: #0046C8!important;
}
.submitArea br {
	display: none;
}
@media screen and (min-width: 768px) {
.submitArea {
	max-width: 480px;
}
}
#form-section .div.wpcf7 .ajax-loader {
	display: none;
}
/* ==============================================================
   #フォーム：入力ステップ
   ============================================================== */
#form-section .wpcf7c-elm-step-box {
	text-align: center;
	margin-bottom: 48px;
	padding: 0 24px;
}
#form-section .wpcf7c-elm-step-box h4 {
	font-size: 16px;
    color: #bf360c;
    font-weight: bold;
    border-top: 1px solid #bf360c;
    border-bottom: 1px solid #bf360c;
    padding: 20px 0;
    width: 100%;
    border-left: none;
    margin: 40px 0;
}
/* #form-section .wpcf7c-elm-step-box h4::before,
 #form-section .wpcf7c-elm-step-box h4::after {
	content: "";
	border-top: #262422 solid 1px;
	width: 2em;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
#form-section .wpcf7c-elm-step-box h4::before {
	left: 0;
}
#form-section .wpcf7c-elm-step-box h4::after {
	right: 0;
} */
#form-section .wpcf7c-elm-step-box p {
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0;
}
 @media screen and (min-width: 768px) {
#form-section .wpcf7c-elm-step-box {
padding: 0;
}     
#form-section .wpcf7c-elm-step-box h4 {
	font-size: 1.8rem;
}
#form-section .wpcf7c-elm-step-box p {
	font-size: 1.4rem;
}
}
/* ==============================================================
   #バリデーションポップアップ
   ============================================================== */
#form-section div.wpcf7-response-output {
	background-color: #FFF;
	border: 2px solid #bf360c;
	border-radius: 6px;
	color: #bf360c;
	font-weight: bold;
	margin: 0px auto 50px;
	padding: 16px 16px;
	text-align: center;
	font-size: 12px;
	width: 86%;
}
#form-section .wpcf7-not-valid {
	background-color: #FFE6E6;
	border: 2px solid #bf360c;
}
#form-section .wpcf7-not-valid.wpcf7-checkbox {
	background-color: transparent;
	border: none;
}
#form-section .wpcf7-not-valid.wpcf7-checkbox input[type="radio"],
#form-section .wpcf7-not-valid.wpcf7-checkbox input[type="checkbox"] {
	background-color: #FFE6E6;
	border-color: #bf360c;
}
#form-section span.wpcf7-not-valid-tip {
	color: #bf360c;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 32px;
	height: 32px;
	padding-left: 20px;
	z-index: 2;
	position: relative;
}
#form-section span.wpcf7-not-valid-tip::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 8px 4px;
	border-color: transparent transparent #bf360c transparent;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 4px;
}
.formError {
	position: relative!important;
	/*top: 300px;
	left: 300px;*/
	top: auto!important;
	right: auto!important;
	bottom: auto!important;
	left: auto!important;
	display: block;
	height: 28px;
	cursor: default;
	text-align: left;
	margin-top: 0!important;
	margin-bottom: 5px!important;
	width: 100%;
	order: 0;
}
.formError .formErrorContent {
	display: inline-block;
	background: #FDDADD;
	border: none;
	border-radius: 30px;
	position: relative;
	color: #EE0000;
	min-width: 120px;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	padding: 0 1em 0 26px;
	overflow: hidden;
}
.formErrorContent-icon {
	width: 20px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 8px;
	bottom: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 7;
}
.formErrorContent-icon::before,
.formErrorContent-icon::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.formErrorContent-icon::before {
	width: 12px;
	height: 0;
	border-top: #EE0000 solid 2px;
}
.formErrorContent-icon::after {
	width: 0;
	height: 12px;
	border-left: #EE0000 solid 2px;
}

@media screen and (min-width: 768px) {

#form-section div.wpcf7-response-output {
	font-size: 16px;
    width: 86%;
}

#form-section span.wpcf7-not-valid-tip{
	font-size: 16px;

}

}

/* ==============================================================
   #フォーム：注釈
   ============================================================== */
.form-notes {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0;
    color: #bf360c;
}
/* ==============================================================
   #資料請求
   ============================================================== */
/* .pamp-item + .pamp-item {
 margin-top: calc(24px * 2);
}
.pamp-item .lead-ttl {
	margin-top: 24px;
}
.border-box {
}
#inquiry .border-box .lead-ttl,
#inquiry-digitalcatalog .border-box .lead-ttl,
#form-openhouse-thanks .border-box .lead-ttl,
#form-seminar-thanks .border-box .lead-ttl,
#form-inquiry-thanks .border-box .lead-ttl,
#form-inquiry-digitalcatalog-thanks .border-box .lead-ttl,
#form-consult-thanks .border-box .lead-ttl {
	font-size: 1.8rem;
	margin-bottom: 0;
}
#inquiry .border-box .lead-ttl span,
#inquiry-digitalcatalog .border-box .lead-ttl span,
#form-openhouse-thanks .border-box .lead-ttl span,
#form-seminar-thanks .border-box .lead-ttl span,
#form-inquiry-thanks .border-box .lead-ttl span,
#form-inquiry-digitalcatalog-thanks .border-box .lead-ttl span,
#form-consult-thanks .border-box .lead-ttl span {
	width: 150%;
	margin-left: -25%;
}
#inquiry .border-box small,
#inquiry-digitalcatalog .border-box small,
#form-openhouse-thanks .border-box small,
#form-seminar-thanks .border-box small,
#form-inquiry-thanks .border-box small,
#form-inquiry-digitalcatalog-thanks .border-box small,
#form-consult-thanks .border-box small {
	display: block;
	line-height: 1.4;
}
#inquiry .inq-phone,
#inquiry-digitalcatalog .inq-phone,
#form-openhouse-thanks .inq-phone,
#form-seminar-thanks .inq-phone,
#form-inquiry-thanks .inq-phone,
#form-inquiry-digitalcatalog-thanks .inq-phone,
#form-consult-thanks .inq-phone {
	color: #262422;
	font-family: 'Roboto Condensed', 'Noto Serif JP', Hiragino Kaku Gothic Pro, Meiryo, MS PGothic, arial, sans-serif;
	font-size: 3.6rem;
	padding-left: 32px;
}
#inquiry .inq-phone::before,
#inquiry-digitalcatalog .inq-phone::before,
#form-openhouse-thanks .inq-phone::before,
#form-seminar-thanks .inq-phone::before,
#form-inquiry-thanks .inq-phone::before,
#form-inquiry-digitalcatalog-thanks .inq-phone::before,
#form-consult-thanks .inq-phone::before {
	content: "";
	background-image: url(../imgs/theme/icon-phone.svg);
	background-size: cover;
	background-position: center;
	width: 28px;
	height: 28px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
 @media screen and (min-width: 768px) {
.pamp-item + .pamp-item {
	margin-top: 0;
}
#inquiry .border-box .lead-ttl,
#inquiry-digitalcatalog .border-box .lead-ttl,
#form-openhouse-thanks .border-box .lead-ttl,
#form-seminar-thanks .border-box .lead-ttl,
#form-inquiry-thanks .border-box .lead-ttl,
#form-inquiry-digitalcatalog-thanks .border-box .lead-ttl,
#form-consult-thanks .border-box .lead-ttl {
	font-size: 2.4rem;
	margin-bottom: 0;
}
} */

/* ==============================================================
   #フォーム：プライバシーポリシー
   ============================================================== */
#policy-box-wrap {
	text-align: center;
	padding: 24px 24px 0;
}
#policy-box-wrap > h3 {
	font-size: 1.8rem;
	display: inline-block;
	margin: auto;
}
#policy-box {
	background-color: #FFF;
	border: #E6E4E2 solid 2px;
	overflow-y: scroll;
	height: 240px;
	text-align: left;
	margin: auto;
	padding: 15px;
	-webkit-overflow-scrolling: touch;
}
#policy-box .lead-ttl {
	font-size: 14px;
    font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 0;
}
#policy-box .lead-ttl .txt-track {
	display: block;
	width: auto;
	transform: none;
}
#policy-box p,
#policy-box ul {
	font-size: 14px;
    padding-left: 0.8em;
    padding-top: 0.2em;
    margin-left: 1.2em;
}
#policy-box li + li {
	margin-top: 0;
}
#policy-box .paragraph + .paragraph {
	margin-top: calc(24px / 2);
}
 @media screen and (min-width: 768px) {
#policy-box {
	padding: 16px 32px;
}
#policy-box .lead-ttl {
	font-size: 14px;
}
#policy-box p,
#policy-box ul {
	font-size: 14px;
}

}

span.small{
	font-size: 12px;
    font-weight: normal;
    padding-left: 64px;
}

/* thanksページ */
a.form-inquiry-btn {
  background-color: #f57c00;
  color: #fff;
  color: var(--fff, #fff);
  cursor: pointer;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 22px 0;
  text-align: center;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  transition: all .22s;
}

a.form-inquiry-btn {
  border: none;
  display: block;
  margin: 50px auto;
  width: 100%;
  text-decoration: none;
}

a.form-inquiry-btn:after {
  font-family: FontAwesome;
  content: '\f054';
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

a.form-inquiry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  filter: brightness(130%);
}

.ta-c{
	text-align: center;
	margin: 30px 0 0;
}

 @media screen and (min-width: 768px) {
	 .ta-c{
	text-align: center;
	margin: 50px 0 0;
}
}