@charset "UTF-8";
/* 建物診断プランメールフォーム専用CSS */
/* ■■■■■■inspection-form ページ■■■■■■ */
.form-section .title-basic {
  background-color: #001a72;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 11px 0;
  border-radius: 0;
  margin: 48px 0;
}

.form-section .remarks {
  text-align: center;
  color: #5c6da3;
  font-size: 16px;
  margin: 0 0 24px;
}

.form-section .wpcf7 .required::after {
  background-color: #001a72;
}

.form-section .article_content h3 {
  background-color: #edf5ff;
  border-radius: 0;
}

.form-section .tel {
  margin-top: 48px;
  text-align: center;
}

.form-section .oktel {
  margin-top: 24px;
  text-align: center;
}

.form-section .tel p {
  line-height: 1.6;
}

.form-section .tel a:hover {
  text-decoration: underline;
}

.form-section a.tellink {
  text-decoration: none;
}

.form-section a.header__tel-num {
  color: #000;
  text-decoration: none;
}

.sent .cform7 {
  display: none;
}

.cf_message {
  display: none;
}

.sent .cf_message {
  display: block;
}

/* ■■■■■■■■■■■■ スマホ ■■■■■■■■■■■■ */
@media screen and (max-width: 767px) {
  /* ■■■■■■inspection-form ページ■■■■■■ */
  .form-section .title-basic {
    background-color: #001a72;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    border-radius: 0;
    margin: 24px 0;
  }
  .form-section .remarks {
    text-align: left;
    color: #5c6da3;
    font-size: 14px;
    margin: 0 0 12px;
    padding: 8px;
  }
  .form-section .wpcf7 .required::after {
    background-color: #001a72;
  }
  .form-section .article_content h3 {
    background-color: #edf5ff;
    border-radius: 0;
  }
  .form-section .wpcf7 .title {
    background-color: #fff;
    border-color: #d9ddea;
    color: #001a72;
    margin-bottom: 6px;
    padding: 0.3rem 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .form-section .tel {
    margin-top: 24px;
  }
}
/*# sourceMappingURL=inspection-form.css.map */