.objKanto {
  display: none;
}

.kanto .objKanto {
  display: block;
}

.planTop #wrapper {
  padding-bottom: 0;
}

.planHead {
  text-align: center;
  margin-bottom: 60px;
}

.planHead_list {
  border: 2px solid #c3c3c3;
  border-radius: var(--radius2);
  padding: 30px;
  display: inline-block;
  margin: 20px auto 0;
}
.planHead_list > li:before {
  background-color: var(--color-orange) !important;
}

.wrapperLink {
  font-size: var(--fsize16);
}

.plan_panel_osusume {
  background: #f0f0f0;
  border-radius: var(--radius1);
  margin-top: 20px;
  padding: 10px;
  width: 100%;
}
.plan_panel_osusume > p {
  font-size: var(--fsize14);
}
.plan_panel_osusume > ul {
  display: inline-block;
  margin-top: 5px;
}
.plan_panel_osusume > ul > li {
  font-size: var(--fsize10);
  letter-spacing: 0;
}

.plan_bnr {
  display: block;
  max-width: 736px;
  margin: 40px auto 0;
  border-radius: var(--radius3);
  overflow: hidden;
  border: 3px solid #000;
}

.plan_bnr_notes {
  display: inline-block;
  margin: 10px auto 0;
}
.plan_bnr_notes > li {
  font-size: var(--fsize12);
}

.meritDenki {
  position: relative;
  padding: 120px 0;
}
.meritDenki .swiper {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.meritDenki .swiper-pagination {
  display: none;
}

.meritDenki_head {
  text-align: center;
  font-size: var(--fsize40);
  font-weight: 400;
  display: table;
  position: relative;
  margin: 0 auto;
  padding-left: 60px;
}
.meritDenki_head:before {
  content: "";
  position: absolute;
  left: 0;
  width: 43px;
  height: 74px;
  background: url(/denki/cmn/img/ico_denki_img.svg) no-repeat center;
  background-size: contain;
}

.meritDenki_col {
  margin: 120px auto 0;
  background: rgba(0, 0, 0, 0.03);
  width: calc(100% - 8.42vw);
  max-width: 1200px;
  border-radius: var(--radius4);
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}
.meritDenki_col .swiper-button-next,
.meritDenki_col .swiper-button-prev {
  display: none;
}

.meritDenki_fukidashi {
  width: 620px;
  height: 130px;
  background: #fff;
  border-radius: var(--radius2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  font-size: var(--fsize20);
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  left: calc(50% - 310px);
  top: -65px;
  text-align: left;
  box-shadow: 0 2px 0 #000, 0 -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000;
}
.meritDenki_fukidashi:after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 52px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: calc(50% - 26px);
  bottom: -14px;
}
.meritDenki_fukidashi:before {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 54px;
  height: 16px;
  background: #000;
  position: absolute;
  left: calc(50% - 27px);
  bottom: -16px;
}
.meritDenki_fukidashi > .l {
  font-size: var(--fsize28);
}
.meritDenki_fukidashi > .num {
  width: 70px;
  height: 70px;
}

.meritDenki_img {
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 1480px) {
  .meritDenki_img {
    width: 79.19vw;
  }
}
.meritDenki_hosoku {
  margin-top: 60px;
}

.meritDenki_hosoku_head {
  max-width: 484px;
  margin: 0 auto;
}

.meritDenki_hosoku_txt {
  text-align: center;
  font-size: var(--fsize16);
  margin-top: 10px;
}

.meritDenki_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 80px;
  text-align: center;
  background: var(--color-alert) !important;
  color: #fff !important;
}
.meritDenki_btn.-blank:before {
  background-image: url(/denki/cmn/img/ico_blank_w.svg) !important;
}
.meritDenki_btn .head {
  width: 100%;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
  font-size: var(--fsize16);
  line-height: 1;
  color: var(--color-alert);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
}
.meritDenki_btn .head:before {
  content: "";
  width: 1px;
  height: 20px;
  transform: rotate(-35deg) translateY(-2px);
  background: var(--color-alert);
}
.meritDenki_btn .head:after {
  content: "";
  width: 1px;
  height: 20px;
  transform: rotate(35deg) translateY(-2px);
  background: var(--color-alert);
}

.benefit_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 30px;
}

