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;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
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;
}

/*************
画像関連
*************/
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 {
  margin-top: 2em;
}
.cta-btn_text {
  text-align: center;
  margin-bottom: 0.5em;
}
.cta-btn_wrap {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 10px;
}
.cta-btn .btn {
  display: block;
  text-align: center;
}
.cta-btn .btn a {
  position: relative;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  min-width: 300px;
  box-sizing: border-box;
  padding: 1em 3em;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btn .btn.official a {
  background-color: #f0851b;
}
.cta-btn .btn.detail a {
  background-color: #acacac;
}
.cta-btn .btn.official a::before,
.cta-btn .btn.detail 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;
}
.cta-btn .btn.width-full a {
  display: block;
  width: 100%;
  max-width: 500px;
}
/********************
バナー .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;
}
.orange02 {
  color: #ff5819;
}
.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;
  margin-top: auto;
}
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 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;
  font-weight: bold;
}
.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: 260px;
  padding-bottom: 10px;
}
.table-wrap table .rank_image {
  position: relative;
  margin: 0.5rem auto;
  max-width: 100px;
}
.table-wrap table .rank_icon {
  position: absolute;
  top: -15px;
  left: -10px;
  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;
  flex-wrap: wrap;
  align-content: 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;
  font-weight: bold;
}
.table-wrap table .rank_btn a.og {
  background-color: #ff4c00;
}
.table-wrap table tr th {
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: #34425D;
  vertical-align: middle;
  text-align: center;
  /* font-size: 0.7rem; */
  font-size: 16.8px;
  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;
  letter-spacing: 1px;
}
.table-wrap table tbody tr td p .red {
  font-size: 120%;
}
.table-wrap table tbody tr td span.icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
}
.table-wrap table tbody tr td.maru2 span.icon {
  background-image: url(../img/icon/rating/2maru.png);
}
.table-wrap table tbody tr td.maru span.icon {
  background-image: url(../img/icon/rating/maru.png);
}
.table-wrap table tbody tr td.sankaku span.icon {
  background-image: url(../img/icon/rating/sankaku.png);
}
.table-wrap table tbody tr td.batsu span.icon {
  background-image: url(../img/icon/rating/batsu.png);
}

.table-wrap table tbody tr td.none span.icon {
  display: none;
}
.table-wrap table tbody tr td span.icon + p {
  margin-top: 5px;
}
.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 {
    padding: 5px;
  }
  .table-wrap.table-scroll table {
    width: 180%;
  }
  .table-wrap table tr th {
    text-align: center;
    width: 22%;
    font-size: 3.3vw;
    padding: 5px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  .table-wrap table tr td {
    width: 28%;
    padding: 5px;
  }
  .table-wrap table .rank_name {
    /* font-size: 2.3vw; */
    letter-spacing: 1px;
    padding: 5px;
  }
  .table-wrap table .rank_inner {
    /* min-height: 255px; */
  }
  .table-wrap table .rank_btn a {
    /* font-size: 2.3vw; */
    letter-spacing: 1px;
  }
  .table-wrap table tbody tr td p {
    letter-spacing: 1px;
    /* font-size: 2.3vw; */
  }
  .table-wrap table tbody tr.box-vl td b {
    /* font-size: 2.3vw !important; */
  }
}
/*
.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_purple {
  font-weight: bold;
  padding-bottom: 3px;
  background: linear-gradient(transparent 50%, #977dff 0%);
}

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

.text-large_120 {
  font-size: 1.2em;
}

.text-large_150 {
  font-size: 1.5em;
}

.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;
}

.header-nav-shindan {
  position: sticky !important;
  top: 0;
  z-index: 999;
  display: flex;
  width: 95%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  background: #616160;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
  }
  .header-nav-shindan {
    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;
  }
}

/********************
  おすすめ
*********************/
.osusume {
  border: #414c59 solid 3px;
  background-image: linear-gradient(151deg, #ffffff 52%, #cfcfcf);
}
.osusume .tt {
  background-image: linear-gradient(151deg, #414c59 52%, #191e24);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
}
.osusume ul {
  padding: 20px 30px;
}
.osusume ul li {
  background: url(../img/icon/ic_check.png) no-repeat left 0.3em;
  background-size: 30px;
  padding-left: 40px;
  line-height: 1.5;
  min-height: 30px;
}
#toc.ad .contents {
  text-align: center;
}
#toc.ad .contents .toc-wrap {
  border: #414c59 solid 3px;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
#toc.ad .contents .toc-wrap .toc-tt h2 {
  margin: 0;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}
