@charset "UTF-8";

/*
 *
 * style.scss
 *
 */
/*
 *
 * _media_query.scss
 *
 */
/* ------------------------------------------------------------
 ブレイクポイント
------------------------------------------------------------ */
/* ------------------------------------------------------------
 大きめPC
------------------------------------------------------------ */
/* ------------------------------------------------------------
 PC
------------------------------------------------------------ */
/* ------------------------------------------------------------
 タブレット
------------------------------------------------------------ */
/* ------------------------------------------------------------
 スマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 小さめスマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ホバーエフェクト
------------------------------------------------------------ */
/*
 *
 * _variables.scss
 *
 */
/* ------------------------------------------------------------
 変数設定
------------------------------------------------------------ */
/* ------------------------------------------------------------
 カラーパレット
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テーマカラー
------------------------------------------------------------ */
/* ------------------------------------------------------------
 背景色
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テキスト
------------------------------------------------------------ */
/* 本文の見出し1 */
/* 本文の黒見出し */
/* 本文の色付きテキスト1 */
/* 本文の黒テキスト */
/* 本文中のリンク */
/* リンクホーバー時 */
/* ------------------------------------------------------------
 表
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ボタン
------------------------------------------------------------ */
/* ------------------------------------------------------------
  独自リセット・共通スタイル
 ------------------------------------------------------------ */
html {
  font-size: 100%;
}

