@charset "UTF-8";

/*
 * EC白書2026専用CSS
 *
 * assets/css/style.css は2025年版の表示を維持する凍結ファイルとし、
 * 2026年版の追加・変更はこのファイルへ素のCSSで記述する。
 * assets/sass/ は参照用の過去遺産とし、編集・コンパイルしない。
 */

/* 販売価格 */
body.top main .inner .sec01 .price p.priceNote,
body.top main .inner .sec06 .price p.priceNote {
  margin: 16px auto 0;
  color: #555;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

/* 前年版からのバージョンアップ */
.versionUp {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: start;
  margin-top: 80px;
  padding: 28px 32px;
}

.versionUp::before {
  position: absolute;
  z-index: 0;
  top: 56px;
  right: 0;
  bottom: 56px;
  left: 0;
  border-radius: 34px;
  background-color: rgba(30, 101, 176, 0.1);
  content: "";
}

.versionUpText,
.versionUpImages {
  position: relative;
  z-index: 1;
}

.versionUpText > p {
  width: min(580px, calc(100% + 32px));
  height: 62px;
  margin: 0 0 18px;
  padding: 6px 16px;
  color: #f7f7f7;
  font-size: 3.5rem;
  font-weight: 700;
  font-feature-settings: normal;
  line-height: calc(50 / 35);
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(137deg, #0042a7 0%, #16244b 100%);
  transform: translateX(-32px);
}

.versionUpText ul {
  margin: 0;
}

body.top main .inner .sec02 .versionUpText li {
  position: relative;
  padding-left: 1.25em;
  text-indent: 0;
}

body.top main .inner .sec02 .versionUpText li::before {
  position: absolute;
  left: 0;
  padding-right: 0;
  color: #1e65b0;
  content: "●";
}

.versionUpImages {
  display: flex;
  gap: 24px;
  align-items: center;
}

.versionUpImages img {
  width: calc(50% - 12px);
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 1128px) {
  .versionUp {
    grid-template-columns: 579px 416px;
    gap: 48px;
    padding: 28px 49px 28px 0;
  }

  .versionUpText > p {
    width: 580px;
    transform: none;
  }

  .versionUpImages {
    gap: 46px;
  }

  .versionUpImages img {
    width: 185px;
  }

  body.top main .inner .sec02 .versionUpText ul {
    margin-left: 27px;
  }

  body.top main .inner .sec02 .versionUpText li {
    padding-left: 25px;
  }

  body.top main .inner .sec02 .versionUpText li::before {
    font-size: 1.6rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  body.top main .inner .sec01 .price p.priceNote {
    width: calc(100% - 32px);
    margin-top: 4vw;
    font-size: 2.8vw;
  }

  .versionUp {
    grid-template-columns: 1fr;
    gap: 5vw;
    margin-top: 12vw;
    padding: 6vw 5vw;
  }

  .versionUp::before {
    top: 0;
    bottom: 0;
  }

  .versionUpText > p {
    width: calc(100% + 10vw);
    height: auto;
    margin: -6vw 0 4vw -5vw;
    padding: 2vw 3vw;
    font-size: calc((100vw * 26) / 352);
    line-height: calc(36 / 26);
    text-align: center;
    transform: none;
  }

  .versionUpImages {
    gap: 4vw;
  }

  .versionUpImages img {
    width: calc(50% - 2vw);
  }
}

/* 2026 Index: four pages across, with the exported shadow margin kept outside the page width. */
body.top main .sec04 ul li a {
  display: block;
}

body.top main .sec04 ul li img {
  width: 111.8577%;
  max-width: none;
  margin-left: -5.92885%;
}

@media screen and (max-width: 768px) {
  body.top main .sec04 ul li img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  body.top main .sec04 ul li {
    width: calc(253 / 1092 * 100%);
  }
}

body.top main .sec05 > div.review > div p.reviewProfile {
  padding-bottom: 0.35em;
  border-bottom: 1px solid #1e65b0;
}

body.top main .sec05 > div.review > div p.reviewProfile strong {
  font-size: calc((100vw * 18) / 352);
}

body.top main .sec05 > div.review > div p.reviewComment {
  margin-top: 0.45em;
  padding-top: 0;
  border-top: 0;
  font-size: calc((100vw * 16) / 352);
  line-height: calc(26 / 16);
  font-weight: 400;
}

body.top main .sec05 > div.review > div p.reviewComment span {
  font-weight: 700;
}

body.top main .sec06 ul li:nth-child(odd) {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  body.top main .sec05 > div.review > div p.reviewComment {
    font-size: 1.8rem;
    line-height: calc(30 / 18);
  }

  body.top main .sec05 > div.review > div p.reviewProfile strong {
    font-size: 2rem;
  }

  body.top main .sec05 > div.review + div.review {
    margin-top: 40px;
  }

  body.top main .sec05 .linkBtn2 {
    margin-top: 40px;
  }

  body.top main .sec06 ul li:nth-child(2n + 2) {
    padding-left: 33px;
  }
}
