  #wrapper {
  max-width: 1400px;
}

.contents {
  padding: 65px;
}
.contents:not(:first-of-type) {
  margin-top: 90px;
}
.contents * {
  position: relative;
}

.benefit_head {
  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 nowrap;
      flex-flow: row nowrap;
  gap: 50px;
  width: 100%;
}
.benefit_head.-vpoint {
  -ms-flex-align: center;
      align-items: center;
}

.benefit_head_ttl, .service_head_ttl {
  font-size: var(--fsize52);
  font-weight: 400;
  position: relative;
  padding-left: 140px;
  margin-top: -20px;
}
.benefit_head_ttl .ico, .service_head_ttl .ico {
  font-size: var(--fsize16);
  text-align: center;
  display: block;
  padding-top: 26px;
  width: 122px;
  height: 66px;
  border: 3px solid #000;
  border-radius: var(--radius2);
  position: absolute;
  top: calc(50% - 33px);
  left: 0;
}
.benefit_head_ttl .ico.-denkigas:before, .service_head_ttl .ico.-denkigas:before {
  content: "";
  width: 46px;
  height: 46px;
  background: url(/denkigas/cmn/img/ico_denkigas_img.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: calc(50% - 23px);
}
.benefit_head_ttl .ico.-denki:before, .service_head_ttl .ico.-denki:before {
  content: "";
  width: 23px;
  height: 46px;
  background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -18px;
  left: calc(50% - 12px);
}
.benefit_head_ttl .ico.-gas:before, .service_head_ttl .ico.-gas:before {
  content: "";
  width: 20px;
  height: 40px;
  background: url(/denkigas/cmn/img/ico_gas_img.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -14px;
  left: calc(50% - 10px);
}
.benefit_head_ttl .mustEntry, .service_head_ttl .mustEntry {
  font-size: var(--fsize16);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 122px;
  height: 28px;
  border-radius: var(--radius2);
  background: #000;
  color: #fff;
  position: absolute;
  top: calc(50% + 38px);
  left: 0;
}
.benefit_head_ttl .inner, .service_head_ttl .inner {
  display: block;
  width: inherit;
  line-height: 1.2;
  margin-top: 20px;
}
.benefit_head_ttl .inner .s, .service_head_ttl .inner .s {
  font-size: var(--fsize20);
  display: block;
}

.benefit_head_txt {
  -ms-flex: 1;
      flex: 1;
  font-size: var(--fsize18);
  line-height: 2;
}

@media screen and (max-width: 1480px) {
  .benefit_head_ttl, .service_head_ttl {
    font-size: 3.51vw;
    padding-left: 9.46vw;
    margin-top: -1.35vw;
  }
  .benefit_head_ttl .ico, .service_head_ttl .ico {
    --radius2: 1.35135vw;
    font-size: 1.08vw;
    padding-top: 1.76vw;
    width: 8.24vw;
    height: 4.46vw;
    border: 2px solid #000;
    top: calc(50% - 2.23vw);
  }
  .benefit_head_ttl .ico.-denkigas:before, .service_head_ttl .ico.-denkigas:before {
    width: 3.11vw;
    height: 3.11vw;
    top: -1.22vw;
    left: calc(50% - 1.55vw);
  }
  .benefit_head_ttl .ico.-denki:before, .service_head_ttl .ico.-denki:before {
    width: 1.55vw;
    height: 3.11vw;
    top: -1.22vw;
    left: calc(50% - 0.81vw);
  }
  .benefit_head_ttl .ico.-gas:before, .service_head_ttl .ico.-gas:before {
    width: 1.35vw;
    height: 2.7vw;
    top: -0.95vw;
    left: calc(50% - 0.68vw);
  }
  .benefit_head_ttl .mustEntry, .service_head_ttl .mustEntry {
    font-size: 1.08vw;
    width: 8.24vw;
    height: 1.89vw;
    top: calc(50% + 2.57vw);
  }
  .benefit_head_ttl .inner, .service_head_ttl .inner {
    margin-top: 1.35vw;
  }
  .benefit_head_ttl .inner .s, .service_head_ttl .inner .s {
    font-size: 1.35vw;
  }
  .benefit_head_txt {
    font-size: 1.22vw;
  }
}
.benefit_head_col {
  -ms-flex: 1;
      flex: 1;
}

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

.benefit_notes {
  margin: 40px auto 0;
  border-radius: var(--radius2) !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px !important;
  gap: 40px;
}
.benefit_notes .list {
  -ms-flex: 1;
      flex: 1;
}

.benefit_notes_head {
  font-size: var(--fsize20);
  font-weight: 500;
  width: 160px;
}

.benefit_matomete_img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 60px;
  font-size: 1px;
  margin-top: 60px;
}
.benefit_matomete_img > img:first-child {
  width: 506px;
  height: auto;
}
.benefit_matomete_img > img:last-child {
  width: 516px;
  height: auto;
}

.benefit_matomete_head {
  font-size: var(--fsize32);
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}

.benefit_matomete_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  gap: 25px;
  margin: 20px auto 0;
}
.benefit_matomete_col > li {
  width: 400px;
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  padding: 20px;
}