@media (max-width: 959px) {
  html {
    font-size: 94%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
}

body {
  /* 游ゴシック体 */
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

a {
  text-decoration: none;
  transition-duration: .2s;
}

@media (min-width: 960px) {
  a:hover {
    transition-duration: .2s;
  }
}

@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

p {
  line-height: 1.9;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  vertical-align: bottom;
  max-width: none;
}

*:focus {
  outline: none;
}

/* ------------------------------------------------------------
  .strong 文字装飾
------------------------------------------------------------ */
.strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------------------------
  .ib inline-blockで改行
------------------------------------------------------------ */
.ib {
  display: inline;
}

@media (max-width: 959px) {
  .ib {
    display: inline-block;
  }
}

/* ------------------------------------------------------------
  header ヘッダー
------------------------------------------------------------ */
.body-wrapper {
  overflow-x: hidden;
  min-width: 1120px;
}

@media (max-width: 959px) {
  .body-wrapper {
    min-width: unset;
  }
}

/* ------------------------------------------------------------
  header ヘッダー
------------------------------------------------------------ */
.header {
  background: #4169e1;
  padding: 16px 32px;
}

.header .header__title {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: .03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 959px) {
  .header .header__title {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .header .header__title {
    font-size: 1.3rem;
  }
}

.header .header__title span {
  background: #E1B941;
  padding: 6px 12px;
  font-size: .4em;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 8px;
}

/* ------------------------------------------------------------
  main-visual メインビジュアル
------------------------------------------------------------ */
.main-visual {
  position: relative;
}

.main-visual .main-visual__bg {
  width: 100%;
  height: 560px;
}


@media (max-width: 959px) {
  .main-visual .main-visual__bg {
    height: auto;
  }
}

.main-visual .main-visual__bg picture,
.main-visual .main-visual__bg img {
  width: 100%;
  height: 100%;
}

.main-visual .main-visual__text {
  position: absolute;
  width: 1120px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media (max-width: 959px) {
  .main-visual .main-visual__text {
    display: none;
  }
}


/*2025/6/3追記*/

/*.main-visual img {
  width: 100%;
}*/

.fv-woman2 {
  max-height: 560px;
  width: auto;
  display: block;
  margin: auto;
}

img.fv_pr_img {
  width: 70px;
  height: auto;
  position: absolute;
  left: 90% !important;
  top: 2em;
  z-index: 999;
}
@media (max-width: 959px) {
  .fv-woman2 {
   width: 100%;
}
  img.fv_pr_img {
   width: 40px !important;
   left: 92% !important; 
  }
}
@media (max-width: 500px) {
  .fv-woman2 {
   width: 100%;
}
  img.fv_pr_img {
   width: 40px !important;
   left: 88% !important; 
  }
}

/* ------------------------------------------------------------
  section
------------------------------------------------------------ */
.section {
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.section .section__inner {
  margin: auto;
}

/* ------------------------------------------------------------
  section.SearchForm
------------------------------------------------------------ */
.section.SearchForm {
  margin-top: -24px;
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .section.SearchForm {
    padding-bottom: 56px;
  }
}

.section.SearchForm .section__inner {
  max-width: 880px;
}

/* ------------------------------------------------------------
  search-form
------------------------------------------------------------ */
.search-form {
  position: relative;
  border: 3px solid #4169e1;
}

.search-form .search-form__head {
  background: #4169e1;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 48px;
  font-size: 2.4rem;
}

@media (max-width: 959px) {
  .search-form .search-form__head {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .search-form .search-form__head {
    font-size: 1.5rem;
    padding: 16px 32px;
  }
}

.search-form .search-form__head .bg {
  background: #fff;
  color: #f49e05;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 1.75rem;
  margin-bottom: 8px;
}

@media (max-width: 959px) {
  .search-form .search-form__head .bg {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .search-form .search-form__head .bg {
    font-size: .75rem;
  }
}

@media (max-width: 499px) {
  .search-form .search-form__head .main.pc {
    display: none;
  }
}

.search-form .search-form__head .main.sp {
  display: none;
}

@media (max-width: 499px) {
  .search-form .search-form__head .main.sp {
    display: block;
  }
}

.search-form .search-form__body {
  background: #F1FAFF;
  padding: 48px 48px;
  text-align: center;
}

@media (max-width: 959px) {
  .search-form .search-form__body {
    padding: 32px 32px;
  }
}

@media (max-width: 767px) {
  .search-form .search-form__body {
    padding: 32px 16px;
  }
}

@media (max-width: 499px) {
  .search-form .search-form__body {
    padding: 32px 12px;
  }
}

/* ------------------------------------------------------------
  search-form__item
------------------------------------------------------------ */
.search-form__item .search-form__item__head {
  color: #313131;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  margin: auto;
  display: table;
  padding: 0 32px 4px;
  border-bottom: 2px solid #E1B941;
  line-height: 1.2;
}

.search-form__item .search-form__item__radio {
  margin-top: 12px;
  background: #fff;
  display: flex;
  padding: 16px 160px;
  justify-content: center;
  position: relative;
  font-size: 1rem;
  color: #313131;
  flex-wrap: wrap;
}

.search-form__item .search-form__item__radio.company {
  justify-content: space-between;
}

@media (max-width: 959px) {
  .search-form__item .search-form__item__radio {
    padding: 16px 32px;
  }
}

@media (max-width: 767px) {
  .search-form__item .search-form__item__radio {
    padding: 16px 8px;
    font-size: .9rem;
  }
}

.search-form__item .search-form__item__radio label {
  width: calc(50% - 12px);
  text-align: left;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  vertical-align: middle;
}

.search-form__item .search-form__item__radio.company label {
  width: calc(34% - 12px);
}

@media (max-width: 959px) {
  .search-form__item .search-form__item__radio label {
    width: calc(40% - 12px);
  }
}

@media (max-width: 767px) {
  .search-form__item .search-form__item__radio label {
    width: calc(50% - 6px);
  }
}

@media (max-width: 499px) {
  .search-form__item .search-form__item__radio label {
    width: calc(50% - 4px);
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .search-form__item .search-form__item__radio label span {
    display: none;
  }
}

.search-form__item .search-form__item__radio label input {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  vertical-align: middle;
}

.search-form__item .search-form__item__radio label:nth-of-type(2),
.search-form__item .search-form__item__radio label:nth-of-type(4) {
  margin-left: 24px;
}

@media (max-width: 767px) {

  .search-form__item .search-form__item__radio label:nth-of-type(2),
  .search-form__item .search-form__item__radio label:nth-of-type(4) {
    margin-left: 12px;
  }
}

@media (max-width: 499px) {

  .search-form__item .search-form__item__radio label:nth-of-type(2),
  .search-form__item .search-form__item__radio label:nth-of-type(4) {
    margin-left: 8px;
  }
}

.search-form__item .search-form__item__radio label:nth-of-type(3),
.search-form__item .search-form__item__radio label:nth-of-type(4) {
  margin-top: 12px;
}

.search-form__item .search-form__item__radio.company label:nth-of-type(3) {
  margin-top: 0;
}

@media (max-width: 767px) {
  .search-form__item .search-form__item__radio label:nth-of-type(3),
  .search-form__item .search-form__item__radio label:nth-of-type(4) {
    margin-top: 16px;
  }
  .search-form__item .search-form__item__radio.company label:nth-of-type(3) {
    margin-top: 0;
  }
}

.search-form__item .search-form__item__error {
  color: #FE0000;
  font-size: .9rem;
  width: 100%;
  margin-top: 8px;
  margin-bottom: -8px;
}

.search-form__item .search-form__item__radio+.search-form__item__radio {
  margin-top: 0;
  position: relative;
}

.search-form__item .search-form__item__radio+.search-form__item__radio::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background: #F2F2F2;
}

@media (max-width: 767px) {
  .search-form__item .search-form__item__radio+.search-form__item__radio::before {
    width: calc(100% - 16px);
  }
}

.search-form__item .search-form__item__radio__label {
  position: absolute;
  left: 72px;
}

.search-form__item .search-form__item__radio__label span {
  background: #1a1a1a;
  color: #fff;
  font-size: .8em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 4px 8px;
  line-height: 1.2;
  border-radius: 2px;
}

@media (max-width: 959px) {
  .search-form__item .search-form__item__radio__label {
    position: static;
    left: unset;
    width: 100%;
    margin-bottom: 12px;
  }
}

.search-form__item+.search-form__item {
  margin-top: 32px;
}

.search-form__button {
  background: #E1B941;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .05em;
  padding: 8px 0;
  width: 65%;
  cursor: pointer;
  margin-top: 40px;
  transition-duration: .2s;
  outline: none;
  border: none;
}

@media (max-width: 959px) {
  .search-form__button {
    width: calc(100% - 24px);
  }
}

.search-form__button img {
  display: inline-block;
  margin-right: 8px;
  width: 40px;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 959px) {
  .search-form__button img {
    width: 36px;
  }
}

@media (min-width: 960px) {
  .search-form__button:hover {
    opacity: .75;
  }
}

/* ------------------------------------------------------------
  search-result
------------------------------------------------------------ */
.search-result {
  display: none;
  position: relative;
  border: 3px solid #4169e1;
}

.search-result .search-result__loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-result .search-result__loader img {
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .search-result .search-result__loader img {
    width: 80px;
    height: 80px;
  }
}

.search-result .search-result__head {
  background: #4169e1;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 48px;
  font-size: 2.4rem;
}

@media (max-width: 959px) {
  .search-result .search-result__head {
    font-size: 2.1rem;
    padding: 16px 32px;
  }
}

@media (max-width: 767px) {
  .search-result .search-result__head {
    font-size: 1.5rem;
    padding: 16px 16px;
  }
}

@media (max-width: 499px) {
  .search-result .search-result__head {
    font-size: 1.4rem;
  }
}

.search-result .search-result__head .bg {
  background: #fff;
  color: #4169e1;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

@media (max-width: 959px) {
  .search-result .search-result__head .bg {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .search-result .search-result__head .bg {
    font-size: .75rem;
  }
}

.search-result .search-result__head .main {
  line-height: 1.1;
}

.search-result .search-result__head .strong {
  font-size: 1.5em;
  color: #E1B941;
  margin: 0 3px;
}

.search-result .search-result__body {
  background: #F1FAFF;
  padding: 48px 48px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 959px) {
  .search-result .search-result__body {
    padding: 32px 32px;
  }
}

@media (max-width: 767px) {
  .search-result .search-result__body {
    padding: 32px 16px;
  }
}

.search-result .search-result__back {
  font-size: .85rem;
  color: #313131;
  background: #E7E7E7;
  padding: 8px 16px;
  display: table;
  margin: 32px auto 0;
  line-height: 1.2;
  cursor: pointer;
  transition-duration: .2s;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
}

@media (min-width: 960px) {
  .search-result .search-result__back:hover {
    opacity: .75;
  }
}

.search-result .table-caution {
  display: block;
  text-align: left;
  margin-top: 0;
}

.search-result .table-wrapper {
  overflow-x: scroll;
  margin-top: 0;
  width: 100%;
  padding-right: 0;
}

.search-result .comparison-table tbody tr {
  background: transparent;
}

.search-result .comparison-table tbody tr[data-recommend-order="1"] th a {
  animation: bounce 1s ease 1.5s 1 forwards;
}

.search-result .comparison-table tbody tr[data-recommend-order="2"] th a {
  animation: bounce 1s ease 2.2s 1 forwards;
}

.search-result .comparison-table tbody tr[data-recommend-order="3"] th a {
  animation: bounce 1s ease 2.9s 1 forwards;
}

/* ------------------------------------------------------------
  bounce
------------------------------------------------------------ */
@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }

  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }

  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }

  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }

  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }

  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

/* ------------------------------------------------------------
  section.Best3
------------------------------------------------------------ */
.section.Best3 {
  padding-bottom: 160px;
  position: relative;
}

@media (max-width: 767px) {
  .section.Best3 {
    padding-bottom: 96px;
  }
}

.section.Best3::after {
  content: "";
  background: url(../webp/bg_building.webp);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

@media (max-width: 767px) {
  .section.Best3::after {
    height: 64px;
  }
}

.section.Best3 .section__inner {
  max-width: 1000px;
}

.section.Best3 .section__head {
  width: 150vw;
  margin: 0 calc(50% - 75vw);
  background: #4169e1;
  padding: 8px 0;
  text-align: center;
}

@media (max-width: 959px) {
  .section.Best3 .section__head {
    width: calc(100% + 80px);
    margin: 0 0 0 -40px;
    padding: 8px 40px;
  }
}

@media (max-width: 767px) {
  .section.Best3 .section__head {
    width: calc(100% + 32px);
    margin: 0 0 0 -16px;
    padding: 8px 16px;
  }
}

.section.Best3 .section__head img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 1000px;
}

.section.Best3 .button {
  border: 2px solid #B3B3B3;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3B3B3;
  padding: 12px 48px;
  display: table;
  margin: 40px auto 0;
  border-radius: 4px;
  line-height: 1.2;
  cursor: pointer;
  transition-duration: .2s;
}

.section.Best3 .button img {
  display: inline-block;
  margin-left: 16px;
  width: 18px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 960px) {
  .section.Best3 .button:hover {
    opacity: .75;
  }
}

/* ------------------------------------------------------------
  features-list
------------------------------------------------------------ */
.features-list {
  width: 100%;
  display: flex;
  align-items: center;  /* 追加 */
  flex-direction: column;  /* 追加 */
  padding: 0 15px;
}

.features-list .features-wrap {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
}

.features-list .features-wrap div {
  position: relative;
  display: inline-block;
  margin: auto;
  margin-bottom: -18px;
  padding: 10px 0;
  border-radius: 100px;
  background-color: #2048c1; /* 吹き出しの色 */
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  width: 50%;
  text-align: center;
}

.features-list .features-wrap div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #2048c1 transparent transparent; /* 吹き出しの色 */
  translate: -50% 100%;
}

.features-list .features-wrap02 div {
  background-color: #e64332; /* 吹き出しの色 */
}

.features-list .features-wrap02 div::after {
  border-color: #e64332 transparent transparent; /* 吹き出しの色 */
}

.features-list .features-wrap ul {
  background-color: #F2F2F2;
  padding: 40px 16px 20px;
  flex: 1;
  border-radius: 6px;
  width: 60%;  /* 追加 */
  margin: 0 auto;  /* 追加 */
}

.features-list .features-wrap ul li {
  position: relative;
  padding-left: 20px;
}

.features-list .features-wrap ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 50%;
  background-color: #2048c1; /* テキスト横の丸の色 */
}

.features-list .features-wrap ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.features-list .features-wrap02 ul li:before {
  background-color: #e64332; /* テキスト横の丸の色 */
}

@media (max-width: 767px) {
  .features-list {
    flex-direction: column;
    gap: 1em;
  }

  .features-list .features-wrap {
    width: 100%;
    ;
  }

  .features-list .features-wrap div {
    width: 90%;  /* 幅を90%に設定 */
    font-size: 18px;
  }
  .features-list .features-wrap ul {
    width: 90%;  /* リストの幅も90%に設定 */
  }
}

/* ------------------------------------------------------------
  table-wrapper
------------------------------------------------------------ */
.table-wrapper {
  margin-top: 64px;
}

@media (max-width: 959px) {
  .table-wrapper {
    margin-top: 12px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    width: 100%;
  }
}

/* ------------------------------------------------------------
  table-caution
------------------------------------------------------------ */
.table-caution {
  display: none;
  margin-top: 32px;
  color: #FE0000;
  font-size: .8rem;
}

@media (max-width: 959px) {
  .table-caution {
    display: block;
  }
}

@media (max-width: 767px) {
  .table-caution {
    margin-top: 24px;
  }
}

/* ------------------------------------------------------------
  comparison-table
------------------------------------------------------------ */
.comparison-table {
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #666;
  font-weight: 600;
  width: 1000px;
}

@media (max-width: 767px) {
  .comparison-table {
    width: 800px;
  }
}

.comparison-table thead th {
  background: #4169E1;
  color: #fff;
  padding: 12px 6px;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .95rem;
}

.comparison-table thead tr th:not(:last-child) {
  border-right: 1px solid #E1E1E1;
}

.comparison-table tbody {
  text-align: center;
}

.comparison-table tbody tr+tr {
  border-top: 1px solid #E1E1E1;
}

.comparison-table tbody tr th,
.comparison-table tbody tr td:not(:last-child) {
  border-right: 1px solid #E1E1E1;
}

.comparison-table tbody tr td:nth-child(2) {
  font-size: .8rem;
}

.comparison-table tbody tr td:nth-child(3) {
  font-size: 1.2rem;
}
.comparison-table tbody tr td:nth-child(3) p {
  margin-top: -5px;
}

.comparison-table tbody tr.emphasis {
  border: 4px solid #f06444;
  background-color: #fff1ee;
}

.comparison-table tbody tr.emphasis th,
.comparison-table tbody tr.emphasis td:last-of-type {
  background-color: #fff1ee;
  width: 20%;
}

.comparison-table tbody tr.emphasis th .no1 {
  background-color: #f06444;
  color: #fff;
  display: block;
  position: relative;
  width: 60%;
  margin: -40px auto 20px;
  border: 1px solid #fff1ee;
}
@media (max-width: 959px) {
  .comparison-table tbody tr.emphasis th .no1 {
    width: 100%;
  }
}
.comparison-table tbody tr.emphasis th .no1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 8px solid #f06444;
}

.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}

