@charset "utf-8";

#autozip {
  display: none !important;
}

/*--------------------------------
 * お問合せ
 * ---------------------------- */
/* .other_contact a {
    color: #0043ff !important;
 } */
.hasRadio.form-checkbox-cols .mwform-radio-field+.mwform-radio-field {
  margin-left: 1rem;
}

.hasRadio.form-checkbox-cols label,
.hasRadio.form-checkbox-cols label input {
  margin-right: 0;
}

.page_header-online {
  display: none;
}

.param.online .page_header-online {
  display: none;
}

.form-step-image.confirm,
.mw_wp_form_confirm .form-step-image {
  display: none;
}

.mw_wp_form_confirm .form-step-image.confirm {
  display: block;
}

.form-table {
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  margin: 30px auto 0;
  width: 100%;
}

.form-table .th,
.form-table .td {
  border-left: 2px solid #aaa;
  border-top: 2px solid #aaa;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
  vertical-align: top;
}

.form-table .th {
  background: #979797;
  font-weight: normal;
  padding: 16px;
  width: 30%;
}

.form-table .td {
  padding: 16px;
  width: 70%;
  vertical-align: middle;
}

.form-table-title {
  display: inline-block;
  margin: 0;
  width: 70%;
  color: #fff;
}

.form-table-required,
.form-table-arbitrary {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin: 8px 0 0;
  padding: 0 10px;
}

.form-table-required {
  background: #dd1718 none repeat scroll 0 0;
}

.form-table-arbitrary {
  background: #999 none repeat scroll 0 0;
}

.form-table-description {
  font-size: 13.5px;
  margin: 15px 0 0;
}

.form-disabled {
  display: none;
}

.form-footer-title {
  background: gray none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 60px 0 0;
  padding: 3px 20px;
}

.form-footer-text {
  margin: 25px 0 0;
}

.form-footer-link {
  color: #723912;
  text-decoration: none;
}

.mw_wp_form .form-table label.error {
  color: #dd1718;
  font-size: 12px;
  margin: 4px 0 0 -4px;
}

input.error {
  display: inline !important;
}

input[type="text"].error {
  color: #333;
}

input[disabled] {
  opacity: 0.4;
}

.bottom_check {
  text-align: center;
  margin-top: 30px;
}

