body {
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #333333;
}
html {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 4vw;
  }
}
/*************
Googleフォント
*************/
.mplus {
  font-family: 'M PLUS 1p';
}
.roundedmplus {
  font-family: 'M PLUS Rounded 1c';
}
.notosansjp {
  font-family: 'Noto Sans JP';
}

/*************
文字関連
*************/
p {
  font-size: 1rem;
  margin-bottom: 0.5em;
  line-height: 2;
  color: #000000;
  margin: auto 10px;
}
h1,
.h1 {
  font-size: 5rem;
  margin-bottom: 1em;
  line-height: 1.8;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 1.4rem;
  margin-bottom: 1em;
  line-height: 1.9;
  font-weight: bold;
}
h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-just {
  text-align: justify;
}
.text p {
  margin-bottom: 1em;
}
.text p:last-of-type {
  margin-bottom: 0;
}
dd {
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
li {
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.font-150 {
  font-size: 150%;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.text-large {
  font-size: 1.5em;
}
/*************
画像関連
*************/
img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: initial;
}
/*************
CTA
*************/
.cta {
  position: relative;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
.cta img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cta-link {
  position: absolute;
  left: 46.2%;
  bottom: 10%;
  transform: translateX(-20%);
}
@media screen and (max-width: 1024px) {
  .cta-link {
    bottom: 7%;
  }
}

.cta-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.cta-link a:hover {
  opacity: 0.8;
}

/*************
公式 ボタン
*************/
.cta-btn {
  display: block;
  width: 100%;
  margin-top: 2em;
  text-align: center;
}
.cta-btn.official a {
  position: relative;
  background-color: #f0851b;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 300px;
  box-sizing: border-box;
  padding: 1em 3em;
  border-radius: 50px;
}
.cta-btn.official a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../img/icon/arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/********************
バナー .bunnar
*********************/
.banner a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  width: 100%;
}
.banner a img {
  display: block;
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*************

*************/
.w100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.float-wrap::after {
  content: '';
  display: block;
  clear: both;
}
.float-wrap .float-left {
  float: left;
}
.float-wrap .float-right {
  float: right;
}

.pink {
  color: #eb6da5;
}
.red {
  color: red;
  font-weight: bold;
}
.orange {
  color: #f0851b;
}
.marker {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #faf29c 0%);
}
.under-line {
  text-decoration: underline;
  font-weight: bold;
}
.mb-1em {
  margin-bottom: 1em !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.bold {
  font-weight: bold;
}
.full_none {
  display: none;
}
.inline-block {
  display: inline-block;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}
/********************
フッター　footer
*********************/
footer {
  background-color: #616160;
  text-align: center;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 35px;
}
footer .contents {
  margin-bottom: 35px;
}
footer a {
  font-weight: bold;
  font-size: 1.3rem;
  color: #ffffff;
}
footer p {
  font-weight: bold;
  color: #ffffff;
}
.footer-menu-list {
  display: flex;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
}
.footer-menu-list li {
  padding-top: 16px;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 16px;
  font-size: 13.2px;
  font-weight: normal;
  color: #382015;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .footer-menu-list {
    flex-direction: row;
    padding-bottom: 20px;
  }
  .footer-menu-list li {
    padding-top: 4px;
    padding-left: 1.2%;
    padding-right: 1.2%;
    padding-bottom: 4px;
    margin-left: 16px;
    margin-right: 16px;
    width: max-content;
  }
}
footer .footer-menu-block .footer-menu-list li a {
  font-size: 15.8px;
}
.copybg {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.copybg p {
  font-size: 12px;
}
/********************
section
*********************/
section {
  margin-top: 55px;
  margin-bottom: 55px;
}
section .contents {
  max-width: 840px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
section h2 {
  font-size: 2rem;
  margin: 100px 0;
}
section h3 {
}
section .contents .text {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
section .contents .image {
  margin-top: 2em;
  margin-bottom: 2em;
}
section .contents .image.sp-w100 {
  width: 100%;
}
@media screen and (max-width: 500px) {
  section .contents .image.sp-w100 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
section .contents .image-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
section .contents .image-items.gap0 {
  gap: 0;
}
section .contents .image-item {
  width: 100%;
}
section .contents .image-item img {
  width: 100%;
  height: auto;
}
section .contents .image-ttl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
section .contents .image-ttl img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .image-ttl {
    /**max-width: 200px;**/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
}

section .contents > *:last-of-type {
  margin-bottom: 0;
}
/********************
header
*********************/
header h1 {
  max-width: 980px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  background-color: #dbc0f7;
  box-sizing: border-box;
  padding: 15px 25px;
  margin: auto;
}
header p {
  max-width: 980px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  margin-bottom: 0;
}
/********************
比較表 .table-wrap
*********************/
.table-wrap.table-scroll {
  width: 100%;
  height: 850px;
  max-height: 90dvh;
  overflow: auto;
}
.table-wrap.table-scroll table {
  /*width: 3050px;*/
  /*width: max-content;*/
  table-layout: fixed;
  width: 100%;
}
.table-wrap {
  background-color: #f1f1f1;
  box-sizing: border-box;
  padding: 15px;
}
.table-wrap table {
}
.table-wrap table thead {
  position: sticky;
  top: -17px;
  z-index: 999;
}
.table-wrap table thead tr {
}
.table-wrap table thead tr th {
  border: 5px solid #f1f1f1;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
  width: 14em;
  font-size: 0.6rem;
  height: 200px;
}
/*
.table-wrap table th:first-of-type,
.table-wrap table td:first-of-type {
  border-left: none;
  border-right: none;
}
*/
/*
.table-wrap table th:nth-of-type(2), .table-wrap table td:nth-of-type(2){
    border-left: none;
    border-right: none;
    width: 10em;
}
.table-wrap table th:nth-of-type(3), .table-wrap table td:nth-of-type(3){
    border-left: none;
    border-right: none;
    width: 10em;
    box-sizing: border-box;
    padding: 1em;
}
*/
.table-wrap table thead tr th:first-of-type {
  /*background-color: #f1f1f1;*/
  width: 10em;
}
.table-wrap table tbody {
}
.table-wrap table tbody tr {
}
.table-wrap table tbody tr td {
  border: 5px solid #f1f1f1;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ffffff;
  vertical-align: text-top;
}
.table-wrap table .rank_item {
  position: relative;
  vertical-align: top;
  background: #fff;
  border-top: 5px solid #f1f1f1;
  border-bottom: 5px solid #f1f1f1;
  box-sizing: border-box;
  padding: 15px 10px;
  height: 100%;
}
.table-wrap table .rank_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.5px;
  height: 100%;
  background-color: #f1f1f1;
}
.table-wrap table .rank_item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.5px;
  height: 100%;
  background-color: #f1f1f1;
}
.table-wrap table .rank_inner {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  height: 100%;
  min-height: 250px;
}
.table-wrap table .rank_image {
  position: relative;
  margin: 0.5rem auto;
  max-width: 100px;
}
.table-wrap table .rank_icon {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.table-wrap table .rank_icon img {
  width: 100%;
  height: auto;
  z-index: 20;
}
.table-wrap table .rank_name {
  font-size: 0.7rem;
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.35;
}
.table-wrap table .rank_btn {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.table-wrap table .rank_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 5px;
  background-color: #46bdc6;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
}
.table-wrap table tbody tr th {
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: #acacac;
  vertical-align: middle;
  text-align: center;
  font-size: 0.7rem;
  color: #fff;
  border: 5px solid #f1f1f1;
}
.table-wrap table tbody tr td p {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.7rem;
  line-height: 1.75;
}
.table-wrap table tbody tr td span.icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.table-wrap table tbody tr td.maru2 span.icon {
  background-image: url(../img/icon/rating/horizontal/2maru.png);
}
.table-wrap table tbody tr td.maru span.icon {
  background-image: url(../img/icon/rating/horizontal/maru.png);
}
.table-wrap table tbody tr td.sankaku span.icon {
  background-image: url(../img/icon/rating/horizontal/sankaku.png);
}
.table-wrap table tbody tr td.batsu span.icon {
  background-image: url(../img/icon/rating/horizontal/batsu.png);
}

.table-wrap table tbody tr td.none span.icon {
  display: none;
}
.table-wrap table .btn {
  color: #ffffff;
  display: block;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 10%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 5px;
}
.table-wrap table .btn-official {
  background-color: #34b9b9;
}
@media screen and (max-width: 540px) {
  .table-wrap.table-scroll table {
    width: 175%;
  }
  .table-wrap table tbody tr th {
    display: block;
    width: 100vw;
    text-align: center;
    position: sticky;
    left: -17px;
    right: 0;
    border-top: 0;
    border-bottom: 0;
  }
}
/*
.table-wrap table tr td:first-of-type {
  position: sticky;
  left: -17px;
  z-index: 999;
}
.table-wrap table tr th:first-of-type {
  position: sticky;
  left: -17px;
  z-index: 999;
}
*/
/*
.table-wrap table tr td:nth-of-type(2){
    position: sticky;
    left: 6em;
    z-index: 9999;
}
*/
/*
.table-wrap table tr th:nth-of-type(2){
    position: sticky;
    left: 6em;
    z-index: 9999;
}
*/
/********************
比較表 詳細 .item-wrap
*********************/
.item-contents {
  counter-reset: number 0;
  margin-top: 80px;
}
.item-contents_ttl {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .item-contents_ttl {
    font-size: 1.5rem;
  }
}
.items {
  display: grid;
  gap: 70px;
  margin-top: 3rem;
}
@media screen and (max-width: 600px) {
  .items {
    gap: 50px;
    margin-top: 2rem;
  }
}
.item-wrap a:hover {
  opacity: 0.8;
}
.item-wrap h3 {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff;
}
.item-wrap h3:before {
  counter-increment: number 1;
  content: counter(number) '位：';
  display: inline;
  position: static;
  background: none;
  opacity: 1;
}
.item-wrap .img-wrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.item-wrap .img-wrap a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.item-wrap .detail-wrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.item-wrap .detail-wrap_text {
  margin-bottom: 2em;
  margin: auto 10px;
}
.item-wrap .detail-wrap h4 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.75em;
  line-height: 1.5;
}
.item-wrap .detail-wrap .detail-wrap_catch {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 1rem 1.5rem;
  background-color: #f1f1f1;
}
.item-wrap .detail-wrap .detail-wrap_catch .catch-ttl {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .item-wrap .detail-wrap .detail-wrap_catch .catch-ttl {
    font-size: 18px;
  }
}
.item-wrap .detail-wrap .detail-wrap_catch ul.catch-list {
  margin-top: 10px;
}
.item-wrap .detail-wrap .detail-wrap_catch ul.catch-list li {
  position: relative;
  margin-left: 1.75em;
}
.item-wrap .detail-wrap .detail-wrap_catch ul.catch-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 1em;
  height: 0.5em;
  border-left: 3px solid #6b49c5;
  border-bottom: 3px solid #6b49c5;
  transform: rotate(-45deg);
}
.item-wrap .detail-wrap .detail-wrap_catch ul.catch-list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.3em;
  left: -1.75em;
  border: 2px solid #6b49c5;
  width: 1.25em;
  height: 1.25em;
}
.item-wrap .detail-wrap_img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.item-wrap .detail-wrap_img img {
  width: 100%;
}
.item-wrap .detail-wrap_img.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.item-wrap .detail-wrap_item-wrap {
  margin-top: 60px;
}
.item-wrap h4.detail-wrap_item-ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .item-wrap h4.detail-wrap_item-ttl {
    font-size: 24px;
  }
}
.item-wrap .detail-wrap_items {
  margin-top: 30px;
  display: grid;
  gap: 70px;
}
.item-wrap .detail-wrap_item_heading {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1em;
  margin-bottom: 1em;
  font-size: 24px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .item-wrap .detail-wrap_item_heading {
    font-size: 18px;
  }
}
.item-wrap .detail-wrap_item_heading .label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  padding: 5px 0.5em 10px;
}
.item-wrap .detail-wrap_item_heading .text {
  margin: 0;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}
.item-wrap .detail-wrap_item_img {
  margin-top: 1em;
}
.item-wrap .detail-wrap_item_img.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  padding: 1em;
  background-color: #f1f1f1;
}
@media screen and (max-width: 600px) {
  .item-wrap .detail-wrap_item_img.col2 {
    grid-template-columns: 1fr;
  }
}
.item-wrap .detail-wrap_item_img.col2 img {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.item-wrap .detail-wrap_item_img.col2 .detail-wrap_item_img_item {
  display: grid;
  gap: 5px;
}
.item-wrap .detail-wrap_item_img.col2 .detail-wrap_item_img_item .caption {
  font-size: 0.7rem;
  text-align: center;
}
.item-wrap .detail-wrap_item_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  .item-wrap .detail-wrap_item_cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.item-wrap .detail-wrap_item_cards .detail-wrap_item_card {
  background-color: #e1e1e1;
}

.item-wrap .detail-wrap_item_cards .detail-wrap_item_card .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-weight: bold;
  text-align: center;
  background-color: #aaa;
  color: #fff;
}
.item-wrap .detail-wrap_item_cards .detail-wrap_item_card .text {
  padding: 0px 20px;
  font-size: 14px;
}
.item-wrap .detail-wrap_item_cards .detail-wrap_item_card .text ul.check {
  list-style: none;
}
.item-wrap .detail-wrap_item_cards .detail-wrap_item_card .text ul.check li {
  display: flex;
  gap: 5px;
}
.item-wrap .detail-wrap_item_cards .detail-wrap_item_card .text ul.check li:before {
  content: '✅';
}
.item-wrap .detail-wrap_bottom-text {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}
.item-wrap .detail-wrap_bottom-text p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .item-wrap .detail-wrap_bottom-text p {
    font-size: 16px;
    text-align: left;
    margin: 10px 20px;
  }
}
.summary {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .summary {
    margin-top: 20px;
  }
}
h3.summary_heading {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 600px) {
  h3.summary_heading {
    font-size: 20px;
  }
}
.summary_list {
  margin-top: 30px;
  list-style: disc;
  margin-left: 1.5em;
}
@media screen and (max-width: 600px) {
  .summary_list {
    margin-top: 20px;
  }
}
.summary_list li {
  font-size: 16px;
  margin: 10px 20px;
}