.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*.comparison-table tbody tr td:nth-child(4) {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/

.comparison-table tbody tr.hidden-row {
  display: none;
}

.comparison-table tbody th {
  text-align: center;
  width: 200px;
  padding: 10px 0 20px;
}

.comparison-table tbody th .ranking-img {
  width: 40%;
}

.comparison-table tbody th a {
  display: flex;
  flex-direction: column;
  padding: 4px 12px 0 12px;
  position: relative;
  color: #4169e1;
}

.comparison-table tbody th a img {
  width: 100%;
}

.comparison-table .table_tag {
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .comparison-table tbody th a:hover {
    opacity: .75;
  }
}

/* .comparison-table tbody th a::after {
  content: "";
  background: url(../webp/button_official_site.webp);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 36px;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
} */

.comparison-table tbody td {
  color: #313131;
  padding: 8px;
  line-height: 1.3;
}

.comparison-table tbody td .lg {
  font-size: 1.5em;
}

.comparison-table tbody td .sm {
  font-size: .8em;
}

.comparison-table tbody td ul li {
  position: relative;
  padding-left: 24px;
  text-align: left;
  font-size: .85rem;
  line-height: 1.5;
}

.comparison-table tbody td ul li+li {
  margin-top: 4px;
}

.comparison-table tbody td ul li::before {
  content: "";
  background: url(../webp/icon_check.webp);
  background-repeat: no-repeat;
  width: 14px;
  height: 100%;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}

.comparison-table tbody td.highlight01 {
  color: #fff;
  background: #EB695B;
}

.comparison-table tbody td.highlight02 {
  color: #fff;
  background: #EEC758;
}

.comparison-table tbody td.red {
  color: #FE0000;
}

.comparison-table tbody td.red .sm {
  color: #313131;
}

/* 今すぐ申込む・公式サイトのリンクスタイル */
.comparison-table tbody td a.cta-link, 
.comparison-table tbody td a.site-link {
  background: #F4E511;
  color: #313131;
  padding: 0.6em 0.8em;
  transition-duration: 0.3s;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  margin: 5px auto 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 0 #B59E3A;
  font-weight: 600;
  width: 75%;
}
.comparison-table tbody td a.site-link {
  background: #b5c5f6;
  box-shadow: 0 5px 0 #788bc3;
}

@media (min-width: 960px) {
  .comparison-table tbody td a.cta-link:hover, 
  .comparison-table tbody td a.site-link:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 #B59E3A;
    opacity: 0.75;
  }
  .comparison-table tbody td a.site-link:hover {
    box-shadow: 0 0 0 #788bc3;
  }
}

/*.comparison-table tbody th {
  width: 200px;
}

@media (max-width: 767px) {
  .comparison-table tbody th {
    width: 150px;
  }
}

.comparison-table tbody td:nth-child(2) {
  width: 200px;
}

@media (max-width: 767px) {
  .comparison-table tbody td:nth-child(2) {
    width: 150px;
  }
}

.comparison-table tbody td:nth-child(3) {
  width: 200px;
}

@media (max-width: 767px) {
  .comparison-table tbody td:nth-child(3) {
    width: 150px;
  }
}

.comparison-table tbody td:nth-child(4) {
  width: 120px;
}

@media (max-width: 767px) {
  .comparison-table tbody td:nth-child(4) {
    width: 100px;
  }
}

.comparison-table tbody td:nth-child(5) {
  width: 280px;
}

@media (max-width: 767px) {
  .comparison-table tbody td:nth-child(5) {
    width: 250px;
  }
} */

.comparison-table tbody td:nth-child(6) {
  width: 232px;
}

@media (max-width: 767px) {
  .comparison-table tbody td:nth-child(6) {
    width: auto;
  }
}

.double-circle-1,
.circle-1,
.triangle-1 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.circle-1 div {
  width: 30px;
  height: 30px;
  border: solid #5d92ce 4px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: -1;
}

.triangle-1 div {
  --b: 8px;
  width: 36px;
  height: 30px;
  margin: 0 auto 4px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b)* cos(30deg)) calc(100% - var(--b) / 2), calc(100% - var(--b)* cos(30deg)) calc(100% - var(--b) / 2), 50% var(--b));
  background: #52b96b;
  z-index: -1;
}

.double-circle-1 div {
  position: relative;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: solid #fb8166 4px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: -1;
}

.double-circle-1  div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: solid #fb8166 4px;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: -1;
}

/* ------------------------------------------------------------
  section.Flow
------------------------------------------------------------ */
.section.Flow {
  padding-top: 144px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section.Flow {
    padding-top: 96px;
    padding-bottom: 56px;
  }
}

.section.Flow .section__inner {
  max-width: 1000px;
}

/* ------------------------------------------------------------
  flow
------------------------------------------------------------ */
.flow {
  border: 3px solid #4169e1;
  padding: 88px 32px 32px;
  position: relative;
}

@media (max-width: 767px) {
  .flow {
    padding: 72px 16px 24px;
  }
}

.flow .flow__head {
  color: #1e1e1e;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table;
  margin: -160px auto 0;
  background: #fff;
  padding: 0 32px;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 959px) {
  .flow .flow__head {
    font-size: 2rem;
    margin-top: -140px;
  }
}

@media (max-width: 767px) {
  .flow .flow__head {
    font-size: 1.2rem;
    margin-top: -120px;
    padding: 0 12px;
  }
}

.flow .flow__head .bottom {
  font-size: 3.75rem;
  letter-spacing: .08em;
  display: block;
}

@media (max-width: 959px) {
  .flow .flow__head .bottom {
    font-size: 3.3rem;
  }
}

@media (max-width: 767px) {
  .flow .flow__head .bottom {
    font-size: 2.4rem;
  }
}

.flow .flow__head .small {
  font-size: 3.1rem;
}