.form-input-has_sub {
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-address-item-text {
  display: inline-block;
  line-height: 1.2;
  margin: 0;
  vertical-align: middle;
  width: 115px;
}

.form-address-item-body {
  display: inline-block;
  padding: 4px 0 0;
  vertical-align: middle;
  width: 385px;
}

.form-address-item2 {
  margin-top: 20px;
}

.form-renovation-group {
  position: relative;
}

.form-renovation-group label {
  display: block;
  width: 100%;
}

.mw_wp_form .form-renovation-group .vertical-item {
  display: inline-block;
  margin: 0 0 4px;
  width: 100px;
}

.mw_wp_form .form-renovation-group .vertical-item:first-child {
  display: block;
  width: 100%;
}

.form-renovation-group .form-input {
  bottom: -4px;
  display: block;
  left: 100px;
  margin: 0;
  position: absolute;
  width: 380px;
}

.form-input {
  width: 100%;
}

.form-input input[type="text"] {
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 8px 8px 4px;
  width: 100%;
  margin: 0;
}

.form-input input[type="text"]::-moz-placeholder {
  color: #9a9a9a;
}

.form-input_after {
  width: auto;
}

.form-input_after input[type="text"] {
  display: inline-block;
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 8px 8px 4px;
  width: auto;
}

.form-input-postalcode input[type="text"] {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  width: 105px;
}

.form-checkbox {
  border: 1px solid #333;
  box-sizing: border-box;
  display: inline-block;
  height: 14px;
  position: relative;
  vertical-align: 0;
  width: 14px;
}

.form-checkbox-cols label {
  margin: 0 52px 0 0;
}

.inquire_after .form-checkbox-cols label {
  margin: 0;
}

.form-checkbox-cols input[type="radio"],
.form-checkbox-cols input[type="checkbox"],
.form-checkbox-event input[type="radio"],
.form-checkbox-event input[type="checkbox"],
.form-renovation-group input[type="radio"],
.form-renovation-group input[type="checkbox"] {
  -moz-appearance: none;
  border: 1px solid #333;
  box-sizing: border-box;
  display: inline-block;
  height: 14px;
  margin: 0;
  position: relative;
  vertical-align: 0;
  width: 14px;
}

.form-checkbox-cols input[type="radio"]:checked,
.form-checkbox-cols input[type="checkbox"]:checked,
.form-checkbox-event input[type="radio"]:checked,
.form-checkbox-event input[type="checkbox"]:checked,
.form-renovation-group input[type="radio"]:checked,
.form-renovation-group input[type="checkbox"]:checked {
  background: #0071a9 none repeat scroll 0 0;
  border-color: #0071a9;
}

.form-checkbox-cols input[type="radio"]:checked::after,
.form-checkbox-cols input[type="checkbox"]:checked::after,
.form-checkbox-event input[type="radio"]:checked::after,
.form-checkbox-event input[type="checkbox"]:checked::after,
.form-renovation-group input[type="radio"]:checked::after,
.form-renovation-group input[type="checkbox"]:checked::after {
  background-image: url("../images/sprite.png");
  background-position: -327px -40px;
  content: "";
  display: block;
  height: 8px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 9px;
}

.form-checkbox-cols input[type="radio"],
.form-checkbox-cols input[type="checkbox"],
.form-checkbox-event input[type="radio"],
.form-checkbox-event input[type="checkbox"] {
  margin: 0 8px 0 0;
}

.form-renovation-group input[type="radio"],
.form-renovation-group input[type="checkbox"] {
  margin: 0 4px 0 0;
}

.form-select {
  background: #fff;
  border: 1px solid #ccc;
  width: 258px;
  height: 34px;
}

.mw_wp_form_confirm .form-select {
  background: transparent;
}

.page-id-1320 .form-select,
.page-id-1310 .form-select {
  background: transparent;
}

.mw_wp_form_confirm .form-select {
  border: 0 none;
}

.form-select select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 8px;
  margin: 0;
  width: 100%;
}

.form-textarea {
  /*height: 168px;*/
  width: 100%;
}

.form-textarea textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 100%;
  padding: 8px 20px;
  resize: none;
  width: 100%;
}

.form-error-description {
  color: #dd1718;
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0 0;
}

.form-error-text {
  color: #dd1718;
  font-size: 12px;
  margin: 4px 0 0 -4px;
}

.btn-cols {
  width: 100%;
  margin: 0 auto;
}

div.check-contact span:nth-child(3) {
  display: block;
  margin-left: 0;
}

.popup-leave.is-disabled {
  display: none;
}

