@charset "utf-8";

img {
  max-width: 100%;
  vertical-align: bottom;
}

#Content * {
  box-sizing: border-box;
}

/*-------------------------------------------
共通
-------------------------------------------*/
/* セクションタイトル */
#Content h2.section-title {
  border-top: solid 1px #52575a;
  border-bottom: solid 1px #52575a;
  color: #52575a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 0;
  margin-bottom: 40px;
  text-align: center;
}

/* タブ */
.title-tab {
  width: 100%;
  margin: 50px auto;
  border-bottom: #b1b2b3 solid 1px;
}
.title-tab ul {
  width: 100%;
  max-width: 930px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items:flex-end;
}
.title-tab ul li {
  width: 100%;
  max-width: 294px;
  height: 60px;
  background-color: #d5d5d5;
  cursor: pointer;
}
.title-tab ul li:nth-of-type(1) {
  margin-right: 24px;
}
.title-tab ul li:nth-of-type(2) {
  margin-right: 24px;
}
.title-tab ul li.current {
  height: 70px;
  background-color: #fff;
  border-left: #b1b2b3 solid 1px;
  border-top: #b1b2b3 solid 1px;
  border-right: #b1b2b3 solid 1px;
  margin-bottom: -1px;
}
.title-tab ul li a {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #717071;
  line-height: 1.4;
  text-decoration: none;
}
.title-tab ul li.current a {
  height: 70px;
}

/* リスト */
.content-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content-list li {
  width: 27.8%;
  max-width: 300px;
  margin-right: 8.3%;
  margin-bottom: 60px;
}
.content-list li:nth-child(3n) {
  margin-right: 0;
}
.content-list li p {
  line-height: 1.4;
  margin-top: 10px;
  text-align: justify;
}

/* リスト（最後だけテキスト有） */
.content-list-l {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content-list-l li {
  width: 27.8%;
  max-width: 300px;
  margin-right: 8.3%;
  margin-bottom: 60px;
}
.content-list-l li:nth-child(3n) {
  margin-right: 0;
}
.content-list-l li:last-child {
  width: 63.9%;
  max-width: 100%;
  display: flex;
  align-items: center;
  border: solid 1px #52575a;
  margin-right: 0;
}
.content-list-l li:last-child img {
  width: 45%;
  max-width: 300px;
}
.content-list-l li p {
  line-height: 1.4;
  margin-top: 10px;
  text-align: justify;
}
.content-list-l li .text-area {
  width: 55%;
  padding: 0 4%;
  margin-left: auto;
}
.content-list-l li .text-area p {
  color: #000;
}
.content-list-l li .text-area .title {
  color: #52575a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

/*-------------------------------------------
収納・室内装備
-------------------------------------------*/
#storage .storage {
  margin-bottom: 85px;
}
#storage .storage .storage-main {
  margin-bottom: 60px;
  position: relative;
}
#storage .storage .storage-main .text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.56;
  position: absolute;
  top: 30px;
  left: 30px;
}
#storage .storage .storage-sub {
  display: flex;
  justify-content: center;
}
#storage .storage .storage-sub li {
  max-width: 300px;
}
#storage .storage .storage-sub li:first-of-type {
  margin-right: 90px;
}
#storage .storage .storage-sub li p {
  margin-top: 5px;
}

#storage .equipment {
  margin-bottom: 45px;
}
#storage .equipment .equipment-main {
  margin-bottom: 85px;
}

#storage .audio {
  margin-bottom: 45px;
}

#storage .getting .content-list-l li:last-child {
  border: none;
}
#storage .getting .note {
  font-size: 15px;
  text-align: right;
}

