@charset "UTF-8";
.cb-page {
  font-family: "UD Shin Go Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "halt" 1;
          font-feature-settings: "halt" 1;
  line-height: 1.6;
  background: #fff;
  padding-bottom: 120px;
}
.cb-page__container {
  max-width: 976px;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  .cb-page__container {
    padding: 0 16px;
  }
}
.cb-page__page-ttl {
  padding: 0.8em 0 0.7em;
  font-weight: bold;
}
.cb-page__hero {
  margin-bottom: 50px;
}
@media all and (max-width: 640px) {
  .cb-page__hero {
    margin-bottom: 30px;
  }
}
.cb-page__hero img {
  width: 100%;
}
.cb-page__lead {
  font-size: 20px;
  margin-bottom: 40px;
}
@media all and (max-width: 640px) {
  .cb-page__lead {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cb-page__link {
  display: inline-block;
  margin-top: 1.5em;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
  color: #0273ab;
}
.cb-page__link:hover {
  text-decoration: underline;
}
.cb-page__link img {
  margin-right: 0.4667em;
  width: 0.9333em;
  height: 1.8em;
  vertical-align: top;
  position: absolute;
  left: 0;
}
.cb-page__hidden-radio {
  display: none !important;
}
.cb-page__select {
  width: auto;
  min-height: 48px;
  padding: 12px 52px 12px 24px;
  font-size: 18px;
  line-height: 1.35;
  background: #e6e6e6 url(../img/icon_select.png) calc(100% - 14px) 50%/25px auto no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  white-space: pre-line;
}
@media all and (max-width: 640px) {
  .cb-page__select {
    width: 100%;
    font-size: 15px;
    min-height: 44px;
    padding: 12px 44px 10px 12px;
  }
}
.cb-page__confirm {
  scroll-margin: 42px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
  pointer-events: none;
}
.cb-page__confirm.is-active {
  opacity: 1;
  pointer-events: auto;
}
.cb-page__confirm label {
  cursor: pointer;
}
.cb-page__confirm input {
  display: none;
}
.cb-page__confirm input:checked + span::before {
  background: #6e7175;
}
.cb-page__confirm input:checked + span::after {
  opacity: 1;
}
.cb-page__confirm input:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.cb-page__confirm span {
  display: block;
  position: relative;
  background: #e6e6e6;
  height: 48px;
  padding: 12px 16px 12px 52px;
  font-size: 18px;
  line-height: 1.35;
}
.cb-page__confirm span::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 12px;
  width: 25px;
  height: 25px;
  background: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cb-page__confirm span::after {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 17px;
  z-index: 1;
  width: 14px;
  height: 8px;
  border-width: 0 0 3px 3px;
  border-style: solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cb-page .widget-comparison {
  scroll-margin: 42px;
}
.cb-page .widget-comparison:not(:last-child) {
  margin-bottom: 100px;
}
@media all and (max-width: 640px) {
  .cb-page .widget-comparison:not(:last-child) {
    margin-bottom: 50px;
  }
}
.cb-page .widget-comparison > .result .slider .next, .cb-page .widget-comparison > .result .slider .prev {
  background-image: url(../img/icon_nav.svg);
}
.cb-page .widget-comparison > .selection {
  scroll-margin: 42px;
  pointer-events: none;
  opacity: 0.3;
  -webkit-transition: max-height 1s, opacity 0.5s;
  transition: max-height 1s, opacity 0.5s;
  will-change: max-height, opacity;
}
.cb-page .widget-comparison > .selection.is-active {
  pointer-events: auto;
  opacity: 1;
}
@media all and (max-width: 640px) {
  .cb-page .widget-comparison > .selection .title {
    pointer-events: none;
  }
}
.cb-page .widget-comparison > .button {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: max-height 1s, opacity 0.5s, padding-top 0.5s;
  transition: max-height 1s, opacity 0.5s, padding-top 0.5s;
  will-change: max-height, opacity, padding-top;
}
@media all and (max-width: 640px) {
  .cb-page .widget-comparison > .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.cb-page .widget-comparison > .button p {
  margin-top: 15px;
  color: #222;
  font-size: 14px;
}
.cb-page .widget-comparison > .button.is-shown {
  padding-top: 30px;
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: max-height 0.8s, opacity 0.5s;
  transition: max-height 0.8s, opacity 0.5s;
}
.cb-page .widget-comparison .result {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.cb-page .widget-comparison .result a {
  color: #0273ab !important;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.cb-page .widget-comparison .result a:not(:last-child) {
  margin-bottom: 12px;
}
.cb-page .widget-comparison .result p.note {
  font-size: 12px;
  width: 400px;
  padding-left: 2em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media all and (max-width: 640px) {
  .cb-page .widget-comparison .result p.note {
    font-size: 10px;
    width: 220px;
    padding: 1em;
    margin-left: 80px;
  }
}
@media all and (max-width: 640px) {
  .cb-page .widget-comparison .result .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cb-page .widget-comparison .result.is-shown {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: max-height 1s, opacity 0.5s;
  transition: max-height 1s, opacity 0.5s;
  will-change: max-height, opacity;
}
.cb-page__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.cb-page__back a {
  display: block;
  max-width: 330px;
  padding: 13px 55px 13px 20px;
  border: 2px solid #6e7175;
  background-color: #6e7175;
  color: #fefefe;
  font-size: 18px;
  position: relative;
}
.cb-page__back a::before {
  content: "";
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  right: 26px;
  background-image: url(../img/icon_arrow.svg);
}

.cb-page-category:not(:last-child) {
  margin-bottom: 40px;
}
@media all and (max-width: 640px) {
  .cb-page-category:not(:last-child) {
    margin-bottom: 30px;
  }
}
.cb-page-category__ttl {
  font-size: 22px;
  padding: 0 0 0.02em 0.6em;
  border-left: 6px solid #ccc;
  margin-left: 20px;
  margin-bottom: 1em;
}
@media all and (max-width: 640px) {
  .cb-page-category__ttl {
    font-size: 15px;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
}
.cb-page-category__grid {
  padding-left: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media all and (max-width: 640px) {
  .cb-page-category__grid {
    padding-left: 0;
    gap: 15px;
  }
}
.cb-page-category__grid--1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.cb-page-category__grid--2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cb-page-category__grid--4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media all and (max-width: 640px) {
  .cb-page-category__grid--4 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.cb-page-category__subgrid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media all and (max-width: 640px) {
  .cb-page-category__subgrid {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.cb-page-category__subgrid > ul {
  margin-top: -5px !important;
}
.cb-page-category__item input[type=radio][disabled] + label {
  cursor: not-allowed;
  opacity: 0.5;
}
.cb-page-category__subttl {
  font-size: 20px;
  margin-bottom: 1em;
}
@media all and (max-width: 640px) {
  .cb-page-category__subttl {
    font-size: 14px;
    margin-bottom: 0.8em;
  }
}
@media all and (max-width: 640px) {
  .cb-page-category__subttl--sp-2line {
    min-height: 3.2em;
  }
}

.widget-comparison > .result td:nth-child(n+2),
.widget-comparison > .result th:nth-child(n+2) {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
}