.item-wrap .spec-wrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.item-wrap .spec-wrap table {
  width: 100%;
}
.item-wrap .spec-wrap table tr {
}
.item-wrap .spec-wrap table th {
  padding: 1rem 1.1rem;
  background-color: #f8f8f8;
  border: 1px solid #bababa;
  width: 15em;
  vertical-align: middle;
}
.item-wrap .spec-wrap table td {
  padding: 1rem 1.1rem;
  border: 1px solid #bababa;
}
.item-wrap .spec-wrap table td ul li {
  margin-bottom: 0.25em;
}
.item-wrap .spec-wrap table td ul li:last-of-type {
  margin-bottom: 0;
}
.item-wrap .video-wrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.item-wrap .video-wrap h4 {
  text-align: center;
  font-size: 1.35rem;
  font-weight: bold;
}
.item-wrap .video-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/********************
.item-toc
*********************/
.item-toc {
  border-radius: 2rem;
  border: 3px solid #eeeeee;
  background-color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.item-toc h3 {
  font-size: 1.25rem;
  text-align: center;
  background-color: #ec98a8;
  box-sizing: border-box;
  padding: 0.5em 0.25em;
  border-radius: 2rem 2rem 0 0;
  margin: 0;
}
.item-toc ul {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  counter-reset: number 0;
}
.item-toc ul li {
  margin-left: 3em;
}
.item-toc ul li:before {
  counter-increment: number 1;
  content: counter(number) '位：';
  margin-left: -3em;
}
.item-toc ul li a {
  text-decoration: underline;
  color: #3d8867;
}
.item-toc ul li a:hover {
  opacity: 0.8;
}

/********************
リスト ul
*********************/
ul.disc {
  list-style: disc;
  margin-left: 1.5em;
}

/********************
メインビジュアル #kv
*********************/
#kv {
  max-width: 980px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#kv h1 {
  margin: 0;
}
#kv picture {
  display: block;
  text-align: center;
}
/********************
目次 #toc
*********************/
#toc .toc-wrap {
  position: relative;
  padding: 1.5em 18%;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  #toc .toc-wrap {
    padding: 1.5em 15%;
  }
}
#toc .toc-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
  background-color: #e3e3e3;
  z-index: -1;
}
#toc h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3f6da1;
  margin-bottom: 0.5em;
  margin: 10px 0;
}

