@charset "utf-8";
/* 共通 */
#whatsnew {
  line-height: 1.5;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
  margin: 70px 0;
  font-feature-settings: "palt";
}
.sp {
  display: none;
}

@media (max-width: 750px) {
  #whatsnew {
    min-width: 0;
    margin: 50px 0;
  }
  #whatsnew main img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#whatsnew .width-wrapper {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #whatsnew .width-wrapper {
    max-width: 100%;
    padding: 0 25px;
  }
}
#whatsnew img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  /* Chrome only hacks */
  #whatsnew img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* 内容 */
.CPtitle {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  letter-spacing: -0.05em;
}
.textBox,
.cardBox{
  width: calc(100% - 10%);
  margin: 30px auto 0;
}
.card__img {
  max-width: 80%;
  margin: 0 auto;
}
.card__txt {
  font-size: 10px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin: 10px 0 0;
}
.imgBox {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .CPtitle {
    font-size: 23px;
    margin-top: 20px;
  }
  .textBox,
  .cardBox{
  width: calc(100% - 5%);
  margin: 20px auto 0;
  }
  .textBox small {
    font-size: 12px;
  }
  .card__img {
  max-width: 100%;
  }
  .card__txt {
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1.5;
  margin: 10px 0 0;
  }
  .imgBox {
  margin-top: 40px;
  }
}

/* 注釈 */
.notes {
  padding:40px 0 0;
  border-top: 1px solid #dddddd;
  margin-top: 50px;
}
.notes  ul {
  line-height: 1.8;
}
.notes  ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.notes__link {
  color: #0b8bf4;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 480px) {
  .notes {
    padding: 30px 0 0;
    margin-top: 40px;
  }
  .notes  ul {
    line-height: 1.5;
  }
  .notes  ul li {
      font-size: 13px;
  }
}