body {
  background: #fff;
}

.footerBack {
  display: none !important;
}

#globalFooter .ouchi {
  background: var(--color-base);
}

.swiper-pagination {
  position: relative !important;
  margin-top: 30px;
  font-size: 0;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background: #d2d1c3;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-button-next {
  width: 13px;
  height: 23px;
  background: url(/denki/cmn/img/ico_slider_ar_w.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: translate3d(0, 0, 0);
}
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  width: 13px;
  height: 23px;
  background: url(/denki/cmn/img/ico_slider_ar_w.svg) no-repeat center;
  background-size: contain;
  transform: scale(-1, 1);
}
.swiper-button-prev:after {
  display: none;
}

.swiper-play {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 10;
}
.swiper-play:before {
  content: "";
  background-color: #000;
  height: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 10.3923048454px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 5px);
}
.swiper-play.-paused:before {
  content: "";
  clip-path: none;
  width: 4px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: calc(50% - 5px);
  background: #000;
}
.swiper-play.-paused:after {
  content: "";
  width: 4px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  background: #000;
}

.toggleBtn {
  cursor: pointer;
  position: relative;
}
.toggleBtn:not(.-toggleSp).-sizeS {
  background: #f0f0f0;
  display: flex inline;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px 80px;
  font-size: var(--fsize14);
  line-height: 1.4;
  border-radius: var(--radius1);
  position: relative;
}
.toggleBtn:not(.-toggleSp).-sizeS .ico {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: calc(50% - 5px);
}
.toggleBtn:not(.-toggleSp).-sizeS .ico:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 4px;
}
.toggleBtn:not(.-toggleSp).-sizeS .ico:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 0;
  transition: transform 0.2s;
}
.toggleBtn:not(.-toggleSp).-sizeS.open .ico:after {
  transform: rotate(90deg);
}
.toggleBtn:not(.-toggleSp).-sizeL .ico {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
}
.toggleBtn:not(.-toggleSp).-sizeL .ico:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
}
.toggleBtn:not(.-toggleSp).-sizeL .ico:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 9px;
  top: 0;
  transition: transform 0.2s;
}
.toggleBtn:not(.-toggleSp).-sizeL.open .ico:after {
  transform: rotate(90deg);
}

.toggleBody {
  opacity: 0;
  transition: opacity linear 0.2s;
}
.toggleBody.open {
  opacity: 1;
}

main {
  overflow: hidden;
}

.slideBnr {
  box-sizing: border-box;
  line-height: 2;
  position: relative;
  background: var(--color-base);
  padding-bottom: 80px;
}
.slideBnr:before {
  content: "";
  width: 100%;
  height: 550px;
  background: url(/denki/cmn/img/cmn_ptn.svg) no-repeat center bottom/cover;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slideBnr .bnr {
  display: block;
  border-radius: var(--radius4);
  overflow: hidden;
  position: relative;
  width: 1200px;
  transition-property: transform, opacity;
}
.slideBnr .bnr:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.slideBnr .bnr.-border {
  border: 1px solid #dbdbdb;
}
.slideBnr .swiper-slide-next:before,
.slideBnr .swiper-slide-prev:before {
  opacity: 1;
}
.slideBnr .swiper-button-next {
  right: calc(50% - 670px);
  top: calc(50% - 60px);
}
.slideBnr .swiper-button-prev {
  left: calc(50% - 670px);
  top: calc(50% - 60px);
}

@media screen and (max-width: 1400px) {
  .slideBnr .swiper-button-next {
    right: 20px;
  }
  .slideBnr .swiper-button-prev {
    left: 20px;
  }
}
.slideBnr_ui {
  position: relative !important;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.slideBnr_ui > .swiper-pagination {
  margin-top: 0;
  width: auto;
}

.kv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  padding: 60px 0 60px 40px;
}

.kv_head {
  width: 318px;
}

.kv_txt {
  width: 316px;
}

.kv_img {
  width: 313px;
}

@media screen and (max-width: 1260px) {
  .kv {
    gap: 3.17vw;
    padding: 4.76vw 0 4.76vw 3.17vw;
  }
  .kv_head {
    width: 25.24vw;
  }
  .kv_txt {
    width: 25.08vw;
  }
  .kv_img {
    width: 24.84vw;
  }
}
.sim {
  background: #f9f2e4;
  padding-top: 100px;
}

.sim_inner {
  max-width: 1140px;
  width: calc(100% - 8.42vw);
  background: var(--color-denki-key);
  border-radius: var(--radius3);
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.sim_toggle_head {
  display: block;
  width: 100%;
  height: 100px;
  cursor: pointer;
  position: relative;
}
.sim_toggle_head > .ico {
  width: 30px !important;
  height: 30px !important;
  right: 30px !important;
  top: calc(50% - 15px) !important;
  background: #000;
  border-radius: 50%;
}
.sim_toggle_head > .ico:before {
  background: #fff !important;
  top: 14px !important;
  left: 5px !important;
}
.sim_toggle_head > .ico:after {
  background: #fff !important;
  top: 5px !important;
  left: 14px !important;
}
@media (any-hover: hover) {
  .sim_toggle_head:hover .sim_head {
    opacity: 0.7;
  }
}

.sim_head {
  width: 595px;
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-54%);
  transition: opacity 0.2s var(--easeOutCubic);
}

.sim_input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 30px 50px;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.sim_input > .sim_input1,
.sim_input > .sim_input2 {
  border: 3px solid #fff;
  border-radius: var(--radius2);
  width: 46%;
  max-width: 440px;
  padding: 20px 30px;
  position: relative;
}

.sim_input2:before {
  content: "";
  width: 28px;
  height: 20px;
  background: url(/denki/cmn/img/ico_next_bl.svg) no-repeat center/contain;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}

.sim_input_head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
  font-size: var(--fsize18);
  font-weight: 500;
}
.sim_input_head .num {
  background: #000;
  border-radius: 40px;
  color: #fff;
  font-size: var(--fsize20);
  padding: 0 10px;
}

.sim_input_btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.sim_input_btns input[type=radio],
.sim_input_btns input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.sim_input_btns > label {
  -ms-flex: 0 0 calc((100% - 20px) / 3);
      flex: 0 0 calc((100% - 20px) / 3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: var(--fsize16);
  line-height: 1.2;
  padding: 10px;
  min-height: 50px;
  border-radius: var(--radius1);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: pointer;
  transition: background 0.2s var(--easeOutCubic), border 0.2s var(--easeOutCubic);
}
.sim_input_btns > label.l {
  -ms-flex: 0 0 calc((100% - 10px) / 2);
      flex: 0 0 calc((100% - 10px) / 2);
}
@media (any-hover: hover) {
  .sim_input_btns > label:hover:not(.checked) {
    background: #fff;
    border-color: #000;
  }
}
.sim_input_btns > label.checked {
  background: #fff;
  border-color: #000;
}

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

.sim_conv {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.sim_conv.-active .sim_conv_head {
  opacity: 1;
}
.sim_conv.-active .sim_conv_btn {
  background: var(--color-alert) !important;
  border: 2px solid #000;
  box-shadow: 0px 6px 0px #000 !important;
  color: #fff !important;
  pointer-events: auto;
}
.sim_conv.-active .sim_conv_btn:before {
  display: block;
}
@media (any-hover: hover) {
  .sim_conv.-active .sim_conv_btn:hover {
    opacity: 0.7;
  }
}

.sim_conv_head {
  font-size: var(--fsize18);
  font-weight: 500;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  opacity: 0.2;
}
.sim_conv_head:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  transform: rotate(-35deg);
}
.sim_conv_head:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
  transform: rotate(35deg);
}