@media (max-width: 959px) {
  .flow .flow__head .small {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .flow .flow__head .small {
    font-size: 1.9rem;
  }
}

.flow .flow__figure {
  margin-top: 32px;
}

.flow .flow__figure img {
  width: 100%;
}

/* ------------------------------------------------------------
  section.Merit
------------------------------------------------------------ */
.section.Merit {
  background: #4169e1;
  padding-top: 48px;
  padding-bottom: 72px;
}

.section.Merit .section__inner {
  max-width: 1000px;
}

.section.Merit .section__head {
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 959px) {
  .section.Merit .section__head {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section.Merit .section__head {
    font-size: 1.3rem;
  }
}

.section.Merit .section__head div {
  font-size: 3.75rem;
}

@media (max-width: 959px) {
  .section.Merit .section__head div {
    font-size: 3.3rem;
  }
}

@media (max-width: 767px) {
  .section.Merit .section__head div {
    font-size: 2.5rem;
  }
}

.section.Merit .section__head .strong {
  color: #E1B941;
}

.section.Merit .button {
  width: 700px;
  cursor: pointer;
  margin: 64px auto 0;
  display: block;
}

@media (max-width: 959px) {
  .section.Merit .button {
    width: 600px;
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .section.Merit .button {
    width: calc(100% - 32px);
  }
}

.section.Merit .button img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

@media (min-width: 960px) {
  .section.Merit .button:hover {
    opacity: .75;
  }
}

/* ------------------------------------------------------------
  merit
------------------------------------------------------------ */
.merit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media (max-width: 959px) {
  .merit {
    margin-top: 56px;
  }
}

.merit .merit__item {
  width: calc((100% - 64px) / 3);
  background: #fff;
  border-radius: 10px;
  padding: 16px 16px;
}

@media (max-width: 959px) {
  .merit .merit__item {
    width: 100%;
    margin: 0 auto;
    padding: 32px 40px 40px;
  }
}

@media (max-width: 767px) {
  .merit .merit__item {
    padding: 32px 32px 32px;
  }
}

@media (max-width: 959px) {

  .merit .merit__item:nth-child(2),
  .merit .merit__item:nth-child(3) {
    margin: 40px auto 0;
  }
}

.merit .merit__item__head {
  color: #4169e1;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  border-bottom: 2px solid #4169e1;
}

@media (max-width: 959px) {
  .merit .merit__item__head {
    position: relative;
  }
}

.merit .merit__item__head img {
  display: block;
  margin: auto;
  margin-bottom: 4px;
}

@media (max-width: 959px) {
  .merit .merit__item__head img {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 959px) {
  .merit .merit__item__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
  }
}

.merit .merit__item__figure {
  text-align: center;
  width: 45%;
  margin: auto;
  position: relative;
  padding-top: 75%;
}

@media (max-width: 959px) {
  .merit .merit__item__figure {
    width: 20%;
    padding-top: 0;
    position: static;
    margin: 0;
  }
}

.merit .merit__item__figure img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 959px) {
  .merit .merit__item__figure img {
    position: static;
    top: unset;
    left: unset;
  }
}

.merit .merit__item__text {
  font-size: .9rem;
  color: #313131;
}

@media (max-width: 959px) {
  .merit .merit__item__text {
    width: calc(80% - 40px);
  }
}

@media (max-width: 767px) {
  .merit .merit__item__text {
    width: calc(80% - 24px);
  }
}

.merit .merit__item__text .strong {
  color: #E1B941;
  font-weight: bold;
}

.merit .merit__info {
  width: 100%;
  background: #fff;
  margin-top: 64px;
  padding: 32px 48px;
}

@media (max-width: 959px) {
  .merit .merit__info {
    margin-top: 40px;
    padding: 32px 32px;
  }
}

.merit .merit__info__head {
  text-align: center;
  display: table;
  margin: auto;
  border-bottom: 2px solid #E1B941;
  width: 60%;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e1e1e;
  padding-bottom: 4px;
}

@media (max-width: 959px) {
  .merit .merit__info__head {
    width: 100%;
  }
}

.merit .merit__info__text {
  font-size: .9rem;
  color: #313131;
}

.merit .merit__info__text .strong {
  color: #FE0000;
  font-weight: bold;
}

.merit .merit__info__head+.merit__info__text {
  margin-top: 24px;
}

.merit .merit__info__text+.merit__info__text {
  margin-top: 16px;
}

/* ------------------------------------------------------------
  section.Step
------------------------------------------------------------ */
.section.Step {
  padding-top: 144px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section.Step {
    padding-top: 96px;
    padding-bottom: 48px;
  }
}

.section.Step .section__inner {
  max-width: 1000px;
}

/* ------------------------------------------------------------
  step
------------------------------------------------------------ */
.step {
  border: 3px solid #4169e1;
  padding: 96px 48px 72px;
  position: relative;
}

@media (max-width: 767px) {
  .step {
    padding: 80px 24px 48px;
  }
}

.step .step__head {
  color: #1e1e1e;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: table;
  margin: -172px auto 0;
  background: #fff;
  padding: 0 32px;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}

@media (max-width: 959px) {
  .step .step__head {
    font-size: 2rem;
    margin-top: -150px;
  }
}

@media (max-width: 767px) {
  .step .step__head {
    font-size: 1.2rem;
    margin-top: -130px;
    padding: 0 12px;
  }
}

.step .step__head .bottom {
  font-size: 3.75rem;
  letter-spacing: .08em;
  display: block;
}

@media (max-width: 959px) {
  .step .step__head .bottom {
    font-size: 3.3rem;
  }
}

@media (max-width: 767px) {
  .step .step__head .bottom {
    font-size: 2.4rem;
  }
}

.step .step__head .en {
  font-size: 3.8rem;
}

@media (max-width: 959px) {
  .step .step__head .en {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .step .step__head .en {
    font-size: 2.6rem;
  }
}

.step .step__head .small {
  font-size: 3.1rem;
}

@media (max-width: 959px) {
  .step .step__head .small {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .step .step__head .small {
    font-size: 2rem;
  }
}

.step .button {
  width: 700px;
  cursor: pointer;
  margin: 80px auto 0;
  display: block;
}

@media (max-width: 959px) {
  .step .button {
    width: 600px;
    margin-top: 48px;
  }
}

@media (max-width: 767px) {
  .step .button {
    margin-top: 40px;
    width: calc(100% - 16px);
  }
}

.step .button img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 960px) {
  .step .button:hover {
    opacity: .75;
  }
}

.step__item {
  display: flex;
  position: relative;
  margin-top: 32px;
  letter-spacing: -1em;
}

@media (max-width: 959px) {
  .step__item {
    display: block;
  }
}

.step__item+.step__item {
  margin-top: 56px;
}

.step__item__head {
  border: 3px solid #4169e1;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #4169e1;
  width: 25%;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  position: relative;
  letter-spacing: .04em;
}

@media (max-width: 959px) {
  .step__item__head {
    font-size: 1.4rem;
    width: 100%;
    border-radius: 8px 8px 0 0;
    border-right: 3px solid #4169e1;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .step__item__head {
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 24px;
  }
}

.step__item__head div {
  background: #E1B941;
  color: #fff;
  font-size: .5em;
  display: inline-block;
  border-radius: 20px;
  padding: 4px 24px;
  line-height: 1;
  margin-bottom: 8px;
}

.step__item__head div span {
  font-size: 1.2em;
  margin-left: 2px;
}

@media (max-width: 959px) {
  .step__item__head div {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    font-size: .7em;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .step__item__head div {
    position: static;
    left: unset;
    top: unset;
    transform: unset;
    padding: 4px 16px;
    margin-right: 12px;
  }
}

.step__item:nth-child(2) .step__item__head::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 18px solid #4169e1;
}

@media (max-width: 959px) {
  .step__item:nth-child(2) .step__item__head::before {
    content: none;
  }
}

.step__item:nth-child(2) .step__item__head::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../webp/step_arrow01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 34px;
  display: inline-block;
}

@media (max-width: 959px) {
  .step__item:nth-child(2) .step__item__head::after {
    content: none;
  }
}

@media (max-width: 959px) {
  .step__item:nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 18px solid #4169e1;
  }

  .step__item:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../webp/step_arrow01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 34px;
    display: inline-block;
  }
}

.step__item:nth-child(3) .step__item__head::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 18px solid #4169e1;
}

@media (max-width: 959px) {
  .step__item:nth-child(3) .step__item__head::before {
    content: none;
  }
}

.step__item:nth-child(3) .step__item__head::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../webp/step_arrow02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 34px;
  display: inline-block;
}

@media (max-width: 959px) {
  .step__item:nth-child(3) .step__item__head::after {
    content: none;
  }
}

@media (max-width: 959px) {
  .step__item:nth-child(3)::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 18px solid #4169e1;
  }

  .step__item:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../webp/step_arrow02.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 34px;
    display: inline-block;
  }
}

.step__item:nth-child(4) .step__item__head::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 18px solid #4169e1;
}

@media (max-width: 959px) {
  .step__item:nth-child(4) .step__item__head::before {
    content: none;
  }
}

.step__item:nth-child(4) .step__item__head::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../webp/step_arrow03.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 34px;
  display: inline-block;
}

@media (max-width: 959px) {
  .step__item:nth-child(4) .step__item__head::after {
    content: none;
  }
}

@media (max-width: 959px) {
  .step__item:nth-child(4)::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 18px solid #4169e1;
  }

  .step__item:nth-child(4)::after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../webp/step_arrow03.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 34px;
    display: inline-block;
  }
}

.step__item:nth-child(5) .step__item__head::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 18px solid #4169e1;
}

@media (max-width: 959px) {
  .step__item:nth-child(5) .step__item__head::before {
    content: none;
  }
}

.step__item:nth-child(5) .step__item__head::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../webp/step_arrow04.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 34px;
  display: inline-block;
}

@media (max-width: 959px) {
  .step__item:nth-child(5) .step__item__head::after {
    content: none;
  }
}

@media (max-width: 959px) {
  .step__item:nth-child(5)::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 18px solid #4169e1;
  }

  .step__item:nth-child(5)::after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../webp/step_arrow04.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 34px;
    display: inline-block;
  }
}

.step__item__body {
  border: 3px solid #4169e1;
  width: 75%;
  border-radius: 0 8px 8px 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 32px;
}

@media (max-width: 959px) {
  .step__item__body {
    border-radius: 0 0 8px 8px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px;
  }
}

.step__item__text {
  font-size: .95rem;
  color: #313131;
  line-height: 1.6;
  letter-spacing: .04em;
}

@media (max-width: 959px) {
  .step__item__text {
    width: 100%;
  }
}

.step__item__caution {
  position: absolute;
  bottom: -28px;
  right: 0;
  color: #FE0000;
  font-size: .8rem;
  text-align: right;
  letter-spacing: .04em;
}

@media (max-width: 959px) {
  .step__item__caution {
    position: static;
    bottom: unset;
    right: unset;
    text-align: left;
    margin-top: 8px;
    line-height: 1.4;
  }
}

/* ------------------------------------------------------------
  section.Example
------------------------------------------------------------ */
.section.Example {
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .section.Example {
    padding-bottom: 56px;
  }
}

.section.Example .section__inner {
  max-width: 1000px;
}

.section.Example .section__head {
  width: 150vw;
  margin: 0 calc(50% - 75vw);
  background: #4169e1;
}

@media (max-width: 959px) {
  .section.Example .section__head {
    width: calc(100% + 80px);
    margin: 0 0 0 -40px;
  }
}

@media (max-width: 767px) {
  .section.Example .section__head {
    width: calc(100% + 48px);
    margin: 0 0 0 -24px;
  }
}

.section.Example .section__head .section__head__inner {
  max-width: 1000px;
  margin: auto;
  font-size: 3.1rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  padding: 40px 32px;
  line-height: 1.4;
  letter-spacing: .06em;
  position: relative;
}

@media (max-width: 959px) {
  .section.Example .section__head .section__head__inner {
    font-size: 2.6rem;
    padding: 24px 40px;
    letter-spacing: .04em;
  }
}

@media (max-width: 767px) {
  .section.Example .section__head .section__head__inner {
    font-size: 1.8rem;
    padding: 16px 24px;
  }
}

.section.Example .button {
  width: 700px;
  cursor: pointer;
  margin: 72px auto 0;
  display: block;
}

@media (max-width: 959px) {
  .section.Example .button {
    width: 600px;
    margin-top: 56px;
  }
}

@media (max-width: 767px) {
  .section.Example .button {
    margin-top: 40px;
    width: calc(100% - 40px);
  }
}

.section.Example .button img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 960px) {
  .section.Example .button:hover {
    opacity: .75;
  }
}

/* ------------------------------------------------------------
  example
------------------------------------------------------------ */
.example {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .example {
    margin-top: 32px;
  }
}

