@charset "UTF-8";
/* 建物診断プラン専用CSS */
/* ■■■■■■inspection-plan ページ■■■■■■ */
/* 冒頭説明 */
.hr {
  background-color: #5c6da3;
  margin: 24px 0 40px;
}

.section-01 {
  padding: 16px 0;
  background-color: #001a72;
  text-align: center;
}

.section-01 h1 {
  font-size: 38px;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 39px 0;
}

.section-01 h1::before {
  position: absolute;
  bottom: -16px;
  left: -120px;
  content: "";
  background-size: contain;
  width: 96px;
  height: 110px;
  background-image: url("https://www.kih.jp/contents/wp-content/uploads/2022/02/man.png");
}

.section-02 {
  padding: 64px 0;
}

.section-02 p {
  font-size: 22px;
  text-align: center;
}

.section-02 .textarea {
  text-align: center;
  width: 620px;
  margin: 32px auto 0;
  line-height: 1.8;
}

.section-03 {
  padding: 80px 0;
  background-color: #edf5ff;
}

.section-03 h2 {
  font-size: 38px;
  text-align: center;
}

.section-03 .textarea {
  margin: 36px 0;
  text-align: center;
}

.section-03 .textarea p {
  line-height: 1.8;
}

.section-03 .textarea-title {
  background-color: #5c6da3;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 11px 0;
}

.section-03 .content-area {
  background-color: #fff;
  padding: 40px 0;
}

.section-03 .content-area h3 {
  font-size: 22px;
  color: #001a72;
  margin: 0 0 24px;
  text-align: center;
}

.section-03 .content-area .small {
  font-size: 14px;
  font-weight: normal;
}

.section-03 .content-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 700px;
  margin: 0 auto;
  border: 1px solid #fff;
}

.section-03 .content-area dl dt,
.section-03 .content-area dl dd {
  padding: 16px 0;
  width: 49.5%;
}

.section-03 .content-area .title-blue {
  color: #001a72;
  background-color: #d9ddea;
}

.section-03 .content-area .title {
  text-align: center;
}

.section-03 .content-area .price {
  text-align: right;
  padding-right: 24px;
}

.section-03 .contact {
  padding: 24px 0;
  margin-top: 24px;
  background: #c91241;
}

.section-03 .contact p {
  text-align: center;
  line-height: 1.8;
  color: #fff;
}

.section-03 .contact .small {
  font-size: 14px;
  display: block;
}

.section-03 .contact .strong {
  font-size: 28px;
}

.section-04 {
  padding: 80px 0;
}

.section-04 .mt-40 {
  margin-top: 0 !important;
}

.section-05 {
  padding: 0 0 80px;
}

.section-05 .textarea-title {
  background-color: #5c6da3;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 11px 0;
  margin-bottom: 24px;
}

.section-05 .contents-area {
  border: 1px solid #d9ddea;
  padding: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.2);
}

.section-05 .contents-area .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-05 .contents-area .box {
  width: 48.5%;
  background-color: #d9ddea;
  padding: 32px 40px;
}

.section-05 .contents-area .box .company {
  font-size: 22px;
  text-align: center;
}

.section-05 .contents-area .box .inbox {
  background-color: #fff;
  padding: 32px 40px;
  margin: 32px 0 0;
}

.section-05 .contents-area .box .inbox .title {
  font-size: 22px;
  margin-bottom: 16px;
}

.section-05 .contents-area .box .inbox .bgblue {
  background-color: #5c6da3;
  padding: 4px 11px;
  color: #fff;
  color: 13px;
  margin-left: 24px;
}

.section-05 .contents-area .bottom-contents {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-05 .contents-area .bottom-contents .txt {
  font-size: 22px;
  text-align: center;
  width: 50%;
}

.section-05 .contents-area .bottom-contents .img {
  width: 50%;
  position: relative;
  left: 10px;
}

.section-06 {
  padding: 80px 0;
  background-color: #edf5ff;
}

.section-06 h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
}

.section-06 .textarea-title {
  background-color: #5c6da3;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 11px 0;
  margin-bottom: 24px;
}

.section-06 .title-mt {
  margin-top: 40px;
}

.section-06 .contents-area {
  border: 1px solid #d9ddea;
  background-color: #fff;
  padding: 40px 0;
}

.section-06 .contents-area .contents {
  padding: 0 40px;
}

.section-06 .contents-area .title {
  font-size: 22px;
}

.section-06 .contents-area .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.section-06 .contents-area .flex-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.section-06 .contents-area .flex-box dt {
  width: 240px;
}

.section-06 .contents-area .block-box {
  display: block;
}

.section-06 .contents-area .block-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin-top: 16px;
}

.section-06 .contents-area .block-box dt {
  width: 240px;
}

.section-06 .contents-area .block-box .small {
  font-size: 12px;
  margin-top: 10px;
}

.section-06 .contents-area .datatitle p {
  border: 1px solid #5c6da3;
  padding: 10px 0;
  color: #001a72;
  margin-right: 24px;
  text-align: center;
}