#toc ul li ul {
  margin-top: 0.5em;
}
#toc ul li {
  margin: 0.5em 0;
  margin-left: 5%;
}
#toc ul li:first-of-type {
  margin-top: 0;
}
#toc ul li:last-of-type {
  margin-bottom: 0;
}
#toc ul li a {
  display: flex;
  gap: 0.5em;
  color: #3f6da1;
}
#toc ul li a:hover {
  opacity: 0.6;
}
#toc ul.sub-list li a::before {
  content: '-';
}

/*****************************************************************
@メディアクエリ
1121px以上適用
*****************************************************************/
@media screen and (min-width: 1121px) {
}

/*****************************************************************
@メディアクエリ
sm:768pxから991pxまで適用
*****************************************************************/
@media screen and (min-width: 768px) and (max-width: 991px) {
  /**************************
    入会キャンペーン #campaign
    ***************************/
  #campaign .flex-wrap {
    display: block;
  }
  #campaign .flex-wrap .text {
    width: 100%;
  }
  #campaign .flex-wrap .image {
    width: 100%;
    padding: 0%;
    margin-bottom: 2em;
    margin-top: 2em;
  }
}

/*****************************************************************
@メディアクエリ
xs:767pxまで適用
*****************************************************************/
@media screen and (max-width: 767px) {
  /********************
    
    *********************/
  .full_none {
    display: block;
  }
  section {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  section h2 {
    margin-top: 2em;
  }
  section h3 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
  section .contents .text:first-of-type {
    margin-top: 1em;
  }
  section .image {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  section .image img {
    width: 100%;
  }

  /********************
    メインビジュアル #kv
    *********************/
  #kv {
    width: 100%;
  }
  /********************
    header
    *********************/
  header h1 {
    font-size: 1.4rem;
    line-height: 1.5;
    width: 100%;
  }
  header p {
    width: 98%;
  }
  /********************
    ON-LABO NEXTとは
    *********************/
  main .contents.about {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*****************************************************************
@メディアクエリ
xs:550pxまで適用
*****************************************************************/
@media screen and (max-width: 550px) {
  .image {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .sp-text-justify {
    text-align: justify !important;
  }
  section .contents .text p .inline-block {
    display: inline;
  }
  /********************
    フッター　footer
    *********************/
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer p {
    font-size: 0.65rem;
    margin-bottom: 0;
  }

  /********************
    比較表 .table-wrap
    *********************/
  .table-wrap table tr td:nth-of-type(2) {
    position: static;
  }
  .table-wrap table tr th:nth-of-type(2) {
    position: static;
  }
  /********************
    比較表 詳細 .item-wrap
    *********************/
  .item-wrap .spec-wrap table {
    display: block;
    width: 100%;
  }
  .item-wrap .spec-wrap table tbody {
    display: block;
    width: 100%;
  }
  .item-wrap .spec-wrap table tr {
    display: block;
    width: 100%;
  }
  .item-wrap .spec-wrap table th {
    display: block;
    width: 100%;
  }
  .item-wrap .spec-wrap table td {
    display: block;
    width: 100%;
  }
  /********************
    .item-toc
    *********************/
  .item-toc {
    border-radius: 1rem;
  }
  .item-toc h3 {
    border-radius: 1rem 1rem 0 0;
  }
}

/********************
  utility
*********************/
.text-marker {
  font-weight: bold;
  padding-bottom: 3px;
  background: linear-gradient(transparent 50%, #977dff 0%);
}

.undergreen {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #a4ffbf 0%);
  font-weight: bold;
}

.underyellow {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #f9ee69 0%);
  font-weight: bold;
}

.underred {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #ff8484 0%);
  font-weight: bold;
}

.underyellow2 {
  padding-bottom: 2px;
  background: linear-gradient(transparent 50%, #f9ee69 0%);
  color: #ff0e0e;
  font-weight: bold;
}

/********************
  アフィ文言
*********************/
.afi-att {
  max-width: 992px;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
.afi-att p {
  margin: 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .afi-att {
    text-align: center;
  }
}

/********************
  ヘッダーナビゲーション
*********************/
.header-nav {
  position: relative;
  z-index: 999;
  display: flex;
  width: 95%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  background: #616160;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
  }
}

.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-nav_inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.header-nav_inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

.header-nav_inner ul li {
  margin: 0;
  width: 250px;
}

.header-nav_inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  color: rgb(51, 51, 51);
  border-radius: 5px;
}

@media screen and (max-width: 500px) {
  .header-nav_inner ul li {
    width: 50%;
  }
  .header-nav_inner ul li a {
    font-size: 3.2vw;
    text-align: center;
  }
  .header-nav_inner ul li:not(:first-child) a {
    border-left: 1px solid #fff;
  }
}
