@charset "UTF-8";
/* ----------------  header ---------------- */
.header {
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  background: #187fc4;
  padding: 1em;
  width: 100%;
  height: 86px;
  position: fixed;
  z-index: 100;
}
@media (max-width: 1239px) {
  .header {
    height: 63px;
  }
}

.header__logo a {
  display: block;
  text-decoration: none;
}
.header__logo .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo img {
  display: block;
  width: 166px;
}
@media (max-width: 1239px) {
  .header__logo img {
    width: 96px;
  }
}
.header__logo span {
  color: #fff;
  display: block;
  font-weight: 700;
}
@media (max-width: 1239px) {
  .header__logo span {
    font-size: 10px;
  }
}

/* ---------------- footer ---------------- */
.footer {
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.footer .inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.footer .footer__item {
  padding: 1.4em 0;
}
.footer .footer__item .col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11%;
}
.footer .footer__item .footer__logo {
  margin: 0;
}
.footer .footer__item .footer__logo a {
  text-decoration: none;
}
.footer .footer__item .footer__logo .logo {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}
.footer .footer__item .footer__logo .logo img {
  width: 180px;
}
/*.footer .footer__item .footer__logo .logo span {
  color: #000;
  font-size: 11px;
}*/
.footer .footer__item .footer__txt {
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer .footer__item .footer__txt {
    font-size: 10px;
  }
}
.footer .footer__menu {
  background: #00aaeb;
  text-align: center;
  padding: 1.6em 0;
}
.footer .footer__menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.footer .footer__menu .menu a {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .footer .footer__menu .menu a {
    font-size: 10px;
  }
}
.footer .footer__menu .menu li:last-child a {
  padding-right: 0;
}
.footer .footer__menu .menu li:not(:first-child) {
  -webkit-border-start: 1px solid #fff;
  border-inline-start: 1px solid #fff;
}
.footer .footer__menu .copy {
  color: #fff;
  font-size: 12px;
}