#toc.ad .contents .toc-wrap .toc-tt h2:after {
  content: '[ 表示▼ ]';
  margin-left: 10px;
  color: #3f6da1;
  font-size: 70%;
}
#toc.ad .contents .toc-wrap .toc-tt.selected h2:after {
  content: '[ 非表示▲ ]';
  transition: 0.2s;
}
#toc.ad .contents .toc-wrap .toc-list {
  padding: 20px 30px;
  display: none;
}
#toc.ad .contents .toc-wrap .toc-list li {
  list-style: disc;
  line-height: 1.3;
}
#toc.ad .contents .toc-wrap .toc-list ul li a {
  text-decoration: underline;
}
#toc.ad .contents .toc-wrap .toc-list ul li a:hover {
  text-decoration: none;
}

/********************
  セクション
*********************/
section h2.tt-tx {
  background-image: linear-gradient(151deg, #414c59 52%, #191e24);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  display: flex;
  align-items: stretch;
  line-height: 1.2;
}
section h2.tt-tx .s {
  display: block;
  font-size: 70%;
  font-weight: 400;
}
section h2.tt-tx .no {
  display: block;
  background: #000;
  padding: 20px;
  font-size: 50px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
section h2.tt-tx div {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section h2.tt-tx strong {
  font-size: 120%;
}
section .tx-box {
  padding: 20px 0;
}
section .tx-box p {
  margin-bottom: 20px;
}
section .tx-box p a {
  text-decoration: underline;
}
section .tx-box p a:hover {
  text-decoration: none;
}
section .tx-box .image-item {
  text-align: center;
  margin-top: 40px;
}
section .tx-box .image-item img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
section .tx-box .image-item .img-tx {
  margin: 0 auto 10px;
  max-width: 300px;
  background: #ff5819;
  padding: 7px 10px;
  font-weight: bold;
  color: #fff;
}
section .tx-box .image-item ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .tx-box .image-item ul li {
  margin: 0 10px;
}
section .tx-box .image-item ul li img {
  width: auto;
}
section .tx-box .copy {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
}
section .tx-box .copy::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #000;
}
section .tx-box p.s {
  font-size: 70%;
}
section .tx-box p.right {
  text-align: right;
}

/********************
  レビュー
*********************/
.review {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.review .rv-img {
  width: 150px;
  margin-right: 10px;
}
.review .tx {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border-radius: 5px;
  background-color: #fbd8d8;
  text-align: left;
}
.review .tx::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #fbd8d8 transparent transparent;
  translate: -100% -50%;
}

/********************
  ポイントリスト
*********************/
.pt-list dl dt {
  background: #ddd;
  padding: 20px 60px 20px 10px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  display: flex;
}
.pt-list dl dt:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/icon/btn_arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: 0.2s;
  background-size: 25px 25px;
}
.pt-list dl dt b.no {
  margin-right: 10px;
  letter-spacing: 0;
  transform: scale(0.8, 1);
}
.pt-list dl dt.selected:after {
  transform: translateY(-50%) rotate(180deg);
  transition: 0.2s;
}
.pt-list dl dd {
  border: #ddd solid 1px;
  padding: 20px 30px;
  display: none;
}

/********************
  ランキング表
*********************/
.table-wrap table tbody tr.box-vl td b {
  display: block;
  padding: 2px 5px;
  border-radius: 5px;
  margin-bottom: 3px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
.table-wrap table tbody tr.box-vl td .yl {
  background: #ffe84d;
}
.table-wrap table tbody tr.box-vl td .bl {
  background: #acdee9;
}
.table-wrap table tbody tr.box-vl td .pp {
  background: #eabaf4;
}
.table-wrap table tbody tr.box-vl td .pk {
  background: #f8cbcb;
}
.table-wrap table tbody tr.box-vl td .gr {
  background: #b5e4a0;
}
.table-wrap table tbody tr.box-vl td .dpk {
  background: #dbb4b4;
}

@media screen and (max-width: 550px) {
  .osusume .tt {
    font-size: 5vw;
    padding: 10px;
  }
  .osusume ul {
    padding: 20px 20px;
  }
  .osusume ul li {
    font-size: 3.5vw;
    background: url(../img/icon/ic_check.png) no-repeat left 0.2em;
    background-size: 25px;
    padding-left: 30px;
  }
  #toc.ad .contents .toc-wrap .toc-tt h2 {
    font-size: 5vw;
  }
  #toc.ad .contents .toc-wrap .toc-list {
    padding: 20px 20px;
  }
  #toc.ad .contents .toc-wrap .toc-list li {
    font-size: 3.5vw;
  }
  section h2.tt-tx .no {
    font-size: 8vw;
    padding: 10px;
  }
  section h2.tt-tx {
    font-size: 5vw;
  }
  section .tx-box {
    padding: 10px 0;
  }
  section .tx-box .copy {
    font-size: 5.5vw;
    padding-bottom: 10px;
  }
  section .tx-box .copy::after {
    width: 30px;
  }
  section .tx-box .image-item {
    margin-top: 20px;
  }

  .review .rv-img {
    width: 150px;
  }
}

