.page-lower {
  padding: 0;
  line-height: 1.15;
}

.page-lower h1 {
  padding: 18px 15px;
}

.page-lower .header {
  position: static;
}

.ttl1 {
  padding: 18px 15px;
  background-color: #23367a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.accent {
  color: #e14a49;
  font-weight: bold;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px 0;
  padding: 10px 15px;
}

.breadcrumb--bg-blue {
  background-color: var(--Sub);
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  position: relative;
}
.breadcrumb__item:nth-child(n + 2) {
  padding-left: 21px;
}
.breadcrumb__item:nth-child(n + 2)::before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  background-image: url(../img/cm_ico_arrow_right_01kango.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  transform: translateY(-50%);
}
.breadcrumb__icon {
  display: inline-block;
  width: 20px;
}
.breadcrumb__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.breadcrumb__link {
  font-size: 10px;
  font-weight: 400;
}
.breadcrumb__current {
  color: #a6b0ba;
  font-size: 11px;
  font-weight: 400;
}

.page-lower h1.header__ttl {
  padding: 18px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  width: 150px;
}

.testwrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 24px;
  margin-bottom: 40px;
}
/* タイトル2 */
.page-lower .ttl2 {
  padding: 10px 13px;
  background-color: #eaf0f7;
  color: #23367a;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}
.page-lower .ttl2 span {
  display: block;
  position: relative;
  padding-left: 38px;
}
.page-lower .ttl2 span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url(../img/cm_ico_pen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

/* タイトル3 */
.ttl3 {
  position: relative;
  border-bottom: 1px dotted #a6b0ba;
  padding-left: 12px;
  padding-bottom: 8px;
  color: #23367a;
  font-size: 15px;
  font-weight: bold;
}
.ttl3::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: calc(100% - 8px);
  content: "";
}

/* テーブル3 */
.table3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: repeat(3, 1fr);
  border-radius: 10px;
  border: 1px solid #a6b0ba;
  overflow: hidden;
}
.table3__item {
  display: grid;
  grid-template-columns: 18% 1fr 1fr;
}
.table3__item:nth-child(n + 2) {
  border-top: 1px solid #a6b0ba;
}
.table3__item:nth-child(n + 1) .table3__ttl:not(:first-of-type) {
  border-left: 1px solid #a6b0ba;
}
.table3__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #f1faff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.table3__txt {
  border-left: 1px solid #a6b0ba;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
/* テーブル4 */
.table4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: repeat(2, 1fr);
  border-radius: 10px;
  border: 1px solid #a6b0ba;
  overflow: hidden;
  color: #000;
}
.table4__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.table4__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #f1faff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #a6b0ba;
}
.table4__txt {
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.table4__item dt:not(:first-of-type),
.table4__item dd:not(:first-of-type) {
  border-left: 1px solid #a6b0ba;
}
.table4__item:nth-child(n + 3) {
  border-top: 1px solid #a6b0ba;
}

.breadcrumb__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ranking-item__bnr-link {
  display: block;
}

/* 番号リスト */
.num-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  counter-reset: numlist;
}

.num-list__item {
  position: relative;
  padding-left: 28px;
  /* font-size: 13px; */
  font-weight: 400;
  line-height: 1.5;
}
.num-list__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  padding: 2px;
  background-color: #23367a;
  color: #fff;
  font-family: var(--FonSub);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  counter-increment: numlist;
  content: counter(numlist);
}