.sim_conv_btn {
  background: #e2ba00 !important;
  border: 2px solid #e2ba00;
  box-shadow: none !important;
  color: var(--color-denki-key) !important;
  pointer-events: none;
  font-size: var(--fsize24);
  font-weight: 500;
}
.sim_conv_btn:before {
  content: "";
  display: none;
  width: 16px;
  height: 12px;
  background: url(/denki/cmn/img/ico_next_w.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.sim_anser {
  text-align: center;
  padding-bottom: 30px;
}

.sim_anser_head {
  font-size: var(--fsize16);
  font-weight: 500;
  line-height: 1.6;
}
.sim_anser_head > .l {
  font-size: var(--fsize22);
}

.sim_anser_otoku {
  max-width: 700px;
  height: 100px;
  border: 4px solid #000;
  background: #fff;
  border-radius: var(--radius2);
  margin: 15px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  font-size: var(--fsize28);
  font-weight: 500;
  line-height: 1;
}
.sim_anser_otoku .l {
  font-size: var(--fsize67);
  color: var(--color-alert);
  letter-spacing: 0;
}

.sim_anser_details {
  margin-top: 40px;
}

.sim_anser_details_head {
  font-size: var(--fsize18);
  font-weight: 500;
}

.sim_anser_details_table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 10px;
}
.sim_anser_details_table > dl {
  font-size: var(--fsize16);
  width: 200px;
}
.sim_anser_details_table > dl:first-of-type > dt {
  border-left: 2px solid #000;
  border-radius: 20px 0 0 0;
}
.sim_anser_details_table > dl:first-of-type > dd {
  border-left: 2px solid #000;
  border-radius: 0 0 0 20px;
}
.sim_anser_details_table > dl:last-of-type > dt {
  border-radius: 0 20px 0 0;
}
.sim_anser_details_table > dl:last-of-type > dd {
  border-radius: 0 0 20px 0;
}
.sim_anser_details_table > dl > dt {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 50px;
}
.sim_anser_details_table > dl > dt.y {
  background: var(--color-denki-light);
}
.sim_anser_details_table > dl > dd {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 3px;
  width: 100%;
  height: 50px;
  font-weight: 500;
}
.sim_anser_details_table > dl > dd .fontS {
  font-size: var(--fsize22);
}
.sim_anser_details_table > dl > dd .fontL {
  font-size: var(--fsize28);
  color: var(--color-alert);
}

.sim_anser_details_notes {
  margin: 10px auto 0;
  text-align: left;
  max-width: 600px;
}
.sim_anser_details_notes > li {
  font-size: var(--fsize12);
}

.sim_convSim {
  font-size: var(--fsize24);
  font-weight: 500;
  border: 2px solid #000;
  margin-top: 40px;
}

.sim_convEntry {
  font-size: var(--fsize24);
  font-weight: 500;
  border: 2px solid #000;
  margin: 20px auto;
}

.plan {
  padding: 80px 0 120px;
  text-align: center;
  background: #f9f2e4;
}
.plan .swiper {
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}
.plan .swiper .swiper-button-next,
.plan .swiper .swiper-button-prev {
  display: none;
}
.plan.-mt {
  margin-top: 100px;
}
.plan .swiper-pagination {
  display: none;
}

.plan_head {
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.plan_head > a {
  color: #000;
}
@media (any-hover: hover) {
  .plan_head > a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.plan_sub {
  font-size: var(--fsize18);
  line-height: 1.5;
  position: relative;
}

.plan_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 1140px;
  gap: 30px;
  margin: 35px auto 0;
}

.plan_panel_head {
  font-size: var(--fsize32);
  line-height: 1.5;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.plan_panel {
  width: 360px;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: auto;
}

.plan_panel_img1 {
  width: 184px;
  margin: 0 auto;
}

.plan_panel_img2 {
  width: 151px;
  margin: 0 auto;
}

.plan_panel_img3 {
  width: 202px;
  margin: 0 auto;
}

.plan_panel_img4 {
  width: 142px;
  margin: 0 auto;
}

.plan_panel_img5 {
  width: 133px;
  margin: 0 auto;
}

.plan_panel_target {
  font-size: var(--fsize14);
  line-height: 1.5;
  border: 1px solid #000;
  display: flex inline;
  min-height: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
  border-radius: 40px;
  margin: 20px auto 0;
}

.plan_panel_name {
  font-size: var(--fsize28);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 15px;
}
.plan_panel_name .s {
  font-size: var(--fsize14);
}
.plan_panel_name.-long {
  letter-spacing: -0.05em;
}

.plan_panel_txt {
  margin-top: 10px;
}
.plan_panel_txt.-s {
  line-height: 1.5714;
}

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

.plan_panel_btn, .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;
}
.plan_panel_btn:before, .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%);
}
.plan_panel_btn:hover, .benefit_panel_btn:hover {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .plan_list {
    gap: 15px;
  }
  .plan_panel {
    width: 320px;
    padding: 15px;
  }
  .plan_panel_head {
    font-size: var(--fsize28);
  }
  .plan_panel_txt {
    font-size: var(--fsize14);
  }
}
.plan_link {
  display: none;
}

.merit {
  background: #fff;
  padding: 120px 0;
}

.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: #f0f0f0;
  width: calc(100% - 8.42vw);
  border-radius: 80px;
  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: 1172px;
  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_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_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;
}

.features {
  padding: 0 0 120px;
}

.features_head {
  text-align: center;
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 2.2;
}
.features_head .sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: var(--fsize32);
  line-height: 1.5;
}
.features_head .point {
  padding: 0 25px;
  background: var(--color-denki-key);
  border-radius: 100px;
}

.features_toggle {
  width: calc(100% - 8.42vw);
  max-width: 1000px;
  margin: 0 auto;
  border-top: 2px solid #000;
}
.features_toggle:first-of-type {
  margin-top: 60px;
}
.features_toggle:last-of-type {
  border-bottom: 2px solid #000;
}

.features_toggle_head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  font-size: var(--fsize28);
  padding: 20px 80px 20px 20px;
}
.features_toggle_head .point {
  width: 60px;
}

.features_toggle_body {
  margin-bottom: 40px;
}

.features_toggle_body_inner {
  background: #f0f0f0;
  border-radius: var(--radius2);
  padding: 40px;
  text-align: center;
}

.features_lead {
  font-size: var(--fsize18);
}

.features_img_1 {
  margin: 40px auto 0;
}

.features_img_2 {
  margin: 40px auto 0;
  max-width: 750px;
}

.features_jisseki {
  font-size: var(--fsize18);
  font-weight: 500;
  background: #fff;
  border: 2px solid #000;
  padding: 30px;
  border-radius: var(--radius2);
  max-width: 680px;
  margin: 60px auto 0;
  position: relative;
}
.features_jisseki:after {
  content: "";
  width: 90px;
  height: 101px;
  background: url(/denki/img/features_img_2-icon.png) no-repeat center/contain;
  position: absolute;
  left: -20px;
  top: -20px;
}