/*-------------------------------------------
シート
-------------------------------------------*/
#seat .header-content {
  margin-bottom: 90px;
}
#seat .header-content .text {
  color: #52575a;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.56;
  margin-bottom: 40px;
}
#seat .belt .belt-title {
  color: #52575a;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.56;
  margin-bottom: 10px;
}
#seat .belt .belt-text {
  font-size: 18px;
  line-height: 1.83;
  margin-bottom: 50px;
}
#seat .belt .belt-flex {
  display: flex;
  margin-bottom: 70px;
}
#seat .belt .belt-flex .belt-img {
  width: 45%;
  margin-right: 10%;
  text-align: center;
}
#seat .belt .belt-flex .belt-img img {
  max-width: 420px;
}
#seat .belt .belt-flex .heater {
  width: 45%;
}
#seat .belt .belt-flex .heater .content-text {
  border-bottom: solid 1px #52575a;
  color: #52575a;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#seat .belt .belt-flex .heater .heater-text {
  font-size: 18px;
}
#seat .belt .belt-flex .heater .heater-img {
  margin-bottom: 20px;
  text-align: center;
}
#seat .belt .belt-flex .heater .heater-img img {
  width: 165px;
}
#seat .belt .belt-flex .heater .function-list {
  display: flex;
  flex-wrap: wrap;
}
#seat .belt .belt-flex .heater .function-list li {
  font-size: 18px;
}
#seat .belt .belt-flex .heater .function-list li:nth-child(odd) {
  width: 58%;
}
#seat .belt .belt-flex .heater .function-list li:nth-child(even) {
  width: 42%;
}
#seat .belt .note {
  font-size: 15px;
  text-align: right;
}

/*-------------------------------------------
操作性
-------------------------------------------*/
#operability .operability {
  margin-bottom: 60px;
}
#operability .operability .operability-main {
  margin-bottom: 60px;
  position: relative;
}
#operability .operability .operability-main .text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.56;
  position: absolute;
  top: 30px;
  left: 30px;
}
#operability .operability .operability-title {
  color: #52575a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#operability .operability .operability-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
}
#operability .operability .truck-img {
  margin-bottom: 40px;
  text-align: center;
}
#operability .operability .truck-img img {
  max-width: 340px;
}
#operability .operability .operability-list {
  display: flex;
  flex-wrap: wrap;
}
#operability .operability .operability-list li {
  width: 46%;
  max-width: 492px;
  margin-bottom: 40px;
  position: relative;
}
#operability .operability .operability-list li:nth-child(odd) {
  margin-right: 8%;
}
#operability .operability .operability-list li .img-text {
  width: 114px;
  background-color: #262626;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#operability .operability .operability-list li .title {
  color: #52575a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 15px 0 5px 0;
}
#operability .operability .operability-list li .text {
  font-size: 15px;
  line-height: 1.46;
  text-align: justify;
}
#operability .escot {
  margin-bottom: 70px;
}
#operability .escot .escot-title {
  color: #52575a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#operability .escot .escot-text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 40px;
}
#operability .escot .escot-flex {
  display: flex;
}
#operability .escot .escot-flex .text-l {
  width: 48%;
  padding-top: 20px;
  margin-right: 3%;
}
#operability .escot .escot-flex .text-l .title {
  color: #52575a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#operability .escot .escot-flex .text-l .text {
  font-size: 15px;
  line-height: 1.46;
}
#operability .escot .escot-flex .img {
  width: 48%;
}
#operability .escot .escot-flex .text-r {
  width: 48%;
  padding-top: 20px;
  margin-left: 3%;
}
#operability .escot .escot-flex .text-r dt {
  color: #52575a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