.example .example__item {
  width: calc((100% - 48px) / 3);
  background: #fff;
  border-radius: 0 0 3px 3px;
  border: 3px solid #4169e1;
  border-radius: 3px;
  overflow: hidden;
  border-top: none;
}

@media (max-width: 959px) {
  .example .example__item {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 959px) {

  .example .example__item:nth-child(2),
  .example .example__item:nth-child(3) {
    margin: 32px auto 0;
  }
}

.example .example__item__head {
  background: #4169e1;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
  padding: 8px 16px;
  border: 3px solid #4169e1;
}

@media (max-width: 959px) {
  .example .example__item__head {
    padding: 12px 16px;
  }
}

.example .example__item__head::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4169e1;
}

.example .example__item__body {
  padding: 16px 12px;
  border-top: 0;
}

@media (max-width: 959px) {
  .example .example__item__body {
    padding: 32px 56px;
  }
}

@media (max-width: 767px) {
  .example .example__item__body {
    padding: 32px 24px;
  }
}

.example .example__item__figure img {
  width: 100%;
}

.example .example__item__table {
  border: 1px solid #D0D0D0;
  font-size: .9rem;
  color: #313131;
  border-collapse: collapse;
  width: 100%;
  margin-top: 12px;
}

.example .example__item__table tr th {
  background: #F2F2F2;
  color: #313131;
  padding: 8px 16px;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40%;
  font-size: .85rem;
}

.example .example__item__table tr td {
  background: #fff;
  padding: 8px 24px;
}

.example .example__item__table tr:not(:first-child) {
  border-top: 1px solid #D0D0D0;
}

.example .example__item__text {
  font-size: .9rem;
  color: #313131;
  line-height: 1.6;
  text-align: justify;
  margin-top: 12px;
}

.example .example__item__text .strong {
  font-weight: bold;
  color: #E1B941;
}

.example .example__info {
  width: 100%;
  background: #fff;
  margin-top: 56px;
  border-radius: 3px;
  padding: 40px 32px;
  border: 3px solid #E1B941;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 959px) {
  .example .example__info {
    padding: 32px 24px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .example .example__info {
    margin-top: 72px;
    padding: 48px 24px 32px;
  }
}

.example .example__info__icon {
  width: 100px;
  margin-top: -20px;
  margin-left: -12px;
}

@media (max-width: 959px) {
  .example .example__info__icon {
    width: 18%;
    position: absolute;
    top: -12px;
    left: -12px;
    margin-top: unset;
    margin-left: unset;
  }
}

@media (max-width: 767px) {
  .example .example__info__icon {
    top: -50px;
    left: -16px;
    width: 72px;
  }
}

.example .example__info__icon img {
  width: 100%;
}

.example .example__info__text {
  font-size: .95rem;
  color: #313131;
}

.example .example__info__text:first-of-type {
  width: calc(100% - 132px);
}

@media (max-width: 959px) {
  .example .example__info__text:first-of-type {
    width: 82%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .example .example__info__text:first-of-type {
    width: 100%;
  }
}

.example .example__info__text:nth-of-type(2) {
  width: 100%;
  margin-top: 24px;
}

/* ------------------------------------------------------------
  section.Top3
------------------------------------------------------------ */
.section.Top3 {
  padding-bottom: 160px;
  position: relative;
}

@media (max-width: 767px) {
  .section.Top3 {
    padding-bottom: 96px;
  }
}

.section.Top3::after {
  content: "";
  background: url(../webp/bg_building.webp);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

@media (max-width: 767px) {
  .section.Top3::after {
    height: 64px;
  }
}

.section.Top3 .section__inner {
  max-width: 1000px;
}

.section.Top3 .section__head {
  width: 150vw;
  margin: 0 calc(50% - 75vw);
  background: #4169e1;
  padding: 8px 0;
  text-align: center;
}

@media (max-width: 959px) {
  .section.Top3 .section__head {
    width: calc(100% + 80px);
    margin: 0 0 0 -40px;
    padding: 8px 40px;
  }
}

@media (max-width: 767px) {
  .section.Top3 .section__head {
    width: calc(100% + 32px);
    margin: 0 0 0 -16px;
    padding: 8px 16px;
  }
}

.section.Top3 .section__head img {
  width: 100%;
  max-width: 1000px;
  -webkit-backface-visibility: hidden;
}

/* ------------------------------------------------------------
  top3
------------------------------------------------------------ */
.top3 {
  width: 100%;
  margin-top: 64px;
}

@media (max-width: 767px) {
  .top3 {
    margin: 40px auto 0;
    width: calc(100% - 32px);
  }
}

@media (max-width: 499px) {
  .top3 {
    width: 100%;
  }
}

.top3__item {
  background: #F1FAFF;
  border: 3px solid #4169e1;
  border-top: none;
}

.top3__item+.top3__item {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .top3__item+.top3__item {
    margin-top: 48px;
  }
}

.top3__item__head {
  background: #4169e1;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding: 12px 16px 12px 96px;
  border: 3px solid #4169e1;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .top3__item__head {
    padding-left: 80px;
    font-size: 1.5rem;
  }
}

@media (max-width: 499px) {
  .top3__item__head {
    font-size: 1.4rem;
    padding: 12px 8px 12px 64px;
  }
}

.top3__item__head__grade {
  margin-left: auto;
  background: #fff;
  color: #1e1e1e;
  font-size: 0.9rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid #E1B941;
  border-radius: 3px;
  line-height: 1;
}

@media (max-width: 767px) {
  .top3__item__head__grade {
    padding: 4px 8px;
    font-size: 0.8rem;
  }
}

.top3__item__head__grade span {
  font-size: 1.8em;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .top3__item__head__grade span {
    margin-left: 4px;
    font-size: 1.4em;
  }
}

.top3__item[data-rank="1"] .top3__item__head::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../webp/top3_no1_head.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -40px;
}

@media (max-width: 767px) {
  .top3__item[data-rank="1"] .top3__item__head::before {
    width: 95px;
    height: 95px;
    left: -35px;
  }
}

@media (max-width: 499px) {
  .top3__item[data-rank="1"] .top3__item__head::before {
    width: 75px;
    height: 75px;
    top: -16px;
    left: -16px;
  }
}

.top3__item[data-rank="1"] .top3__item__head__grade span {
  color: #EB695B;
}

.top3__item[data-rank="2"] .top3__item__head::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../webp/top3_no2_head.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -40px;
}

@media (max-width: 767px) {
  .top3__item[data-rank="2"] .top3__item__head::before {
    width: 95px;
    height: 95px;
    left: -35px;
  }
}

@media (max-width: 499px) {
  .top3__item[data-rank="2"] .top3__item__head::before {
    width: 75px;
    height: 75px;
    top: -16px;
    left: -16px;
  }
}

.top3__item[data-rank="2"] .top3__item__head__grade span {
  color: #EEC758;
}

.top3__item[data-rank="3"] .top3__item__head::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../webp/top3_no3_head.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -40px;
}

@media (max-width: 767px) {
  .top3__item[data-rank="3"] .top3__item__head::before {
    width: 95px;
    height: 95px;
    left: -35px;
  }
}

@media (max-width: 499px) {
  .top3__item[data-rank="3"] .top3__item__head::before {
    width: 75px;
    height: 75px;
    top: -16px;
    left: -16px;
  }
}

.top3__item[data-rank="3"] .top3__item__head__grade span {
  color: #1e1e1e;
}

.top3__item__body {
  margin: auto;
  padding: 40px 0px 64px 146px;
  display: grid;
  justify-items: space-between;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "text" "screenshot" "table" "point" "reviews" "button";
  grid-template-columns: 4fr 1fr;
}

@media (max-width: 959px) {
  .top3__item__body {
    grid-template-areas: "text" "screenshot" "table" "point" "reviews" "button";
    grid-template-columns: 1fr;
    padding: 32px 48px 48px;
  }
}

@media (max-width: 767px) {
  .top3__item__body {
    padding: 32px 24px 40px;
  }
}

.top3__item__text {
  grid-area: text;
  font-size: 0.95rem;
  color: #313131;
}

.top3__item__figure {
  grid-area: screenshot;
}

@media (max-width: 959px) {
  .top3__item__figure {
    width: calc(100% - 80px);
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .top3__item__figure {
    width: 100%;
  }
}

.top3__item__figure img {
  width: 100%;
}

.top3__item__table {
  grid-area: table;
  align-self: start;
}

@media (max-width: 959px) {
  .top3__item__table {
    width: 100%;
  }
}

.top3__item__table tr {
  border: 1px solid #D0D0D0;
  display: flex;
  width: 100%;
}

.top3__item__table tr+tr {
  margin-top: 12px;
}

.top3__item__table th {
  background: #F2F2F2;
  color: #313131;
  padding: 8px 16px;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40%;
  font-size: .85rem;
}

@media (max-width: 767px) {
  .top3__item__table th {
    width: 50%;
    padding: 8px 12px;
  }
}

.top3__item__table td {
  background: #fff;
  padding: 8px 24px;
  font-size: .9rem;
  width: 60%;
}

@media (max-width: 767px) {
  .top3__item__table td {
    width: 50%;
    padding: 8px 12px;
  }
}

.top3__item__point {
  grid-area: point;
  background: #fff;
  border: 2px solid #E1B941;
  position: relative;
  padding: 40px 16px 24px;
  align-self: end;
}

@media (max-width: 959px) {
  .top3__item__point {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .top3__item__point {
    padding: 32px 16px 24px;
  }
}

.top3__item__point ul {
  margin: auto;
  display: table;
}

.top3__item__point ul li {
  position: relative;
  padding-left: 24px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  color: #313131;
}

.top3__item__point ul li+li {
  margin-top: 8px;
}

.top3__item__point ul li::before {
  content: "";
  background: url(../webp/icon_check.webp);
  background-repeat: no-repeat;
  width: 16px;
  height: 100%;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}

.top3__item__point__head {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 30%;
}

@media (max-width: 959px) {
  .top3__item__point__head {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .top3__item__point__head {
    width: 60%;
    max-width: 210px;
  }
}

@media (max-width: 499px) {
  .top3__item__point__head {
    width: 80%;
  }
}

.top3__item__point__head img {
  width: 100%;
}

.top3__item__reviews {
  grid-area: reviews;
  font-size: 0.95rem;
  color: #313131;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  border: solid 1px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  background: #fff;
}

.top3__item__reviews .box-title {
  font-size: 16px;
  background: #E7ECF8;
  padding: 4px;
  padding-left: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.22);
}

.top3__item__reviews .ank {
  font-size: 12px;
  font-weight: 100;
  padding-left: 35px;
}

.top3__item__reviews .star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
}

.top3__item__reviews .star5_rating:before,
.top3__item__reviews .star5_rating:after {
  content: '★★★★★';
}

.top3__item__reviews .star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}