.benefit_panel {
  width: 320px;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: 30px 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.benefit_panel.-noBorder {
  border: none;
}

.benefit_panel_txt {
  font-size: var(--fsize14);
  line-height: 1.7;
  margin-bottom: 30px;
}
.benefit_panel_txt .l {
  font-size: var(--fsize18);
  font-weight: 500;
}

.benefit_panel_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 210px;
  height: 50px;
  background: #ffd000;
  color: #000;
  border-radius: var(--radius1);
  margin: 20px auto 0;
  position: relative;
}
.benefit_panel_btn:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/denki/cmn/img/ico_ar_r.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.benefit_panel_btn:hover {
  text-decoration: none;
}

.benefit_panel_img1,
.benefit_panel_img2 {
  width: 133px;
  margin: 0 auto;
}

.benefit_panel_img3 {
  width: 145px;
  margin: 0 auto;
}

.benefit_panel_img4 {
  width: 77px;
  margin: 0 auto;
}

.alldenka .footerFixedBtnSim {
  display: none;
}

.cpbnr {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
}
.cpbnr img {
  border-radius: var(--radius2);
}

.alldenka_img {
  width: 142px;
  margin: 0 auto 30px;
}

.osusume {
  max-width: 840px;
  margin: 0 auto;
  display: inline-block;
}
.osusume > li + li {
  margin-top: 10px;
}

.point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 2%;
  max-width: 840px;
  margin: 0 auto;
}
.point > li {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  width: 49%;
  padding: 30px;
  text-align: left;
}

.point_ttl {
  font-size: var(--fsize20);
  font-weight: 500;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 10px;
}
.point_ttl .tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: var(--color-denki-key);
  line-height: 1;
  padding: 0 15px;
  border-radius: 100px;
  font-size: var(--fsize16);
  margin-top: 0.1em;
}
.point_ttl.-jika {
  font-size: var(--fsize18);
  letter-spacing: 0;
}
.point_ttl.-jika .tag {
  border-radius: var(--radius1);
  margin-top: 0;
}

.point_txt {
  margin-top: 10px;
}

.point_notes {
  margin-top: 10px;
}
.point_notes > li {
  font-size: var(--fsize12);
}

.otoku_head {
  font-size: var(--fsize22);
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  color: var(--color-alert);
  display: flex inline;
  padding: 0 15px;
  margin: 40px auto;
}
.otoku_head:before {
  content: "";
  width: 2px;
  height: 30px;
  background: var(--color-alert);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-20deg);
}
.otoku_head:after {
  content: "";
  width: 2px;
  height: 30px;
  background: var(--color-alert);
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(20deg);
}

.otoku_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 40px;
  position: relative;
  /*
    &:after{
      content: '';
      width: 60px;
      height: 50px;
      background: url(/denki/cmn/img/ar_otoku_pc.svg) no-repeat center / contain;
      position: absolute;
      left: 50.5%;
      top: 46%;
      z-index: 1;
    }
  */
}
.otoku_col:before {
  content: "";
  width: 40px;
  height: 24px;
  background: url(/denki/cmn/img/ar_otoku_sp.svg) no-repeat center/contain;
  position: absolute;
  left: 52%;
  top: 40%;
  z-index: 1;
  transform: rotate(-90deg);
}
.otoku_col.-tohoku:before {
  top: 32%;
}
.otoku_col.-jikakanto:before {
  top: 44%;
}
.otoku_col.-jikahokkaido:before {
  top: 45.5%;
}

.otoku_cost {
  width: 460px;
}

.otoku_after {
  width: 388px;
}

.jikasyouhi_img1 {
  width: 660px;
  margin: 20px auto 0;
}

.jikasyouhi_img2 {
  width: 523px;
  margin: 20px auto 0;
}

.conv_txt {
  margin-top: 40px;
}

.conv_btn {
  margin-top: 40px;
  font-size: var(--fsize20);
  font-weight: 500;
}

.cost_img {
  max-width: 840px;
  margin: 40px auto 0;
}

.cost_head {
  margin-bottom: 40px;
}

.cost_txt {
  margin-bottom: 40px;
}

.cost_link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.cost_link > li {
  font-size: var(--fsize16);
}

.evplan {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  max-width: 840px;
  padding: 20px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  margin: 0 auto;
}
.evplan.-noBorder {
  border: none;
  padding: 0;
}
.evplan.-reverse .evplan_contents {
  -ms-flex-order: 2;
      order: 2;
}
.evplan.-noGap {
  gap: 0;
}

