@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  overflow-x: visible !important;
}

body {
  overflow-x: visible !important;
}

@media screen and (max-width: 767px) {
  .mainframe_ {
    overflow-x: visible;
  }
}

.contents {
  overflow: visible;
}
.contents > * {
  overflow: hidden;
}

.p-comparison {
  overflow: visible;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-comparison {
    margin: 100px 0 70px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison {
    margin: 8.3333333333vw 0 5.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison {
    margin: 6.6666666667vw 0;
  }
}
.p-comparison img {
  height: auto;
}
.p-comparison__wrap {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-comparison__wrap {
    max-width: 1260px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__wrap {
    max-width: 99.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__wrap {
    padding-left: 3.2vw;
  }
}
.p-comparison__ttl {
  text-align: center;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 768px) {
  .p-comparison__ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__ttl {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__ttl {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__ttl {
    padding-bottom: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__ttl {
    padding-bottom: 1.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__ttl {
    padding-bottom: 4vw;
    margin-right: 3.2vw;
    margin-bottom: 8vw;
  }
}
.p-comparison__ttl::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #454b53;
}
@media screen and (min-width: 768px) {
  .p-comparison__ttl::after {
    width: 22px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__ttl::after {
    width: 1.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__ttl::after {
    width: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__tablewrap {
    overflow-x: scroll;
  }
}
.p-comparison__table {
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-comparison__table {
    width: 112.8vw;
  }
}
.p-comparison__table thead th {
  border-bottom: 1px solid #d8dee5;
  vertical-align: bottom;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-comparison__table thead th {
    position: sticky;
    left: 0;
    z-index: 30;
    top: 0;
    padding: 50px 0 10px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table thead th {
    padding: 4.1666666667vw 0 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table thead th {
    padding: 4vw 0 2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table thead th:first-of-type {
    width: 109px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table thead th:first-of-type {
    width: 9.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table thead th:first-of-type {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 30;
    background-color: #fff;
    width: 15.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table thead th:not(:first-of-type) {
    width: 297px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table thead th:not(:first-of-type) {
    width: 24.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table thead th:not(:first-of-type) {
    width: 32.4vw;
  }
}
.p-comparison__table thead th:nth-of-type(n+3) {
  border-left: 1px solid #d8dee5;
}
.p-comparison__table thead th a {
  transition: all 0.3s;
  text-decoration: none;
}
.p-comparison__table thead th a:hover {
  text-decoration: none;
}
.p-comparison__table thead th img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-comparison__table thead th img {
    width: 179px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table thead th img {
    width: 14.9166666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table thead th img {
    width: 30.4vw;
  }
}
.p-comparison__table thead th .ttl {
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-comparison__table thead th .ttl {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table thead th .ttl {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table thead th .ttl {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.4545454545;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table thead th .ttl {
    display: block;
    padding-right: 30px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table thead th .ttl {
    padding-right: 2.5vw;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table thead th .ttl {
    display: flex;
    align-items: center;
    padding-right: 4vw;
    margin-top: 1.6vw;
    min-height: 13.3333333333vw;
  }
}
.p-comparison__table thead th .ttl::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/ic-arrow.png) center/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-comparison__table thead th .ttl::after {
    width: 8px;
    height: 13px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table thead th .ttl::after {
    width: 0.6666666667vw;
    height: 1.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table thead th .ttl::after {
    width: 1.3333333333vw;
    height: 3.0666666667vw;
  }
}
.p-comparison__table tbody th {
  position: relative;
  border-bottom: 1px solid #d8dee5;
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody th {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody th {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody th {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody th {
    width: 109px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody th {
    width: 9.0833333333vw;
    padding: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody th {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 30;
    background-color: #fff;
    width: 15.7333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.p-comparison__table tbody th::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eaeaea;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody th::before {
    height: calc(100% - 15px);
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody th::before {
    height: calc(100% - 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody th::before {
    height: calc(100% - 2.6666666667vw);
  }
}
.p-comparison__table tbody td {
  text-align: center;
  border-bottom: 1px solid #d8dee5;
}
.p-comparison__table tbody td:not(:first-of-type) {
  border-left: 1px solid #d8dee5;
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.3333333333;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td {
    padding: 7.5px;
    width: 297px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td {
    padding: 0.625vw;
    width: 24.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td {
    padding: 1.3333333333vw 0;
    width: 32.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td.lh {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td.lh {
    line-height: 1.5555555556;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td.sp-small {
    font-size: calc(14 / 750 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .color-01 {
    width: 208px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .color-01 {
    width: 17.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .color-01 {
    width: 27.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .color-02 {
    width: 187px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .color-02 {
    width: 15.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .color-02 {
    width: 24.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .color-03 {
    width: 164px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .color-03 {
    width: 13.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .color-03 {
    width: 21.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .maru {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .maru {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .maru {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .bar {
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .bar {
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .bar {
    font-size: calc(14 / 750 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .notes {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .notes {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .notes {
    font-size: calc(12 / 750 * 100vw);
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .height {
    font-size: calc(16 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .height {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .height {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .height {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .mb {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .mb {
    margin-bottom: 0.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .mb {
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-comparison__table tbody td .img {
    width: 236px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .p-comparison__table tbody td .img {
    width: 19.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-comparison__table tbody td .img {
    width: 28.6666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}