#operability .escot .escot-flex .text-r dd {
  font-size: 15px;
  line-height: 1.46;
  margin-bottom: 15px;
}
#operability .display {
  margin-bottom: 90px;
}
#operability .display .display-title {
  color: #52575a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#operability .display .display-text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 40px;
}
#operability .display .display-img {
  max-width: 530px;
  margin: 0 auto;
}
#operability .display .display-img-title {
  color: #52575a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#operability .switch .switch-title {
  color: #52575a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#operability .switch .switch-text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 60px;
}
#operability .switch .switch-img {
  max-width: 885px;
  margin-bottom: 60px;
}
#operability .switch .note {
  font-size: 15px;
  text-align: right;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {
  /*-------------------------------------------
  共通
  -------------------------------------------*/
  /* セクションタイトル */
  #Content h2.section-title {
    font-size: 17px;
    margin-bottom: 20px;
  }

  /* タブ */
  .title-tab {
    width: 100%;
    margin: 5.3vw auto;
    border-bottom: #b1b2b3 solid 1px;
  }
  .title-tab ul {
    width: 89.33vw;
    height: 70px;
  }
  .title-tab ul li {
    width: 28vw;
    height: 60px;
  }
  .title-tab ul li:nth-of-type(1) {
    margin-right: 0;
  }
  .title-tab ul li:nth-of-type(2) {
    margin-right: 0;
  }
  .title-tab ul li.current {
    height: 70px;
  }
  .title-tab ul li a {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-left: 0.5em;
    padding-right: 0.5em;
    box-sizing: border-box;
    text-align: center;
  }
  .title-tab ul li:nth-of-type(2) a {
    font-size: 1.2rem;
  }

  /* リスト */
  .content-list li {
    width: 47.5%;
    max-width: 100%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .content-list li:nth-child(3n) {
    margin-right: 5%;
  }
  .content-list li:nth-child(2n) {
    margin-right: 0;
  }

  /* リスト（最後だけテキスト有） */
  .content-list-l li {
    width: 47.5%;
    max-width: 100%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .content-list-l li:nth-child(3n) {
    margin-right: 5%;
  }
  .content-list-l li:nth-child(2n) {
    margin-right: 0;
  }
  .content-list-l li:last-child {
    width: 100%;
  }
  .content-list-l li .text-area .title {
    font-size: 18px;
  }

  /*-------------------------------------------
  収納・室内装備
  -------------------------------------------*/
  #storage .storage {
    margin-bottom: 45px;
  }
  #storage .storage .storage-main {
    margin-bottom: 15px;
  }
  #storage .storage .storage-main .text {
    font-size: 20px;
    top: 10px;
    left: 10px;
  }
  #storage .storage .storage-sub li:first-of-type {
    margin-right: 15px;
  }

  #storage .equipment .equipment-main {
    margin-bottom: 40px;
  }

  #storage .getting .note {
    font-size: 14px;
    text-align: left;
  }

  /*-------------------------------------------
  シート
  -------------------------------------------*/
  #seat .header-content {
    margin-bottom: 45px;
  }
  #seat .header-content .text {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #seat .belt .belt-title {
    font-size: 18px;
  }

  #seat .belt .belt-text {
    font-size: 14px;
    margin-bottom: 0;
  }
  #seat .belt .belt-flex {
    flex-direction: column;
    margin-bottom: 30px;
  }
  #seat .belt .belt-flex .belt-img {
    width: 100%;
    padding: 10%;
    margin: 0;
  }
  #seat .belt .belt-flex .heater {
    width: 100%;
  }
  #seat .belt .belt-flex .heater .heater-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #seat .belt .belt-flex .heater .function-list {
    flex-direction: column;
  }
  #seat .belt .belt-flex .heater .function-list li {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #seat .belt .belt-flex .heater .function-list li:nth-child(odd),
  #seat .belt .belt-flex .heater .function-list li:nth-child(even) {
    width: 100%;
  }
  #seat .belt .note {
    font-size: 14px;
    text-align: left;
  }

  /*-------------------------------------------
  操作性
  -------------------------------------------*/
  #operability .operability {
    margin-bottom: 45px;
  }
  #operability .operability .operability-main {
    margin-bottom: 15px;
  }
  #operability .operability .operability-main .text {
    font-size: 20px;
    padding-right: 5px;
    top: 10px;
    left: 10px;
  }
  #operability .operability .operability-title {
    font-size: 18px;
  }
  #operability .operability .operability-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #operability .operability .truck-img {
    padding: 0 10%;
  }
  #operability .operability .operability-list li {
    width: 47.5%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #operability .operability .operability-list li:nth-child(odd) {
    margin-right: 5%;
  }
  #operability .operability .operability-list li .title {
    font-size: 16px;
    margin: 10px 0 5px 0;
  }
  #operability .operability .operability-list li .text {
    font-size: 14px;
  }
  #operability .escot {
    margin-bottom: 40px;
  }
  #operability .escot .escot-title {
    font-size: 18px;
  }
  #operability .escot .escot-text {
    font-size: 14px;
  }
  #operability .escot .escot-flex {
    flex-direction: column;
  }
  #operability .escot .escot-flex .text-l {
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
  #operability .escot .escot-flex .img {
    width: 100%;
    padding: 5% 10% 2% 10%;
  }
  #operability .escot .escot-flex .text-r {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
  }
  #operability .escot .escot-flex .text-r dt {
    font-size: 16px;
  }
  #operability .escot .escot-flex .text-r dd {
    font-size: 14px;
    text-align: justify;
  }
  #operability .display {
    margin-bottom: 45px;
  }
  #operability .display .display-title {
    font-size: 18px;
  }
  #operability .display .display-text {
    font-size: 14px;
  }
  #operability .display .display-img-title {
    font-size: 16px;
  }
  #operability .switch .switch-title {
    font-size: 18px;
  }
  #operability .switch .switch-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #operability .switch .switch-img {
    margin-bottom: 30px;
  }
  #operability .switch .note {
    font-size: 14px;
    text-align: left;
  }
}