.evplan_head {
  margin-bottom: 20px;
}

.evplan_contents {
  -ms-flex: 1;
      flex: 1;
}

.evplan_img {
  max-width: 356px;
  width: 100%;
  margin: 0 auto;
}

.evplan_img2 {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

.evplan_img3 {
  max-width: 266px;
  width: 100%;
  margin: 0 auto;
}

.evplan_notes, .evplan_table_notes {
  margin-top: 10px;
  text-align: left;
}
.evplan_notes > li, .evplan_table_notes > li {
  font-size: var(--fsize12);
}

.evplan_link {
  margin-top: 10px;
}

.evplan_btn_head {
  font-size: var(--fsize18);
  font-weight: 500;
  line-height: 1.6;
  margin-top: 40px;
}
.evplan_btn_head + .evplan_btn {
  margin-top: 20px;
}

.evplan_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 40px;
}

.evplan_table_title {
  max-width: 544px;
  margin: 40px auto 0;
}

.evplan_table {
  max-width: 756px;
  margin: 40px auto 0;
}

.evplan_table_notes {
  max-width: 756px;
  margin: 10px auto 0;
}

.teiatsu_btn {
  font-size: var(--fsize20);
  font-weight: 500;
}

.longuse {
  margin-top: 20px;
}

.longuse_point {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
}
.longuse_point.-mt40 {
  margin-top: 40px;
}
.longuse_point > div:first-child {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
  position: static;
}
.longuse_point > div:last-child {
  width: 250px;
  text-align: center;
}