/* ----------------  main ---------------- */
.lp_compare {
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.6;
  overflow: hidden;
  position: relative;
  /* ヘッダー重なり */
  /*padding-top: 86px;*/
}
@media (max-width: 1239px) {
  .lp_compare {
    padding-top: 63px;
  }
}
@media (max-width: 1024px) {
  .lp_compare {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .lp_compare {
    font-size: 12px;
  }
}

.lp_compare {
  /* padding */
  /* display */
}
.lp_compare img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.lp_compare a {
  color: inherit;
  transition: all 0.3s;
  text-decoration: none;
}
.lp_compare a:hover {
  opacity: 0.7;
}
.lp_compare a[href^="tel:"] {
  cursor: default;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.lp_compare h1,
.lp_compare h2,
.lp_compare h3,
.lp_compare h4,
.lp_compare strong {
  font-weight: 700;
}
.lp_compare .txt_lead {
  font-size: 125%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp_compare .txt_lead {
    text-align: center;
  }
}
.lp_compare .list-disc {
  list-style-type: disc;
  text-align: left;
  padding-left: 2em;
}
.lp_compare .inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .lp_compare .inner {
    padding: 0;
    width: 92%;
  }
}
.lp_compare .sec_ttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.8em;
}
@media (max-width: 1024px) {
  .lp_compare .sec_ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .lp_compare .sec_ttl {
    font-size: 18px;
    text-align: center;
  }
}
.lp_compare .sec_ttl.is_l {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .lp_compare .sec_ttl.is_l {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .lp_compare .sec_ttl.is_l {
    font-size: 20px;
  }
}
.lp_compare .sec_ttl strong {
  display: inline-block;
  font-size: 135.7%;
}
.lp_compare .sec_ttl strong .num {
  display: inline-block;
  font-size: 130%;
  font-weight: 700;
  margin-right: 2px;
}
@media (max-width: 767px) {
  .lp_compare .sec_ttl strong .num {
    font-size: 125%;
    line-height: 1.2;
  }
}
.lp_compare .pd_m {
  padding: 80px 0;
}
.lp_compare .pd_l {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .lp_compare .pd_m {
    padding: 40px 0;
  }
  .lp_compare .pd_l {
    padding: 60px 0;
  }
}
.lp_compare .is_sp,
.lp_compare .is_tb {
  display: none !important;
}
@media (max-width: 1024px) {
  .lp_compare .is_pc {
    display: none !important;
  }
  .lp_compare .is_tb {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .lp_compare .is_sp {
    display: block !important;
  }
}

/* ---------------- mv ---------------- */
.lp_compare .mv {
  background: linear-gradient(110deg, rgb(255, 255, 255) 50%, rgb(208, 242, 232) 100%);
  color: #04276a;
  position: relative;
  overflow: hidden;
  height: 440px;
}
@media (max-width: 1024px) {
  .lp_compare .mv {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .lp_compare .mv {
    height: 136vw;
  }
}
.lp_compare .mv .inner {
  height: 100%;
}
.lp_compare .mv__col {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
@media (max-width: 767px) {
  .lp_compare .mv__col {
    flex-direction: column;
    justify-content: center;
    padding-top: 8vw;
  }
}
.lp_compare .mv__item {
  margin: 0 auto 0 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lp_compare .mv__item {
    margin: 0 auto;
  }
}
.lp_compare .mv__ttl {
  font-size: 36px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1024px) {
  .lp_compare .mv__ttl {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .lp_compare .mv__ttl {
    font-size: 24px;
  }
}
.lp_compare .mv__ttl strong {
  background: #187fc4;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 105.6%;
  padding: 4px 36px;
}
.lp_compare .mv__ttl span {
  display: block;
  font-weight: 700;
  padding-top: 12px;
}
.lp_compare .mv__txt {
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp_compare .mv__txt {
    font-size: 15px;
  }
}
.lp_compare .mv__img {
  padding: 16px 60px 24px 10px;
  height: 100%;
}
@media (max-width: 1024px) {
  .lp_compare .mv__img {
    padding: 0;
  }
}
.lp_compare .mv__img img {
  max-width: 600px;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .lp_compare .mv__img img {
    max-width: 90vw;
  }
}
.lp_compare .mv__btn {
  background: #00b982;
  border: 2px solid #fff;
  box-shadow: 0px 6px 10px -5px #646464;
  border-radius: 100px 0 0 100px;
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  right: -24px;
  bottom: 30px;
  padding: 16px 80px 12px 60px;
  transition: transform 0.4s ease;
}
@media (max-width: 767px) {
  .lp_compare .mv__btn {
    padding: 22px 60px 18px 46px;
    bottom: 8vw;
  }
}
.lp_compare .mv__btn:hover {
  opacity: 1;
  transform: translateX(-20px);
}
.lp_compare .mv__btn_txt {
  font-size: 14px;
}
.lp_compare .mv__btn_txt strong {
  font-size: 140%;
}
.lp_compare .mv__btn_arrow {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -2px;
  width: 10px;
  height: 6px;
}
.lp_compare .mv__btn_bubble {
  background: #013771;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  left: 47%;
  transform: translateX(-50%);
  top: -1em;
  padding: 0 20px;
  text-align: center;
  width: 170px;
}
@media (max-width: 767px) {
  .lp_compare .mv__btn_bubble {
    font-size: 13px;
    padding: 2px 20px;
    width: 60%;
  }
}
.lp_compare .mv__btn_bubble::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
  width: 15px;
  height: 8px;
  background: #013771;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

/* ---------------- logos ---------------- */
.lp_compare .logos {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .lp_compare .logos {
    padding: 30px 0 6px;
  }
}
.lp_compare .logos__wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100vw;
}
.lp_compare .logos__list {
  display: flex;
  align-items: center;
  animation: scroll-left 40s infinite linear 0.5s both;
}
@media (max-width: 767px) {
  .lp_compare .logos__list {
    animation-duration: 30s;
  }
}
.lp_compare .logos__list li {
  margin: 0 2em;
}
@media (max-width: 767px) {
  .lp_compare .logos__list li {
    margin: 0 0.8em;
  }
}
.lp_compare .logos__list img {
  display: block;
  max-width: none;
  width: 234px;
}
@media (max-width: 1024px) {
  .lp_compare .logos__list img {
    width: 140px;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ---------------- merit ---------------- */
.lp_compare .merit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .lp_compare .merit__list {
    flex-direction: column;
  }
}
.lp_compare .merit__list li {
  text-align: center;
  margin-bottom: 4em;
  width: 45.5%;
}
@media (max-width: 767px) {
  .lp_compare .merit__list li {
    margin-bottom: 3em;
    width: 100%;
  }
}
.lp_compare .merit__list .merit__num {
  background: #013771;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 0 44px 0 22px;
  position: relative;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .lp_compare .merit__list .merit__num {
    padding: 0 36px 0 16px;
  }
}
.lp_compare .merit__list .merit__num span {
  background: #00b982;
  border: 2px solid #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 130%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .lp_compare .merit__list .merit__num span {
    width: 32px;
    height: 32px;
  }
}
.lp_compare .merit__list .merit__ttl {
  color: #00b982;
  font-size: 112.5%;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.lp_compare .merit__list .merit__ttl strong {
  display: block;
  font-size: 144.4%;
  font-weight: 700;
}
.lp_compare .merit__list .merit__txt {
  text-align: left;
  margin-top: 1.2em;
}

/* ---------------- recommend ---------------- */
.lp_compare .recommend {
  background: #013771;
  color: #fff;
}
.lp_compare .recommend .txt_lead {
  margin-top: 1em;
}
.lp_compare .recommend__head {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media (max-width: 767px) {
  .lp_compare .recommend__head {
    flex-direction: column;
  }
}
.lp_compare .recommend__head .sec_ttl {
  margin: 0;
}
@media (max-width: 767px) {
  .lp_compare .recommend__head .sec_ttl {
    margin-bottom: 1.4em;
  }
}
.lp_compare .recommend__head .head_btn {
  border: 2px solid #fff;
  border-radius: 100px;
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px 10px 10px;
  position: relative;
  width: 238px;
}
@media (max-width: 767px) {
  .lp_compare .recommend__head .head_btn {
    margin-bottom: 1em;
    width: 200px;
  }
}
.lp_compare .recommend__head .head_btn::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  transform: rotate(135deg);
  position: absolute;
  top: 18px;
  right: 24px;
  margin-left: 10px;
  width: 6px;
  height: 6px;
}
.lp_compare .recommend__list {
  display: flex;
  justify-content: space-between;
  margin: 4em 0 1em;
}
@media (max-width: 1024px) {
  .lp_compare .recommend__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
  }
}
@media (max-width: 767px) {
  .lp_compare .recommend__list {
    flex-direction: column;
  }
}
.lp_compare .recommend__list li {
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 2.2em 1.6em;
  width: 32%;
}
@media (max-width: 1024px) {
  .lp_compare .recommend__list li {
    margin-bottom: 2.5%;
    width: 49%;
  }
}
@media (max-width: 767px) {
  .lp_compare .recommend__list li {
    padding: 2.2em;
    margin-bottom: 2em;
    width: 100%;
  }
}
.lp_compare .recommend__list .recommend__ttl {
  min-height: 11em;
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__ttl {
    min-height: auto;
  }
}
.lp_compare .recommend__list .recommend__ttl > span {
  background: #013771;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 4px 20px;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .lp_compare .recommend__list .recommend__ttl > span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__ttl > span {
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
  }
  .lp_compare .recommend__list .recommend__ttl > span br {
    display: none !important;
  }
}
.lp_compare .recommend__list .recommend__ttl .logo01 {
  display: block;
  margin: 2.2em auto;
  max-width: 190px;
  width: 100%;
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__ttl .logo01 {
    margin: 1.4em auto;
    max-width: 140px;
  }
}
.lp_compare .recommend__list .recommend__ttl .logo02 {
  display: block;
  margin: 0.5em auto 0;
  max-width: 110px;
  width: 100%;
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__ttl .logo02 {
    margin: 0.8em auto;
    max-width: 100px;
  }
}
.lp_compare .recommend__list .recommend__ttl .logo03 {
  display: block;
  margin: 0.8em auto 0;
  max-width: 150px;
  width: 100%;
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__ttl .logo03 {
    margin: 0.8em auto;
    max-width: 140px;
  }
}
.lp_compare .recommend__list .recommend__btn {
  background: #fa7d23;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 112.5%;
  font-weight: 700;
  text-align: center;
  padding: 20px 30px 20px 40px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__btn {
    padding: 16px 16px 16px 30px;
    margin: 0 auto;
    max-width: 240px;
  }
}
.lp_compare .recommend__list .recommend__txt {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 1.8em 0;
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__txt {
    font-size: 14px;
    margin: 1em 0;
  }
}
.lp_compare .recommend__list .recommend__pickup .pickup_ttl {
  border-bottom: 2px solid #187fc4;
  position: relative;
  margin: 3.6em 0 1em;
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__pickup .pickup_ttl {
    margin: 3em 0 1.2em;
  }
}
.lp_compare .recommend__list .recommend__pickup .pickup_ttl img {
  display: block;
  position: absolute;
  bottom: -10px;
  left: -6px;
  width: 161px;
}
@media (max-width: 767px) {
  .lp_compare .recommend__list .recommend__pickup .pickup_ttl img {
    bottom: -9px;
    width: 140px;
  }
}
.lp_compare .recommend__list .recommend__pickup p {
  font-size: 90%;
  margin-bottom: 1em;
}

/* ---------------- comparison_list ---------------- */
.lp_compare .comparison_list {
  background: #f5f5f5;
}
.lp_compare .comparison_list__lead {
  margin-bottom: 2.4em;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__lead {
    text-align: center;
  }
}
.lp_compare .comparison_list__box {
  padding: 0 0 20px;
  overflow-x: scroll;
  display: block;
}
@media (max-width: 1024px) {
  .lp_compare .comparison_list__box {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    padding-right: 30px;
  }
}
.lp_compare .comparison_list__box::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
.lp_compare .comparison_list__box::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
  margin: 0;
}
@media (max-width: 1024px) {
  .lp_compare .comparison_list__box::-webkit-scrollbar-track {
    margin: 0 30px 0 0;
  }
}
.lp_compare .comparison_list__box::-webkit-scrollbar-thumb {
  background: #9a9a9a;
  border-radius: 5px;
}
.lp_compare .comparison_list__box::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.lp_compare .comparison_list__tbl {
  margin: 0 auto;
  width: 100%;
}
.lp_compare .comparison_list__tbl th {
  background: #8a8a8a;
  border-bottom: 4px solid #f5f5f5;
  color: #fff;
  overflow: auto;
  font-size: 112.5%;
  font-weight: 700;
  text-align: center;
  padding: 20px 15px;
  vertical-align: middle;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl th {
    border-width: 2px;
    font-size: 12px;
    padding: 10px;
  }
}
.lp_compare .comparison_list__tbl th.is_bottom {
  background: transparent;
  border: 0;
  padding: 4px 0;
  vertical-align: top;
}
.lp_compare .comparison_list__tbl td {
  background: #fff;
  border-right: 4px solid #f5f5f5;
  border-bottom: 4px solid #f5f5f5;
  text-align: center;
  padding: 24px 15px;
  vertical-align: middle;
  width: 300px;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl td {
    border-width: 2px;
    padding: 10px;
    width: 22%;
  }
}
.lp_compare .comparison_list__tbl td.is_bottom {
  background: transparent;
  border: 0;
}
.lp_compare .comparison_list__tbl td img {
  display: block;
  margin: 0 auto;
  width: 200px;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl td img {
    width: 100px;
  }
}
.lp_compare .comparison_list__tbl td .logo01 {
  width: 140px;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl td .logo01 {
    width: 90px;
  }
}
.lp_compare .comparison_list__tbl td .logo02 {
  width: 80px;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl td .logo02 {
    width: 58px;
  }
}
.lp_compare .comparison_list__tbl td .logo03 {
  width: 120px;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl td .logo03 {
    width: 80px;
  }
}
.lp_compare .comparison_list__tbl td .logo04 {
  mix-blend-mode: multiply;
  width: 180px;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl td .logo04 {
    width: 120px;
  }
}
.lp_compare .comparison_list__tbl td .logo05 {
  width: 140px;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl td .logo05 {
    width: 100px;
  }
}
.lp_compare .comparison_list__tbl td .icon_mark01 {
  color: #ed5198;
  display: inline-block;
  font-size: 280%;
  line-height: 1;
}
.lp_compare .comparison_list__tbl td .icon_mark02 {
  color: #ed5198;
  display: inline-block;
  font-size: 220%;
  line-height: 1;
}
.lp_compare .comparison_list__tbl td .icon_mark03 {
  color: #ed5198;
  display: inline-block;
  font-size: 200%;
  line-height: 1;
}
.lp_compare .comparison_list__tbl td .comparison_list__detail {
  font-size: 112.5%;
  font-weight: 700;
}
.lp_compare .comparison_list__tbl td .comparison_list__trial {
  font-size: 112.5%;
  font-weight: 700;
  margin: 1em 0;
}
.lp_compare .comparison_list__tbl td .comparison_list__note {
  font-size: 75%;
  line-height: 1.2;
  /*text-align: center;*/
  margin-top: 2px;
}
.lp_compare .comparison_list__tbl td .comparison_list__txt {
  font-size: 87.5%;
  text-align: left;
}
.lp_compare .comparison_list__tbl thead td {
  padding: 0 10px;
  min-width: 300px;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl thead td {
    min-width: 176px;
  }
}
.lp_compare .comparison_list__tbl thead td:nth-of-type(even),
.lp_compare .comparison_list__tbl tbody td:nth-of-type(even) {
  background: #e7ebf7;
}
.lp_compare .comparison_list__tbl .dl_btn {
  background: #fa7d23;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  padding: 14px;
  position: relative;
  margin: 0.4em auto 0;
  width: 250px;
}
@media (max-width: 1024px) {
  .lp_compare .comparison_list__tbl .dl_btn {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__tbl .dl_btn {
    font-size: 11px;
    padding: 10px 12px 10px 6px;
    width: 156px;
  }
}
.lp_compare .comparison_list__tbl .dl_btn .icon_dl {
  position: absolute;
  top: 1.8em;
}
.lp_compare .comparison_list__tbl .none {
  background: transparent;
}
.lp_compare .comparison_list__tbl input[type=checkbox] {
  transform: scale(1.3);
  margin: 0.6em;
}
.lp_compare .comparison_list__note {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .lp_compare .comparison_list__note {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
}

/* ---------------- voice ---------------- */
.lp_compare .voice__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .lp_compare .voice__list {
    display: block;
  }
}
.lp_compare .voice__list li {
  width: 31%;
}
@media (max-width: 1024px) {
  .lp_compare .voice__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4%;
    margin-bottom: 2em;
    width: 100%;
  }
}
.lp_compare .voice__list li img {
  display: block;
  margin: 0 auto;
  max-width: 182px;
  width: 100%;
}
@media (max-width: 1024px) {
  .lp_compare .voice__list li img {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .lp_compare .voice__list li img {
    max-width: 110px;
    width: 20%;
  }
}
.lp_compare .voice__list .voice__bubble {
  background: #e7f2f9;
  border-radius: 20px;
  padding: 2em 1.8em;
  position: relative;
  margin-top: 2.2em;
  min-height: 15em;
}
@media (max-width: 1024px) {
  .lp_compare .voice__list .voice__bubble {
    margin-top: 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .lp_compare .voice__list .voice__bubble {
    padding: 1.6em;
  }
}
.lp_compare .voice__list .voice__bubble::before {
  content: "";
  background-color: #e7f2f9;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -17px;
  width: 30px;
  height: 18px;
}
@media (max-width: 1024px) {
  .lp_compare .voice__list .voice__bubble::before {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    width: 10px;
    height: 20px;
  }
}
.lp_compare .voice__list .voice__bubble .voice__name {
  font-size: 112.5%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .lp_compare .voice__list .voice__bubble .voice__name {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .lp_compare .voice__list .voice__bubble .voice__name {
    font-size: 13px;
    margin-bottom: 0.6em;
  }
}
.lp_compare .voice__list .voice__bubble p {
  font-size: 87.5%;
}

/* ---------------- cv_btn ---------------- */
.lp_compare .icon_dl {
  content: "";
  background: url(../../common/images/icon_dl.png) no-repeat center/cover;
  display: inline-block;
  margin-left: 1em;
  width: 15px;
  height: 16px;
}
@media (max-width: 767px) {
  .lp_compare .icon_dl {
    width: 12px;
    height: 14px;
  }
}
.lp_compare .bulk {
  letter-spacing: 0.1em;
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .lp_compare .bulk {
    padding-top: 40px;
  }
}
.lp_compare .bulk .bulk__txt {
  font-size: 112.5%;
  font-weight: 700;
  margin-bottom: 10px;
}
.lp_compare .bulk .bulk__btn {
  background: #fa7d23;
  border-radius: 10px;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  display: block;
  padding: 22px 20px 22px 30px;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.lp_compare .bulk .bulk__btn.choice_btn {
  background: #ed5198;
}
@media (max-width: 767px) {
  .lp_compare .bulk .bulk__btn {
    padding: 16px 10px 16px 20px;
  }
}
.lp_compare .bulk .bulk__btn.disabled:hover {
  opacity: 1;
}
.lp_compare .bulk .bulk__btn .icon_dl {
  width: 19px;
  height: 21px;
}
@media (max-width: 767px) {
  .lp_compare .bulk .bulk__btn .icon_dl {
    width: 15px;
    height: 17px;
  }
}
.lp_compare .bulk .bulk__note {
  display: none;
  color: #ed5198;
  text-align: center;
  margin-top: 0.6em;
}

/* ---------------- cv_fixed ---------------- */
.lp_compare .cv_fixed {
  background: rgba(42, 42, 42, 0.6);
  display: none; /* Initially hidden */
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  .lp_compare .cv_fixed {
    padding: 10px 16px;
  }
}
.lp_compare .cv_fixed__btn {
  background: #fa7d23;
  border-radius: 10px;
  box-shadow: 0px 8px 12px -5px #585858;
  color: #fff;
  text-align: center;
  display: block;
  padding: 8px 30px 8px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  animation: buruburu 5s linear infinite;
  scale: 1;
}
.lp_compare .cv_fixed__btn:hover {
  background: #ff9d57;
  opacity: 1;
}
.lp_compare .cv_fixed__icon::before {
  content: "";
  background: url(../../common/images/icon_book.png) no-repeat center/cover;
  display: inline-block;
  margin-right: 1em;
  position: relative;
  top: 2px;
  width: 58px;
  height: 67px;
}
@media (max-width: 767px) {
  .lp_compare .cv_fixed__icon::before {
    margin-right: 0.6em;
    width: 22px;
    height: 25px;
  }
}
.lp_compare .cv_fixed__txt {
  display: inline-block;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: 56%;
}
@media (max-width: 767px) {
  .lp_compare .cv_fixed__txt {
    font-size: 16px;
    vertical-align: 18%;
  }
}

@keyframes buruburu {
  0% {
    transform: translateX(0);
  }
  2% {
    transform: translateX(-10px);
  }
  4% {
    transform: translateX(10px);
  }
  6% {
    transform: translateX(-10px);
  }
  8% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */

/*250121 MVCTAに追加*/
.lp_compare .mv_cta {
  letter-spacing: 0.1em;
  padding-top: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .lp_compare .mv_cta {
    padding-top: 20px;
  }
}


.lp_compare .mv_cta .bulk__txt {
  font-size: 112.5%;
  font-weight: 700;
  margin-bottom: 10px;
}

.lp_compare .mv_cta .bulk__btn {
  background: #fa7d23;
  border-radius: 10px;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  display: block;
  padding: 22px 20px 22px 30px;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}

@media (max-width: 767px) {
  .lp_compare .mv_cta .bulk__btn {
    padding: 16px 10px 16px 20px;
  }
}

.lp_compare .mv_cta .bulk__btn .icon_dl {
  width: 19px;
  height: 21px;
}

@media (max-width: 767px) {
  .lp_compare .mv_cta .bulk__btn .icon_dl {
    width: 15px;
    height: 17px;
  }
}

/*250121 MVCTAに追加*/

/* ---------- 20250401更新 ---------- */
/* header余白カット */
@media (max-width: 1239px) {
    .lp_compare {
        padding-top: 0;
    }
}
/* footer */
.footer {
    margin-bottom: 310px;
}
@media (max-width: 767px) {
    .footer {
        margin-bottom: 188px;
    }
}
/* MV */
.lp_compare .mv {
    height: 530px;
}
@media (max-width: 1024px) {
    .lp_compare .mv {
        height: 490px;
    }
}
@media (max-width: 767px) {
    .lp_compare .mv {
        height: 143vw;
    }
}
.lp_compare .mv__img {
    padding-top: 60px;
}
@media (max-width: 1024px) {
    .lp_compare .mv__img {
        position: relative;
        left: -2%;
    }
    .lp_compare .mv__img img {
        max-width: 520px;
    }
}
@media (max-width: 767px) {
    .lp_compare .mv__img {
        padding-top: 1.8em;
        left: 2%;
    }
    .lp_compare .mv__img img {
        max-width: 78vw;
    }
}
.lp_compare .mv__item {
    position: relative;
    z-index: 1;
}
.lp_compare .mv__txt01 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 1em 0 0.6em;
}
@media (max-width: 767px) {
    .lp_compare .mv__txt01 {
        font-size: 13px;
        margin: 0 0 0.4em;
    }
}
.lp_compare .mv__ttl {
    position: relative;
}
.lp_compare .mv__ttl .circle {
    background: #013771;
    border: 4px solid #fff;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -0.3em;
    left: -0.2em;
    font-size: 72.2%;
    text-align: center;
    padding: 0.52em 0;
    width: 80px;
    height: 80px;
}
.lp_compare .mv__ttl strong {
    display: inline-block;
    font-size: 97.2%;
    padding: 0.14em 1em 0.14em 2.5em;
}
@media (max-width: 1024px) {
    .lp_compare .mv__ttl {
        font-size: 28px;
    }
    .lp_compare .mv__ttl .circle {
        width: 68px;
        height: 68px;
    }
}
@media (max-width: 767px) {
    .lp_compare .mv__ttl {
        font-size: 18px;
        margin: 0 auto;
        max-width: 350px;
    }
    .lp_compare .mv__ttl .circle {
        border-width: 2px;
        padding: 0.6em 0;
        left: 0.4em;
        width: 42px;
        height: 42px;
    }
    .lp_compare .mv__ttl strong {
        padding: 0.2em 1em 0.2em 2.4em;
    }
}
.lp_compare .mv__doc {
    text-align: center;
    padding-top: 2.8em;
}
.lp_compare .mv__doc .bubble {
    background: #ebf6e4;
    border-radius: 100px;
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 0.1em 1.4em 0.4em;
    position: relative;
}
.lp_compare .mv__doc .bubble::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 14px 12px 0 12px;
    border-color: #ebf6e4 transparent transparent transparent;
    width: 0;
    height: 0;
}
.lp_compare .mv__doc .bubble > strong {
    font-size: 130%;
    font-weight: 700;
    position: relative;
    top: 2px;
}
.lp_compare .mv__doc .bubble > span {
    font-size: 70%;
    font-weight: 700;
}
@media (max-width: 1024px) {
    .lp_compare .mv__doc .bubble {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .lp_compare .mv__doc {
        padding-top: 1.6em;
    }
    .lp_compare .mv__doc .bubble {
        font-size: 13px;
    }
    .lp_compare .mv__doc .bubble::before {
        bottom: -8px;
    }
    .lp_compare .mv__doc .bubble > span {
        font-size: 80%;
    }
}
.lp_compare .mv__doc .doc_txt {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0.8em 0 1em;
}
@media (max-width: 767px) {
    .lp_compare .mv__doc .doc_txt {
        font-size: 14px;
    }
}
.lp_compare .mv__doc .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6em;
    max-width: 500px;
    margin: 0 auto;
}
.lp_compare .mv__doc .list li {
    background: #62b829;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    padding: 0.06em 1.2em;
    letter-spacing: 0.04em;
}
@media (max-width: 767px) {
    .lp_compare .mv__doc .list {
        gap: 0.45em;
    }
    .lp_compare .mv__doc .list li {
        font-size: 10px;
    }
}
.lp_compare .mv__doc .img_dl {
    display: block;
    margin: 0.4em auto;
    max-width: 354px;
    width: 100%;
}
@media (max-width: 767px) {
    .lp_compare .mv__doc .img_dl {
        max-width: 54vw;
    }
}
/* 比較表 */
.lp_compare .comparison_list__tbl {
    border-collapse: separate;
}
.lp_compare .comparison_list__tbl th {
    border-bottom: 1px solid #f5f5f5;
    font-size: 100%;
}
.lp_compare .comparison_list__tbl td {
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 12px 16px;
}
.lp_compare .comparison_list__tbl td .comparison_list__detail {
    font-size: 100%;
}
.lp_compare .comparison_list__tbl td img[class^='logo'] {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
}
@media (max-width: 767px) {
    .lp_compare .comparison_list__tbl td {
        padding: 6px 10px;
    }
    .lp_compare .comparison_list__tbl td .comparison_list__trial {
        font-size: 100%;
    }
    .lp_compare .comparison_list__tbl td img[class^='logo'] {
        max-width: 80px;
        max-height: 50px;
    }
}
/* 選択資料DLボタン */
.lp_compare .bulk .bulk__txt {
    font-size: 125%;
}
@media (max-width: 767px) {
    .lp_compare .bulk .bulk__txt {
        font-size: 106.3%;
        margin-bottom: 0;
    }
}
.lp_compare .selected_container {
    position: relative;
    max-width: 100%;
}
.lp_compare .selected_items {
    padding: 10px 0 20px;
}
@media (max-width: 767px) {
    .lp_compare .selected_items {
        padding: 10px 0 12px;
    }
}
.lp_compare .selected_item {
    background: #f4f7fe;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 0;
    border: 1px solid #2864f0;
    text-align: center;
    justify-content: center;
    gap: 5%;
    min-width: 220px;
    max-width: 280px;
}
@media (max-width: 767px) {
    .lp_compare .selected_item {
        min-width: 180px;
    }
}
.lp_compare .selected_img {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 64px;
    height: 64px;
}
@media (max-width: 767px) {
    .lp_compare .selected_img {
        padding: 3px;
        width: 40px;
        height: 40px;
    }
}
.lp_compare .selected_img img {
    width: 100%;
    height: auto;
}
.lp_compare .selected_name {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    width: 50%;
}
@media (max-width: 767px) {
    .lp_compare .selected_name {
        font-size: 12px;
        letter-spacing: 0;
    }
}
.lp_compare .remove_btn {
  background: #fff;
  border: 1px solid #5d5d5d;
  color: #5d5d5d;
  cursor: pointer;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 14px;
  padding: 0 0 0 0.08em;
  width: 20px;
  height: 20px;
}
.lp_compare .bulk .bulk__btn.choice_btn {
    max-width: 100%;
}
@media (max-width: 767px) {
    .lp_compare .bulk .bulk__btn.choice_btn {
        border-radius: 6px;
        font-size: 115%;
        padding: 10px;
    }
}
/* swiper */
.lp_compare .swiper-button-prev,
.lp_compare .swiper-button-next {
    color: #000;
    top: 1.6em;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 2.4em;
}
.lp_compare .swiper-button-prev {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 70%, rgba(255, 255, 255, 0.2861519607843137) 100%);
    padding: 2.6em 3em 2.6em 2em;
    left: -1em;
}
.lp_compare .swiper-button-next {
    background: rgb(255, 255, 255);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 70%, rgba(255, 255, 255, 0.2861519607843137) 100%);
    padding: 2.6em 2em 2.6em 3em;
    right: -1em;
}
@media (max-width: 767px) {
    .lp_compare .swiper-button-prev,
    .lp_compare .swiper-button-next {
        top: 2.4em;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1.8em;
    }
    .lp_compare .swiper-button-prev {
        padding: 2.4em 2em 2.4em 1.4em;
    }
    .lp_compare .swiper-button-next {
        padding: 2.4em 1.4em 2.4em 2em;
    }
}
.lp_compare .swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none;
}
/* cta */
.lp_compare .bulk_fixed {
    display: none;
    background: rgb(85 85 85 / 70%);
    padding: 1em;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.lp_compare .bulk {
    background: #fff;
    border-radius: 20px;
    padding: 1em 0;
    max-width: 1100px;
    margin: 0 auto;
}
.lp_compare .bulk.is_choice {
    padding: 24px;
}
@media (max-width: 767px) {
    .lp_compare .bulk.is_choice {
        border-radius: 14px;
        padding: 14px;
    }
}
.lp_compare .bulk.is_top {
    padding: 40px 0;
}
.lp_compare .bulk.is_bottom {
    padding-top: 80px;
}
@media (max-width: 767px) {
    .lp_compare .bulk.is_bottom {
        padding-top: 40px;
    }
}
.lp_compare .bulk.is_bottom .bulk__btn,
.lp_compare .bulk.is_top .bulk__btn {
    padding: 14px 10px 14px 10px;
}
.lp_compare .bulk .bulk__btn .txt_sub {
    display: block;
    font-size: 65%;
    font-weight: 700;
}
/* ---------- 20250414更新 ---------- */
/* footer */
.footer {
    margin-bottom: 169px;
}
@media (max-width: 767px) {
    .footer {
        margin-bottom: 136px;
    }
}
/* 比較表 */
.lp_compare .comparison_list__box {
    padding: 0 0 10px;
}
@media (max-width: 767px) {
    .lp_compare .comparison_list__box {
        padding-right: 30px;
    }
}
.lp_compare .comparison_list__tbl td img[class^='logo'] {
    max-height: 70px;
}
@media (max-width: 767px) {
    .lp_compare .comparison_list__tbl td img[class^='logo'] {
        max-height: 45px;
    }
}
.lp_compare .comparison_list__tbl td .icon_mark02 {
    font-size: 160%;
}
.lp_compare .comparison_list__tbl td .icon_mark03 {
    font-size: 150%;
}
.lp_compare .comparison_list__tbl td .comparison_list__trial {
    font-size: 115%;
    margin: 0.4em 0;
}
.lp_compare .comparison_list__tbl td .comparison_list__txt {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    .lp_compare .comparison_list__tbl td .comparison_list__txt {
        font-size: 11px;
    }
}
.lp_compare .bulk_fixed {
    padding: 0.5em;
}
.lp_compare .selected_items {
    padding: 8px 0 10px;
}
.lp_compare .selected_img {
    width: 40px;
    height: 40px;
}
.lp_compare .selected_name {
    font-size: 13px;
}
@media (max-width: 767px) {
    .lp_compare .selected_img {
        width: 34px;
        height: 34px;
    }
    .lp_compare .selected_name {
        font-size: 11px;
    }
}
.lp_compare .bulk .bulk__txt {
    font-size: 100%;
    margin-bottom: 0;
}
.lp_compare .bulk.is_choice {
    border-radius: 12px;
    padding: 14px 24px;
}
.lp_compare .bulk .bulk__btn.choice_btn {
    background: #f36dab;
    font-size: 120%;
    padding: 12px;
}
@media (max-width: 767px) {
    .lp_compare .bulk.is_choice {
        padding: 10px 14px;
    }
    .lp_compare .bulk .bulk__btn.choice_btn {
        font-size: 110%;
        padding: 10px;
    }
}
/* swiper */
.lp_compare .swiper-button-prev {
    padding: 1.9em 3em 1.9em 1.6em;
}
.lp_compare .swiper-button-next {
    padding: 1.9em 1.6em 1.9em 3em;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.8em;
}
@media (max-width: 767px) {
    .lp_compare .swiper-button-prev,
    .lp_compare .swiper-button-next {
        top: 2.4em;
    }
    .lp_compare .swiper-button-prev {
        padding: 2em 2em 2em 1.4em;
    }
    .lp_compare .swiper-button-next {
        padding: 2em 1.4em 2em 2em;
    }
}