body.page-lower .line {
  position: relative;
  background: linear-gradient(to bottom, transparent 70%, #f8f0bd 70%);
  height: auto;
  background-repeat: repeat-x;
  width: auto;
}

.page-lower h2 {
  text-align: unset;
  padding: 10px 13px;
  margin: 0;
  border-right: none;
  border-left: none;
}

.page-lower h3 {
  margin: 0;
  border-left: 4px solid #23367a;
}

.page-lower h2::before {
  content: "";
  border-right: none;
  border-left: none;
  background-color: transparent;
}

.page-lower h2::after {
  content: "";
  border-right: none;
  border-left: none;
  background-color: transparent;
}

.header__ttl img {
  width: 150px;
  height: auto;
  object-fit: contain;
}

.header {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.page-lower {
  color: #000;
}
.page-lower p {
  font-size: 16px;
  margin: 0 auto;
  color: #000;
}

.btn1--lg {
  border-radius: 40px;
  max-width: none;
  padding: 23px 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.btn1 {
  display: inline-block;
  position: relative;
  border-radius: 40px;
  width: 100%;
  padding: 23px 40px;
  background-color: #e14a49;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.btn1::after {
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0 -50%;
  width: 6px;
  height: 7px;
  background-image: url(../img/cm_ico_arrow_right_02.png.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.page-lower li {
  color: #000;
  margin-top: 10px;
}

.voice-list {
  display: grid;
  grid-template-columns: 1fr;
}
.voice-list__star {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.voice-list__txt {
  grid-area: txt;
  font-size: 13px;
  line-height: 1.5;
}
.voice-list__item {
  display: grid;
  grid-template-areas:
    "img cont"
    "txt txt";
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 6px 10px;
  padding-block: 10px;
}

.voice-list__score {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 3px 4px;
  background-color: #23367a;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.voice-list__star img {
  width: 86px;
  height: auto;
}

.voice-list__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  grid-area: img;
}
.voice-list__item:nth-child(n + 2) {
  border-top: 1px solid #e2e2e2;
}

.page-lower .voice-list__ttl {
  font-size: 14px;
  color: #23367a;
  font-weight: bold;
  line-height: 1.3;
}

.num-list__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  padding: 2px;
  background-color: #23367a;
  color: #fff;
  font-family: var(--FonSub);
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  counter-increment: numlist;
  content: counter(numlist);
}

.strong {
  font-weight: bold;
}
.page-lower .footer__list-ttl {
  color: #fff;
}

.page-lower .footer__nav-link {
  display: block;
  color: #a6b0ba;
  font-size: 12px;
  font-weight: 400;
}

.page-lower .footer__copyright {
  color: #a6b0ba;
  font-size: 11px;
  font-weight: 400;
}
.table1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 10px;
  border: 1px solid #a6b0ba;
  overflow: hidden;
}

.table1__ttl {
  padding: 8px;
  background-color: #f1faff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.table1__txt {
  border-top: 1px solid #a6b0ba;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.table1__item:not(:nth-child(3n + 1)) {
  border-left: 1px solid #a6b0ba;
}
.table2 {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 10px;
  border: 1px solid #a6b0ba;
  overflow: hidden;
}
.table2__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #f1faff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.table2__item {
  display: grid;
  grid-template-columns: 110px 1fr;
}

.table2__txt {
  border-left: 1px solid #a6b0ba;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.table2__item:nth-child(n + 2) {
  border-top: 1px solid #a6b0ba;
}

.footer__logo {
  margin-inline: auto;
  max-width: 286px;
}

.btn1--lg::after {
  right: 18px;
  width: 11px;
  height: 16px;
}

.footer02 {
  padding-block: 40px 28px;
}

@media screen and (min-width: 769px) {
  /* テーブル2 */
  .table2__item {
    grid-template-columns: 200px 1fr;
  }

  .table2__ttl {
    font-size: 14px;
  }

  .table2__txt {
    font-size: 14px;
  }

  /* テーブル3 */
  .table3__item {
    grid-template-columns: 18% 1fr 1fr;
  }
  .table3__ttl {
    font-size: 14px;
  }
  .table3__txt {
    font-size: 14px;
  }
  /* テーブル4 */
  .table4__ttl {
    font-size: 14px;
  }
  .table4__txt {
    font-size: 14px;
  }

  .page-lower h1 {
    font-size: 24px;
    text-align: start;
  }

  .page-lower .inner {
    max-width: 1000px;
    width: 750px;
    padding-inline: 30px;
  }

  .breadcrumb__current {
    font-size: 12px;
  }

  .page-lower .ttl2 {
    font-size: 22px;
  }

  .btn1--lg {
    border-radius: 40px;
    max-width: none;
    padding: 32px 40px;
    font-size: 18px;
  }

  .btn1 {
    display: inline-block;
    position: relative;
    border-radius: 40px;
    width: 100%;
    padding: 32px 40px;
    background-color: #e14a49;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }

  .btn1::after {
    top: 50%;
    right: 40px;
    translate: 0 -50%;
    width: 11px;
    height: 16px;
    content: "";
  }

  .page-lower .ttl3 {
    font-size: 20px;
  }

  .voice-list__item {
    grid-template-areas:
      "img cont"
      "img txt";
    grid-template-columns: 60px 1fr;
    padding-block: 15px;
  }
  .voice-list__img img {
    width: 60px;
    height: 60px;
  }

  .page-lower .voice-list__ttl {
    font-size: 16px;
  }

  .page-lower .voice-list__txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .num-list__item::before {
    top: 4px;
    width: 20px;
    height: 20px;
    font-size: 16px;
  }

  .num-list__item {
    font-size: 16px;
  }

  .page-lower .footer__inner {
    max-width: 1000px;
    width: 100%;
  }

  .page-lower h1.header__ttl {
    width: 180px;
  }

  .header__ttl img {
    width: 180px;
  }
}