/********************
  診断ページ
*********************/
.shindan-area {
  width: 100%;
  margin-top: 40px;
}

.shindan-area .shindan-box {
  width: 100%;
  border: 1px solid #616160;
}

.shindan-box .question-item {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.shindan-box .question-item:first-child {
  display: block;
}

.shindan-box .question-item .question-title {
  padding: 20px 20px 10px 20px;
  background: #616160;
}

.shindan-box .question-item .question {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px;
  margin: 0 0 17px 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.shindan-box .question-item .question::before {
  content: attr(data-text) '';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #faf29c;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding-bottom: 4px;
}

.shindan-box .question-item .question-body {
  padding: 20px 20px 10px 20px;
  background: #fff;
}

.shindan-box .question-item .select-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.shindan-box .question-item .select-items.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media screen and (max-width: 576px) {
  .shindan-box .question-item .select-items.col-2 {
    grid-template-columns: 1fr;
  }
}

.shindan-box .question-item .select-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.shindan-box .question-item .select-item.selected label {
  background: linear-gradient(to bottom, #ffcd45 0%, #efab16 100%);
  color: #fff;
  border-color: #efab16;
}

.shindan-box .question-item .select-item label input {
  display: none;
}

.shindan-box .question-item .select-item label .radio-text {
  display: inline-block;
  width: 100%;
}

.shindan-box .question-item .question-navigation {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.shindan-box .question-item .question-navigation.justify-end {
  justify-content: flex-end;
}

.shindan-box .question-item .btn {
  display: block;
  width: 50%;
  max-width: 200px;
  padding: 15px;
  background: linear-gradient(to bottom, #fea825 0%, #ff5001 100%);
  border-radius: 5px;
  border: 1px solid #ff5001;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/********************
  診断結果
*********************/
.diagnosis {
  width: 100%;
  counter-reset: number 0;
}

.diagnosis_title {
  width: 100%;
}
.diagnosis_title img {
  width: 100%;
}

.diagnosis_body {
  width: 100%;
}

.diagnosis_body-cta {
  width: 100%;
  margin-top: 60px;
}

/********************
  ボタンアニメーション
*********************/
.animation-btn-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 5px;
  animation: btn-shadow-animation 2.5s ease-in-out infinite;
}

a.animation-btn {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ff5819 !important;
  color: #fff !important;
  overflow: hidden;

}

a.animation-btn::before {
  content: '';
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  animation: btn-flash-animation 2.5s ease-in-out infinite;
}

@keyframes btn-shadow-animation {
  0% {
    box-shadow: 0 4px 0 rgba(177, 98, 32, 1);
    transform: translateY(0);
  }
  80% {
    box-shadow: 0 4px 0 rgba(177, 98, 32, 1);
    transform: translateY(0);
  }
  85% {
    box-shadow: 0 0 0 rgba(177, 98, 32, 1);
    transform: translateY(4px);
  }
  90% {
    box-shadow: 0 4px 0 rgba(177, 98, 32, 1);
    transform: translateY(0);
  }
  100% {
    box-shadow: 0 4px 0 rgba(177, 98, 32, 1);
    transform: translateY(0);
  }
}

@keyframes btn-flash-animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  82% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}


.item-wrap .detail-wrap_item p {
    margin-bottom: 1em;
}
.item-wrap .detail-wrap_item p:last-child {
margin-bottom:0;
}