/*****************************************************************************
CSS only for 20201105_01 page
*****************************************************************************/

/* .Product
-----------------------------------------*/
.Product {
  margin-bottom: 24px;
}

.Product .ImgList {
  margin-top: -15px;
}

@media screen and (max-width: 767px) {
  .Product .ImgList {
    margin-top: -10px;
  }
}

.ImgList__02 figure {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .ImgList__02 figure {
    margin-top: 20px;
  }
}

.Product .ImgList figcaption {
  text-align: left;
}

/* .SpCase
-----------------------------------------*/
.SpCase {
  margin-top: 48px;
}

.Article .SpCase__title {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}

.SpCase__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0 2em;
}

@media screen and (max-width: 767px) {
  .SpCase__list {
    display: block;
    margin: 1.2em 0;
  }
}

.SpCase__item {
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .SpCase__item {
    width: auto;
    margin-top: 32px;
  }
  .SpCase__item:first-child {
    margin-top: 0;
  }
}

.SpCase__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .SpCase__img {
    margin: 0 2.2em;
  }
}

.SpCase__text {
  text-align: center;
}

.Article .SpCase__size {
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: .25em 0 .75em;
}

@media screen and (max-width: 767px) {
  .Article .SpCase__size {
    margin-bottom: .5em;
  }
}

.SpCase__text dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: .25em;
}

.SpCase__text dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.Summary {
  padding: 0;
  margin-top: 40px;
}

.Summary__img {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .Summary__img {
    width: auto;
    margin: 1.2em 2.2em;
  }
}

@media screen and (max-width: 767px) {
  .Summary__text--change {
    font-size: 0;
  }
  .Summary__text--change::before {
    font-size: 16px;
    font-size: 1.6rem;
    content: "上記";
  }
}
