@charset "UTF-8";
/*------- color -------*/
/* layout/_header 等で使用 */
/* デメリット見出し・inheritance-mdbox --demerit 等 */
/*------- mixin -------*/
.page-speedy .speedy-reason-diagram {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0;
}
@media not all and (min-width: 782px) {
  .page-speedy .speedy-reason-diagram {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.67vw;
  }
}
.page-speedy .speedy-reason-diagram .flex-item.--img {
  width: 26.04vw;
  margin-left: 0;
}
@media not all and (min-width: 782px) {
  .page-speedy .speedy-reason-diagram .flex-item.--img {
    width: calc(50% - 1.33vw);
  }
}
.page-speedy .speedy-reason-diagram .flex-item.--img + .--img {
  margin-left: 0;
}
.page-speedy .speedy-compare-table__scroll {
  overflow-x: auto;
}
@media not all and (min-width: 782px) {
  .page-speedy .speedy-compare-table__scroll {
    -webkit-overflow-scrolling: touch;
  }
  .page-speedy .speedy-compare-table__scroll::after {
    content: "スクロールできます";
    position: sticky;
    left: 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-top: 2.13vw;
    text-align: left;
    font-size: 3.2vw;
    line-height: 1.5;
    color: #595959;
    font-family: 'Noto Sans JP', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    font-weight: 400;
    pointer-events: none;
  }
}
.page-speedy .speedy-compare-table__table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1vw solid #008c32;
  table-layout: fixed;
  font-size: 0.94vw;
  line-height: 1.5555555556;
}
@media not all and (min-width: 782px) {
  .page-speedy .speedy-compare-table__table {
    min-width: 149.33vw;
    font-size: 3.73vw;
    line-height: 1.5714285714;
  }
}
.page-speedy .speedy-compare-table__table th,
.page-speedy .speedy-compare-table__table td {
  padding: 0.83vw 0.94vw;
  border: 0.05vw solid #8cce83;
  vertical-align: middle;
}
@media not all and (min-width: 782px) {
  .page-speedy .speedy-compare-table__table th,
  .page-speedy .speedy-compare-table__table td {
    padding: 2.67vw 2.13vw;
    border-width: 0.27vw;
  }
}
.page-speedy .speedy-compare-table__table thead th {
  background-color: #008c32;
  color: #fff;
  text-align: center;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
}
.page-speedy .speedy-compare-table__table tbody th {
  width: 9.38vw;
  background-color: #8cce83;
  color: #fff;
  text-align: center;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  border-bottom: 0.05vw solid #ffffff;
}
@media not all and (min-width: 782px) {
  .page-speedy .speedy-compare-table__table tbody th {
    width: 24vw;
    border-bottom-width: 0.27vw;
  }
}
.page-speedy .speedy-compare-table__table tbody td {
  width: calc((100% - 9.38vw) / 2);
  background-color: #fff;
  text-align: left;
}
@media not all and (min-width: 782px) {
  .page-speedy .speedy-compare-table__table tbody td {
    width: auto;
  }
}
.page-speedy .speedy-compare-table__note {
  margin-top: 0.63vw;
  font-size: 0.83vw;
  line-height: 1.625;
  color: #008c32;
  font-family: 'Kiwi Maru', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media not all and (min-width: 782px) {
  .page-speedy .speedy-compare-table__note {
    margin-top: 2.13vw;
    font-size: 3.47vw;
    line-height: 1.6923076923;
  }
}
/*# sourceMappingURL=speedy.css.map */