.top3__item__reviews .star5_rating[data-rate="5"]:after {
  width: 100%;
}

.top3__item__reviews .pink1 {
  color: #fa4141;
  font-size: 1.2rem;
  font-weight: bold;
}

.top3__item__reviews .prf {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top3__item__reviews .prf img {
  width: 20%;
}

.top3__item__reviews .prf p {
  line-height: 1.3rem;
  font-weight: bold;
}

.top3__item__reviews .gray {
  font-weight: 100;
  color: gray;
  font-size: 12px;
}

.top3__item__reviews div {
  padding: 15px 20px;
  margin: 0;
}

.top3__item__reviews .modal-008__open-label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: .8em 2em;
  border: none;
  border-radius: 5px;
  background-color: #dcdddd;
  color: #000000;
  font-weight: 600;
  font-size: 1em;
  border-bottom: solid 3px #898989;
  text-align: center;
}

.top3__item__reviews .modal-008__wrap input {
  display: none;
}

.top3__item__reviews .modal-008 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-008__open-input:checked+label+input+.modal-008 {
  display: block;
  animation: modal-008-animation .6s;
}

.top3__item__reviews .modal-008__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 650px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px;
}

.top3__item__reviews .modal-008__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em;
}

.modal-008__content {
  max-height: 50vh;
  overflow-y: auto;
  padding: 39px 45px 40px;
}

.balloon {
  position: relative;
  padding: 0px 10px;
  min-width: 120px;
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #f39800;
  border-radius: 30px;
  margin: auto;
  margin-bottom: 20px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #f39800;
}

.line2 {
  border-bottom: solid 2px #dcdddd;
}

.modal-008__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}

.top3__item__button {
  grid-area: button;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .top3__item__button {
    margin-top: 0;
  }
}

.top3__item__button a {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #00A59B;
  padding: 12px 110px 12px 64px;
  border-radius: 3px;
  box-shadow: 0 4px 0 #0B756C;
  transition-duration: 0.3s;
  position: relative;
}

@media (max-width: 767px) {
  .top3__item__button a {
    padding: 12px 88px 12px 56px;
    font-size: 1.2rem;
  }
}

@media (max-width: 499px) {
  .top3__item__button a {
    padding: 12px 56px 12px 24px;
  }
}

.top3__item__button a::after {
  content: "";
  background-image: url(../webp/icon_caret_right.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 64px;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .top3__item__button a::after {
    width: 20px;
    height: 20px;
    right: 56px;
  }
}

@media (max-width: 499px) {
  .top3__item__button a::after {
    right: 24px;
  }
}

@media (min-width: 960px) {
  .top3__item__button a:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 #0B756C;
    opacity: 0.75;
  }
}

/* ------------------------------------------------------------
  modal
------------------------------------------------------------ */
.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  z-index: 100;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow-y: auto;
}

@media (max-width: 959px) {
  .modal {
    width: calc(100% - 80px);
  }
}

@media (max-width: 767px) {
  .modal {
    width: calc(100% - 64px);
    max-height: calc(100% - 160px);
  }
}

@media (max-width: 499px) {
  .modal {
    width: calc(100% - 32px);
  }
}