.section-06 .contents-area .title-small {
  font-size: 14px;
}

.section-06 .contents-area .data p {
  line-height: 1.4;
  margin: 16px 0;
}

.section-parts {
  padding: 64px 0;
}

.section-08 {
  padding: 0;
  text-align: center;
}

.section-08 h2 {
  font-size: 38px;
  text-align: center;
  padding: 40px 0;
  display: inline-block;
  position: relative;
}

.section-08 h2::before {
  position: absolute;
  bottom: 0;
  left: -120px;
  content: "";
  background-size: contain;
  width: 96px;
  height: 110px;
  background-image: url("https://www.kih.jp/contents/wp-content/uploads/2022/02/man.png");
}

.section-08 .contents-box {
  border: 1px solid #d9ddea;
  background-color: #fff;
  padding: 48px 100px;
  margin: 16px 0 24px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-08 .contents-box h3 {
  font-size: 38px;
}

.section-08 .contents-box .no-blue {
  color: #5f6e9f;
}

.section-08 .contents-box .red a {
  color: #df1731;
  text-decoration: underline;
}

.section-08 .contents-box .red a:hover {
  opacity: 0.8;
}

.section-08 .contents-box .left {
  width: 30%;
}

.section-08 .contents-box .right {
  width: 70%;
  text-align: left;
}

.section-08 .contents-box .right p {
  line-height: 1.8;
}

.section-08 .remarks {
  margin-top: 16px;
  margin: 0 auto;
  text-align: left;
}

.section-08 .remarks h4 {
  font-size: 22px;
  text-align: left;
  margin: 0 0 24px;
}

.section-08 .remarks p {
  font-size: 14px;
  color: #5c6da3;
  margin-bottom: 9px;
  font-weight: normal;
  line-height: 1.6;
}

.section-08 .remarks .asta {
  margin-top: 32px;
  font-weight: bold;
}

.section-08 .remarks .small {
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ■■■■■■■■■■■■ スマホ ■■■■■■■■■■■■ */
@media screen and (max-width: 767px) {
  /* ■■■■■■inspection-plan ページ■■■■■■ */
  /* 冒頭説明 */
  .hr {
    background-color: #5c6da3;
    margin: 12px 0;
  }
  .section-01 {
    padding: 0;
    margin-top: 61px;
    background-color: #001a72;
    background-position: bottom left 3%;
    background-size: 13%;
  }
  .section-01 h1 {
    font-size: 19px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    position: relative;
    display: inline-block;
  }
  .section-01 h1::before {
    position: absolute;
    bottom: 0;
    left: -55px;
    content: "";
    background-size: contain;
    width: 54px;
    height: 61px;
    background-image: url("https://www.kih.jp/contents/wp-content/uploads/2022/02/man.png");
  }
  .section-02 {
    padding: 24px 0;
  }
  .section-02 p {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
  }
  .section-02 .textarea {
    text-align: center;
    width: 100%;
    margin: 16px auto 0;
    line-height: 1.8;
  }
  .section-03 {
    padding: 24px 0;
    background-color: #edf5ff;
  }
  .section-03 h2 {
    font-size: 19px;
    text-align: center;
  }
  .section-03 .textarea {
    margin: 20px 0;
    text-align: center;
  }
  .section-03 .textarea p {
    line-height: 1.8;
  }
  .section-03 .textarea-title {
    background-color: #5c6da3;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 6px 0;
  }
  .section-03 .content-area {
    background-color: #edf5ff;
    padding: 24px 0 0;
  }
  .section-03 .content-area h3 {
    font-size: 18px;
    color: #001a72;
    margin: 0 0 24px;
    text-align: left;
    padding: 0 8px;
  }
  .section-03 .content-area .mt-h3 {
    margin-top: 24px;
  }
  .section-03 .content-area .small {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 8px;
  }
  .section-03 .content-area .bg-wt {
    background-color: #fff;
  }
  .section-03 .content-area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    border: none;
  }
  .section-03 .content-area dl dt,
  .section-03 .content-area dl dd {
    padding: 16px 0;
    width: 49.5%;
  }
  .section-03 .content-area .title-blue {
    color: #001a72;
    background-color: #d9ddea;
  }
  .section-03 .content-area .title {
    text-align: center;
  }
  .section-03 .content-area .price {
    text-align: right;
    padding-right: 0;
  }
  .section-03 .content-area .small {
    font-size: 14px;
  }
  .section-03 .contact {
    padding: 24px 0;
    background: #c91241;
    color: #fff;
    margin-top: 24px;
  }
  .section-03 .contact p {
    text-align: center;
    line-height: 1.8;
    color: #fff;
  }
  .section-03 .contact .small {
    font-size: 13px;
    margin-top: 10px;
    display: block;
  }
  .section-03 .contact .strong {
    font-size: 18px;
  }
  .section-04 {
    padding: 24px 0;
  }
  .section-04 .mt-40 {
    margin-top: 0 !important;
  }
  .section-05 {
    padding: 0 0 24px;
  }
  .section-05 .textarea-title {
    background-color: #5c6da3;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 6px 0;
    margin-bottom: 16px;
  }
  .section-05 .contents-area {
    border: 1px solid #d9ddea;
    padding: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.2);
  }
  .section-05 .contents-area .contents {
    display: block;
  }
  .section-05 .contents-area .box {
    width: 100%;
    background-color: #d9ddea;
    padding: 16px 20px;
    margin-bottom: 18px;
  }
  .section-05 .contents-area .box .company {
    font-size: 18px;
    text-align: center;
  }
  .section-05 .contents-area .box .inbox {
    background-color: #fff;
    padding: 15px;
    margin: 12px 0 0;
  }
  .section-05 .contents-area .box .inbox .title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .section-05 .contents-area .box .inbox .doc {
    margin-right: 24px;
  }
  .section-05 .contents-area .box .inbox .bgblue {
    background-color: #5c6da3;
    padding: 4px 11px;
    color: #fff;
    color: 13px;
    margin-left: 0;
  }
  .section-05 .contents-area .box .inbox span {
    display: inline-block;
    line-height: 1.6;
  }
  .section-05 .contents-area .bottom-contents {
    margin-top: 16px;
    display: block;
  }
  .section-05 .contents-area .bottom-contents .txt {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 15px 0;
  }
  .section-05 .contents-area .bottom-contents .img {
    width: 100%;
    position: inherit;
  }
  .section-06 {
    padding: 24px 0;
    background-color: #edf5ff;
  }
  .section-06 h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .section-06 .textarea-title {
    background-color: #5c6da3;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 24px;
  }
  .section-06 .title-mt {
    margin-top: 24px;
  }
  .section-06 .contents-area {
    border: 1px solid #d9ddea;
    background-color: #fff;
    padding: 15px 0;
  }
  .section-06 .contents-area .contents {
    padding: 0 15px;
  }
  .section-06 .contents-area .title {
    font-size: 22px;
  }
  .section-06 .contents-area .flex-box {
    display: block;
    margin-top: 16px;
  }
  .section-06 .contents-area .flex-box dl {
    display: block;
    width: 100%;
  }
  .section-06 .contents-area .flex-box dt {
    width: 100%;
  }
  .section-06 .contents-area .block-box {
    display: block;
  }
  .section-06 .contents-area .block-box dl {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
  .section-06 .contents-area .block-box dt {
    width: 100%;
  }
  .section-06 .contents-area .block-box .small {
    font-size: 12px;
    margin-top: 10px;
  }
  .section-06 .contents-area .datatitle p {
    border: 1px solid #5c6da3;
    padding: 10px 0;
    color: #001a72;
    margin-right: 0;
    text-align: center;
    margin-bottom: 12px;
  }
  .section-06 .contents-area .title-small {
    font-size: 14px;
  }
  .section-06 .contents-area .data p {
    line-height: 1.4;
    font-weight: normal;
  }
  .section-parts {
    padding: 24px 0;
  }
  .section-08 {
    padding: 0;
  }
  .section-08 h2 {
    font-size: 19px;
    text-align: center;
    padding: 24px 0;
    display: inline-block;
    position: relative;
  }
  .section-08 h2::before {
    position: absolute;
    bottom: 10px;
    left: -50px;
    content: "";
    background-size: contain;
    width: 40px;
    height: 46px;
  }
  .section-08 .contents-box {
    border: 1px solid #d9ddea;
    background-color: #fff;
    padding: 14px 15px;
    margin: 8px 0 16px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 4px 8px -3px rgba(0, 0, 0, 0.2);
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-08 .contents-box h3 {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .section-08 .contents-box .flex-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-08 .contents-box .no-blue {
    color: #5f6e9f;
  }
  .section-08 .contents-box .red a {
    color: #df1731;
    text-decoration: underline;
  }
  .section-08 .contents-box .red a:hover {
    opacity: 0.8;
  }
  .section-08 .contents-box .ml-auto {
    margin-left: auto;
  }
  .section-08 .contents-box .left,
  .section-08 .contents-box .right {
    width: 100%;
    text-align: left;
  }
  .section-08 .contents-box .left p,
  .section-08 .contents-box .right p {
    line-height: 1.8;
    font-weight: normal;
  }
  .section-08 .remarks {
    margin: 0 auto;
    padding: 0 4px;
    text-align: left;
  }
  .section-08 .remarks h4 {
    font-size: 18px;
    text-align: left;
    margin: 0 0 24px;
  }
  .section-08 .remarks p {
    font-size: 14px;
    color: #5c6da3;
    margin-bottom: 9px;
    font-weight: normal;
    line-height: 1.6;
  }
  .section-08 .remarks .asta {
    margin-top: 16px;
    font-weight: bold;
  }
  .section-08 .remarks .small {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .aboutus__text {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
  }
}
/*# sourceMappingURL=inspection-plan.css.map */