﻿@charset "UTF-8";
/* __EDITABLE_STYLE__ START ----------------------------- */
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#switch #header,
#switch #contents {
  width: 640px;
  margin: 0 auto;
}

#switch #header {
  height: 60px;
  padding: 10px 0 0 0;
}

#switch #contents {
  padding: 0 0 0 0;
}

/* ------------------------------------------------------------------------------------ */
/* 追加スタイル
/* ------------------------------------------------------------------------------------ */
* {
  font-family: "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

.spe {
  display: none !important;
}

/* kv_modal */
.kv_modal {
  position: relative;
}
.kv_modal_txtlink {
  position: absolute !important;
  line-height: 1;
  font-size: 18px;
  left: 5%;
  top: 40%;
  color: #fff !important;
}

/* bnr_area */
.bnr_area {
  margin: 50px auto;
  text-align: center;
}
div#contents .bnr_area img {
  height: auto;
}
.contents__sec3 .bnr_area {
  margin-bottom: 0;
}
.contents__sec5 .bnr_area {
  margin-bottom: 20px;
}

/* 追従モーダル */
.multi_fix_cta_area{
  position: fixed;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -100%;
  left: 50%;
  z-index: 50;
  width: 100%;
  max-width: 640px;
  background-color: #FEF8E2;
  transition: bottom 1s;
  text-align: center;
}
.multi_fix_cta_area.-active{
  bottom: 0;
}
.multi_fix_cta_flex_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 3px;
  padding-right: 3px;
}
.multi_fix_cta_button{
  width: calc((100% - 9px) / 2);
  margin-right: 5px;
}
.multi_fix_cta_button:last-child{
  margin-right: 0px;
}
.multi_fix_cta_area img {
  width: 50%;
}
.multi_fix_cta_flex_wrap img{
  width: 100%;
}
.multi_max_attention {
  position: absolute;
  top: 20px;
  left: 480px;
  font-size: 11px;
}

@media screen and (min-width: 616px) {
  .multi_fix_cta_flex_wrap{
    margin-left: auto;
    margin-right: auto;
    max-width: 615px;
  }
}

/*============================
#contents
============================*/
footer {
  padding-top: 0;
}

div#contents {
  width: 640px;
  margin: 0 auto;
  font-size: 0;
}
div#contents .mv_note_wrap {
  color: #fff;
  background: #3e92cf;
  padding: 0 0 20px;
}
div#contents .mv_note_wrap .mv_note_list {
  width: 84%;
  margin: 0 auto;
}
div#contents .mv_note_wrap .mv_note_list li {
  font-size: 14px;
}
div#contents .mv_note_wrap .mv_note_list li .icon_blank:after {
  content: '';
  background: url(../img/icon_blank.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

/* mv mv_note_fix */
div#contents .mv .mv_note_fix {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.3%;
  color: #000;
}
div#contents .mv .mv_note_fix .mv_note_list {
  width: 95%;
  margin: 0 auto;
}
div#contents .mv .mv_note_fix .mv_note_list li {
  font-size: 13px;
}
div#contents .mv .mv_note_fix a.link__out::after {
  width: 13px;
  height: 12px;
  vertical-align: middle;
  margin-left: 3px;
}