.features_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.features_list > li {
  background: #fff;
  width: 240px;
  padding: 30px;
  border-radius: var(--radius2);
}

.features_list_img {
  width: 180px;
  margin: 0 auto;
}

.features_list_txt {
  font-size: var(--fsize16);
  margin-top: 20px;
}

.features_img_4-1 {
  max-width: 641px;
  margin: 40px auto 0;
}

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

.features_ranking {
  margin-top: 60px;
}

.features_ranking_head {
  max-width: 295px;
  margin: 0 auto;
}

.features_ranking_img {
  background: #fff;
  max-width: 620px;
  padding: 30px;
  border-radius: var(--radius2);
  margin: 20px auto 0;
}
.features_ranking_img > img {
  display: block;
  max-width: 409px;
  margin: 0 auto;
}

.mov {
  padding: 120px 0 0;
  background: #f9f2e4;
}

.mov_head {
  text-align: center;
  font-size: var(--fsize40);
  font-weight: 400;
  line-height: 1.5;
}

.mov_txt {
  text-align: center;
  font-size: var(--fsize24);
  line-height: 1.5;
  margin-top: 5px;
}

.mov_head_sub {
  text-align: center;
  font-size: var(--fsize24);
  font-weight: 400;
  line-height: 1;
  border: 2px solid #000;
  display: inline-block;
  padding: 5px 20px 7px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 10px;
}

.mov_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px 30px 0;
  gap: 30px;
}
.mov_list li {
  width: 360px;
}
.mov_list li a {
  display: block;
  text-align: center;
  color: #000;
  line-height: 1.5;
}
.mov_list li a:hover {
  text-decoration: none;
}
.mov_list li a .mov_list_img {
  position: relative;
  margin-bottom: 0.6em;
  border-radius: var(--radius2);
  overflow: hidden;
}
.mov_list li a .mov_list_img::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/denki/cmn/img/ico_mov.svg) top left/contain no-repeat;
  right: 14px;
  bottom: 14px;
}
.mov_list li a .mov_list_img img {
  width: 100%;
  height: auto;
}

.mov_inner {
  padding: 80px 0 0;
}

.mov_bnr {
  display: block;
  border-radius: var(--radius2);
  overflow: hidden;
  width: 720px;
  margin: 60px auto 0;
}

.benefit_panel_name {
  font-size: var(--fsize26);
  font-weight: 400;
  margin-top: 30px;
}

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

@media screen and (max-width: 1600px) {
  .benefit_list {
    width: 670px;
    margin: 0 auto;
    gap: 30px;
  }
}
.benefit_bnr {
  display: block;
  max-width: 780px;
  width: 90%;
  border-radius: var(--radius2);
  overflow: hidden;
  margin: 40px auto 0;
}

.service {
  padding-bottom: 100px;
  background: #fff;
}

.service_head {
  text-align: center;
  font-size: var(--fsize32);
  font-weight: 400;
  line-height: 1.5;
}

.service_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 20px;
  margin-top: 40px;
}

