/* news
================================================== */
.news__title {
  margin-bottom: .75em;
  font-size: 24px;
}
@media (min-width: 768px) {
  .news {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .news__title {
    font-size: 5.86667vw;
  }
}

/* recommend
================================================== */
.recommend {
  background-image: url("/showroom/images/recommend_bg.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.recommend__items {
  display: flex;
}
.recommend__item {
  box-sizing: border-box;
  background: #fff;
}
.recommend__item__body {
  padding: 25px 20px 30px;
}
.recommend__item__title {
  margin-bottom: .5em;
  font-size: 20px;
}
.recommend__item__lead {
  margin-bottom: .75em;
}
@media (min-width: 768px) {
  .recommend__items {
    gap: 40px;
  }
  .recommend__item {
    flex: 1 0 0%;
  }
  .recommend__item__btn {
    max-width: 250px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .recommend {
    background-size: 50% auto;
  }
  .recommend__items {
    flex-direction: column;
    gap: 4vw;
  }
  .recommend__item__body {
    padding: 6.66667vw 4vw 8vw;
  }
  .recommend__item__title {
    font-size: 5.33333vw;
  }
  .recommend__item__lead {
    font-size: 4vw;
  }
}

/* demo
================================================== */
.demo__lead {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.55;
}
.demo__subtitle {
  margin: 1.5em 0;
  position: relative;
  text-align: center;
}
.demo__subtitle::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
}
.demo__subtitle > span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  font-size: 24px;
  line-height: 1.25;
  z-index: 2;
}
.demo__showrooms {
  display: flex;
  gap: 40px;
  margin-bottom: 70px;
}
.demo__showroom {
  flex: 1 0 0%;
}
.demo__showroom > h5 {
  padding: .3em .5em .2em;
  background: #e6e6e6;
  font-size: 22px;
  text-align: center;
}
.demo__showroom > dl {
  margin: 20px 0;
}
.demo__showroom > dl dt {
  margin-bottom: .35em;
  font-size: 20px;
}
.demo__showroom > dl dd + dd {
  margin-top: .75em;
  font-size: 14px;
}
.demo__showroom > ul {
  margin: 0 auto;
  max-width: 250px;
}
.demo__panels {
  display: flex;
  gap: 12px;
  margin-bottom: 75px;
}
.demo__panel {
  box-sizing: border-box;
  flex: 1 0 0%;
  padding: 25px 38px;
  background: #f5f5f5;
}
.demo__panel h5 {
  margin-bottom: .75em;
  padding-bottom: .2em;
  border-bottom: solid 2px #333;
  font-size: 20px;
  line-height: 1.2;
}
.demo__panel p {
  line-height: 1.625;
}
.demo__area {
  display: flex;
  border-left: solid 1px #e3e3e3;
}
.demo__area__col {
  box-sizing: border-box;
  flex: 1 0 0%;
  padding: 0 15px;
  border-right: solid 1px #e3e3e3;
}
.demo__area__col a {
  color: #333 !important;
}
.demo__area__col li + li {
  margin-top: 40px;
}
.demo__area__col li {
  margin-bottom: .5em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.demo__area__col li a {
  display: inline-block;
  padding-left: 25px;
  background: url("/showroom/images/icn_arw_area.svg") no-repeat left center;
  background-size: 18px 18px;
}

/*----- 1240px -----*/
.section,
.section__inner {
  width: 1240px;
  margin: auto;
}
#contents .headSection .innerBlock {
  width: 1240px;
}
@media only screen and (max-width: 767px) {
  .section,
  .section__inner {
    width: auto;
  }
}
/*----- /1240px -----*/

@media (min-width: 768px) {
  .demo__map {
    width: 645px;
    margin: 0 auto 75px;
  }
  .demo__pdf {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .demo__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
  .demo__subtitle > span {
    font-size: 5.33333vw;
  }
  .demo__showrooms {
    flex-direction: column;
    gap: 10.66667vw;
    margin-bottom: 13.33333vw;
  }
  .demo__showroom > h5 {
    font-size: 4.53333vw;
  }
  .demo__showroom > dl {
    margin: 5.33333vw 0;
  }
  .demo__showroom > dl dt {
    font-size: 4.53333vw;
  }
  .demo__showroom > dl dd {
    font-size: 4vw;
  }
  .demo__showroom > dl dd + dd {
    font-size: 3.46667vw;
  }
  .demo__panels {
    flex-direction: column;
    gap: 4vw;
  }
  .demo__panel {
    padding: 5.33333vw 4vw;
  }
  .demo__panel h5 {
    margin-bottom: 1em;
    font-size: 4.53333vw;
  }
  .demo__panel p {
    font-size: 4vw;
  }
  .demo__map {
    position: relative;
    margin-bottom: 13.33333vw;
  }
  .demo__map a {
    box-sizing: border-box;
    position: absolute;
    width: calc(180 / 690 * 100%);
    height: 0;
    padding-top: calc(40 / 536 * 100%);
    background: transparent;
    overflow: hidden;
  }
  .demo__map a.hokkaido {
    left: calc(273 / 690 * 100%);
    top: calc(51 / 536 * 100%);
  }
  .demo__map a.tohoku {
    left: calc(510 / 690 * 100%);
    top: calc(216 / 536 * 100%);
  }
  .demo__map a.kanto {
    left: calc(510 / 690 * 100%);
    top: calc(310 / 536 * 100%);
  }
  .demo__map a.koshinetsu {
    left: calc(190 / 690 * 100%);
    top: calc(224 / 536 * 100%);
  }
  .demo__map a.chubuhokuriku {
    left: calc(475 / 690 * 100%);
    top: calc(420 / 536 * 100%);
  }
  .demo__map a.kansai {
    left: calc(256 / 690 * 100%);
    top: calc(488 / 536 * 100%);
  }
  .demo__map a.chushikoku {
    left: calc(66 / 690 * 100%);
    top: calc(300 / 536 * 100%);
  }
  .demo__map a.kyushu {
    left: calc(0 / 690 * 100%);
    top: calc(488 / 536 * 100%);
  }
  .demo__map a.okinawa {
    left: calc(13 / 690 * 100%);
    top: calc(133 / 536 * 100%);
  }
  .demo__area {
    flex-direction: column;
    border-left: none;
    border-top: solid 1px #e3e3e3;
  }
  .demo__area__col {
    padding: 0;
    border-right: none;
  }
  .demo__area__col li {
    padding: 5.33333vw 0;
  }
  .demo__area__col dl + dl {
    margin-top: 0;
    border-top: solid 1px #e3e3e3;
  }
  .demo__area__col dt {
    font-size: 5.33333vw;
  }
  .demo__area__col dt a {
    padding-left: 6.66667vw;
    background-size: 4.8vw 4.8vw;
  }
  .demo__area__col dd {
    padding-left: 8vw;
    font-size: 4vw;
  }
  .demo__area__col dd li + li {
    margin-top: .5em;
  }
  .demo__area__col dd a::before {
    top: .6em;
  }
  .demo__area__col li + li {
    margin-top: 0;
  }
}