.longuse_point_otoku {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: var(--fsize16);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.05em;
  background: var(--color-denki-key);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

.longuse_point_tag {
  font-size: var(--fsize18);
  background: var(--color-denki-key);
  display: table;
  line-height: 1;
  padding: 6px 15px;
  border-radius: 40px;
}

.longuse_point_head {
  font-size: var(--fsize18);
  font-weight: 500;
  margin-top: 10px;
}

.longuse_point_txt {
  font-size: var(--fsize16);
  margin-top: 10px;
}

.longuse_point_year {
  font-size: var(--fsize14);
  font-weight: 500;
  border: 2px solid #000;
  display: table;
  line-height: 1;
  padding: 6px 15px;
  border-radius: 40px;
  margin: 0 auto;
}

.longuse_point_num {
  font-size: var(--fsize16);
  font-weight: 500;
  margin-top: 10px;
}

.longuse_point_family {
  max-width: 250px;
  width: 100%;
  margin-top: 10px;
}

.longuse_point_amount {
  font-size: var(--fsize12);
  margin-top: 10px;
}

.longuse_point_fee {
  font-size: var(--fsize18);
  font-weight: 600;
  margin: 0 auto;
  line-height: 1.1;
  display: table;
  box-sizing: content-box;
}
.longuse_point_fee .txtL {
  font-size: var(--fsize28);
  line-height: inherit;
}

.longuse_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .planTop #wrapper {
    padding-bottom: 0;
  }
  .planHead {
    width: 94%;
    margin: 0 auto 40px;
  }
  .planHead_list {
    padding: 20px;
    margin: 20px auto 0;
  }
  .planHead_list > li {
    font-size: var(--fsize22);
    text-align: left;
  }
  .wrapperLink {
    font-size: var(--fsize20);
  }
  .plan_panel {
    width: 564px;
  }
  .plan_panel_btn {
    width: 444px;
    height: 100px;
  }
  .plan_panel_osusume {
    border-radius: var(--radius2);
    margin-top: 20px;
    padding: 10px;
    width: 100%;
  }
  .plan_panel_osusume > p {
    font-size: var(--fsize28);
  }
  .plan_panel_osusume > ul {
    margin-top: 5px;
  }
  .plan_panel_osusume > ul > li {
    font-size: var(--fsize20);
    letter-spacing: 0;
  }
  .plan_bnr {
    max-width: 532px;
    margin: 40px auto 0;
    border: 2px solid #000;
    background: #000;
  }
  .plan_bnr_notes {
    max-width: 532px;
    margin: 10px auto 0;
  }
  .plan_bnr_notes > li {
    text-align: left;
    font-size: var(--fsize20);
  }
  .meritDenki {
    position: relative;
  }
  .meritDenki .swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 6%;
  }
  .meritDenki .swiper-pagination {
    display: block;
  }
  .meritDenki_head {
    font-size: var(--fsize40);
    line-height: 1.5;
    padding-left: 70px;
  }
  .meritDenki_head:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 65px;
    height: 110px;
  }
  .meritDenki_col {
    margin-top: 100px;
    width: 94%;
    max-width: 767px;
    position: relative;
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .meritDenki_col .swiper-button-next {
    display: block;
    position: absolute;
    left: calc(50% + 244px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denki/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
  }
  .meritDenki_col .swiper-button-next:after {
    display: none;
  }
  .meritDenki_col .swiper-button-prev {
    display: block;
    position: absolute;
    left: calc(50% - 284px);
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denki/cmn/img/ico_slider_ar_w.svg) rgba(0, 0, 0, 0.5) no-repeat 54% center/10px 23px;
    transform: scale(-1, 1);
  }
  .meritDenki_col .swiper-button-prev:after {
    display: none;
  }
  .meritDenki_fukidashi {
    width: 600px;
    height: 136px;
    border-radius: var(--radius2);
    font-size: var(--fsize28);
    left: calc(50% - 300px);
    top: -65px;
  }
  .meritDenki_img {
    width: 572px;
    margin: 0 auto;
  }
  .meritDenki_hosoku {
    margin-top: 60px;
  }
  .meritDenki_hosoku_head {
    max-width: 580px;
    margin: 0 auto;
  }
  .meritDenki_hosoku_txt {
    text-align: left;
    font-size: var(--fsize24);
    margin: 10px auto;
    width: 580px;
  }
  .meritDenki_btn {
    font-size: var(--fsize32);
    font-weight: 500;
    margin-top: 90px;
  }
  .meritDenki_btn .head {
    top: -30px;
    font-size: var(--fsize24);
    gap: 15px;
  }
  .meritDenki_btn .head:before {
    width: 1px;
    height: 24px;
    transform: rotate(-35deg);
  }
  .meritDenki_btn .head:after {
    width: 1px;
    height: 24px;
    transform: rotate(35deg);
  }
  .benefit_head {
    text-align: center;
    font-size: var(--fsize40);
    font-weight: 400;
    line-height: 1.5;
  }
  .benefit_list {
    -ms-flex-pack: inherit;
        justify-content: inherit;
    -ms-flex-align: inherit;
        align-items: inherit;
    -ms-flex-flow: inherit;
        flex-flow: inherit;
    gap: inherit;
    width: auto;
  }
  .benefit_panel {
    width: 448px;
    border-radius: var(--radius2);
    padding: 40px 20px;
    position: relative;
  }
  .benefit_panel_txt {
    font-size: var(--fsize20);
    margin-bottom: 30px;
  }
  .benefit_panel_txt .l {
    font-size: var(--fsize28);
    letter-spacing: 0;
  }
  .benefit_panel_tag {
    font-size: var(--fsize24);
    left: calc(50% - 100px);
    top: -25px;
    width: 200px;
    height: 50px;
  }
  .benefit_panel_img1,
  .benefit_panel_img2 {
    width: 266px;
  }
  .benefit_panel_img3 {
    width: 290px;
  }
  .benefit_panel_img4 {
    width: 154px;
  }
  .benefit_panel_name {
    font-size: var(--fsize36);
    font-weight: 500;
  }
  .benefit_panel_btn {
    width: 334px;
    height: 70px;
    font-size: var(--fsize28);
    border-radius: var(--radius2);
    margin: 30px auto 0;
  }
  .benefit_panel_btn:before {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  .alldenka .footerFixedBtnEntry {
    width: 100%;
    padding-left: 0;
  }
  .cpbnr {
    margin: 40px auto 0;
  }
  .alldenka_img {
    width: 284px;
    margin: 0 auto 30px;
  }
  .osusume > li + li {
    margin-top: 20px;
  }
  .point {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 30px;
  }
  .point > li {
    width: 100%;
    padding: 30px;
  }
  .point_ttl {
    font-size: var(--fsize28);
    gap: 10px;
  }
  .point_ttl .tag {
    padding: 8px 20px;
    font-size: var(--fsize20);
  }
  .point_ttl.-jika {
    font-size: var(--fsize28);
    letter-spacing: 0.05em;
  }
  .point_txt {
    font-size: var(--fsize28);
    margin-top: 15px;
  }
  .point_notes {
    margin-top: 10px;
  }
  .point_notes > li {
    font-size: var(--fsize20);
  }
  .otoku_head {
    font-size: var(--fsize28);
    padding: 0 15px;
    margin: 40px auto 30px;
  }
  .otoku_head:before {
    height: 70px;
  }
  .otoku_head:after {
    height: 70px;
  }
  .otoku_col {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 80px;
    /*
        &:after{
          display: none;
        }
    */
  }
  .otoku_col:before {
    width: 50px;
    height: 30px;
    background: url(/denki/cmn/img/ar_otoku_sp.svg) no-repeat center/contain;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 80px);
    z-index: 1;
    transform: rotate(0deg);
  }
  .otoku_col.-tohoku:before {
    top: 39.5%;
  }
  .otoku_col.-jikakanto:before {
    top: 47%;
  }
  .otoku_col.-jikahokkaido:before {
    top: 47.5%;
  }
  .otoku_cost {
    width: 100%;
    margin: 0 auto;
  }
  .otoku_after {
    width: 84.34782%;
    margin: 0 auto;
  }
  .jikasyouhi_img1 {
    width: 100%;
    margin: 20px auto 0;
  }
  .jikasyouhi_img2 {
    width: 79.24242%;
    margin: 20px auto 40px;
  }
  .conv_txt {
    margin-top: 40px;
  }
  .conv_btn {
    margin-top: 40px;
    font-size: var(--fsize28);
  }
  .cost_img {
    margin: 40px auto 0;
  }
  .cost_head {
    margin-bottom: 40px;
  }
  .cost_txt {
    margin-bottom: 40px;
  }
  .cost_table.-kihon {
    width: 300% !important;
  }
  .cost_link {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 10px;
    margin-top: 20px;
  }
  .cost_link > li {
    font-size: var(--fsize28);
  }
  .evplan {
    padding: 20px;
    display: block;
  }
  .evplan_head {
    margin-bottom: 10px;
  }
  .evplan_img {
    max-width: 710px;
    margin: 10px auto;
  }
  .evplan_img2 {
    max-width: 360px;
    margin: 40px auto 0;
  }
  .evplan_img3 {
    max-width: 532px;
    margin: 60px auto;
  }
  .evplan_notes, .evplan_table_notes {
    margin-top: 10px;
    text-align: left;
  }
  .evplan_notes > li, .evplan_table_notes > li {
    font-size: var(--fsize20);
  }
  .evplan_link {
    margin-top: 10px;
  }
  .evplan_btn_head {
    font-size: var(--fsize28);
    margin-top: 40px;
  }
  .evplan_btn_head ~ .evplan_btn {
    margin-top: 20px;
  }
  .evplan_btn {
    font-size: var(--fsize28);
    margin-top: 40px;
  }
  .evplan_table_title {
    margin: 40px auto 0;
  }
  .evplan_table {
    margin: 40px auto 0;
  }
  .evplan_table_notes {
    margin: 10px auto 0;
  }
  .teiatsu_btn {
    font-size: var(--fsize28);
  }
  .longuse_point {
    padding: 30px;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 30px;
  }
  .longuse_point.-mt40 {
    margin-top: 20px;
  }
  .longuse_point > div:first-child {
    width: 100%;
    position: static;
  }
  .longuse_point > div:last-child {
    width: 100%;
  }
  .longuse_point_otoku {
    font-size: var(--fsize24);
    top: calc(50% - 20px);
    right: 10px;
    width: 120px;
    height: 120px;
  }
  .longuse_point_tag {
    font-size: var(--fsize28);
  }
  .longuse_point_head {
    font-size: var(--fsize32);
    margin-top: 10px;
  }
  .longuse_point_txt {
    font-size: var(--fsize28);
    margin-top: 10px;
  }
  .longuse_point_year {
    font-size: var(--fsize24);
    padding: 6px 15px;
  }
  .longuse_point_num {
    font-size: var(--fsize28);
    font-weight: 500;
    margin-top: 10px;
  }
  .longuse_point_family {
    max-width: 500px;
    margin: 10px auto;
  }
  .longuse_point_amount {
    font-size: var(--fsize20);
    margin-top: 10px;
  }
  .longuse_point_fee {
    font-size: var(--fsize28);
    line-height: 1;
  }
  .longuse_point_fee .txtL {
    font-size: var(--fsize60);
  }
  .longuse_btn {
    font-size: var(--fsize28);
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .planHead {
    width: 88%;
    margin: 0 auto 5.22vw;
  }
  .planHead_list {
    padding: 2.61vw;
    margin: 2.61vw auto 0;
  }
  .planHead_list > li {
    font-size: 2.87vw;
  }
  .wrapperLink {
    font-size: 2.61vw;
  }
  .plan_panel {
    width: 73.53vw;
  }
  .plan_panel_btn {
    width: 57.89vw;
    height: 13.04vw;
  }
  .plan_panel_osusume {
    margin-top: 2.61vw;
    padding: 1.3vw;
  }
  .plan_panel_osusume > p {
    font-size: 3.65vw;
  }
  .plan_panel_osusume > ul {
    margin-top: 0.65vw;
  }
  .plan_panel_osusume > ul > li {
    font-size: 2.61vw;
  }
  .plan_bnr {
    max-width: 69.36vw;
    margin: 5.22vw auto 0;
  }
  .plan_bnr_notes {
    max-width: 69.36vw;
    margin: 1.3vw auto 0;
  }
  .plan_bnr_notes > li {
    font-size: 2.61vw;
  }
  .meritDenki {
    padding: 15.65vw 0;
  }
  .meritDenki_head {
    font-size: 5.22vw;
    padding-left: 9.13vw;
  }
  .meritDenki_head:before {
    left: -1.3vw;
    width: 8.47vw;
    height: 14.34vw;
  }
  .meritDenki_col {
    margin-top: 13.04vw;
    width: 88%;
    padding-top: 18.25vw;
    padding-bottom: 7.82vw;
  }
  .meritDenki_col .swiper-button-next {
    left: calc(50% + 35.72vw);
    top: calc(50% - 2.61vw);
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .meritDenki_col .swiper-button-prev {
    left: calc(50% - 40.94vw);
    top: calc(50% - 2.61vw);
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .meritDenki_fukidashi {
    width: 78.23vw;
    height: 17.73vw;
    font-size: 3.65vw;
    left: calc(50% - 39.11vw);
    top: -8.47vw;
    gap: 2.61vw;
  }
  .meritDenki_fukidashi > .l {
    font-size: 4.17vw;
  }
  .meritDenki_fukidashi > .num {
    width: 9.13vw;
    height: 9.13vw;
  }
  .meritDenki_img {
    width: 74.58vw;
  }
  .meritDenki_hosoku {
    margin-top: 7.82vw;
  }
  .meritDenki_hosoku_head {
    max-width: 75.62vw;
  }
  .meritDenki_hosoku_txt {
    text-align: left;
    font-size: 3.13vw;
    margin: 1.3vw auto;
    width: 75.62vw;
  }
  .meritDenki_btn {
    font-size: 4.17vw;
    margin-top: 11.73vw;
  }
  .meritDenki_btn .head {
    top: -3.91vw;
    font-size: 3.13vw;
    gap: 1.96vw;
  }
  .meritDenki_btn .head:before {
    height: 3.13vw;
  }
  .meritDenki_btn .head:after {
    height: 3.13vw;
  }
  .benefit_head {
    font-size: 5.22vw;
  }
  .benefit_panel {
    width: 58.41vw;
    padding: 6.52vw 2.61vw 5.22vw;
  }
  .benefit_panel_txt {
    font-size: 2.61vw;
    margin-bottom: 3.91vw;
  }
  .benefit_panel_txt .l {
    font-size: 3.65vw;
  }
  .benefit_panel_tag {
    font-size: 3.13vw;
    left: calc(50% - 13.04vw);
    top: -3.26vw;
    width: 26.08vw;
    height: 6.52vw;
  }
  .benefit_panel_img1,
  .benefit_panel_img2 {
    width: 34.68vw;
  }
  .benefit_panel_img3 {
    width: 37.81vw;
  }
  .benefit_panel_img4 {
    width: 20.08vw;
  }
  .benefit_panel_name {
    font-size: 4.69vw;
    margin-top: 3.91vw;
  }
  .benefit_panel_btn {
    width: 43.55vw;
    height: 9.13vw;
    font-size: 3.65vw;
    margin: 3.91vw auto 0;
  }
  .benefit_panel_btn:before {
    width: 2.35vw;
    height: 2.35vw;
    right: 1.96vw;
  }
  .cpbnr {
    margin: 5.22vw auto 0;
    max-width: 91.26vw;
  }
  .alldenka_img {
    width: 37.03vw;
    margin: 0 auto 3.91vw;
  }
  .osusume > li + li {
    margin-top: 2.61vw;
  }
  .point {
    gap: 3.91vw;
  }
  .point > li {
    padding: 3.91vw;
  }
  .point_ttl {
    font-size: 3.65vw;
    gap: 1.3vw;
  }
  .point_ttl .tag {
    padding: 1.04vw 2.61vw;
    font-size: 2.61vw;
  }
  .point_ttl.-jika {
    font-size: 3.65vw;
  }
  .point_txt {
    font-size: 3.65vw;
    margin-top: 1.96vw;
  }
  .point_notes {
    margin-top: 1.3vw;
  }
  .point_notes > li {
    font-size: 2.61vw;
  }
  .otoku_head {
    font-size: 3.65vw;
    padding: 0 1.96vw;
    margin: 5.22vw auto 3.91vw;
  }
  .otoku_head:before {
    height: 9.13vw;
  }
  .otoku_head:after {
    height: 9.13vw;
  }
  .otoku_col {
    gap: 10.43vw;
  }
  .otoku_col:before {
    width: 6.52vw;
    height: 3.91vw;
    left: calc(50% - 3.26vw);
    top: calc(50% - 10.43vw);
    bottom: -3.91vw;
  }
  .conv_txt {
    margin-top: 5.22vw;
  }
  .conv_btn {
    margin-top: 5.22vw;
    font-size: 3.65vw;
  }
  .cost_img {
    margin: 5.22vw auto 0;
  }
  .cost_head {
    margin-bottom: 5.22vw;
  }
  .cost_txt {
    margin-bottom: 5.22vw;
  }
  .cost_link {
    gap: 1.3vw;
    margin-top: 2.61vw;
  }
  .cost_link > li {
    font-size: 3.65vw;
  }
  .evplan {
    padding: 2.61vw;
  }
  .evplan_head {
    margin-bottom: 1.3vw;
  }
  .evplan_img {
    max-width: 92.57vw;
    margin: 1.3vw auto;
  }
  .evplan_img2 {
    max-width: 46.94vw;
    margin: 5.22vw auto 0;
  }
  .evplan_img3 {
    max-width: 69.36vw;
    margin: 7.82vw auto;
  }
  .evplan_notes, .evplan_table_notes {
    margin-top: 1.3vw;
  }
  .evplan_notes > li, .evplan_table_notes > li {
    font-size: 2.61vw;
  }
  .evplan_link {
    margin-top: 1.3vw;
  }
  .evplan_btn_head {
    font-size: 3.65vw;
    margin-top: 5.22vw;
  }
  .evplan_btn_head ~ .evplan_btn {
    margin-top: 2.61vw;
  }
  .evplan_btn {
    font-size: 3.65vw;
    margin-top: 5.22vw;
  }
  .evplan_table_title {
    width: 72%;
    margin-top: 5.22vw;
  }
  .evplan_table {
    margin-top: 5.22vw;
  }
  .evplan_table_notes {
    margin-top: 1.3vw;
  }
  .teiatsu_btn {
    font-size: 3.65vw;
  }
  .longuse_point {
    padding: 3.91vw;
    gap: 3.91vw;
  }
  .longuse_point.-mt40 {
    margin-top: 2.61vw;
  }
  .longuse_point_otoku {
    font-size: 3.13vw;
    top: calc(50% - 2.61vw);
    right: 1.3vw;
    width: 15.65vw;
    height: 15.65vw;
  }
  .longuse_point_tag {
    font-size: 3.65vw;
  }
  .longuse_point_head {
    font-size: 4.17vw;
    margin-top: 1.3vw;
  }
  .longuse_point_txt {
    font-size: 3.65vw;
    margin-top: 1.3vw;
  }
  .longuse_point_year {
    font-size: 3.13vw;
    padding: 0.78vw 1.96vw;
  }
  .longuse_point_num {
    font-size: 3.65vw;
    margin-top: 1.3vw;
  }
  .longuse_point_family {
    margin: 1.3vw auto;
  }
  .longuse_point_amount {
    font-size: 2.61vw;
    margin-top: 1.3vw;
  }
  .longuse_point_fee {
    font-size: 3.65vw;
    line-height: 1;
  }
  .longuse_point_fee .txtL {
    font-size: 7.82vw;
  }
  .longuse_btn {
    font-size: 3.65vw;
    margin-top: 2.61vw;
  }
}