.popup-leave-overlay {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.popup-leave-body {
  background: #fff none repeat scroll 0 0;
  height: 270px;
  left: 50%;
  margin: -135px 0 0 -235px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 470px;
  z-index: 1000;
}

.popup-leave-text {
  font-size: 18px;
  font-weight: bold;
  margin: 80px 0 0;
}

.popup-leave-btn {
  background: #0071a9 none repeat scroll 0 0;
  border-radius: 8px;
  box-shadow: 0 4px 0 #3a2701;
  color: #fff;
  display: block;
  font-size: 21px;
  height: 56px;
  line-height: 56px;
  margin: 20px auto 0;
  text-decoration: none;
  width: 270px;
}

.mw_wp_form .horizontal-item+.horizontal-item,
.horizontal-item+.horizontal-item {
  margin-left: 0;
  display: block;
}

.form-input_after .horizontal-item+.horizontal-item {
  margin-left: 20px;
  display: inline;
}

.form-step-image {
  margin: 0;
}

img+.form-step-image {
  margin-top: 3.5em;
}

.form-text-thanks {
  margin: 50px 0;
  text-align: center;
}

.form-text-strong {
  font-size: 28px;
  color: #dd1718;
  margin-bottom: 0;
}

.form-text-thanks span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.form-input input[type=text]:-ms-input-placeholder {
  color: #9a9a9a;
}

.form-input+.form-input input {
  margin-top: 3px;
}

.error-pagetitle {
  border-bottom: 2px solid #0071a9;
  color: #0071a9;
  font-size: 43px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0 0 12px;
}

.error-description {
  color: #0071a9;
  font-size: 24px;
  font-weight: bold;
  margin: 18px 0 0;
}

.error-text {
  margin: 18px 0 0;
}


.form-table .catalog a {
  margin-right: 11px;
}

.catalog-image {
  margin: 20px auto 0;
  text-align: center;
  width: 200px;
}

.catalog-image img {
  max-width: 200px;
}

.btn-cols-item {
  text-align: center;
  margin-top: 20px;
}

.btn-cols-item input {
  font-size: 28px;
  height: 70px;
  text-align: center;
  width: 270px;
  background-color: #fff;
  border-radius: 6px;
}

.form-step-image img {
  width: 100%;
}

.about-privacy {
  margin: 70px 0 50px;
}

.about-privacy .title {
  background-color: #333;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 0 0 20px;
  padding: 0 20px;
}

.about-privacy p {
  margin: 0;
}

.about-privacy a {
  color: inherit;
}

input,
textarea,
select {
  color: #000 !important;
}

.mw_wp_form .error {
  color: #ff5e5e;
}

p.form-colendertext {
  margin-bottom: 0;
}

.form-input input.hasDatepicker {
  width: 30%;
  display: inline-block;
}

.form-colender-body select {
  width: 30%;
  display: inline-block;
  margin-left: 2%;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 8px 8px 4px;
  color: #555 !important;
}

.mwform-tel-field input {
  display: inline-block;
  width: 15% !important;
}

#mw_wp_form_mw-wp-form-32186.mw_wp_form_confirm .event_ttl {
  display: none;
}

@media(max-width: 991px) {

  .form-table th.th,
  .form-table td.td {
    display: block;
    width: 100%;
    border-top: none;
    padding: 6px 16px;
    font-size: 15px;
  }

  .form-table td.td {
    padding: 16px;
  }
}

@media(max-width: 700px) {

  .form-input_after .horizontal-item,
  .form-input_after .horizontal-item+.horizontal-item {
    display: block;
    margin: 8px 0 0;
  }

  .form-input input.hasDatepicker,
  .form-colender-body select {
    width: 100%;
    margin: 0 0 2px;
  }
}

@media(max-width: 600px) {
  .hidden-sp {
    display: none;
  }

  .form-address-item+.form-address-item {
    margin-top: 5px;
  }

  .form-address-item-body {
    display: block;
    width: 100%;
  }

  .form-address-item-text {
    width: 100%;
  }
}

.form-input_after input[type=tel] {
  width: auto;
  display: inline-block;
}

/* プライバシーポリシー */
.mw_wp_form .privacyform {
  margin-top: 3%;
}

.mw_wp_form .privacyform a {
  color: initial;
}

.mw_wp_form .privacyform .mwform-checkbox-field {
  margin-left: 25px;
}

.btn-primary:focus,
.btn-primary:hover {
  color: #fff !important;
}

/* よくある質問 */
.faq_wrap {
  margin-top: 6em;
}

.faq_wrap h3 {
  text-align: center;
}

.faq_tab {
  margin-bottom: 1.5em;
  background: rgba(0, 0, 0, .03);
  padding: 1.5em;
}

.faq_tab p {
  position: relative;
  padding-left: 25px;
}

.faq_tab p.question {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 1.1em;
}

.faq_tab p.answer {
  margin: 0 0 0 25px;
  font-size: 14px;
}

.faq_tab p::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.faq_tab p.question::before {
  content: 'Q';
  color: #0e376c;
  top: -0.1em;
}

.faq_tab p.answer::before {
  content: 'A';
  color: #ca3444;
}

@media (max-width: 767px) {
  .faq_tab {
    padding: 1em;
  }

  .faq_tab p {
    padding-left: 24px;
  }

  .faq_tab p.answer {
    margin-left: 24px;
  }
}

/* よくある質問 */

/*資料請求上*/
.inquire_first {
  margin-bottom: 10rem;
}

