@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

/* 建物診断専用CSS */
body {
  color: #001a72;
  font-size: 16px;
  font-weight: bold;
}

.breadcrumb {
  margin-bottom: 0;
}

/* 余白・レイアウト調整 */
.m0 {
  margin: 0 !important;
}

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

.mt-16 {
  margin-top: 16px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .pc50 {
    margin-top: 50px !important;
  }
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* 背景色 青 */
.bg-blue {
  background-color: #001a72 !important;
}

/* フォント白 */
.text-white {
  color: #fff !important;
}

.red {
  color: #df1731;
}

.fw-normal {
  font-weight: normal !important;
}

.fz-10 {
  font-size: 10px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.lh-16 {
  line-height: 1.6;
}

.small-10 {
  font-size: 10px !important;
  line-height: 1.6;
}

.small-13 {
  font-size: 13px !important;
  line-height: 1.6;
}

.sponly {
  display: none;
}

/* ボタン */
.button {
  display: inline;
  position: absolute;
  right: 50px;
  top: 16px;
  z-index: 999;
  font-size: 30px;
}

.button a {
  text-decoration: none;
  font-size: 25px;
}

.btn-open:after {
  color: #333;
  content: "\f0c9";
  font-family: "FontAwesome";
  -webkit-transition-property: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.btn-open:hover:after {
  color: #31ae42;
}

.btn-close:after {
  color: #fff;
  content: "\f00d";
  font-family: "FontAwesome";
  -webkit-transition-property: all 0.2s linear 0s;
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.btn-close:hover:after {
  color: #31ae42;
}

.bg-img {
  background: top right no-repeat;
  background-image: url("");
}

/* ヘッダー */
.header {
  background-color: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 15px;
  max-width: 1200px;
  height: 105px;
  margin: 0 auto;
}

/* ロゴ */
.header__logo .logo {
  width: 209px;
}

.header__logo .headerlink {
  text-align: right;
  position: relative;
  top: -17px;
}

.header__menu {
  width: initial;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

.header__mainmenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav {
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__tel-hour {
  margin-right: 9px;
}

.header__nav-item:not(:nth-child(n + 5))::after {
  content: "｜";
}

.header__nav-item-btn {
  -webkit-filter: drop-shadow(0px 3px 3px #aaa);
          filter: drop-shadow(0px 3px 3px #aaa);
}

.btn.btn-shadow {
  -webkit-filter: drop-shadow(1px 2px 3px #aaa);
          filter: drop-shadow(1px 2px 3px #aaa);
}

/* 無料相談ボタン */
.header-btn {
  background-color: #001a72;
  padding: 9px 10px;
  border-radius: 10px;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-btn a:hover {
  opacity: 0.8;
}

.ttl {
  font-size: 12px;
  color: #001a72;
  background-color: #fff;
  padding: 3px 14px;
  border-radius: 8px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.consultation {
  font-size: 18px;
  color: #fff;
}

/* 電話アイコン */
.header__tel-num::before {
  color: #001a72;
  content: "\f87b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  margin-right: 5px;
}

/* PCヘッダーナビ */
.header__nav-item a {
  color: #001a72;
  font-size: 14px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav-item a:hover {
  color: #5c6da3;
  opacity: 0.7;
}

h1 + p {
  font-size: 16px;
  color: #64905d;
  text-align: left;
  margin-top: 24px;
}

h1 + p a {
  color: #64905d;
}

h1 + p a:hover {
  text-decoration: underline;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .header__logo .headerlink::before {
    content: "\f0da";
    color: #30af41;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    line-height: 2rem;
    text-align: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1rem;
    font-size: 10px;
  }
}

.header__logo .headerlink a {
  color: #232323;
  font-size: 11px;
}

.header__logo .headerlink a:hover {
  opacity: 0.8;
}

f .contents-ttl {
  font-size: 16px;
}

/* トップイメージ */
.top-view {
  background-size: cover;
  background-position: 100%;
  height: 663px;
  background-image: url("https://www.kih.jp/contents/wp-content/uploads/2022/01/topimg.png");
}

.top-view .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}

.top-view .inner .topimg {
  width: 550px;
}

/* PC 各セクション */
.info {
  padding: 80px 0;
  background-color: #edf5ff;
}

.info p {
  margin: 32px 0;
  line-height: 1.8;
}

.info .explanation {
  font-size: 22px;
}

.info .explanation .strong {
  font-size: 28px;
}

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

.info .contents-area h3 {
  font-size: 19px;
  margin-bottom: 32px;
}

.info .contents-area .img {
  width: 100%;
}

.info .contents-area .contents {
  margin-left: 30px;
}

.info .contents-area .contents p {
  text-align: right;
  font-size: 13px;
  margin-top: 22px;
}

.info .contents-area .contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
  width: 570px;
}

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

.info .contents-area .contents dt {
  width: 15%;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.info .contents-area .contents dd {
  text-align: left;
  padding: 13px 25px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 85%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.info .contents-area .contents .par {
  color: #5c6da3;
}

/* 建物検査の流れ */
.flow {
  padding: 80px 0;
}

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

.flow .textarea {
  margin-top: 32px;
  margin-bottom: 40px;
  text-align: center;
}

.flow .contents p {
  text-align: center;
}

.flow .textarea p {
  line-height: 1.8;
}

.flow .step-area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow .step-area h3 {
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #5c6da3;
  color: #5c6da3;
  margin-bottom: 24px;
  text-align: center;
}

.flow .step-area p {
  line-height: 1.8;
}

.flow .step-area .step-left {
  width: 48.8%;
}

.flow .step-area .step-right {
  width: 48.8%;
}

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

.flow .step-area .contents p:not(:last-child) {
  margin-bottom: 18px;
}

.flow .step-area .contents h4 {
  font-size: 22px;
  margin-bottom: 13px;
  text-align: center;
}

.flow .step-area .contents h4 + p {
  font-size: 14px;
  font-weight: normal;
}

.flow .step-area .step01,
.flow .step-area .step02,
.flow .step-area .step03,
.flow .step-area .step04 {
  background-color: #edf5ff;
  border-radius: 8px;
  padding: 22px 24px;
  width: 270px;
}

/* バナーパーツ */
.inspection-parts-title h2 {
  font-size: 22px !important;
  margin-bottom: 0;
}

.inspection-parts-title .border-bottom-red {
  border-bottom: 6px solid #df1731;
  padding-bottom: 10px;
}

.inspection-parts h3 {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
}

.select {
  position: relative;
  top: -25px;
}

/* 売主 */
.seller-merit {
  padding: 80px 0 55px;
  background-color: #edf5ff;
}

.seller-merit h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 32px;
}

.seller-merit h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 24px;
}

.seller-merit .qa-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 72px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.seller-merit .qa-area .left {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seller-merit .qa-area .left .qa {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  margin-left: 18px;
}

.seller-merit .qa-area .right {
  width: 48%;
  margin-top: 10px;
}

.seller-merit .qa-area .right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seller-merit .qa-area .right dl dt {
  margin-right: 8px;
}

.seller-merit .qa-area .right dl dd.example {
  margin-left: 24px;
}

.seller-merit .qa-area .right dl dd.example p {
  text-align: left;
  margin-bottom: 16px;
}

.seller-merit .qa-area .right dl dd.example .qa {
  font-size: 22px;
}

.seller-merit .qa-area .right dl dd.example .ans {
  font-size: 28px;
}

.seller-merit .merit-area {
  margin-top: 40px;
}

.seller-merit .merit-area .title {
  color: #fff;
  background-color: #001a72;
  padding: 8px 0;
  width: 770px;
  font-size: 22px;
  margin: 0 auto 16px;
  text-align: center;
}

.seller-merit .merit-area h3 {
  margin: 40px 0;
  text-align: center;
  font-size: 28px;
}

.seller-merit .merit-area .merit dl.merit-dl {
  border: 1px solid #001a72;
  padding: 24px 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px !important;
  width: 770px;
  margin: 0 auto;
}

.seller-merit .merit-area .merit dl.merit-dl dt {
  margin-right: 22px;
}

.seller-merit .merit-area .merit dl.merit-dl dd {
  margin: 0;
}

.seller-merit .remarks {
  margin-top: 16px;
  width: 770px;
  margin: 0 auto;
}

.seller-merit .remarks p {
  font-size: 16px;
  color: #5c6da3;
  margin-bottom: 16px;
}

.seller-merit .remarks .small {
  font-size: 10px;
  line-height: 1.6;
}

/* 買主 */
.buyer-merit {
  padding: 80px 0;
}

.buyer-merit h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 32px;
}

.buyer-merit h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 24px;
}

.buyer-merit .merit-area {
  margin-top: 40px;
}

.buyer-merit .merit-area .title {
  color: #fff;
  background-color: #001a72;
  padding: 8px 0;
  width: 770px;
  font-size: 22px;
  margin: 0 auto 16px;
  text-align: center;
}

.buyer-merit .merit-area h3 {
  margin: 40px 0;
  text-align: center;
  font-size: 28px;
}

.buyer-merit .merit-area .merit dl.merit-dl {
  border: 1px solid #001a72;
  padding: 24px 30px 24px 32px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px !important;
  width: 770px;
  margin: 0 auto;
}

.buyer-merit .merit-area .merit dl.merit-dl dt {
  margin-right: 22px;
}

.buyer-merit .merit-area .merit dl.merit-dl dd {
  margin: 0;
}

.buyer-merit .tax-area {
  margin: 56px 0 24px;
}

.buyer-merit .tax-area h3 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 28px;
}

.buyer-merit .tax-area h3 + p {
  font-weight: normal;
  margin-bottom: 16px;
}

.buyer-merit .tax-area .strong {
  font-size: 22px;
  margin-bottom: 23px;
  text-align: center;
}

.buyer-merit .tax-area .text-bg-red {
  background-color: #df1731;
  color: #fff;
  padding: 2px;
}

.buyer-merit .loan-area {
  max-width: 1170px;
  margin: 0 auto;
}

.buyer-merit .loan-area .small {
  font-size: 11px;
  text-align: center;
  margin: 20px 0;
}

.buyer-merit .remarks {
  margin-top: 16px;
  margin: 0 auto 80px;
  color: #5c6da3;
}

.buyer-merit .remarks p {
  margin-bottom: 16px;
  font-size: 10px;
  line-height: 1.4;
}

/* 建物検査内容について */
.building-check {
  padding: 80px 0 55px;
  background-color: #edf5ff;
}

.building-check h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 32px;
}

.building-check h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 24px;
  background-color: #5c6da3;
  color: #fff;
  padding: 11px 0;
  margin-top: 32px;
}

.building-check .text-area {
  text-align: center;
  margin-bottom: 32px;
}

.building-check .text-area p {
  line-height: 1.8;
}

.building-check .contents-area {
  margin-bottom: 32px;
}

.building-check .contents-area .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.building-check .contents-area .contents .contents-item {
  margin-bottom: 32px;
  background-color: #fff;
  border-top: 5px solid #5c6da3;
  width: 370px;
}

.building-check .contents-area .contents .contents-item h4 {
  font-size: 16px;
  padding: 16px 0;
  text-align: center;
}

.building-check .contents-area .contents .contents-item .layout h5 {
  font-size: 12px;
  color: #5c6da3;
  padding: 4px 0;
  background-color: #d9ddea;
  text-align: center;
  margin-top: 8px;
}

.building-check .contents-area .contents .contents-item .layout p {
  padding: 12px 14px;
  color: #5c6da3;
  font-size: 13px;
  line-height: 1.6;
}

.building-check .building-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.building-check .building-area .img {
  margin: 56px auto;
  text-align: center;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.building-check .building-area .left,
.building-check .building-area .right {
  width: 49%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.building-check .building-area .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #5c6da3;
  padding: 22px 32px;
  width: 100%;
}

.building-check .building-area .title-area p {
  font-size: 16px;
}

.building-check .building-area .title-area .title {
  font-size: 22px;
}

.building-check .building-area .check-title {
  font-size: 16px;
  color: #001a72;
  margin: 16px 0;
  text-align: left;
}

.building-check .building-area .text-area {
  padding: 22px;
  border: 1px solid #d9ddea;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 0;
}

.building-check .building-area .text-area-height {
  height: 130px;
}

.building-check .building-area .text-area-width {
  width: 570px;
}

/* 建物検査の価格表 */
.price {
  padding: 80px 0 55px;
}

.price h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 32px;
}

.price .text-area {
  text-align: center;
  margin-bottom: 32px;
}

.price .text-area p {
  line-height: 1.8;
}

.price .price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.price .price-area .img {
  text-align: center;
  margin: 56px 0 40px;
  height: 240px;
}

.price .price-area .left,
.price .price-area .right {
  width: 49%;
}

.price .price-area .left {
  margin-top: 48px;
}

.price .price-area .left p {
  text-align: left;
  margin-top: 22px;
}

.price .price-area .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
  width: 570px;
}

.price .price-area .left dt {
  width: 55%;
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.price .price-area .left dd {
  padding: 13px 25px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.price .btn {
  text-align: center;
  margin: 32px 0 64px;
}

/* ■■■■■■■■■■■■ スマホ ■■■■■■■■■■■■ */
@media screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
  .to-top {
    margin-top: 15px;
    text-align: center;
  }
  .inner {
    padding: 0 15px;
  }
  .header {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);
  }
  /* 無料相談ボタン */
  .header-right {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  /* SP無料相談ボタン */
  .sp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-left: auto;
    height: 48px;
    text-align: right;
  }
  .sp-btn .check-btn {
    background-color: #001a72;
    padding: 9px 10px;
    border-radius: 10px;
    margin-right: 8px;
  }
  .sp-btn .check-btn p {
    line-height: 1.1;
  }
  .sp-btn .btn-text-bgwt {
    background-color: #fff;
    color: #001a72;
    padding: 2px 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 9px;
    margin-bottom: 3px;
  }
  .sp-btn .btn-text {
    color: #fff;
    text-align: center;
    font-size: 13px;
  }
  .sp-btn .sp-btn a:hover {
    opacity: 0.8;
  }
  .sp-btn .tel {
    width: 48px;
  }
  .ttl {
    font-size: 12px;
    color: #001a72;
    background-color: #fff;
    padding: 3px 14px;
    border-radius: 8px;
    margin-right: 7px;
    position: relative;
    top: -2px;
  }
  .consultation {
    font-size: 18px;
    color: #fff;
  }
  /* 電話アイコン */
  .header__tel-num::before {
    color: #001a72;
    content: "\f87b";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-right: 5px;
  }
  /* SPヘッダーナビ */
  .header__nav-item a {
    color: #001a72;
    font-size: 14px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav-item a:hover {
    color: #30af41;
    opacity: 0.7;
  }
  .header__nav-item {
    border-bottom: 1px solid #ddd;
    padding: 16px;
  }
  .header__nav-item:not(:nth-child(n + 5))::after {
    content: "";
  }
  .header__logo {
    width: 124px;
  }
  .header__logo .logo {
    width: 124px;
    padding-top: 6px;
  }
  .header__logo .headerlink {
    /* width: 240px; */
    margin-left: 12px;
    padding-top: 6px;
  }
  .header__logo .headerlink::before {
    content: "\f0da";
    color: #001a72;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    line-height: 2rem;
    text-align: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 1rem;
    font-size: 10px;
  }
  .header__logo .headerlink a {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
  }
  h1 + p {
    font-size: 16px;
    color: #64905d;
    text-align: left;
    margin-top: 24px;
  }
  h1 + p a {
    color: #64905d;
  }
  h1 + p a:hover {
    text-decoration: underline;
    text-align: left;
  }
  .header__logo .headerlink a {
    color: #232323;
    font-size: 11px;
  }
  .header__logo .headerlink a:hover {
    opacity: 0.8;
  }
  .contents-ttl {
    font-size: 16px;
  }
  /* トップイメージ */
  .top-view {
    background-size: cover;
    background-position: 78%;
    height: 460px;
    background-image: url("https://www.kih.jp/contents/wp-content/uploads/2022/01/mv.png");
  }
  .top-view .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 15px;
  }
  .wrap ul.wrap-nav > li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #575757;
  }
  .wrap ul.wrap-nav {
    padding: 30px 0px 0px;
  }
  nav ul {
    opacity: 0;
    visibility: hidden;
  }
  /* navi */
  .header__spmenu {
    background-color: #fff;
    padding: 1.25rem;
    height: 60px;
    width: 60px;
  }
  .header__spmenu-bar {
    width: 100%;
    height: 3px;
    background-color: #001a72;
  }
  .header__nav {
    margin-bottom: 0;
  }
  .header__menu {
    padding-bottom: 0;
    width: 100%;
  }
  /* スマホ 各セクション */
  .info {
    padding: 24px 0;
    background-color: #edf5ff;
  }
  .info .explanation {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    padding: 0;
  }
  .info .explanation .strong {
    font-size: 18px;
  }
  .info p {
    margin: 16px 0;
    line-height: 1.6;
    font-size: 14px;
  }
  .info .contents-area {
    display: block;
  }
  .info .contents-area h3 {
    font-size: 16px;
    margin: 16px 0;
    text-align: left;
  }
  .info .contents-area .img {
    width: 100%;
  }
  .info .contents-area .contents {
    margin-left: 0;
  }
  .info .contents-area .contents p {
    text-align: right;
    font-size: 13px;
    margin-top: 22px;
  }
  .info .contents-area .contents dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
  }
  .info .contents-area .contents .title {
    font-size: 16px;
  }
  .info .contents-area .contents dt {
    width: 15%;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #ccc;
    background-color: #fff;
    font-size: 13px;
  }
  .info .contents-area .contents dd {
    text-align: left;
    padding: 13px 12px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 85%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    font-size: 13px;
  }
  .info .contents-area .contents .par {
    color: #5c6da3;
  }
  /* 建物検査の流れ */
  .flow {
    padding: 24px 0;
  }
  .flow h2 {
    font-size: 19px;
    text-align: center;
  }
  .flow .textarea {
    margin-top: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  .flow .contents p {
    text-align: center;
  }
  .flow .textarea p {
    line-height: 1.8;
    text-align: left;
  }
  .flow .step-area {
    margin: 0;
    display: block;
  }
  .flow .step-area h3 {
    padding: 12px 0;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #5c6da3;
    color: #5c6da3;
    margin-bottom: 24px;
  }
  .flow .step-area p {
    line-height: 1.8;
  }
  .flow .step-area .step-left {
    width: 100%;
  }
  .flow .step-area .step-right {
    width: 100%;
    margin-top: 24px;
  }
  .flow .step-area .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow .step-area .contents p:not(:last-child) {
    margin-bottom: 18px;
  }
  .flow .step-area .contents h4 {
    font-size: 22px;
    margin-bottom: 13px;
    text-align: center;
  }
  .flow .step-area .contents h4 + p {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
  }
  .flow .step-area .step01,
  .flow .step-area .step02,
  .flow .step-area .step03,
  .flow .step-area .step04 {
    background-color: #edf5ff;
    border-radius: 8px;
    padding: 22px 12px;
    width: 48%;
  }
  /* バナーパーツ */
  .inspection-parts-title h2 {
    font-size: 14px !important;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .inspection-parts-title .border-bottom-red {
    border-bottom: 3px solid #df1731;
    padding-bottom: 8px;
  }
  .inspection-parts {
    margin: 24px 0 0;
  }
  .inspection-parts h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
  }
  .select {
    position: relative;
    top: 0;
  }
  /* 売主 */
  .seller-merit {
    padding: 24px 0;
    background-color: #edf5ff;
  }
  .seller-merit h2 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
  }
  .seller-merit h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }
  .seller-merit .qa-area {
    display: block;
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
  }
  .seller-merit .qa-area .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .seller-merit .qa-area .left .qa {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-left: 18px;
  }
  .seller-merit .qa-area .right {
    width: 100%;
    margin-top: 10px;
  }
  .seller-merit .qa-area .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .seller-merit .qa-area .right dl dt {
    margin-right: 8px;
  }
  .seller-merit .qa-area .right dl dd.example {
    margin-left: 24px;
  }
  .seller-merit .qa-area .right dl dd.example p {
    text-align: left;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .seller-merit .qa-area .right dl dd.example .qa {
    font-size: 19px;
  }
  .seller-merit .qa-area .right dl dd.example .ans {
    font-size: 25px;
  }
  .seller-merit .merit-area {
    margin-top: 20px;
  }
  .seller-merit .merit-area .title {
    color: #fff;
    background-color: #001a72;
    padding: 8px 0;
    width: 100%;
    font-size: 18px;
    margin: 0 auto 16px;
    text-align: center;
  }
  .seller-merit .merit-area h3 {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
  }
  .seller-merit .merit-area .merit dl.merit-dl {
    border: 1px solid #001a72;
    padding: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px !important;
    width: 100%;
    margin: 0 auto;
  }
  .seller-merit .merit-area .merit dl.merit-dl dt {
    margin: 0;
    width: 25%;
    background-color: #d9ddea;
  }
  .seller-merit .merit-area .merit dl.merit-dl dd {
    margin: 0;
    width: 75%;
    padding: 0 16px;
    font-size: 16px;
  }
  .seller-merit .merit-area .merit dl.merit-dl dd p {
    line-height: 1.2;
  }
  .seller-merit .merit-area .merit dl.merit-dl .title {
    text-align: center;
    padding: 8px;
    color: #5c6da3;
    line-height: 1.2;
  }
  .seller-merit .merit-area .merit dl.merit-dl .title .normal {
    font-size: 14px;
  }
  .seller-merit .merit-area .merit dl.merit-dl .title .no {
    font-size: 30px;
  }
  .seller-merit .remarks {
    margin-top: 16px;
    width: 100%;
    margin: 0 auto;
  }
  .seller-merit .remarks p {
    font-size: 16px;
    color: #5c6da3;
    margin-bottom: 9px;
  }
  .seller-merit .remarks .small {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  /* 買主 */
  .buyer-merit {
    padding: 24px 0;
  }
  .buyer-merit h2 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 16px;
  }
  .buyer-merit h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
    margin: 12px 0;
    line-height: 1.4;
  }
  .buyer-merit .merit-area {
    margin-top: 20px;
  }
  .buyer-merit .merit-area .title {
    color: #fff;
    background-color: #001a72;
    padding: 8px 0;
    width: 100%;
    font-size: 22px;
    margin: 0 auto 16px;
    text-align: center;
  }
  .buyer-merit .merit-area h3 {
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
  }
  .buyer-merit .merit-area .merit dl.merit-dl {
    border: 1px solid #001a72;
    padding: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px !important;
    width: 100%;
    margin: 0 auto;
  }
  .buyer-merit .merit-area .merit dl.merit-dl dt {
    margin: 0;
    width: 25%;
    background-color: #d9ddea;
  }
  .buyer-merit .merit-area .merit dl.merit-dl dd {
    margin: 0;
    width: 75%;
    padding: 0 16px;
    font-size: 16px;
  }
  .buyer-merit .merit-area .merit dl.merit-dl dd p {
    line-height: 1.2;
  }
  .buyer-merit .merit-area .merit dl.merit-dl .title {
    text-align: center;
    padding: 8px;
    color: #5c6da3;
    line-height: 1.2;
  }
  .buyer-merit .merit-area .merit dl.merit-dl .title .normal {
    font-size: 14px;
  }
  .buyer-merit .merit-area .merit dl.merit-dl .title .no {
    font-size: 30px;
  }
  .buyer-merit .tax-area {
    margin: 28px 0;
  }
  .buyer-merit .tax-area h3 {
    margin-bottom: 24px;
    text-align: center;
    font-size: 16px;
  }
  .buyer-merit .tax-area h3 + p {
    font-weight: normal;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.6;
  }
  .buyer-merit .tax-area .strong {
    font-size: 16px;
    margin-bottom: 23px;
    text-align: left;
    line-height: 1.3;
  }
  .buyer-merit .tax-area .text-bg-red {
    background-color: #df1731;
    color: #fff;
    padding: 2px;
  }
  .buyer-merit .loan-area {
    width: 100%;
    margin: 0 auto;
  }
  .buyer-merit .remarks {
    margin: 0 auto 25px;
  }
  .buyer-merit .remarks p {
    margin-bottom: 16px;
    font-size: 10px;
  }
  /* 建物検査内容について */
  .building-check {
    padding: 24px 0;
    background-color: #edf5ff;
  }
  .building-check h2 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
  }
  .building-check h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    background-color: #5c6da3;
    color: #fff;
    padding: 11px 0;
    margin-top: 16px;
  }
  .building-check .h3-title {
    background-color: #d9ddea;
    padding: 8px 0;
    margin: 8px 0;
    text-align: center;
    color: #5c6da3;
  }
  .building-check .text-area {
    text-align: center;
    margin-bottom: 16px;
  }
  .building-check .text-area p {
    line-height: 1.8;
    font-size: 13px;
  }
  .building-check .contents-area {
    margin-bottom: 16px;
  }
  .building-check .contents-area .contents {
    display: block;
  }
  .building-check .contents-area .contents .contents-item {
    margin-bottom: 16px;
    background-color: #fff;
    border-top: 5px solid #5c6da3;
    width: 100%;
    padding: 0 15px 15px;
  }
  .building-check .contents-area .contents .contents-item h4 {
    font-size: 16px;
    padding: 16px 0;
    text-align: left;
  }
  .building-check .contents-area .contents .contents-item .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .building-check .contents-area .contents .contents-item .layout .sp-img {
    width: 30%;
    margin: 0 12px 0 0;
  }
  .building-check .contents-area .contents .contents-item .layout .sp-layout {
    width: 70%;
  }
  .building-check .contents-area .contents .contents-item .layout .sp-layout h5 {
    font-size: 12px;
    color: #5c6da3;
    padding: 4px 0;
    background-color: #d9ddea;
    text-align: center;
    margin-top: 0;
  }
  .building-check .contents-area .contents .contents-item .layout .sp-layout p {
    padding: 12px 0;
    color: #5c6da3;
    font-size: 13px;
    line-height: 1.6;
  }
  .building-check .building-area {
    display: block;
    margin-bottom: 20px;
  }
  .building-check .building-area .img {
    text-align: center;
    margin: 20px 0;
  }
  .building-check .building-area .left,
  .building-check .building-area .right {
    width: 100%;
  }
  .building-check .building-area .left {
    margin: 0 0 20px;
  }
  .building-check .building-area .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    border: 1px solid #5c6da3;
    padding: 22px 32px;
  }
  .building-check .building-area .title-area p {
    font-size: 12px;
  }
  .building-check .building-area .title-area .title {
    font-size: 16px;
    width: 56%;
  }
  .building-check .building-area .check-title {
    font-size: 16px;
    color: #001a72;
    margin: 16px 0;
    text-align: left;
  }
  .building-check .building-area .text-area {
    padding: 22px;
    border: 1px solid #d9ddea;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0;
  }
  .building-check .building-area .text-area-height {
    height: auto;
  }
  .building-check .building-area .text-area-width {
    width: 100%;
  }
  /* 建物検査の価格表 */
  .price {
    padding: 20px 0;
  }
  .price h2 {
    font-size: 19px;
    text-align: center;
    margin-bottom: 16px;
  }
  .price .text-area {
    text-align: center;
    margin-bottom: 16px;
  }
  .price .text-area p {
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
  }
  .price .price-area {
    display: block;
    margin-bottom: 20px;
  }
  .price .price-area .img {
    text-align: center;
    margin: 20px 0;
  }
  .price .price-area .left,
  .price .price-area .right {
    width: 100%;
  }
  .price .price-area .left {
    margin-top: 24px;
  }
  .price .price-area .left p {
    text-align: right;
    font-size: 13px;
    margin-top: 16px;
  }
  .price .price-area .left dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
  }
  .price .price-area .left dt {
    width: 55%;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
  }
  .price .price-area .left dd {
    text-align: left;
    padding: 13px 25px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 45%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    text-align: center;
  }
  .price .btn {
    text-align: center;
    margin: 20px 0;
  }
}
/*# sourceMappingURL=inspection.css.map */