@charset "UTF-8";

/* 共通 */
.section-sub-titleArea {
  margin-top: 6rem;
}

.section-sub-title {
  margin-bottom: 4rem;
}

/* 基本仕様リンクボタン */
.basic-anchor-wrap .list-skip-anchor>li>a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  column-gap: 1em;
  border: 1px solid #000;
  border-radius: 5px;
  padding: .5em 1em;
  background-color: #535353;
  color: #fff;
}

/* 基本仕様：帯のタイトル(型番) */
.aircon-spec-title-area {
  display: flex;
  align-items: center;
  column-gap: 3.5rem;
  row-gap: 1rem;
}

.aircon-spec-title-right,
.aircon-spec-title-left {
  display: flex;
  align-items: center;
}

.aircon-spec-title-right span,
.aircon-spec-title-left span {
  font-size: 1.4rem;
}

.aircon-spec-title-right {
  padding-right: 3.5rem;
  border-right: 1px solid #707070;
}

.aircon-spec-title-right em {
  font-size: 4rem;
  padding-right: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.aircon-spec-title-left em {
  font-size: 2.8rem;
  padding-right: 2rem;
  flex-shrink: 0;
}

/* 基本仕様：スペック表 */
.aircon-spec-container {
  padding-top: 9rem;
}

.table-spec-box {
  margin-top: 2rem;
}

.table-spec-box h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

.table-spec-box .table-spec th,
.table-spec-box .table-spec td {
  padding: 0.8em;
}

.table-spec-box .table-spec th {
  width: 37%;
}

.icon-emark {
  width: 2.3rem;
}

.icon-plug {
  width: 1.8rem;
}

/* 冷暖房表 */
.aircon-rei-danbo-box {
  margin-top: 2rem;
}

table.table-rei-danbo {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.6rem;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  text-align: center;
}

table.table-rei-danbo thead {
  background: #F5F5F5;
}

table.table-rei-danbo thead th {
  width: 5em;
}

table.table-rei-danbo th,
table.table-rei-danbo td {
  padding: .8em;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

table.table-rei-danbo thead th {
  font-weight: 400;
}

.teion-danou {
  text-align: right;
  margin-top: .5rem;
  font-size: 1.4rem;
}


/* 寸法 */
.aircon-caption-box {
  margin-top: 5rem;
}

/* 寸法（室外機） */
#size .section-sub-title {
  text-align: center;
  background-color: var(--white-gray);
  padding-block: .3em;
}

.size-sub-shitsugai {
  width: calc(94% / 3);
}

.size-img-container::after {
  content: "";
  display: block;
  width: calc(94% / 3);
}

.size-img-container figure {
  position: relative;
  height: 100%;
  padding-bottom: 84%;
}

.size-img-container figure img {
  position: absolute;
  bottom: 0;
}

.size-text {
  font-size: 1.4rem;
  margin-top: 3rem;
}

/* リモコン */
.remocon-img-container {
  display: flex;
  align-items: center;
}

.remocon-img-container img {
  width: 37.5%;
}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover:hover) and (pointer: fine) {
  .basic-anchor-wrap .list-skip-anchor>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #000;
  }

}

/* ====================================
	スマートフォン専用スタイル（～768px）
===================================== */
@media screen and (width <768px) {

  /* 共通 */
  .section-sub-titleArea {
    margin-top: 4rem;
  }

  .section-sub-title {
    margin-bottom: 2rem;
  }

  /* 基本仕様リンクボタン */
  .basic-anchor-wrap .list-skip-anchor>li>a {
    grid-template-columns: 1fr auto;
    column-gap: .5em;
    padding: 0.2em .7em;
  }

  .list-skip-anchor {
    gap: 1rem;
  }

  .main-anchor-wrap .list-skip-anchor {
    gap: 2rem;
  }

  /* 基本仕様タイトル */
  .aircon-spec-title-area {
    row-gap: 0rem;
    flex-direction: column;
  }

  .aircon-spec-title-right,
  .aircon-spec-title-left {
    width: 100%;
  }

  .aircon-spec-title-right {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: none;
    border-bottom: 1px solid #707070;
  }

  .aircon-spec-title-right em {
    font-size: 3rem;
  }

  .aircon-spec-title-right span {
    font-size: 1.4rem;
  }

  .aircon-spec-title-left em {
    font-size: 2rem;
  }

  .aircon-spec-title-left {
    padding-top: 1rem;
  }

  .aircon-spec-title-left span {
    font-size: 1.2rem;
  }


  /* スペック表 */
  .aircon-spec-container {
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .table-spec-box .table-spec th,
  .table-spec-box .table-spec td {
    display: table-cell;
  }

  .table-spec-box .table-spec th {
    width: 42%;
    background-color: var(--white-gray);
    border-right: none;
  }


  /* 冷暖房表 */
  .table-rei-danbo {
    font-size: 1.4rem;
  }

  .text-small {
    display: block;
    font-size: 1.2rem;
  }

  table.table-rei-danbo th,
  table.table-rei-danbo td {
    padding: .2em;
    font-size: 1.4rem;
  }

  .table-rei-danbo thead th:first-of-type {
    width: 3em;
  }

  /* 寸法 */

  .size-img-container {
    justify-content: space-between;
  }

  .size-img-container::after {
    content: none;
  }

  .size-sub-shitsugai p {
    font-size: 1.4rem;
  }

  .shitsugai-caption-box {
    margin-top: 2rem;
  }

  .size-text {
    margin-top: 2rem;
  }

  .size-sub-shitsugai {
    width: calc(95% / 2);
  }

  .remocon-img-container img {
    width: 100%;
  }

}