div#contents section.contents__inner {
  margin-bottom: 0;
}
div#contents section.contents__inner a {
  color: inherit;
}
div#contents section.contents__inner * {
  position: relative;
}
div#contents section.contents__inner .contents__body + * {
  margin-top: -1px;
}
div#contents section.contents__inner .contents__override {
  position: relative;
  z-index: 0;
}
div#contents section.contents__inner .contents__override>.override-tex {
  position: absolute;
  z-index: 5;
  bottom: calc(100% * (245 / 640));
  left: calc(50% + 0.5em);
  transform: translateX(-50%);
  font-size: clamp(12px, (100vw * (24 / 640)), 24px);
  font-weight: bold;
  white-space: nowrap;
  color: #3a3a3a;
}
div#contents section.contents__inner .contents__override>.override-tex a {
  color: #3a3a3a;
}
div#contents section.contents__inner .mod01 {
  margin-left: -0.4em;
}
div#contents section.contents__inner .mod02 {
  padding-top: 15px;
  background-color: #e4eaf6;
}
div#contents section.contents__inner .accordion__body {
  display: none;
}
div#contents section.contents__inner div.section__inner img {
  width: 100%;
}
div#contents section.contents__inner div.section__inner a:link, div#contents section.contents__inner div.section__inner a:hover, div#contents section.contents__inner div.section__inner a:visited {
  color: inherit;
}
p {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.8181818182;
}
p.ta__center {
  text-align: center !important;
}
p.tc__red,
p .tc__red {
  color: red;
}
p.lead {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -0.06em;
}
p.lead.lead__m {
  font-size: 24px;
}
p.users {
  font-size: 28px;
  line-height: 1.6428571429;
  color: #3e3e3e;
}
p.note__users {
  font-size: 22px;
  line-height: 1.4545454545;
  color: #3e3e3e;
}
p sup {
  vertical-align: top;
}
p span.underline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fffcab));
  background: -webkit-linear-gradient(transparent 0%, #fffcab 0%);
  background: linear-gradient(transparent 0%, #fffcab 0%);
}
p span.underline.underline__yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fffcab));
  background: -webkit-linear-gradient(transparent 0%, #fffcab 0%);
  background: linear-gradient(transparent 0%, #fffcab 0%);
}

div#contents section.contents__inner div.section__inner .caption + ol,
div#contents section.contents__inner div.section__inner .caption + ul,
div#contents section.contents__inner div.section__inner .caption + .note,
div#contents section.contents__inner div.section__inner .lead + .note {
  margin-top: 0.5em;
}
.note {
  margin-left: 1em;
}
p.note {
  font-size: 18px;
}
.note::before {
  content: "※";
  position: absolute;
  margin-left: -1em;
}
.note.note__asterisk::before {
  content: "＊";
  position: absolute;
  margin-left: -1em;
}
.note.note__disc::before {
  content: "・";
  position: absolute;
  margin-left: -1em;
}
.note.note__count {
  margin-left: 2em;
  counter-increment: number;
}
.note.note__count::before {
  content: "※" counter(number);
  position: absolute;
  margin-left: -2em;
}
.note.note__count__1 {
  margin-left: 2em;
  counter-reset: number 1;
}
.note.note__count__1::before {
  content: "※" counter(number);
  position: absolute;
  margin-left: -2em;
}
.note.note__count__3 {
  margin-left: 2em;
  counter-reset: number 3;
}
.note.note__count__3::before {
  content: "※" counter(number);
  position: absolute;
  margin-left: -2em;
}
.note.note__count__7 {
  margin-left: 2em;
  counter-reset: number 7;
}
.note.note__count__7::before {
  content: "※" counter(number);
  position: absolute;
  margin-left: -2em;
}