.inquire_first h2 {
  text-align: center;
  margin-top: 6em;
  margin-bottom: 2em;
}

.inquire_first .catalog_slide {
  background: #d0d0d0;
  margin-bottom: 4em;
}

.inquire_first .catalog_slide img {
  height: 50vh;
  margin: 2em auto;
  object-fit: contain;
}

.inquire_first .catalog_slide .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}

.inquire_first .catalog_slide. .slick-arrow:hover {
  opacity: 0.7;
}

.inquire_first .catalog_slide .slick-next::before,
.inquire_first .catalog_slide .slick-next::after,
.inquire_first .catalog_slide .slick-prev::before,
.inquire_first .catalog_slide .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.inquire_first .catalog_slide .slick-next::after,
.inquire_first .catalog_slide .slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.inquire_first .catalog_slide .slick-next {
  right: 26px;
}

.inquire_first .catalog_slide .slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

.inquire_first .catalog_slide .slick-prev {
  left: 26px;
}

.inquire_first .catalog_slide .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {

  .inquire_first .catalog_slide .slick-next::after,
  .inquire_first .catalog_slide .slick-prev::after {
    width: 10px;
    height: 10px;
  }

  .inquire_first .catalog_slide .slick-next {
    right: 8px;
  }

  .inquire_first .catalog_slide .slick-prev {
    left: 8px;
  }

  .inquire_first .catalog_slide .slick-next::after {
    right: 2px;
  }
}

.inquire_first .point.flex {
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}

.inquire_first .point.flex img,
.inquire_first .point.flex .text {
  width: 50%;
}

.inquire_first .point .text {
  padding: 2em;
}