.benefit_matomete_col_head {
  font-size: var(--fsize20);
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.benefit_matomete_col_head:before {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 10px;
  background: var(--color-key);
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0;
}

.longuse_img {
  width: 100%;
  max-width: 934px;
  margin: 60px auto 0;
}

.longuse_notes, .vpoint_notes, .card_notes {
  display: table;
  margin: 40px auto 0;
}
.longuse_notes > li, .vpoint_notes > li, .card_notes > li {
  font-size: var(--fsize12);
}

.longuse_btn, .card_btn {
  font-size: var(--fsize20);
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.card_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.card_nav > button {
  width: 380px;
  height: 60px;
  background: var(--color-base);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: var(--fsize20);
  border-radius: var(--radius1);
  cursor: pointer;
  position: relative;
  color: #000;
}
.card_nav > button:first-child:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center #fff;
  background-size: auto 30px;
  margin-right: 10px;
}
.card_nav > button:last-child:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(/denkigas/cmn/img/ico_gas_img.svg) no-repeat center #fff;
  background-size: auto 30px;
  margin-right: 10px;
}
.card_nav > button.active {
  background: #000;
  color: #fff;
  pointer-events: none;
}
.card_nav > button.active:after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 28px;
  height: 10px;
  background: #000;
  position: absolute;
  left: calc(50% - 14px);
  bottom: -8px;
}

.card_img {
  width: 100%;
  max-width: 840px;
  margin: 40px auto 0;
}
.card_img.-denki {
  margin-top: 20px;
}

.discount_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: 25px;
  margin-top: 60px;
}
.discount_list > li {
  width: 400px;
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  position: relative;
  padding: 30px 20px;
}
.discount_list > li > .ico {
  position: absolute;
  width: 80px;
  height: 80px;
  right: -15px;
  top: -15px;
}

@media screen and (max-width: 1060px) {
  .discount_list > li {
    width: 380px;
  }
  .discount_list > li > .ico {
    width: 70px;
    height: 70px;
  }
}
.discount_img {
  max-width: 288px;
  width: 100%;
  margin: 20px auto 0;
}
.discount_img.-epos {
  max-width: 184px;
}

.discount_head {
  font-size: var(--fsize20);
  text-align: center;
}
.discount_head.-ts {
  padding-right: 20px;
}
.discount_head.-seven {
  text-align: left;
}

.discount_txt {
  font-size: var(--fsize14);
  margin-top: 20px;
}

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

.vpoint_img {
  width: 100%;
  max-width: 950px;
  margin: 40px auto 0;
}

.vpoint_btn {
  background: var(--color-base) !important;
  margin: 40px auto 0;
  font-size: var(--fsize20);
  font-weight: 500;
  text-align: center;
}

.vpoint_btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
  margin: 40px auto 0;
  width: 790px;
}
.vpoint_btns > .btn {
  --btn-width: 380px;
  font-size: var(--fsize20);
  font-weight: 500;
  text-align: center;
}

.service {
  margin-top: 120px;
}

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

.service_outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  gap: 50px;
  margin-top: 60px;
}