div#contents section.contents__inner div.section__inner ul,
div#contents section.contents__inner div.section__inner ol {
  padding-left: 1em;
  counter-reset: number;
}
a {
  color: inherit;
}
a.link__out {
  color: #3b85cc !important;
}
a.link__out::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url(../img/icon_outlink.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-top;
  margin-left: 5px;
}
a.button {
  display: block;
  width: 600px;
  margin: 0 auto 10px;
}
a.button img {
  width: 100%;
}
a.button.button__modal__close {
  width: 524px;
}
a.button.button__modal__close img {
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 12px 0 rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0 12px 0 rgba(0, 0, 0, 0.05));
}
a.button.button__extra {
  width: 470px;
  margin-bottom: 0;
}
a.button.button__hidden {
  font-size: 22px;
  display: block;
  width: 5em;
  height: 2em;
  background-color: rgba(255, 0, 0, 0);
  position: absolute !important;
}
a.button.button__std {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2f6fb4;
  border-radius: 15px;
  width: 470px;
  height: 90px;
  margin: 20px auto;
  text-decoration: none;
}
a.button.button__std p {
  color: #fff;
}
a.button.button__std.button__std__org {
  background-color: #ff9600;
}
a.button.button__std p {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
a.txtlink {
  letter-spacing: -0.05em;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
  position: absolute !important;
  bottom: 32px;
  right: 50px;
}

div.box {
  width: 100%;
  overflow: hidden;
}
div.box.box__entry {
  background-color: #fff9e2;
  padding-bottom: 30px;
}
div.box.box__plan {
  padding-bottom: 50px;
}
div.box.box__white {
  background-color: #fff;
}
div.box.box__yellow__1 {
  background-image: url(../img/bg_yellow_1.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__yellow__2 {
  background-image: url(../img/bg_yellow_2.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__yellow__3 {
  background-color: #fff9ce;
}
div.box.box__green__1 {
  background-image: url(../img/bg_green_1.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__1 {
  background-image: url(../img/bg_blue_1.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__2 {
  background-image: url(../img/bg_blue_2.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  color: #fff;
}
div.box.box__blue__3 {
  background-color: #d1e8f5;
}
div.box.box__blue__4 {
  background-image: url(../img/bg_blue_3.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__5 {
  background-image: url(../img/bg_blue_4.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__6 {
  background-image: url(../img/bg_blue_5.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__7 {
  background-image: url(../img/bg_blue_6.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__8 {
  background-image: url(../img/bg_blue_7.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__9 {
  background-image: url(../img/bg_blue_8.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__10 {
  background-image: url(../img/sec2/img_47.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__11 {
  background-image: url(../img/bg_blue_10.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__12 {
  background-image: url(../img/bg_blue_11.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__blue__13 {
  background-color: #e4eaf6;
}
div.box.box__txt {
  padding: 0 80px;
}
div.box.box__txt__w {
  padding: 0 50px;
}
div.box.box__txt__f {
  padding: 0 0px;
}
div.box.box__txt__mw {
  padding: 0 65px;
}
div.box.box__txt__s {
  padding: 0 90px;
}
div.box.box__1__12 a {
  left: 240px;
  width: 7em;
  bottom: 50px;
}
div.box.box__1__17 {
  padding-top: 10px;
}
div.box.box__1__20 a.txtlink {
  bottom: 20px;
}
div.box.box__1__25 a {
  left: 240px;
  width: 7em;
  bottom: 50px;
}
div.box.box__1__26 {
  padding-bottom: 10px;
}
div.box.box__1__29 a.txtlink {
  bottom: 0px;
}
div.box.box__1__31 {
  padding-top: 22px;
}
div.box.box__1__31 p.caption {
  border: 4px solid #d42d36;
  line-height: 1.8181818182;
  padding: 0.8em;
  display: block;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4545454545;
}
div.box.box__2__4 {
  background-image: url(../img/sec2/img_41.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__2__4 p.note {
  padding: 20px 60px 0;
}
div.box.box__2__8 {
  background-image: url(../img/sec2/img_44.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
div.box.box__2__8 p {
  padding: 0 80px;
  font-weight: bold;
}
div.box.box__2__9 p.caption_border {
  padding: 0.8em;
  font-weight: bold;
  position: absolute !important;
  top: 8%;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid #d42d36;
  width: 84.375%;
  line-height: 1.4545454545;
  font-size: 20px;
}
div.box.box__2__9 a.txtlink {
  position: absolute;
  bottom: 95px;
}
div.box.box__2__9 .mod03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 50px;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0 52px;
  position: absolute !important;
}
div.box.box__2__9 .mod03 a.txtlink {
  display: inline !important;
  position: relative !important;
  bottom: 0;
  left: 0;
  font-weight: normal;
}
div.box.box__2__13 {
  padding-top: 22px;
}
div.box.box__2__13 a.txtlink.modal {
  margin: 0 0 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  left: 0 !important;
  bottom: 0 !important;
  position: relative !important;
}
div.box.box__2__13 a.txtlink.modal p {
  text-decoration: underline !important;
  display: inline-block;
}
div.box.box__2__16 {
  padding-top: 22px;
}
div.box.box__2__37 {
  padding-top: 22px;
  padding-bottom: 44px;
}
div.box.box__3__2 .box__3__2_absolute {
  position: absolute !important;
  left: 10%;
  bottom: 3%;
}
div.box.box__3__2 .box__3__2_absolute p.note {
  font-size: 18px;
}
div.box.box__3__3 a.txtlink {
  bottom: 35px;
  right: 20px;
}
div.box.box__3__4 {
  padding: 0 7%;
  margin-bottom: 5%;
}
div.box.box__3__4 .box__3__4_p {
  margin-top: 4% !important;
  margin-bottom: 10%;
}
div.box.box__3__4 a.txtlink {
  right: 5%;
  bottom: 0;
}
div.box.box__3__4 .slide_2 a.txtlink {
  bottom: 2%;
}
div.box.box__3__4 .swiper-button-prev,
div.box.box__3__4 .swiper-button-next {
  position: absolute !important;
  width: 50px;
  height: 50px;
}
div.box.box__3__4 .swiper-button-next {
  right: 3%;
}
div.box.box__3__4 .swiper-button-prev::before,
div.box.box__3__4 .swiper-button-next::before {
  content: '';
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #285faf;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
div.box.box__3__4 .swiper-button-prev::after,
div.box.box__3__4 .swiper-button-next::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 5px #285faf;
  border-right: solid 5px #285faf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.box.box__3__4 .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 35%;
  right: 0;
}
div.box.box__3__4 .swiper-button-next::after {
  transform: rotate(45deg);
  left: 0%;
  right: 0;
}
div.box.box__3__4 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 1.25%;
}
div.box.box__3__6 {
  padding-top: 22px;
  padding-bottom: 22px;
}
div.box.box__3__9 {
  padding-top: 22px;
  padding-bottom: 22px;
}
div.box.box__3__11 {
  padding-top: 22px;
  padding-bottom: 22px;
}
div.box.box__4__3 {
  padding-top: 22px;
  padding-bottom: 22px;
}
div.box.box__4__6 {
  padding-top: 44px;
  padding-bottom: 22px;
}
div.box.box__4__15 p.note {
  letter-spacing: -0.05em;
}
div.box.box__4__17 {
  padding-top: 22px;
  padding-bottom: 22px;
}
div.box.box__5__11 {
  padding-top: 22px;
}
div.box.box__5__15 {
  padding-top: 22px;
}
div.box.box__5__22 {
  padding-top: 22px;
}
div.box.box__5__26 {
  padding-top: 22px;
}
div.box.box__5__30 {
  padding-top: 22px;
}
div.box.box__5__35 ul li p.note {
  line-height: 1.5;
}
div.box.box__tvstick__2 {
  padding-top: 22px;
  padding-bottom: 22px;
}
div.box.box__tvstick__5 {
  padding-top: 22px;
  padding-bottom: 22px;
}
div.box.box__tvstick__7 {
  padding-bottom: 22px;
}
div.box.box__tvstick__10 {
  padding-top: 22px;
}
div.box.box__tvstick__11 {
  padding-bottom: 22px;
}
div.box.box__tvstick__19 {
  padding-bottom: 44px;
}
div.box.box__smilink__2__3 a {
  bottom: 40px;
  right: auto;
  left: 135px;
  width: 7em;
}
div.box.box__smilink__2__7 {
  padding-bottom: 44px;
}
div.box.box__smilink__1__2 {
  padding-top: 22px;
}
div.box.box__smilink__1__20 p.note.note__disc {
  font-weight: bold;
  line-height: 1.8181818182;
}
div.box.box__smilink__1__22 {
  padding-top: 22px;
}
div.box.box__smilink__1__24 {
  padding-bottom: 44px;
}
div.box.box__amazon__2 {
  padding-top: 22px;
  padding-bottom: 22px;
}
div.box.box__amazon__4 {
  padding-top: 22px;
  padding-bottom: 44px;
}
div.box.box__amazon__5 {
  padding-bottom: 44px;
}
div.box__fitdish__1__1 {
  padding: 22px;
}
div.box__fitdish__1__2 {
  width: 474px;
  margin: 0 auto;
  paddng-bottom: 40px;
}

body .box__modal {
  display: none;
  font-size: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55000;
  background-color: rgba(0, 0, 0, 0.8);
}
body .box__modal * {
  position: relative;
}
body .box__modal .modal__body {
  display: none;
  max-height: 90vh;
  overflow-y: auto;
}
body .box__modal .modal__body.show {
  display: block !important;
}
body .box__modal .modal__body.modal__body__textbox {
  font-size: 22px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 474px;
  max-width: 584px;
  overflow: scroll;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  padding: 5.3vw 5vw 3.7vw 5.7vw;
  border-radius: 7px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .box__modal .modal__body.modal__body__subpage {
  font-size: 0px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(100% - 20px);
  max-width: 584px;
  overflow: scroll;
  border-radius: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
body .box__modal .modal__body.modal__body__subpage .contents__body + * {
  margin-top: -1px;
}
body .box__modal .modal__body .modal__inner {
  font-weight: normal;
}
body .box__modal .modal__body .modal__inner img {
  width: 100%;
}
body .box__modal .modal__body .modal__inner div.box.box__chart {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
}
body .box__modal .modal__body .modal__inner div.box.box__chart img.contents__body.chart {
  height: 575px;
  width: auto;
}
body .box__modal .modal__body .modal__inner p {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.8181818182;
}
body .box__modal .modal__body .modal__inner p.lead {
  font-size: 25px;
  font-weight: bold;
}
body .box__modal .modal__body .modal__inner p.lead.lead__m {
  font-size: 24px;
}
body .box__modal .modal__body .modal__inner p.users {
  font-size: 28px;
  line-height: 1.6428571429;
  color: #3e3e3e;
}
body .box__modal .modal__body .modal__inner p.note__users {
  font-size: 22px;
  line-height: 1.4545454545;
  color: #3e3e3e;
}
body .box__modal .modal__body .modal__inner p sup {
  vertical-align: top;
}
body .box__modal .modal__body .modal__inner p span.underline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fffcab));
  background: -webkit-linear-gradient(transparent 0%, #fffcab 0%);
  background: linear-gradient(transparent 0%, #fffcab 0%);
}
body .box__modal .modal__body .modal__inner p span.underline.underline__yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fffcab));
  background: -webkit-linear-gradient(transparent 0%, #fffcab 0%);
  background: linear-gradient(transparent 0%, #fffcab 0%);
}
body .box__modal .modal__body .modal__inner .caption + ol,
body .box__modal .modal__body .modal__inner .caption + ul,
body .box__modal .modal__body .modal__inner .caption + .note,
body .box__modal .modal__body .modal__inner .lead + .note {
  margin-top: 0.5em;
}
body .box__modal .modal__body .modal__inner .note + .note,
body .box__modal .modal__body .modal__inner .caption + .note,
body .box__modal .modal__body .modal__inner .note + .caption {
  margin-top: 1em;
}
body .box__modal .modal__body .modal__inner .modal__heading {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
body .box__modal .modal__body .modal__inner .modal__heading__sub {
  font-weight: bold;
}
body .box__modal .modal__body .modal__inner .note {
  margin-top: 0.3em !important;
}
body .box__modal .modal__body .button {
  display: block;
  margin-top: 2em;
}
body .box__modal .modal__body .button.button__modal__close {
  width: 100%;
}
body .box__modal .modal__body .button.button__modal__close img {
  width: 100%;
}

.sec03_detail_table {
  width: 960px;
  background-color: #fff;
  border-collapse: collapse;
}
.sec03_detail_table .sup {
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  vertical-align: top;
}
.sec03_detail_table th {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  border: 1px solid #016c57;
  padding: 8px 6px;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}
.sec03_detail_table td {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  border: 1px solid #016c57;
  padding: 8px 6px;
  text-align: center;
  vertical-align: middle;
  width: 15%
}
.sec03_detail_table th.item,
.sec03_detail_table td.item {
  background: #016c57;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.sec03_detail_table tr:last-child td.item {
  border-bottom: 1px solid #016c57;
}
.sec03_detail_table .md-btn {
  display: block;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  color: #0066b5;
}
.sec03_detail_table .md-btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: bottom;
  background: url("../img/table_ico.png") no-repeat top center/100% auto;
}

.sec03_detail_table td .price_num {
  display: inline-block;
  font-size: 16px;
}
.sec03_detail_table td .price_unit {
  display: inline-block;
  font-size: 10px;
}
.sec03_detail_table td .price_arw {
  display: block;
  font-size: 10px;
}
.sec03_detail_table td .price_redtxt {
  display: block;
  color: #e50914;
  font-size: 16px;
}

.sec03_modal_ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6;
}

.sec03_modal_list {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sec03_modal_list_item {
  width: 50%;
  padding: 0 2px;
  margin-bottom: 20px;
  text-align: center;
}
.sec03_modal_list_item figcaption {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.sec03_modal_notes {
  width: 90%;
  margin: 0 auto 30px;
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.button__call {
  height: 100px !important;
  display: block !important;
  width: 550px !important;
  bottom: 25px !important;
  left: 45px !important;
}

#contents .complete_wrap {
  position: relative;
}
#contents .complete_wrap .complete_attention {
  position: absolute;
  bottom: 12px;
  right: 60px;
  font-size: 11px;
}
#contents .procedure_area {
  position: relative;
}
#contents section.contents__inner .procedure_attention {
  position: absolute;
  top: 180px;
  right: 94px;
  font-size: 12px;
}

.contents__sec5_slider {
  padding: 2% 7.7% 0%;
  background-color: #Eaf7ff;
}
.contents__sec5_slider .swiper {
  padding-bottom: 15%;
}
.contents__sec5_slider .slide_inner {
  border-radius: 2.5%;
  background: #fff;
  padding-bottom: 2.5%;
  min-height: 720px;
}
.contents__sec5_slider .slide_inner img {
  width: 90% !important;
  margin: auto;
  display: block;
}
.contents__sec5_slider .slide_inner .slide_text {
  margin: 5% 7.5% 2% !important;
  font-weight: bold;
}
.contents__sec5_slider .slide_inner .slide_text span.blue_text {
  color: #2f7fe8;
}
.contents__sec5_slider .slide_inner .note_text {
  margin: 0% 7.5%;
  font-size: 18px;
}
.contents__sec5_slider .swiper-button-prev,
.contents__sec5_slider .swiper-button-next {
  position: absolute !important;
  width: 50px;
  height: 50px;
}
.contents__sec5_slider .swiper-button-next {
  right: 3%;
}
.contents__sec5_slider .swiper-button-prev::before,
.contents__sec5_slider .swiper-button-next::before {
  content: '';
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 4px solid #285faf;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.contents__sec5_slider .swiper-button-prev::after,
.contents__sec5_slider .swiper-button-next::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 5px #285faf;
  border-right: solid 5px #285faf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contents__sec5_slider .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 35%;
  right: 0;
}
.contents__sec5_slider .swiper-button-next::after {
  transform: rotate(45deg);
  left: 0%;
  right: 0;
}
.contents__sec5_slider .swiper-pagination {
  position: absolute !important;
  bottom: 4.5% !important;
  top: auto !important;
}
.contents__sec5_slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 1.25%;
}

/* フッター
------------------------------------------------------------------------------------ */
#footer {
  display: none;
}

/* 202404 追加
------------------------------------------------------------------------------------ */
.dsp_sp {
  display: none;
}

.plan-menu{
  padding: calc(50/750*100%) 0 calc(40/750*100%);
}
.wrapper.plan-menu{
  width: 100%;
  padding: 0;
  position: relative;
  max-width: 750px;
}
.btn-01{
  position: absolute!important;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  width: calc(458/750*100%);
  max-width: 458px;
}
.btn-02{
  position: absolute!important;
  left: 3.8%;
  top: 65.5%;
  width: calc(331/750*100%);
  max-width: 331px;
}
.btn-03{
  position: absolute!important;
  left: 52%;
  top: 65.5%;
  width: calc(331/750*100%);
  max-width: 331px;
}
.btn-04{
  position: absolute!important;
  left: 19.5%;
  top: 91%;
  width: calc(458/750*100%);
  max-width: 458px;
}

.btn-01.btn-plan{
  position: absolute!important;
  width: calc(336 / 750* 100%);
  transform: none;
  left: 3.8%;
  top: 92.5%;
  max-width: 458px;
}
.btn-02.btn-plan{
  position: absolute!important;
  left: 3.8%;
  width: calc(336 / 750* 100%);
  top: 50.5%;
  max-width: 331px;
}
.btn-03.btn-plan{
  position: absolute!important;
  width: calc(336 / 750* 100%);
  left: 52.5%;
  top: 50.5%;
  max-width: 331px;
}
.btn-04.btn-plan{
  position: absolute!important;
  width: calc(336 / 750* 100%);
  left: 52.5%;
  top: 92.5%;
  max-width: 458px;
}
.btn-background {
  width: calc(336 / 750* 100%);
  height: calc(252 / 750* 100%);
}
.btn-background a {
  display: block;
  width: 100%;
  height: 100%;
}
.btn-01.btn-background {
  left: 3.8%;
  transform: none;
  top: 59%;
}
.btn-02.btn-background {
  left: 3.8%;
  transform: none;
  top: 17%;
}
.btn-03.btn-background {
  left: 52.5%;
  transform: none;
  top: 17%;
}
.btn-04.btn-background {
  left: 52.5%;
  transform: none;
  top: 59%;
}

/* 202411 追加 QAエリア
------------------------------------------------------------------------------------ */
.qa_content_wrapper:not(:first-child){
  margin-top: 15px;
}
.qa_content_wrapper{
  padding: 0 4vw;
}
.qa_content_question{
  border: 5px solid #A7DFE2;
  cursor: pointer;
  transition-property: border;
  transition-delay: 0.25s;
}
.qa_content_question.expand{
  border: 5px solid #A7DFE2;
  border-bottom: none;
}
.qa_content_answer{
  padding: 0 2vw;
  border: 5px solid #A7DFE2;
  border-top: none;
}
.qa_content_answer_text{
  padding: 10px 0;
  font-size: 22px;
  border-top: 2.5px solid #cdcdcd;
}

/* 202503 追加
------------------------------------------------------------------------------------ */
.modal_exp_icon {
  padding-right: 4%;
  display: inline-block;
}
.modal_exp_icon.exp_p_in {
  padding-right: 5%;
}
.modal_exp_icon::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 20px;
  background-image: url(../img/modal_exp_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-top;
  margin-left: 5px;
  position: absolute;
  top: 15%;
  right: 0;
}

.comparison_plan_area {
  background-color: #FEFCE8;
  padding: 40px 11px 40px;
}

.comparison_plan_title{
  text-align: center;
}

.comparison_plan_title__text{
  color: #1271B3;
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 3px solid #1271B3;
  display: inline-block;
}

.comparison_plan_table_top {
  margin-top: 30px;
}

.comparison_plan_table_top__text{
  line-height: 1.1;
}

div#contents section.contents__inner div.comparison_plan_table-wrap {
  display: flex;
  margin-top: 16px;
}

.comparison_plan_table {
  overflow-x: scroll;
}

.comparison_plan_table::-webkit-scrollbar {
  height: 8px;
  background-color: #ABACAD;
  border-radius: 10px;
}

.comparison_plan_table::-webkit-scrollbar-thumb {
  background: #1271B3;
  height: 8px;
  border-radius: 10px;
}

div#contents section.contents__inner div.comparison_plan_table--head img {
  width: calc(194px * 0.7);
  margin-bottom: 10px;
}

div#contents section.contents__inner div.comparison_plan_table img {
  width: calc(886px * 0.7);
  margin-bottom: 10px;
}

div#contents section.contents__inner div.comparison_plan_note {
  margin-top: 20px;
}
.comparison_plan_note_list__item{
  font-size: 22px;
  padding-left: 2em;
}
div#contents section.contents__inner .comparison_plan_note_list__maker{
  position: absolute;
  top: 0;
  left: 0;
}

body .box__modal:has(.cv_modal__body.show){
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.cv_modal-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

body .box__modal .modal__body.cv_modal__body {
  z-index: 1;
  width: 95%;
  max-width: 820px;
  max-height: 100%;
  margin: 0 auto;
  transition: all 300ms;
  transform: scale(0.95);
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 14px;
}

.cv_modal-body {
  width: 100%;
  padding: 48px 64px;
  background: #fff;
  
}

.cv_modal-scroll {
  max-height: 70vh;
  max-height: 70dvh;
  overflow-y: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

.cv_modal-ttl {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 28px;
  color: #404144;
}

.cv_modal-txt {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin: 24px 0 16px;
  line-height: 1;
  color: #404144;
}

.cv_modal-img-wrap {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 0 auto;
}

.cv_modal-img-wrap img {
  max-width: 100%;
  display: block;
}

.cv_modal-img-wrap>img {
  margin-bottom: 8px;
}

.cv_modal-footer {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 16px 20px;
  background: #f6f7f8;
  border-top: 1px solid #e2e4e9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

body .box__modal .modal__body .cv_modal-close {
  max-width: 200px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: #ffffff;
  cursor: pointer;
  background: #2f6db6;
  border-radius: 6px;
  border: none;
  margin: 0;
  padding: 12px 32px;
  font-size: 16px;
}

/* __EDITABLE_STYLE__ END ----------------------------- *//*# sourceMappingURL=style.css.map */