.modal.is-active {
  transition-duration: .25s;
  transition-delay: .25s;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.modal .modal__inner {
  padding: 0 0 32px;
}

@media (max-width: 499px) {
  .modal .modal__inner {
    padding: 0 0 24px;
  }
}

.modal .modal__head {
  text-align: center;
  background: #4169e1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 12px 32px;
}

@media (max-width: 959px) {
  .modal .modal__head {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .modal .modal__head {
    font-size: 1.4rem;
  }
}

.modal .disclaimer-head {
  color: #1e1e1e;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 24px 32px 0;
  display: flex;
  align-items: center;
}

.modal .disclaimer-head::before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 12px;
  background: #E1B941;
}

@media (max-width: 499px) {
  .modal .disclaimer-head {
    margin: 24px 24px 0;
  }
}

.modal p {
  color: #313131;
  font-size: .85rem;
  line-height: 1.8;
  margin: 12px 32px 0;
}

@media (max-width: 499px) {
  .modal p {
    margin: 12px 24px 0;
  }
}

.modal-bg {
  position: fixed;
  z-index: 99;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
}

.modal-bg.is-active {
  transition-duration: .25s;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.modal-close-button {
  position: fixed;
  z-index: 99;
  background: transparent;
  top: 64px;
  right: 64px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  cursor: pointer;
  width: 64px;
  height: 64px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 959px) {
  .modal-close-button {
    top: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .modal-close-button {
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}

@media (max-width: 499px) {
  .modal-close-button {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}

.modal-close-button.is-active {
  transition-duration: .25s;
  transition-delay: .25s;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.modal-close-button img {
  width: 100%;
}

/* ------------------------------------------------------------
  admin-table
------------------------------------------------------------ */
.admin-table {
  border: 1px solid #D0D0D0;
  font-size: .9rem;
  color: #313131;
  border-collapse: collapse;
  margin: 32px 32px 0;
  width: calc(100% - 64px);
}

@media (max-width: 499px) {
  .admin-table {
    margin: 24px 24px 0;
    width: calc(100% - 48px);
  }
}

.admin-table tr th {
  background: #F2F2F2;
  color: #313131;
  padding: 12px 16px;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 35%;
  font-size: .85rem;
  white-space: nowrap;
}

@media (max-width: 499px) {
  .admin-table tr th {
    width: 25%;
  }
}

.admin-table tr td {
  background: #fff;
  padding: 12px 16px;
  width: 65%;
}

@media (max-width: 499px) {
  .admin-table tr td {
    width: 75%;
  }
}

.admin-table tr:not(:first-child) {
  border-top: 1px solid #D0D0D0;
}

/* ------------------------------------------------------------
  page-top
------------------------------------------------------------ */
.page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  z-index: 98;
  opacity: 0;
  transform: translateY(100px);
  transition-duration: .3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-top {
    bottom: 80px;
    right: 32px;
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 499px) {
  .page-top {
    bottom: 100px;
    right: 24px;
    width: 48px;
    height: 48px;
    transform: translateY(160px);
  }
}

.page-top.is-active {
  opacity: 1;
  transform: translateY(0);
}

.page-top img {
  width: 100%;
}

/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
.footer {
  margin-top: 72px;
}

@media (max-width: 767px) {
  .footer {
    margin-top: 32px;
  }
}

.footer__nav ul {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 767px) {
  .footer__nav ul {
    gap: 12px;
  }
}

.footer__nav ul li {
  cursor: pointer;
  transition-duration: .25s;
}

.footer__nav ul li span {
  display: block;
  color: #4D4D4D;
  width: 150px;
  border: 1px solid #4D4D4D;
  font-size: .85rem;
  text-align: center;
  padding: 4px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media (max-width: 767px) {
  .footer__nav ul li span {
    width: 110px;
  }
}

.footer__nav ul li:hover {
  opacity: .75;
}

/* .footer__nav ul li+li {
  margin-left: 24px;
} */

.footer__copyright {
  background: #4169e1;
  color: #fff;
  padding: 8px 32px;
  font-size: .65rem;
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 24px;
  }
}

/*# sourceMappingURL=style.css.map */

/* ------------------------------------------------------------
  column
------------------------------------------------------------ */
.section .column {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .section .column {
    margin-top: 36px;
  }
}

.section.columnlist .section__inner {
  max-width: 880px;
}

.column {
  position: relative;
  border: 3px solid #4169e1;
}

.column .column__head {
  background: #4169e1;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 48px;
  font-size: 2.4rem;
}

@media (max-width: 959px) {
  .column .column__head {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .column .column__head {
    font-size: 1.5rem;
    padding: 16px 32px;
  }
}

.column .column__head .bg {
  background: #fff;
  color: #4169e1;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

@media (max-width: 959px) {
  .column .column__head .bg {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .column .column__head .bg {
    font-size: .75rem;
  }
}


.column .column__body {
  background: #F1FAFF;
  padding: 48px 48px;
}

@media (max-width: 959px) {
  .column .column__body {
    padding: 32px 32px;
  }
}

@media (max-width: 767px) {
  .column .column__body {
    padding: 32px 16px;
  }
}

@media (max-width: 499px) {
  .column .column__body {
    padding: 32px 12px;
  }
}


.column_list {
  list-style-type: none;
}

.column_list a {
  color: #0000ee;
  text-decoration: none;
}

.column_list a:hover {
  color: #4169e1;
}

.column_list_item {
  position: relative;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  border-bottom: dashed 1px #4169e1;
}

@media screen and (max-width:700px) {
  .column_list_item {
    line-height: 20px;
  }
}

@media screen and (max-width:700px) {
  .column_list_item:before {
    display: none;
  }
}

.columnWrapper {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.columnPage {
  background-color: #FFF;
  text-align: start;
  margin-top: 30px;
}

.columnPage h1 {
  display: block;
  text-align: center;
  font-size: 26px;
  background-color: #4169e1;
  padding: 10px;
  color: #FFF;
}

.columnPage h3 {
  text-align: start;
  font-size: 18px;
  margin-left: 20px;
  padding: 1rem;
  border-left: 4px solid #4169e1;
}

.columnPage h4 {
  text-align: start;
  padding: 0.5rem 1rem;
  color: #4169e1;
  border-bottom: 1px solid #4169e1;
}

.columnPage p {
  padding: 20px;
  line-height: 1.5;
}

.column_ul li {
  list-style-type: disc;
  /* リストの左側に黒丸 */
  margin-left: 48px;
  /* リストの左側に余白 */
}

.column_ol li {
  list-style-type: decimal;
  margin-left: 48px;
  /* リストの左側に余白 */
}

.column_frame {
  border: 1px solid #4169e1;
  padding: 1rem 0;
}

.columnImg {
  display: block;
  margin: 0 auto;
  max-width: 400px;
}

.btn_return {
  margin-top: 50px;
  color: #0000ee;
  text-align: center;
}

.btn_return:hover {
  color: #4169e1;
}

.center__text {
  font-size: .9rem;
  text-align: center;
  margin: 30px auto 50px auto;
}

.center__text .strong {
  color: #e1b941;
  font-weight: 700;
}

.sp__text {
  display: none;
}

@media screen and (max-width:768px) {
  .sp__text {
    display: block;
  }
}

.section.QA {
  padding: 0;
}

.section.QA .section__inner {
  margin: auto;
  max-width: 1000px;
}

.section.QA .section__head {
  width: 150vw;
  margin: 0 calc(50% - 75vw);
  background: #4169e1;
}

.section.QA .section__head .section__head__inner {
  max-width: 1000px;
  margin: auto;
  font-size: 3.1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  background: #4169e1;
  padding: 40px 32px;
  line-height: 1.4;
  letter-spacing: .06em;
  position: relative;
}

@media screen and (max-width: 959px) {
  .section.QA .section__head .section__head__inner {
    font-size: 2.6rem;
    padding: 24px 40px;
    letter-spacing: .04em;
  }
}

@media screen and (max-width: 767px) {
  .section.QA .section__head .section__head__inner {
    font-size: 1.8rem;
    padding: 16px 24px;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 91%;
  margin: 40px auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 3px solid #4169e1;
}

/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
}

.accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);

}

.accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  background: #f2f2f2;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion-area .q__text {
  font-size: 1.5rem;
  color: #eec758;
}

.accordion-area .a__text {
  font-size: 1.5rem;
  color: #eb695b;
}

.accordion-area a {
  color: inherit;
}


/*追加メモ*/

.button_top3_new {
  margin-top: 60px;
}

.button_top3_new a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 380px;
  height: 80px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 1.5rem;
  background: #e1b941;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  border-radius: 50px;
}

.button_top3_new a:after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 35%;
  right: 40px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button_top3_new a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}


a.button_best3_new {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 340px;
  margin: auto;
  margin-top: 30px;
  padding: 0.5rem 3rem;
  position: relative;
  border-radius: 5px;
  border: 2px solid #4169e1;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 2px;
  background: transparent;
  color: #4169e1;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.button_best3_new:hover {
  color: #fff;
  background: #4169e1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.button_best3_new:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
}

a.button_best3_new::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes light {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.top3__item__button2 .tel_text {
  top: 30%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #4169e1;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {


  .tel_text {
    padding-bottom: 30px;
  }

}

.kotu_ttl{
  background: #f3e513;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
}

.kotu_ttl br {
  display: none;
}

.kotu_ttl p {
  font-size: 37px;
  font-weight: bold;
  color: #2047c1;
  line-height: 1.2;
}

.kotu_ttl span {
  display: block;
  background: #2047c1;
  width: 280px;
  padding: 4px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  position: relative;
  margin: 0 auto 20px;
}

.kotu_ttl span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #2047c1;
}

.kotu_box{
  background: #fcf8ec;
  position: relative;
  padding: 20px 30px 30px 80px;
  display: flex;
  align-items: center;
}

.kotu_box + .kotu_box {
  margin-top: 40px;
}

.kotu_label{
  position: absolute;
  top: -7px;
  left: 10px;
}
.kotu_box_wrap{
  flex: 1;
  margin-right: 30px;
}
.kotu_box_ttl{
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #2047c1;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.kotu_box_txt{
  font-size: 18px;
}

.kotu_box_txt span {
  font-size: 22px;
  font-weight: bold;
}

.kotu_box_txt em {
  font-style: normal;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #f3e513 50%);
}

.kotu_box_ico{
  width: 129px;
}

@media (max-width: 767px) {

.kotu_ttl{
  padding: 20px 20px;
  margin-bottom: 40px;
}

.kotu_ttl br {
  display: block;
}

.kotu_ttl p {
  font-size: 5.64vw;
}

.kotu_ttl span {
  width: 150px;
  font-size: 5vw;
  margin: 0 auto 15px;
}

.kotu_box{
  background: #fcf8ec;
  position: relative;
  padding: 20px;
  flex-direction: column-reverse;
}

.kotu_box_wrap{
  margin-right: 0;
}
.kotu_box_ttl{
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.kotu_box_txt{
  font-size: 14px;
}

.kotu_box_txt span {
  font-size: 18px;
}

.kotu_box_txt em {
  font-size: 18px;
}

.kotu_box_ico{
  width: 129px;
  margin-bottom: 20px;
}
}



.section.cta {
  padding: 60px 0 0 0;
}
.section__inner {
  max-width: 1000px;
  margin: auto;
}
.cta-text {
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  color: #4169e1;
  font-weight: 900;
  font-size: 140%;
}

.section h2 {  
  background: linear-gradient(transparent 60%, #FFFF00 0%);
  position: relative;
  display: inline;
  line-height: 1.4;
  z-index: 1;
}
.cta-text h2::after {
  content: '';
  display: block;
  width: 140px;
  height: 140px;
  background-image: url(../img/h2-man.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -150px;
  top: 0%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cta-text h2::after {
      content: '';
      display: block;
      width: 60px;
      height: 140px;
      background-image: url(../img/h2-man.png);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      right: 20%;
      top: 0%;
      transform: translateY(-50%);
  }
}
@media (max-width: 561px) {
  .cta-text h2::after {
    right: -50%;
  }
}
@media (max-width: 480px) {
  .cta-text h2::after {
      right: -30%;
  }
}
@media (max-width: 400px) {
  .cta-text h2::after {
    display: none;
  }
}


.card-container {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  flex-wrap: wrap;
}
.card {
  background-color: #fff;
  border: 2px solid #7b98ef;
  border-radius: 10px;
  text-align: center;
  width: 250px;
  padding: 40px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  position: relative;
}
.card .title {
  background-color: #4169e1;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  padding: 10px;
}
.card img {
  width: 190px;
  height: auto;
  margin: 10px auto;
  display: block;
}
.card .description {
  font-size: 16px;
  font-weight: 600;
}
.card ol {
  display: flex;
  flex-direction: column;
  counter-reset: number;
  list-style-type: none;
  height: auto;
  gap: 10px;
  margin: 6px 0 10px;
}
.card ol li {
  position: relative;
  padding: 0;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.card ol li a {
  width: auto;
  margin: auto;
}
.card ol li img {
  width: 100%;
  margin: auto;
}

@media (max-width: 1200px) {
  .card {
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {
  .section.cta {
      padding: 26px 0 0 0;
  }
  .section h2 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 500px) {
  .cta-text {
      padding-bottom: 0;
  }
  .cta-text>p {
    line-height: 1;
    margin-bottom: 10px;
  }
  .card-container {
    margin: 40px auto 10px;
  }
  .card {
    padding: 30px 20px 14px 20px;
  }
}

/* 今すぐ申込むのリンクスタイル */
.card-container .card a.cta-link {
  background: #F4E511;
  color: #313131;
  padding: 0.6em 0.8em;
  transition-duration: 0.3s;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 0 #B59E3A;
  font-weight: 600;
}

@media (min-width: 960px) {
  .card-container .card a.cta-link:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 #B59E3A;
    opacity: 0.75;
  }
}

/* 2025/07/18 追加 */
.main-visual{
  background: url(../img/bg-fv.png) no-repeat center center;
  background-size: cover;
}
.main-visual__content{
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
.main-visual__content img{
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .main-visual__content img{
    padding-top: 10px;
    padding-left: 10px;
  }
}
.wrap-center-text{
  max-width: 1550px;
  padding: 0 10px;
  margin: 0 auto;
}
.wrap-center-text p{
  font-size: 18px;
  line-height: 1.6;
}
.wrap-center-text p .strong{
  color: #9c7a13;
}
.pr_insertion img.pr_img{
  left: 3%;
}
.section.SearchForm{
  margin-top: 0;
  padding-bottom: 0;
}
.footer{
  margin-top: 50px;
}

/* 2025/08/19 追加 */
.desc_text{
  margin: 35px 0;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width:1000px) {
  .desc_text{
    margin: 20px 0;
    padding: 0 16px;
    font-size: 16px;
  }
}
.text-marker{
  background: linear-gradient(transparent 50%, #faf070 50%);
}
/* ファクタリング審査を無事通過するための3つのコツ
--------------------------- */
.kotu{
  margin-bottom: 50px;
}
.factoring-tips-wrap{
  margin-bottom: 40px;
}
.factoring-tips{
  background: #fcf8ec;
  position: relative;
}
.factoring-tips + .factoring-tips{
  margin-top: 20px;
}
.factoring-tips dt{
  width: 100%;
  padding: 22px 30px 18px 80px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #2047c1;
  position: relative;
  cursor: pointer;
}
.factoring-tips dt::before{
  content: "+";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
.factoring-tips__label{
  position: absolute;
  left: 10px;
  top: -6px;
}
.factoring-tips dd{
  width: calc(100% - 120px);
  margin-left: 80px;
  padding-top: 5px;
  padding-bottom: 30px;
  display: none;
}
.factoring-tips dd > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.factoring-tips dd .kotu_box_txt{
  padding-top: 10px;
  width: calc(100% - 150px);
  border-top: solid 1px #000;
}
@media screen and (max-width:768px) {
  .kotu{
    margin-bottom: 30px;
  }
  .kotu_ttl{
    margin-bottom: 20px;
  }
  .factoring-tips-wrap{
    margin-bottom: 30px;
  }
  .factoring-tips + .factoring-tips{
    margin-top: 15px;
  }
  .factoring-tips dt{
    padding: 12px 25px 12px 60px;
    font-size: 18px;
    line-height: 1.4;
  }
  .factoring-tips__label{
    width: 40px;
  }
  .factoring-tips__label img{
    width: 100%;
    height: auto;
  }
  .factoring-tips dd{
    width: calc(100% - 30px);
    margin:0 15px;
    padding-bottom: 0;
  }
  .factoring-tips dd > div{
    flex-direction: column;
  }
  .factoring-tips dd .kotu_box_txt{
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 15px;
  }
  .factoring-tips dd .kotu_box_ico{
    width: 110px;
    padding-top: 10px;
  }
  .factoring-tips dd .kotu_box_ico img{
    width: 100%;
    height: auto;
  }
  .factoring-tips dt::before{
    right: 10px;
    font-size: 20px;
  }
}

.factoring-tips dt {
  cursor: pointer;
}
.factoring-tips.is-open dt::before{
  content: "−";
}

.section.Best3 .header__best03{
  margin-bottom: 40px;
}
@media print, screen and (max-width: 768px) {
  .section.Best3 .header__best03{
    margin-bottom: 20px;
  }
}

/* c-comparing-table
--------------------------- */
.c-comparing__scroll-wrap {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 5px;
  padding-top: 40px;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  .c-comparing__scroll-wrap {
    margin-bottom: 14px;
    padding-top: 30px;
  }
}

.c-comparing__table {
  width: 1380px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media print, screen and (max-width: 768px) {
  .c-comparing__table {
    width: 780px;
  }
}

.c-comparing__table tbody th,
.c-comparing__table tbody td {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px;
  vertical-align: middle;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .c-comparing__table tbody th,
  .c-comparing__table tbody td {
    padding: 10px 7px;
  }
}

.c-comparing__table thead th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px 10px;
  font-size: 16px;
  position: relative;
}
.c-comparing__table thead th:first-child {
  width: 100px;
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 3;
}
.c-comparing__table thead th:first-child::after {
  display: block;
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  background: #fff;
}
.c-comparing__th-label{
  width: 80%;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #f06444;
  color: #fff;
}
.c-comparing__th-label::after{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #f06444;
  border-bottom: 0;
}
.c-comparing__table thead th a{
  color: #333;
}
@media print, screen and (max-width: 768px) {
  .c-comparing__table thead th {
    padding: 5px;
    font-size: 15px;
  }
  .c-comparing__table thead th:first-child {
    width: 65px;
    left: -1px;
  }
  .c-comparing__th-label{
    width: 97%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    top: -28px;
  }
  .c-comparing__th-label::after{
    bottom: -5px;
  }
}

.c-comparing__name {
  min-height: 2em;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.c-comparing__name img{
  display: block;
  width: 35px;
  margin-right: 6px;
}
.c-comparing__name .num{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4169e1;
  margin-right: 6px;
}
.c-comparing__thumb img{
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 768px) {
  .c-comparing__name {
    font-size: 15px;
    text-align: left;
    line-height: 1.3;
  }
  .c-comparing__name img{
    display: block;
    width: 28px;
    margin-right: 6px;
  }
  .c-comparing__name .num{
    width: 23px;
    height: 23px;
    font-size: 15px;
    margin-right: 4px;
  }
}

.c-comparing__eval{
  font-size: 15px;
  text-align: left;
  padding-left: 3px;
  margin-bottom: 5px;
}
.c-comparing__eval-no{
  display: inline-block;
  margin-left: 5px;
  color: #f06444;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  .c-comparing__eval{
    font-size: 13px;
    padding-left: 0;
  }
  .c-comparing__eval-no{
    font-size: 14px;
  }
}

.c-comparing__table tbody th {
  background: #4169e1;
  color: #fefefe;
  font-weight: bold;
  position: sticky;
  left: 0;
  z-index: 3;
  white-space: nowrap;
  border-bottom: solid 2px #fff;
}
.c-comparing__table tbody td {
  text-align: center;
}
.c-comparing__table tbody .pc-none{
  display: none;
}
@media print, screen and (max-width: 768px) {
  .c-comparing__table tbody th {
    font-size: 13px;
    padding: 5px;
  }
  .c-comparing__table tbody td {
    padding:8px 5px;
  }
  .c-comparing__table tbody .pc-none{
    display: block;
  }
}

.c-comparing__list li{
  text-align: left;
}
.c-comparing__list li::before{
  content: "・";
}
.c-comparing__list.is-check li{
  font-size: 16px;
  position: relative;
  padding-left: 18px;
}
.c-comparing__list.is-check li::before {
    content: "";
    background: url(../webp/icon_check.webp);
    background-repeat: no-repeat;
    width: 14px;
    height: 100%;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.c-comparing__list.is-check li.is-red{
  color: #f06444;
  font-weight: bold;
}
.c-comparing__symbol {
  margin-bottom: 5px;
  width: 45px;
}
@media print, screen and (max-width: 768px) {
  tr.is-feature td{
    vertical-align: top;
  }
  .c-comparing__list li{
    padding-left: 8px;
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .c-comparing__list li::before {
    position: absolute;
    left: -5px;
  }
  .c-comparing__list.is-check li{
    font-size: 14px;
    padding-left: 12px;
    line-height: 1.3;
    margin-bottom: 5px;
    white-space: normal;
  }
  .c-comparing__list.is-check li::before {
      width: 8px;
      top: 6px;
  }
  .c-comparing__symbol {
    width: 35px;
    margin-bottom: 0;
  }
}

.c-comparing__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78%;
  margin: 0 auto;
  background: #f06444;
  box-shadow: 0 5px 0 #b04932;
  color: #fff;
  font-weight: bold;
  height: 45px;
  border-radius: 6px;
  margin-top: 2px;
  transition: all 0.4s;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
}
.c-comparing__btn.is-orenge{
  background: #f59f06;
  box-shadow: 0 5px 0 #c88105;
  margin-bottom: 7px;
}
.c-comparing__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2), rgba(255,255,255,0.8), rgba(255,255,255,0.2));
  transform: skewX(-20deg);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  0% { left: -60%; }
  60%  { left: 120%; }
  100% { left: 120%; }
}
@media print, screen and (max-width: 768px) {
  .c-comparing__btn {
    width: 95%;
    height: 35px;
    font-size: 12px;
  }
}

.c-comparing__btn:hover {
  transform: translateY(5px);
  box-shadow: none;
}

.c-comparing__note {
  font-size: 16px;
  color: #f06444;
}
@media print, screen and (max-width: 768px) {
  .c-comparing__note {
    font-size: 14px;
  }
}

.top3__item__button{
  margin-top: -20px;
}
.top3__item__button a{
  background: #f06444;
  box-shadow: 0 7px 0 #b04932;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  transition: all 0.4s;
  overflow: hidden;
  position: relative;
  padding: 20px 100px 20px 72px;
}
.top3__item__button a::after{
  width: 20px;
  height: 20px;
  right: 54px;
}
.top3__item__button a::before{
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.2), rgba(255,255,255,0.8), rgba(255,255,255,0.2));
  transform: skewX(-20deg);
  animation: shine 2s infinite;
}
.top3__item__button a:hover{
  opacity: 1;
  transform: translateY(7px);
  box-shadow: none;
}
@media print, screen and (max-width: 768px) {
  .top3__item__button{
    margin-top: -40px;
  }
  .top3__item__button a{
    box-shadow: 0 7px 0 #b04932;
    border-radius: 6px;
    padding: 16px 64px 16px 32px;
  }
  .top3__item__button a::after{
    right: 30px;
  }
}