.service_col {
  width: 675px;
  background: #fff;
  border-radius: var(--radius4);
  padding: 70px 35px 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.service_head_ttl {
  font-size: var(--fsize34);
  padding-left: 120px;
}
.service_head_ttl .ico {
  width: 100px;
  border: 2px solid #ccc;
}

.service_txt {
  font-size: var(--fsize18);
  margin-top: 30px;
}

.service_img {
  background: var(--color-base);
  border-radius: var(--radius2);
  padding: 20px;
  margin-top: 30px;
  text-align: center;
  font-size: 1px;
  position: relative;
  overflow: hidden;
}
.service_img.-denki > img {
  width: 296px;
  height: auto;
  margin-right: 140px;
}
.service_img.-denki:before {
  content: "";
  width: 125px;
  height: 117px;
  background: url(/denkigas/benefit/img/service_ico_1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% + 110px);
  top: calc(50% - 58px);
}
.service_img.-gas > img {
  width: 341px;
  height: auto;
  margin-right: 120px;
}
.service_img.-gas:before {
  content: "";
  width: 90px;
  height: 153px;
  background: url(/denkigas/benefit/img/service_ico_2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: calc(50% + 150px);
  bottom: -10px;
}

.service_hosoku {
  font-size: var(--fsize12);
  text-align: center;
}

.service_btn {
  --btn-width: 420px;
  font-size: var(--fsize20);
  font-weight: 500;
  margin-top: 40px;
}
.service_btn.-denki {
  margin-top: auto;
}

@media screen and (max-width: 1480px) {
  .service_outer {
    gap: 3.38vw;
    margin-top: 4.05vw;
  }
  .service_col {
    --radius4: 2.7027vw;
    width: 45.61vw;
    padding: 4.73vw 2.36vw 4.05vw;
  }
  .service_head_ttl {
    font-size: 2.3vw;
    padding-left: 8.11vw;
  }
  .service_head_ttl .ico {
    width: 6.76vw;
  }
  .service_txt {
    font-size: 1.22vw;
    margin-top: 2.03vw;
  }
  .service_img {
    --radius2: 1.35135vw;
    padding: 1.35vw;
    margin-top: 2.03vw;
  }
  .service_img.-denki > img {
    width: 20vw;
    margin-right: 9.46vw;
  }
  .service_img.-denki:before {
    width: 8.45vw;
    height: 7.91vw;
    left: calc(50% + 7.43vw);
    top: calc(50% - 3.92vw);
  }
  .service_img.-gas > img {
    width: 23.04vw;
    margin-right: 8.11vw;
  }
  .service_img.-gas:before {
    width: 6.08vw;
    height: 10.34vw;
    left: calc(50% + 10.14vw);
    bottom: -0.68vw;
  }
  .service_hosoku {
    font-size: 0.81vw;
  }
  .service_btn {
    margin-top: 2.7vw;
  }
}
@media screen and (max-width: 1024px) {
  #wrap:before {
    height: 450px;
  }
  .contents {
    padding: 60px 30px 30px;
  }
  .contents:not(:first-of-type) {
    margin-top: 60px;
  }
  .benefit_head {
    -ms-flex-flow: column;
        flex-flow: column;
    gap: 20px;
    width: 100%;
  }
  .benefit_head.-vpoint {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .benefit_head_ttl, .service_head_ttl {
    font-size: var(--fsize40);
    padding-left: 150px;
    margin-top: -20px;
  }
  .benefit_head_ttl .ico, .service_head_ttl .ico {
    --radius2: 20px;
    font-size: var(--fsize20);
    padding-top: 20px;
    width: 132px;
    height: 66px;
    border: 3px solid #000;
    top: calc(50% - 33px);
  }
  .benefit_head_ttl .ico.-denkigas:before, .service_head_ttl .ico.-denkigas:before {
    width: 46px;
    height: 46px;
    top: -18px;
    left: calc(50% - 23px);
  }
  .benefit_head_ttl .ico.-denki:before, .service_head_ttl .ico.-denki:before {
    width: 23px;
    height: 46px;
    top: -18px;
    left: calc(50% - 12px);
  }
  .benefit_head_ttl .ico.-gas:before, .service_head_ttl .ico.-gas:before {
    width: 20px;
    height: 40px;
    top: -14px;
    left: calc(50% - 10px);
  }
  .benefit_head_ttl .mustEntry, .service_head_ttl .mustEntry {
    font-size: var(--fsize20);
    width: 132px;
    height: 28px;
    top: calc(50% + 38px);
  }
  .benefit_head_ttl .inner, .service_head_ttl .inner {
    margin-top: 0;
  }
  .benefit_head_ttl .inner .s, .service_head_ttl .inner .s {
    font-size: var(--fsize20);
  }
  .benefit_head_txt {
    font-size: var(--fsize28);
  }
  .benefit_head_txt.-longuse {
    margin-top: 20px;
  }
  .benefit_head_notes {
    margin-top: 10px;
  }
  .benefit_head_notes > li {
    font-size: var(--fsize20);
  }
  .benefit_notes {
    margin: 40px auto 0;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    padding: 20px !important;
    gap: 20px;
  }
  .benefit_notes .list {
    font-size: var(--fsize24);
  }
  .benefit_notes_head {
    font-size: var(--fsize28);
    width: 100%;
  }
  .benefit_matomete_img {
    gap: 40px;
    margin-top: 40px;
  }
  .benefit_matomete_img > img:first-child {
    width: 506px;
    height: auto;
  }
  .benefit_matomete_img > img:last-child {
    width: 516px;
    height: auto;
  }
  .benefit_matomete_head {
    font-size: var(--fsize32);
    font-weight: 400;
    text-align: center;
    margin-top: 40px;
  }
  .benefit_matomete_col {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 20px;
    margin: 20px auto 0;
  }
  .benefit_matomete_col > li {
    width: 100%;
    padding: 20px;
  }
  .benefit_matomete_col_head {
    font-size: var(--fsize28);
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .benefit_matomete_col_head:before {
    width: 40px;
    height: 8px;
    left: calc(50% - 20px);
  }
  .benefit_matomete_col_txt {
    font-size: var(--fsize24);
  }
  .longuse_img {
    margin: 20px auto 0;
  }
  .longuse_notes, .card_notes, .vpoint_notes {
    display: table;
    margin: 20px auto 0;
  }
  .longuse_notes > li, .card_notes > li, .vpoint_notes > li {
    font-size: var(--fsize20);
  }
  .longuse_btn, .card_btn {
    font-size: var(--fsize32);
    margin: 40px auto 10px;
  }
  .card_nav {
    gap: 2%;
    width: 100%;
    margin: 40px auto 0;
  }
  .card_nav > button {
    width: 49%;
    height: 120px;
    font-size: var(--fsize24);
    border-radius: var(--radius2);
  }
  .card_nav > button.active:after {
    width: 52px;
    height: 16px;
    left: calc(50% - 26px);
    bottom: -14px;
  }
  .card_img {
    margin: 40px auto 0;
  }
  .card_img.-denki {
    margin-top: 20px;
  }
  .discount_list {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 25px;
    margin-top: 40px;
  }
  .discount_list > li {
    width: 100%;
    border: 2px solid #f0f0f0;
    padding: 30px 20px;
  }
  .discount_list > li > .ico {
    position: absolute;
    width: 120px;
    height: 120px;
    right: -15px;
    top: -15px;
  }
  .discount_img {
    margin: 20px auto 0;
  }
  .discount_head {
    font-size: var(--fsize28);
    text-align: center;
  }
  .discount_head.-ts {
    padding-right: 20px;
  }
  .discount_txt {
    font-size: var(--fsize24);
    margin-top: 20px;
  }
  .discount_notes {
    margin-top: 10px;
  }
  .discount_notes > li {
    font-size: var(--fsize20);
  }
  .vpoint_img {
    margin: 40px auto 0;
  }
  .vpoint_btn {
    margin: 40px auto 30px;
    font-size: var(--fsize32);
  }
  .vpoint_btns {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 30px;
    margin: 40px auto 30px;
    width: 100%;
  }
  .vpoint_btns > .btn {
    --btn-width: 580px;
    font-size: var(--fsize32);
  }
  .service {
    margin: 60px auto 0;
    width: 92%;
  }
  .service_head {
    font-size: var(--fsize40);
  }
  .service_outer {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    gap: 30px;
    margin-top: 30px;
  }
  .service_col {
    width: 100%;
    padding: 70px 35px 60px;
    display: block;
  }
  .service_head_ttl {
    font-size: var(--fsize34);
    padding-left: 120px;
  }
  .service_head_ttl .ico {
    width: 100px;
    border: 2px solid #ccc;
  }
  .service_txt {
    font-size: var(--fsize24);
    margin-top: 30px;
  }
  .service_img {
    padding: 20px;
    margin-top: 30px;
  }
  .service_img.-denki > img {
    width: 296px;
    margin-right: 140px;
  }
  .service_img.-denki:before {
    width: 125px;
    height: 117px;
    left: calc(50% + 110px);
    top: calc(50% - 58px);
  }
  .service_img.-gas > img {
    width: 341px;
    margin-right: 120px;
  }
  .service_img.-gas:before {
    width: 90px;
    height: 153px;
    left: calc(50% + 150px);
    bottom: -10px;
  }
  .service_hosoku {
    font-size: var(--fsize20);
  }
  .service_btn {
    --btn-width: 580px;
    font-size: var(--fsize32);
    margin-top: 40px;
  }
  .service_btn.-denki {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #wrap:before {
    height: 65.19vw;
  }
  .contents {
    padding: 7.82vw 3.91vw 3.91vw;
  }
  .contents:not(:first-of-type) {
    margin-top: 7.82vw;
  }
  .benefit_head {
    gap: 2.61vw;
  }
  .benefit_head_ttl, .service_head_ttl {
    font-size: 5.22vw;
    padding-left: 19.56vw;
    margin-top: -2.61vw;
  }
  .benefit_head_ttl .ico, .service_head_ttl .ico {
    --radius2: 2.60756vw;
    font-size: 2.61vw;
    padding-top: 2.87vw;
    width: 17.21vw;
    height: 8.6vw;
    border: 2px solid #000;
    top: calc(50% - 4.3vw);
  }
  .benefit_head_ttl .ico.-denkigas:before, .service_head_ttl .ico.-denkigas:before {
    width: 6vw;
    height: 6vw;
    top: -2.35vw;
    left: calc(50% - 3vw);
  }
  .benefit_head_ttl .ico.-denki:before, .service_head_ttl .ico.-denki:before {
    width: 3vw;
    height: 6vw;
    top: -2.35vw;
    left: calc(50% - 1.56vw);
  }
  .benefit_head_ttl .ico.-gas:before, .service_head_ttl .ico.-gas:before {
    width: 2.61vw;
    height: 5.22vw;
    top: -1.83vw;
    left: calc(50% - 1.3vw);
  }
  .benefit_head_ttl .mustEntry, .service_head_ttl .mustEntry {
    font-size: 2.61vw;
    width: 17.21vw;
    height: 3.65vw;
    top: calc(50% + 4.95vw);
  }
  .benefit_head_ttl .inner .s, .service_head_ttl .inner .s {
    font-size: 2.61vw;
  }
  .benefit_head_txt {
    font-size: 3.65vw;
  }
  .benefit_head_txt.-longuse {
    margin-top: 2.61vw;
  }
  .benefit_head_notes {
    margin-top: 1.3vw;
  }
  .benefit_head_notes > li {
    font-size: 2.61vw;
  }
  .benefit_matomete_img {
    gap: 5.22vw;
    margin-top: 5.22vw;
  }
  .benefit_matomete_img > img:first-child {
    width: 65.97vw;
    height: auto;
  }
  .benefit_matomete_img > img:last-child {
    width: 67.28vw;
    height: auto;
  }
  .benefit_notes {
    margin: 5.22vw auto 0;
    padding: 2.61vw !important;
    gap: 2.61vw;
  }
  .benefit_notes .list {
    font-size: 3.13vw;
  }
  .benefit_notes_head {
    font-size: 3.65vw;
  }
  .benefit_matomete_head {
    font-size: 4.17vw;
    margin-top: 5.22vw;
  }
  .benefit_matomete_col {
    gap: 2.61vw;
    margin: 2.61vw auto 0;
  }
  .benefit_matomete_col > li {
    padding: 2.61vw;
  }
  .benefit_matomete_col_head {
    font-size: 3.65vw;
    padding-bottom: 2.61vw;
    margin-bottom: 2.61vw;
  }
  .benefit_matomete_col_head:before {
    width: 5.22vw;
    height: 1.04vw;
    left: calc(50% - 2.61vw);
  }
  .benefit_matomete_col_txt {
    font-size: 3.13vw;
  }
  .longuse_img {
    margin: 2.61vw auto 0;
  }
  .longuse_notes, .card_notes, .vpoint_notes {
    margin: 2.61vw auto 0;
  }
  .longuse_notes > li, .card_notes > li, .vpoint_notes > li {
    font-size: 2.61vw;
  }
  .longuse_btn, .card_btn {
    font-size: 4.17vw;
    margin: 5.22vw auto 2.61vw;
  }
  .card_nav {
    margin: 5.22vw auto 0;
  }
  .card_nav > button {
    height: 15.65vw;
    font-size: 3.13vw;
  }
  .card_nav > button.active:after {
    width: 6.78vw;
    height: 2.09vw;
    left: calc(50% - 3.39vw);
    bottom: -1.83vw;
  }
  .card_nav > button:first-child:before {
    width: 5.22vw;
    height: 5.22vw;
    background-size: auto 3.91vw;
    margin-right: 1.3vw;
  }
  .card_nav > button:last-child:before {
    width: 5.22vw;
    height: 5.22vw;
    background-size: auto 3.91vw;
    margin-right: 1.3vw;
  }
  .card_img {
    margin: 5.22vw auto 0;
  }
  .card_img.-denki {
    margin-top: 2.61vw;
  }
  .discount_list {
    gap: 3.91vw;
    margin-top: 5.22vw;
  }
  .discount_list > li {
    padding: 3.91vw 2.61vw;
  }
  .discount_list > li > .ico {
    width: 15.65vw;
    height: 15.65vw;
    right: -1.96vw;
    top: -2.61vw;
  }
  .discount_img {
    margin: 2.61vw auto 0;
  }
  .discount_head {
    font-size: 3.65vw;
  }
  .discount_head.-ts {
    padding-right: 2.61vw;
  }
  .discount_txt {
    font-size: 3.13vw;
    margin-top: 2.61vw;
  }
  .discount_notes {
    margin-top: 1.3vw;
  }
  .discount_notes > li {
    font-size: 2.61vw;
  }
  .vpoint_img {
    margin: 5.22vw auto 0;
  }
  .vpoint_btn {
    margin: 5.22vw auto 3.91vw;
    font-size: 4.17vw;
  }
  .vpoint_btns {
    gap: 3.91vw;
    margin: 5.22vw auto 3.91vw;
  }
  .vpoint_btns > .btn {
    font-size: 4.17vw;
  }
  .service {
    margin: 7.82vw auto 0;
    width: 88%;
  }
  .service_head {
    font-size: 5.22vw;
  }
  .service_outer {
    gap: 3.91vw;
    margin-top: 3.91vw;
  }
  .service_col {
    padding: 9.13vw 4.56vw 7.82vw;
    display: block;
  }
  .service_head_ttl {
    font-size: 4.43vw;
    padding-left: 15.65vw;
  }
  .service_head_ttl .ico {
    width: 13.04vw;
    border: 2px solid #ccc;
  }
  .service_txt {
    font-size: 3.13vw;
    margin-top: 3.91vw;
  }
  .service_img {
    padding: 2.61vw;
    margin-top: 3.91vw;
  }
  .service_img.-denki > img {
    width: 38.59vw;
    margin-right: 18.25vw;
  }
  .service_img.-denki:before {
    width: 16.3vw;
    height: 15.25vw;
    left: calc(50% + 14.34vw);
    top: calc(50% - 7.56vw);
  }
  .service_img.-gas > img {
    width: 44.46vw;
    margin-right: 15.65vw;
  }
  .service_img.-gas:before {
    width: 11.73vw;
    height: 19.95vw;
    left: calc(50% + 19.56vw);
    bottom: -1.3vw;
  }
  .service_hosoku {
    font-size: 2.61vw;
  }
  .service_btn {
    --btn-width: 75.61929vw;
    font-size: 4.17vw;
    margin-top: 5.22vw;
  }
  .service_btn.-denki {
    margin-top: 5.22vw;
  }
}