.inquire_first .point .text h3 {
  line-height: 1.5em;
  position: relative;
  padding-left: 75px;
  width: 90%;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.inquire_first .point .text h3::before {
  content: "";
  position: absolute;
  background: url(https://cleverlyhome.tokyo/common/inquire/point3.png) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  left: 0;
  bottom: 23px;
}

.inquire_first .point:nth-of-type(2) .text h3::before {
  background-image: url(https://cleverlyhome.tokyo/common/inquire/point1.png);
}

.inquire_first .point:nth-of-type(3) .text h3::before {
  background-image: url(https://cleverlyhome.tokyo/common/inquire/point2.png);
}

.inquire_first .point .text p {
  margin-bottom: 0;
  line-height: 1.7em;
}

@media (max-width: 767px) {

  .inquire_first .point.flex img,
  .inquire_first .point.flex .text {
    width: 100%;
  }

  .inquire_first .point .text {
    padding: 30px 15px;
  }

  .inquire_first .point .text h3 {
    padding-left: 70px;
    width: 100%;
  }

  .inquire_first .point .text h3::before {
    width: 60px;
    height: 60px;
    left: 0;
    bottom: 15px;
  }

  .inquire_first .point .text p {
    font-size: 15px;
  }
}

/*資料請求上*/
/*家づくり相談*/
.consultation_first {
  margin-bottom: 10em;
}

.consultation_first .bg-wh {
  text-align: center;
  max-width: 640px;
  margin: 3em auto 6em;
}

.consultation_first .bg-wh h2 {
  border-bottom: 1px solid;
  max-width: 490px;
  margin: 0 auto;
}

.consultation_first .bg-wh ul {
  max-width: 490px;
  margin: 2em auto;
  padding: 0;
  letter-spacing: -0px;
}

.whitePage .entry-body .consultation_first .bg-wh ul li {
  text-align: left;
  list-style: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  padding-left: 24px;
  position: relative;
  margin-bottom: 24px;
}

.whitePage .entry-body .consultation_first .bg-wh ul li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://cleverlyhome.tokyo/common/inquire/check-consultation.png) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.consultation_first .bg-img {
  background: url(https://cleverlyhome.tokyo/common/inquire/consultation-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 4em 15px 6em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  color: #fff;
  position: relative;
}

.consultation_first .bg-img h2 {
  display: inline-block;
  font-weight: 600;
}

.consultation_first .bg-img h2 span:first-of-type {
  position: relative;
  display: inline-block;
  padding: 0px 15px 0 18px;
  margin-bottom: 0;
  line-height: 30px;
}

.consultation_first .bg-img h2 span:last-of-type {
  display: block;
}

.consultation_first .bg-img h2 span:first-of-type:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  transform: rotate(-25deg);
}

.consultation_first .bg-img h2 span:first-of-type:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #fff;
  transform: rotate(25deg);
}

.consultation_first .bg-img ul {
  padding: 30px 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 0px 0px 0px 10px #fff;
  border: 1px solid #b58c53;
  max-width: 720px;
}

.whitePage .entry-body .consultation_first .bg-img ul li {
  list-style: none;
  text-align: left;
  padding-left: 50px;
  font-weight: normal;
  position: relative;
  margin-bottom: 40px;
  line-height: 22px;
}

.consultation_first .bg-img ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(https://cleverlyhome.tokyo/common/inquire/consultation1.png) center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.whitePage .entry-body .consultation_first .bg-img ul li:last-child {
  margin-bottom: 0;
}

.consultation_first .bg-img ul li:nth-child(2):before {
  background-image: url(https://cleverlyhome.tokyo/common/inquire/consultation2.png);
}

.consultation_first .bg-img ul li:nth-child(3):before {
  background-image: url(https://cleverlyhome.tokyo/common/inquire/consultation3.png);
}

.consultation_first .bg-img a {
  background: #b58c53;
  display: block;
  width: 30%;
  position: absolute;
  max-width: 490px;
  padding: 20px;
  color: #fff;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.consultation_first .bg-img a:hover {
  text-decoration: none;
  opacity: 0.98;
  background: #816237;
}

.consultation_first .bg-img a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 30px;
  right: 20%;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .consultation_first .bg-img a {
    width: 80%;
  }

  .consultation_first .bg-wh h2 {
    display: inline-block;
  }

  .consultation_first .bg-wh ul {
    max-width: 260px;
  }

  .whitePage .entry-body .consultation_first .bg-wh ul li {
    font-size: 16px;
  }
}

.page-id-26527 .btn-cols {
  text-align: center;
}

.page-id-26527 .btn-cols input.btn-primary {
  color: #fff !important;
  border-radius: 0;
}

#mw_wp_form_mw-wp-form-1317.mw_wp_form_confirm .form-table-arbitrary,
#mw_wp_form_mw-wp-form-1317.mw_wp_form_confirm .form-table-required {
  display: none;
}

/*家づくり相談*/
.page-id-26477 .form-table .th,
.page-id-26527 .form-table .th {
  background: #979797 none repeat scroll 0 0;
}

.page-id-26477 .form-table .th,
.form-table .td,
.page-id-26527 .form-table .th,
.form-table .td {
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
}

.page-id-26477 .form-table,
.page-id-26527 .form-table {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

/* イベントフォームだけ */
#mw_wp_form_mw-wp-form-1305 .add_text {
  font-size: .8em;
}

input[name="event_person"] {
  width: 7rem;
  display: inline-block;
}

/* イベントフォームだけ */
/* アフター点検 */
.form-flex {
  display: flex;
  flex-wrap: wrap;
}

.form-flex.parent {
  justify-content: space-between;
}

.form-flex.other.parent {
  justify-content: end;
}

.form-flex>.form-flex {
  width: 96%;
}

.form-input_after>.form-flex {
  margin-bottom: 10px;
}

.form-flex.other .item_ttl,
.form-flex:first-of-type .form-flex .item_ttl {
  display: block;
}

.form-flex .item_ttl {
  display: none;
}

.matter_item {
  width: 20%;
}

.matter_item select {
  margin-bottom: 10px;
}

.matter_item .form-control {
  padding-left: 3px;
}


@media (max-width: 767px) {
  .matter_item {
    width: 100%;
  }

  .form-flex .item_ttl {
    display: block;
  }

  .form-flex.other input {
    width: 100%;
  }
}
/* 追記 */
.mw_wp_form .horizontal-item+.horizontal-item, .horizontal-item+.horizontal-item{
  display: inline-block;
}
.form-control-inline{
  display: inline-block !important;
}
.mwform-radio-field-text-inline{
  display: inline-block !important;
}