.service_panel {
  width: 390px;
  background: #fff;
  border-radius: var(--radius2);
  text-align: center;
  padding: 20px 30px 20px 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  color: #000;
  text-align: left;
  background: var(--color-denki-light);
  box-shadow: 0px 4px 0px var(--color-denki-light-shadow);
}
.service_panel.-entry:before {
  content: "";
  height: 100%;
  aspect-ratio: 224/280;
  background: url(/denki/img/service_entry.png) no-repeat bottom/contain;
  position: absolute;
  left: 10px;
  top: 0;
}
.service_panel.-moving {
  padding-left: 150px;
}
.service_panel.-moving:before {
  content: "";
  width: 116px;
  aspect-ratio: 232/222;
  background: url(/denki/img/service_moving.png) no-repeat center/contain;
  position: absolute;
  left: 20px;
  top: calc(50% - 55px);
}
.service_panel.-kirikae {
  padding-left: 120px;
}
.service_panel.-kirikae:before {
  content: "";
  width: 85px;
  aspect-ratio: 170/256;
  background: url(/denki/img/service_kirikae.png) no-repeat bottom/contain;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.service_panel:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/denki/cmn/img/ico_ar_r.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.service_panel.-blank:after {
  background: url(/denki/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
  right: 15px;
  top: 15px;
}
.service_panel:hover {
  text-decoration: none;
}

.service_panel_tag {
  position: absolute;
  left: calc(50% - 70px);
  top: -18px;
  width: 140px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 20px;
  background: #000;
  color: #fff;
}

.service_panel_txt {
  font-size: var(--fsize14);
  letter-spacing: 0;
}

.service_panel_name {
  font-size: var(--fsize20);
}

.cp {
  padding: 120px 0;
  background: #f9f2e4;
}

.cp_head {
  text-align: center;
  font-size: var(--fsize32);
  font-weight: 400;
}

.cp_list {
  width: 910px;
  margin: 40px auto 0;
}

.cp_panel {
  background: #fff;
  border-radius: var(--radius2);
  display: block;
  color: #000;
  padding: 10px 20px 10px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  position: relative;
}
.cp_panel:hover {
  text-decoration: none;
}
.cp_panel:not(:first-child) {
  margin-top: 40px;
}

.cp_panel_img {
  width: 280px;
  border-radius: 14px;
  overflow: hidden;
}
.cp_panel_img.-border {
  border: 1px solid #dbdbdb;
}

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

.cp_panel_date {
  font-size: var(--fsize14);
}

.cp_panel_title {
  font-size: var(--fsize20);
  line-height: 1.5;
}

.cp_panel_txt {
  font-size: var(--fsize14);
  margin-top: 8px;
}

.cp_panel_notes {
  font-size: var(--fsize10);
  margin-top: 10px;
}

.cp_panel_conv {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: var(--color-denki-light);
  line-height: 1;
  padding: 8px 16px;
  border-radius: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.cp_panel_conv:after {
  content: "";
  width: 7px;
  height: 10px;
  background: url(/denki/cmn/img/ico_ar_r.svg) no-repeat center/contain;
}

.cp_panel_btns {
  margin: 20px auto 0;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}

.cp_panel_btn {
  color: #000;
  background: var(--color-base);
  line-height: 1;
  min-height: 60px;
  border-radius: 14px;
  width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.cp_panel_btn:hover {
  text-decoration: none;
}
.cp_panel_btn.-blank:before {
  content: "";
  position: absolute;
  right: 10px;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  background: url(/denki/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
}

.cp_btn {
  font-size: var(--fsize18);
  margin-top: 40px;
}

.info {
  padding: 100px 0;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 60px;
}

.info_head {
  font-size: var(--fsize40);
  font-weight: 400;
  margin-top: -15px;
}

.info_btn {
  background: #f9f2e4 !important;
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 20px;
}

.info_other {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
  gap: 2%;
}
.info_other > .btn {
  --btn-width: 49%;
  box-shadow: none;
  background: #f0f0f0;
  font-size: var(--fsize16);
}
.info_other > .btn:before {
  right: 10px !important;
}

@media screen and (max-width: 1200px) {
  .plan_list {
    gap: 15px;
  }
  .plan_list.-gas {
    width: 900px;
  }
  .plan_list.-gas .swiper-wrapper {
    gap: 15px;
  }
  .plan_panel {
    width: 320px;
    padding: 15px;
  }
  .plan_panel_head {
    font-size: var(--fsize28);
  }
  .plan_panel_txt {
    font-size: var(--fsize14);
  }
}
@media screen and (max-width: 1024px) {
  .swiper-pagination {
    margin-top: 40px;
  }
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 12px !important;
  }
  .swiper-button-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/denki/cmn/img/ico_slider_ar_w.svg) no-repeat 54% center rgba(0, 0, 0, 0.5);
    background-size: 13px 26px;
  }
  .swiper-button-next:after {
    display: none;
  }
  .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/denki/cmn/img/ico_slider_ar_w.svg) no-repeat 54% center rgba(0, 0, 0, 0.5);
    background-size: 13px 26px;
    transform: scale(-1, 1);
  }
  .swiper-button-prev:after {
    display: none;
  }
  .toggleBtn:not(.-toggleSp).-sizeS {
    font-size: var(--fsize24);
    padding: 8px 80px;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico {
    width: 20px;
    height: 20px;
    right: 10px;
    top: calc(50% - 10px);
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:before {
    width: 20px;
    top: 9px;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:after {
    height: 20px;
    left: 9px;
  }
  .slideBnr {
    /*
        .swiper-button-next{
          display: block;
          right: 10px;
          top: calc( 50% - 60px );
        }

        .swiper-button-prev{
          display: block;
          left: 10px;
          top: calc( 50% - 60px );
        }
    */
  }
  .slideBnr:after {
    content: "";
    width: 100%;
    height: 85%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
  .slideBnr:before {
    height: 200px;
  }
  .slideBnr .bnr {
    border-radius: var(--radius4);
    max-width: 690px;
    width: 90%;
  }
  .slideBnr .swiper-slide-next:before,
  .slideBnr .swiper-slide-prev:before {
    opacity: 0;
  }
  .kv {
    max-width: 674.96px;
    width: 88%;
    margin: 0 auto;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 60px;
    padding: 60px 0 60px 0;
  }
  .kv_head {
    max-width: 636px;
    width: 66.77164%;
  }
  .kv_txt {
    max-width: 762px;
    width: 66.63517%;
  }
  .kv_img {
    max-width: 626px;
    width: 65.72178%;
  }
  .sim {
    padding-top: 120px;
  }
  .sim_inner {
    width: 94%;
  }
  .sim_toggle_head {
    height: 140px;
  }
  .sim_toggle_head > .ico {
    width: 40px !important;
    height: 40px !important;
    right: 30px !important;
    top: calc(50% - 20px) !important;
  }
  .sim_toggle_head > .ico:before {
    height: 2px !important;
    width: 20px !important;
    top: calc(50% - 1px) !important;
    left: calc(50% - 10px) !important;
  }
  .sim_toggle_head > .ico:after {
    width: 2px !important;
    height: 20px !important;
    left: calc(50% - 1px) !important;
    top: calc(50% - 10px) !important;
  }
  .sim_head {
    width: 596px;
    top: -40px;
    transform: translateX(-56%);
  }
  .sim_input {
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
  .sim_input > .sim_input1,
  .sim_input > .sim_input2 {
    border: 2px solid #fff;
    width: 100%;
    max-width: 650px;
    padding: 20px;
  }
  .sim_input2 {
    margin-top: 20px;
  }
  .sim_input2:before {
    width: 18px;
    height: 12px;
    left: 50%;
    top: -23px;
    transform: translateY(0) translateX(-50%) rotate(0);
  }
  .sim_input_head {
    gap: 10px;
    font-size: var(--fsize32);
    font-weight: 500;
  }
  .sim_input_head .num {
    font-size: var(--fsize28);
    padding: 4px 15px;
  }
  .sim_input_btns {
    gap: 20px;
    margin-top: 20px;
    width: 100%;
  }
  .sim_input_btns > label {
    -ms-flex: 0 0 calc((100% - 40px) / 3);
        flex: 0 0 calc((100% - 40px) / 3);
    font-size: var(--fsize28);
    padding: 10px;
    min-height: 80px;
  }
  .sim_input_btns > label.l {
    -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
  }
  .sim_input_notes {
    margin-top: 20px;
  }
  .sim_input_notes > li {
    font-size: var(--fsize20);
  }
  .sim_conv {
    margin-bottom: 40px;
  }
  .sim_conv.-active .sim_conv_btn {
    border: 4px solid #000;
    box-shadow: 0px 8px 0px #000 !important;
  }
  .sim_conv_head {
    font-size: var(--fsize32);
    gap: 18px;
  }
  .sim_conv_head:before {
    width: 2px;
    height: 32px;
  }
  .sim_conv_head:after {
    width: 2px;
    height: 32px;
  }
  .sim_conv_btn {
    border: 4px solid #e2ba00;
    font-size: var(--fsize38);
  }
  .sim_conv_btn:before {
    width: 30px;
    height: 20px;
    right: 20px;
  }
  .sim_anser {
    padding-bottom: 30px;
  }
  .sim_anser_head {
    font-size: var(--fsize24);
  }
  .sim_anser_head > .l {
    font-size: var(--fsize32);
  }
  .sim_anser_otoku {
    max-width: 650px;
    height: auto;
    padding: 20px 20px 15px;
    border: 4px solid #000;
    margin: 15px auto 0;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    gap: 5px 10px;
    font-size: var(--fsize44);
  }
  .sim_anser_otoku > span:first-of-type {
    display: block;
    width: 100%;
  }
  .sim_anser_otoku .l {
    font-size: 6.25rem;
    color: var(--color-alert);
  }
  .sim_anser_details {
    margin-top: 20px;
  }
  .sim_anser_details_head {
    font-size: var(--fsize28);
  }
  .sim_anser_details_table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    margin-top: 10px;
  }
  .sim_anser_details_table > dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: var(--fsize24);
    width: 100%;
    max-width: 650px;
  }
  .sim_anser_details_table > dl:first-of-type > dt {
    border-radius: 20px 0 0 0;
    border-bottom: none;
  }
  .sim_anser_details_table > dl:first-of-type > dd {
    border-bottom: none;
    border-left: none;
    border-radius: 0 20px 0 0;
  }
  .sim_anser_details_table > dl:last-of-type > dt {
    border-radius: 0 0 0 20px;
    border-top: none;
  }
  .sim_anser_details_table > dl:last-of-type > dd {
    border-radius: 0 0 20px 0;
    border-top: none;
  }
  .sim_anser_details_table > dl > dt {
    border: 2px solid #000;
    background: #f0f0f0;
    height: 80px;
  }
  .sim_anser_details_table > dl > dd {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    gap: 3px;
    height: 80px;
  }
  .sim_anser_details_table > dl > dd .fontS {
    font-size: var(--fsize40);
  }
  .sim_anser_details_table > dl > dd .fontL {
    font-size: var(--fsize54);
  }
  .sim_anser_details_notes {
    margin: 20px auto 0;
    width: 100%;
    max-width: 650px;
  }
  .sim_anser_details_notes > li {
    font-size: var(--fsize20);
  }
  .sim_convSim {
    font-size: var(--fsize32);
    border: 4px solid #000;
    margin-top: 40px;
  }
  .sim_convEntry {
    font-size: var(--fsize32);
    border: 4px solid #000;
    margin: 30px auto 20px;
  }
  .plan {
    padding: 100px 0 60px;
    text-align: center;
  }
  .plan .swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 6%;
  }
  .plan .swiper .swiper-button-next {
    display: block;
    position: absolute;
    left: calc(50% + 272px);
    top: 50%;
    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;
  }
  .plan .swiper .swiper-button-next:after {
    display: none;
  }
  .plan .swiper .swiper-button-prev {
    display: block;
    position: absolute;
    left: calc(50% - 312px);
    top: 50%;
    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);
  }
  .plan .swiper .swiper-button-prev:after {
    display: none;
  }
  .plan .swiper-pagination {
    display: block;
  }
  .plan_head {
    font-size: var(--fsize50);
    font-weight: 400;
    line-height: 1.5;
  }
  .plan_sub {
    font-size: var(--fsize24);
    margin-top: 15px;
  }
  .plan_nav {
    margin-top: 60px;
  }
  .plan_nav > button {
    background: #fff;
  }
  .plan_nav > button:first-child:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denki/cmn/img/ico_denki_img.svg) no-repeat center var(--color-base);
    background-size: auto 30px;
    margin-right: 10px;
  }
  .plan_nav > button:last-child:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(/denki/cmn/img/ico_gas_img.svg) no-repeat center var(--color-base);
    background-size: auto 30px;
    margin-right: 10px;
  }
  .plan_list {
    gap: 20px;
    margin-top: 35px;
  }
  .plan_panel_head {
    font-size: var(--fsize32);
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .plan_panel {
    width: 335px;
    padding: 40px 20px 20px;
  }
  .plan_panel:last-of-type {
    display: none;
  }
  .plan_panel_txt,
  .plan_panel_notes {
    display: none;
  }
  .plan_panel_img1 {
    width: 184px;
    margin: 0 auto;
  }
  .plan_panel_img2 {
    width: 151px;
    margin: 0 auto;
  }
  .plan_panel_img3 {
    width: 202px;
    margin: 0 auto;
  }
  .plan_panel_img4 {
    width: 142px;
    margin: 0 auto;
  }
  .plan_panel_img5 {
    width: 133px;
    margin: 0 auto;
  }
  .plan_panel_name {
    -ms-flex-order: 2;
        order: 2;
    font-size: var(--fsize32);
    margin-top: 15px;
    letter-spacing: 0;
  }
  .plan_panel_target {
    -ms-flex-order: 3;
        order: 3;
    font-size: var(--fsize22);
    padding: 0;
    min-height: 80px;
    margin: 10px auto 0;
    width: 100%;
    border: none;
  }
  .plan_panel_btn, .benefit_panel_btn {
    -ms-flex-order: 4;
        order: 4;
    width: 100%;
    height: 100px;
    font-size: var(--fsize24);
    border-radius: var(--radius2);
    margin: 20px auto 0;
  }
  .plan_panel_btn:before, .benefit_panel_btn:before {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  .plan_link {
    display: block;
    font-size: var(--fsize28);
    margin-top: 20px;
  }
  .plan_link > a {
    text-indent: 0;
    padding: 0;
    word-wrap: break-word;
    white-space: normal;
    text-decoration: underline !important;
    color: #666;
    line-height: 0;
    position: relative;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1024px) and (any-hover: hover) {
  .plan_link > a:hover {
    text-decoration: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .plan_link > a:before {
    content: "";
    width: 10px;
    height: 20px;
    background: url(/denki/cmn/img/ico_ar_r_g.svg) no-repeat center/contain;
    position: absolute;
    left: 8px;
    top: 0.4em;
  }
  .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: 120px;
    width: 94%;
    border-radius: 40px;
    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_btn {
    font-size: var(--fsize32);
  }
  .benefit_bnr {
    max-width: 580px;
    margin: 40px auto 0;
  }
  .features {
    padding: 0 0 100px;
  }
  .features_head {
    font-size: var(--fsize40);
  }
  .features_head .sub {
    gap: 10px;
    font-size: var(--fsize32);
  }
  .features_head .point {
    padding: 0 25px;
  }
  .features_toggle {
    width: 94%;
    border-top: 2px solid #000;
  }
  .features_toggle:first-of-type {
    margin-top: 50px;
  }
  .features_toggle:last-of-type {
    border-bottom: 2px solid #000;
  }
  .features_toggle_head {
    gap: 20px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    font-size: var(--fsize28);
    padding: 20px 60px 20px 20px;
  }
  .features_toggle_head .point {
    width: 60px;
  }
  .features_toggle_body {
    margin-bottom: 40px;
  }
  .features_toggle_body_inner {
    padding: 40px;
    text-align: left;
  }
  .features_lead {
    font-size: var(--fsize28);
  }
  .features_img_1 {
    width: 572px;
    margin: 40px auto 0;
  }
  .features_img_2 {
    margin: 40px auto 0;
    max-width: 487px;
  }
  .features_jisseki {
    font-size: var(--fsize28);
    border: 2px solid #000;
    padding: 30px 0 30px 140px;
    max-width: 100%;
    margin: 60px auto 0;
  }
  .features_jisseki:after {
    width: 135px;
    height: 152px;
    left: -30px;
    top: -30px;
  }
  .features_list {
    -ms-flex-flow: column;
        flex-flow: column;
    gap: 30px;
    margin-top: 40px;
  }
  .features_list > li {
    width: 90%;
    padding: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px;
  }
  .features_list_img {
    width: 180px;
  }
  .features_list_txt {
    font-size: var(--fsize28);
    margin-top: 0;
    -ms-flex: 1;
        flex: 1;
  }
  .features_img_4-1 {
    max-width: 560px;
    margin: 40px auto 0;
  }
  .features_notes {
    display: block;
    margin-top: 10px;
  }
  .features_notes > li {
    font-size: var(--fsize20);
    margin: 0 auto !important;
  }
  .features_ranking {
    margin-top: 60px;
  }
  .features_ranking_head {
    max-width: 590px;
  }
  .features_ranking_img {
    max-width: 100%;
    padding: 60px 80px 60px 70px;
    margin: 20px auto 0;
  }
  .features_ranking_img > img {
    max-width: 100%;
  }
  .service {
    padding-bottom: 100px;
  }
  .service_head {
    font-size: var(--fsize40);
  }
  .service_list {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 40px;
    margin-top: 40px;
  }
  .service_panel {
    width: 580px;
    padding: 20px 30px 20px 180px;
    margin: 0 auto;
    box-shadow: 0px 8px 0px var(--color-denki-light-shadow);
    position: relative;
  }
  .service_panel.-entry:before {
    left: 10px;
    top: 0;
  }
  .service_panel.-moving {
    padding-left: 200px;
  }
  .service_panel.-moving:before {
    width: 162px;
    left: 20px;
    top: calc(50% - 77px);
  }
  .service_panel.-kirikae {
    padding-left: 180px;
  }
  .service_panel.-kirikae:before {
    width: 119px;
    left: 30px;
  }
  .service_panel:after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  .service_panel_tag {
    position: absolute;
    left: calc(50% - 70px);
    top: -18px;
    width: 140px;
    height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 20px;
    background: #000;
    color: #fff;
  }
  .service_panel_txt {
    font-size: var(--fsize20);
    letter-spacing: 0;
  }
  .service_panel_name {
    font-size: var(--fsize32);
  }
  .mov_head {
    font-size: var(--fsize40);
    line-height: 1.5;
  }
  .mov_txt {
    font-size: var(--fsize28);
    margin-top: 5px;
  }
  .mov_head_sub {
    font-size: var(--fsize24);
    padding: 5px 20px 7px;
    margin-bottom: 10px;
  }
  .mov_list {
    margin-top: 30px;
  }
  .mov_list li {
    width: 75.62vw;
  }
  .mov_list li a {
    font-size: var(--fsize28);
  }
  .mov_inner {
    padding: 80px 0 0;
  }
  .mov_bnr {
    width: 75.62vw;
    margin: 30px auto 0;
  }
  .cp {
    padding: 120px 0;
  }
  .cp_head {
    font-size: var(--fsize40);
  }
  .cp_list {
    width: 620px;
    margin: 40px auto 0;
  }
  .cp_panel {
    background: #fff;
    border-radius: var(--radius2);
    color: #000;
    padding: 30px;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 20px;
    position: relative;
  }
  .cp_panel:hover {
    text-decoration: none;
  }
  .cp_panel_img {
    width: 560px;
    border-radius: 14px;
    overflow: hidden;
  }
  .cp_panel_date {
    font-size: var(--fsize20);
  }
  .cp_panel_title {
    font-size: var(--fsize28);
  }
  .cp_panel_txt {
    font-size: var(--fsize20);
    margin-top: 8px;
  }
  .cp_panel_notes {
    font-size: var(--fsize20);
    margin-top: 10px;
  }
  .cp_panel_conv {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: var(--fsize28);
    margin-top: 30px;
    line-height: 1;
    padding: 20px 25px 20px 40px;
    border-radius: 14px;
    gap: 20px;
  }
  .cp_panel_conv:after {
    width: 10px;
    height: 18px;
  }
  .cp_panel_btns {
    margin: 40px auto 0;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 20px;
  }
  .cp_panel_btn {
    min-height: 100px;
    width: 100%;
    font-size: var(--fsize28);
  }
  .cp_panel_btn.-blank:before {
    right: 20px;
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .cp_btn {
    font-size: var(--fsize28);
    margin-top: 60px;
  }
  .info {
    padding: 100px 0;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 30px;
  }
  .info_head {
    font-size: var(--fsize40);
    margin-top: 0;
  }
  .info_col {
    width: 100%;
  }
  .info_txt {
    font-size: var(--fsize28);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
    width: 88%;
    margin: 0 auto;
  }
  .info_btn {
    font-size: var(--fsize32);
    margin-top: 40px;
  }
  .info_other {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    margin-top: 40px;
    gap: 20px;
  }
  .info_other > .btn {
    --btn-width: 580px;
    font-size: var(--fsize28);
  }
  .info_other > .btn:before {
    right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin-top: 5.22vw;
  }
  .swiper-pagination-bullet {
    width: 2.09vw;
    height: 2.09vw;
    margin: 0 1.56vw !important;
  }
  .swiper-button-next {
    width: 7.82vw;
    height: 7.82vw;
    background-size: 1.69vw 3.39vw;
  }
  .swiper-button-prev {
    width: 7.82vw;
    height: 7.82vw;
    background-size: 1.69vw 3.39vw;
  }
  .swiper-play {
    width: 4.17vw;
    height: 4.17vw;
  }
  .swiper-play:before {
    background-color: #000;
    height: 2.61vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.61vw / 2 * 1.7320508076);
    left: calc(50% - 1.04vw);
    top: calc(50% - 1.3vw);
  }
  .swiper-play.-paused:before {
    width: 0.78vw;
    height: 2.09vw;
    left: 1.04vw;
    top: calc(50% - 1.04vw);
  }
  .swiper-play.-paused:after {
    width: 0.78vw;
    height: 2.09vw;
    right: 1.04vw;
    top: calc(50% - 1.04vw);
  }
  .toggleBtn:not(.-toggleSp).-sizeS, .toggleBtn:not(.-toggleSp).-sizeL {
    font-size: 3.13vw;
    padding: 1.56vw 10.43vw;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico, .toggleBtn:not(.-toggleSp).-sizeL .ico {
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:before, .toggleBtn:not(.-toggleSp).-sizeL .ico:before {
    width: 10px;
    top: 4px;
  }
  .toggleBtn:not(.-toggleSp).-sizeS .ico:after, .toggleBtn:not(.-toggleSp).-sizeL .ico:after {
    height: 10px;
    left: 4px;
  }
  .slideBnr {
    padding-bottom: 10.43vw;
  }
  .slideBnr:after {
    height: 85%;
  }
  .slideBnr:before {
    height: 26.08vw;
  }
  .slideBnr .bnr {
    border-radius: var(--radius4);
    max-width: 89.96vw;
  }
  .slideBnr .swiper-button-next {
    right: 1.3vw;
    top: calc(50% - 10.43vw);
  }
  .slideBnr .swiper-button-prev {
    left: 1.3vw;
    top: calc(50% - 10.43vw);
  }
  .slideBnr_ui {
    margin-top: 5.22vw;
    gap: 1.83vw;
  }
  .kv {
    gap: 7.82vw;
    padding: 7.82vw 0 7.82vw 0;
  }
  .sim {
    padding-top: 15.65vw;
  }
  .sim_toggle_head {
    height: 18.25vw;
  }
  .sim_toggle_head > .ico {
    width: 5.22vw !important;
    height: 5.22vw !important;
    right: 3.91vw !important;
    top: calc(50% - 2.61vw) !important;
  }
  .sim_toggle_head > .ico:before {
    height: 2px !important;
    width: 10px !important;
    top: calc(50% - 1px) !important;
    left: calc(50% - 5px) !important;
  }
  .sim_toggle_head > .ico:after {
    width: 2px !important;
    height: 10px !important;
    left: calc(50% - 1px) !important;
    top: calc(50% - 5px) !important;
  }
  .sim_head {
    width: 77.71vw;
    top: -5.22vw;
    transform: translateX(-56%);
  }
  .sim_area {
    padding: 0 2.61vw;
  }
  .sim_input {
    gap: 1.3vw;
  }
  .sim_input > .sim_input1,
  .sim_input > .sim_input2 {
    padding: 2.61vw;
  }
  .sim_input2 {
    margin-top: 2.61vw;
  }
  .sim_input2:before {
    width: 2.35vw;
    height: 1.56vw;
    top: -3vw;
    transform: translateY(0) translateX(-50%) rotate(0);
  }
  .sim_input_head {
    gap: 1.3vw;
    font-size: 4.17vw;
  }
  .sim_input_head .num {
    font-size: 3.65vw;
    padding: 0.52vw 1.96vw;
  }
  .sim_input_btns {
    gap: 2.61vw;
    margin-top: 2.61vw;
  }
  .sim_input_btns > label {
    -ms-flex: 0 0 calc((100% - 5.22vw) / 3);
        flex: 0 0 calc((100% - 5.22vw) / 3);
    font-size: 3.65vw;
    padding: 1.3vw;
    min-height: 10.43vw;
  }
  .sim_input_btns > label.l {
    -ms-flex: 0 0 calc((100% - 2.61vw) / 2);
        flex: 0 0 calc((100% - 2.61vw) / 2);
  }
  .sim_input_notes {
    margin-top: 2.61vw;
  }
  .sim_input_notes > li {
    font-size: 2.61vw;
  }
  .sim_conv {
    margin-bottom: 5.22vw;
  }
  .sim_conv.-active .sim_conv_btn {
    border: 2px solid #000;
    box-shadow: 0px 1.04vw 0px #000 !important;
  }
  .sim_conv_head {
    font-size: 4.17vw;
    gap: 2.35vw;
  }
  .sim_conv_head:before {
    width: 1px;
    height: 4.17vw;
  }
  .sim_conv_head:after {
    width: 1px;
    height: 4.17vw;
  }
  .sim_conv_btn {
    border: 2px solid #e2ba00;
    font-size: 4.95vw;
  }
  .sim_conv_btn:before {
    width: 3.91vw;
    height: 2.61vw;
    right: 2.61vw;
  }
  .sim_anser {
    padding-bottom: 3.91vw;
  }
  .sim_anser_head {
    font-size: 3.13vw;
  }
  .sim_anser_head > .l {
    font-size: 4.17vw;
  }
  .sim_anser_otoku {
    padding: 2.61vw 2.61vw 1.96vw;
    border: 2px solid #000;
    margin: 1.96vw auto 0;
    gap: 0.65vw 1.3vw;
    font-size: 5.74vw;
  }
  .sim_anser_otoku .l {
    font-size: 13.04vw;
  }
  .sim_anser_details {
    margin-top: 2.61vw;
  }
  .sim_anser_details_head {
    font-size: 3.65vw;
  }
  .sim_anser_details_table {
    margin-top: 1.3vw;
  }
  .sim_anser_details_table > dl {
    font-size: 3.13vw;
  }
  .sim_anser_details_table > dl:first-of-type > dt {
    border-radius: 2.61vw 0 0 0;
    border-left: 1px solid #000;
  }
  .sim_anser_details_table > dl:first-of-type > dd {
    border-radius: 0 2.61vw 0 0;
  }
  .sim_anser_details_table > dl:last-of-type > dt {
    border-radius: 0 0 0 2.61vw;
  }
  .sim_anser_details_table > dl:last-of-type > dd {
    border-radius: 0 0 2.61vw 0;
  }
  .sim_anser_details_table > dl > dt {
    border: 1px solid #000;
    height: 10.43vw;
  }
  .sim_anser_details_table > dl > dd {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    gap: 0.39vw;
    height: 10.43vw;
  }
  .sim_anser_details_table > dl > dd .fontS {
    font-size: 5.22vw;
  }
  .sim_anser_details_table > dl > dd .fontL {
    font-size: 7.04vw;
  }
  .sim_anser_details_notes {
    margin: 2.61vw auto 0;
  }
  .sim_anser_details_notes > li {
    font-size: 2.61vw;
  }
  .sim_convSim {
    font-size: 4.17vw;
    border: 2px solid #000;
    margin-top: 5.22vw;
  }
  .sim_convEntry {
    font-size: 4.17vw;
    border: 2px solid #000;
    margin: 3.91vw auto 2.61vw;
  }
  .plan {
    padding: 13.04vw 0 7.82vw;
  }
  .plan .swiper .swiper-button-next {
    left: calc(50% + 39.37vw);
    top: 50%;
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .plan .swiper .swiper-button-prev {
    left: calc(50% - 44.59vw);
    top: 50%;
    width: 5.22vw;
    height: 5.22vw;
    background-size: 1.3vw 3vw;
  }
  .plan.-mt {
    margin-top: 0;
  }
  .plan_head {
    font-size: 6.52vw;
  }
  .plan_sub {
    font-size: 3.13vw;
    margin-top: 1.96vw;
  }
  /*
    .plan_list{
      margin-top: setting.px-to-vw( 60px, 767px );
    }

    .plan_panel_head{
      font-size: setting.px-to-vw( 32px, 767px );
      padding-top: setting.px-to-vw( 30px, 767px );
      margin-bottom: setting.px-to-vw( 30px, 767px );
    }

    .plan_panel{
      width: setting.px-to-vw( 504px, 767px );
      padding: setting.px-to-vw( 40px, 767px ) setting.px-to-vw( 20px, 767px );
    }

    .plan_panel_target{
      font-size: setting.px-to-vw( 20px, 767px );
      padding: 0 setting.px-to-vw( 30px, 767px );
      min-height: setting.px-to-vw( 80px, 767px );
      margin: setting.px-to-vw( 20px, 767px ) auto 0;
    }

    .plan_panel_name{
      font-size: setting.px-to-vw( 40px, 767px );
    }

    .plan_panel_txt{
      font-size: setting.px-to-vw( 24px, 767px );
      margin-top: setting.px-to-vw( 20px, 767px );
    }

    .plan_panel_notes{
      margin-top: setting.px-to-vw( 10px, 767px );

      >li{
        font-size: setting.px-to-vw( 20px, 767px );
      }
    }

    .plan_panel_btn{
      width: setting.px-to-vw( 334px, 767px );
      height: setting.px-to-vw( 70px, 767px );
      font-size: setting.px-to-vw( 28px, 767px );
      margin: setting.px-to-vw( 30px, 767px ) auto 0;

      &:before{
        width: setting.px-to-vw( 18px, 767px );
        height: setting.px-to-vw( 18px, 767px );
        right: setting.px-to-vw( 15px, 767px );
      }
    }
  */
  .plan_list {
    gap: 2.61vw;
    margin-top: 4.56vw;
  }
  .plan_panel_head {
    font-size: 4.17vw;
    padding-top: 3.91vw;
    margin-bottom: 3.91vw;
  }
  .plan_panel {
    width: 43.68vw;
    padding: 5.22vw 2.61vw 2.61vw;
  }
  .plan_panel_img1 {
    width: 23.99vw;
  }
  .plan_panel_img2 {
    width: 19.69vw;
  }
  .plan_panel_img3 {
    width: 26.34vw;
  }
  .plan_panel_img4 {
    width: 18.51vw;
  }
  .plan_panel_img5 {
    width: 17.34vw;
  }
  .plan_panel_name {
    font-size: 4.17vw;
    margin-top: 2.61vw;
  }
  .plan_panel_target {
    font-size: 2.87vw;
    min-height: 10.43vw;
    margin: 1.3vw auto 0;
  }
  .plan_panel_btn, .benefit_panel_btn {
    height: 13.04vw;
    font-size: 3.13vw;
    margin: 2.61vw auto 0;
  }
  .plan_panel_btn:before, .benefit_panel_btn:before {
    width: 2.35vw;
    height: 2.35vw;
    right: 1.96vw;
  }
  .plan_link {
    font-size: 3.65vw;
    margin-top: 2.61vw;
  }
  .plan_link > a {
    padding-left: 4.17vw;
  }
  .plan_link > a:before {
    width: 1.3vw;
    height: 2.61vw;
    left: 1.04vw;
  }
  .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: 15.65vw;
    width: 88%;
    border-radius: 5.22vw;
    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_btn {
    font-size: 4.17vw;
    margin-top: 7.82vw;
  }
  .benefit_bnr {
    margin: 5.22vw auto 0;
  }
  .features {
    padding: 0 0 13.04vw;
  }
  .features_head {
    font-size: 5.22vw;
  }
  .features_head .sub {
    gap: 1.3vw;
    font-size: 4.17vw;
  }
  .features_head .point {
    padding: 0 3.26vw;
  }
  .features_toggle {
    border-top: 1px solid #000;
  }
  .features_toggle:first-of-type {
    margin-top: 6.52vw;
  }
  .features_toggle:last-of-type {
    border-bottom: 1px solid #000;
  }
  .features_toggle_head {
    gap: 2.61vw;
    font-size: 3.65vw !important;
    padding: 2.61vw 7.82vw 2.61vw 2.61vw !important;
  }
  .features_toggle_head .point {
    width: 7.82vw;
  }
  .features_toggle_body {
    margin-bottom: 5.22vw;
  }
  .features_toggle_body_inner {
    padding: 5.22vw;
  }
  .features_lead {
    font-size: 3.65vw;
  }
  .features_img_1 {
    width: 74.58vw;
    margin: 5.22vw auto 0;
  }
  .features_img_2 {
    margin: 5.22vw auto 0;
    max-width: 63.49vw;
  }
  .features_jisseki {
    letter-spacing: 0;
    font-size: 3.65vw;
    border: 2px solid #000;
    padding: 3.91vw 0 3.91vw 18.25vw;
    margin: 7.82vw auto 0;
  }
  .features_jisseki:after {
    width: 17.6vw;
    height: 19.82vw;
    left: -3.91vw;
    top: -3.91vw;
  }
  .features_list {
    gap: 3.91vw;
    margin-top: 5.22vw;
  }
  .features_list > li {
    width: 100%;
    padding: 3.91vw;
    gap: 2.61vw;
  }
  .features_list_img {
    width: 23.47vw;
  }
  .features_list_txt {
    font-size: 3.65vw;
  }
  .features_img_4-1 {
    max-width: 73.01vw;
    margin: 5.22vw auto 0;
  }
  .features_notes {
    margin-top: 1.3vw;
  }
  .features_notes > li {
    font-size: 2.61vw;
  }
  .features_ranking {
    margin-top: 7.82vw;
  }
  .features_ranking_head {
    max-width: 76.92vw;
  }
  .features_ranking_img {
    padding: 7.82vw 10.43vw 7.82vw 9.13vw;
    margin: 2.61vw auto 0;
  }
  .service {
    padding-bottom: 13.04vw;
  }
  .service_head {
    font-size: 5.22vw;
  }
  .service_list {
    gap: 5.22vw;
    margin-top: 5.22vw;
  }
  .service_panel {
    width: 75.62vw;
    padding: 2.61vw 2.61vw 2.61vw 23.47vw;
    box-shadow: 0px 1.04vw 0px var(--color-denki-light-shadow);
  }
  .service_panel.-entry:before {
    left: 1.3vw;
  }
  .service_panel.-moving {
    padding-left: 26.08vw;
  }
  .service_panel.-moving:before {
    width: 21.12vw;
    left: 2.61vw;
    top: calc(50% - 10.04vw);
  }
  .service_panel.-kirikae {
    padding-left: 23.47vw;
  }
  .service_panel.-kirikae:before {
    width: 15.51vw;
    left: 3.91vw;
  }
  .service_panel:after {
    width: 2.35vw;
    height: 2.35vw;
    right: 1.96vw;
  }
  .service_panel_txt {
    font-size: 2.61vw;
  }
  .service_panel_name {
    font-size: 4.17vw;
  }
  .cp {
    padding: 15.65vw 0;
  }
  .cp_head {
    font-size: 5.22vw;
  }
  .cp_list {
    width: 80.83vw;
    margin: 5.22vw auto 0;
  }
  .cp_panel {
    padding: 3.91vw;
    gap: 2.61vw;
  }
  .cp_panel:not(:first-child) {
    margin-top: 5.22vw;
  }
  .cp_panel_img {
    width: 73.01vw;
    border-radius: 1.83vw;
  }
  .mov {
    padding: 15.65vw 0 0;
  }
  .mov_head {
    font-size: 5.22vw;
  }
  .mov_txt {
    font-size: 3.65vw;
    margin-top: 0.65vw;
  }
  .mov_head_sub {
    border: 1px solid #000;
    font-size: 3.13vw;
    padding: 0.65vw 2.61vw 0.91vw;
    margin-bottom: 1.3vw;
  }
  .mov_list {
    margin-top: 3.91vw;
  }
  .mov_list li a {
    font-size: 3.65vw;
  }
  .mov_inner {
    padding: 10.43vw 0 0;
  }
  .mov_bnr {
    margin-top: 3.91vw;
  }
  .cp_panel_date {
    font-size: 2.61vw;
  }
  .cp_panel_title {
    font-size: 3.65vw;
  }
  .cp_panel_txt {
    font-size: 2.61vw;
    margin-top: 1.04vw;
  }
  .cp_panel_notes {
    font-size: 2.61vw;
    margin-top: 1.3vw;
  }
  .cp_panel_conv {
    font-size: 3.65vw;
    margin-top: 3.91vw;
    padding: 2.61vw 3.26vw 2.61vw 5.22vw;
    border-radius: 1.83vw;
  }
  .cp_panel_conv:after {
    width: 1.3vw;
    height: 2.35vw;
  }
  .cp_panel_btns {
    margin: 5.22vw auto 0;
    gap: 2.61vw;
  }
  .cp_panel_btn {
    min-height: 13.04vw;
    font-size: 3.65vw;
  }
  .cp_panel_btn.-blank:before {
    right: 2.61vw;
    top: calc(50% - 1.56vw);
    width: 3.13vw;
    height: 3.13vw;
  }
  .cp_btn {
    font-size: 3.65vw;
    margin-top: 7.82vw;
  }
  .info {
    padding: 13.04vw 0;
    gap: 3.91vw;
  }
  .info_head {
    font-size: 5.22vw;
  }
  .info_txt {
    font-size: 3.65vw;
  }
  .info_btn {
    font-size: 4.17vw;
    margin-top: 5.22vw;
  }
  .info_other {
    margin-top: 5.22vw;
    gap: 2.61vw;
  }
  .info_other > .btn {
    --btn-width: 75.61929vw;
    font-size: 3.65vw;
  }
  .info_other > .btn:before {
    right: 2.61vw !important;
  }
  .colSlideOuter {
    margin: 0 auto 15.65vw;
  }
  .colSlideHead {
    font-size: 5.22vw;
    margin-bottom: 7.82vw;
  }
  .colSlide {
    gap: 7.82vw;
  }
  .colSlideBnr {
    width: 75.62vw;
    height: 26.08vw;
  }
  .colSlideBnr:before {
    width: 13.04vw;
    height: 13.04vw;
    left: 2.61vw;
    top: calc(50% - 6.52vw);
  }
  .colSlideBnr > i {
    font-size: 3.13vw;
    margin-top: -1.56vw;
  }
  .colSlideBnrIn {
    padding: 0 7.82vw 0 18.25vw;
  }
  .colSlideBnrHead {
    font-size: 4.17vw;
  }
  .colSlideBnrTxt {
    font-size: 3.13vw;
  }
}