@charset "UTF-8";

/*===========================================================
  // Reset & Base
===========================================================*/
body, div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form,
fieldset, input, textarea, select, option, table, th, td, tr, embed, object, figure, figcaption { margin: 0; padding: 0; }
li { list-style-type: none; }
fieldset, table, img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
html { font-size: 62.5%; -webkit-text-size-adjust: 100%; }
body { font-family: 'Noto Sans JP', sans-serif; font-size: 1.6rem; font-weight: 400; -webkit-text-size-adjust: 100%; }
body img { vertical-align: top; }
a { color: #E95404; text-decoration: none; }
input, textarea { margin: 0; padding: 0; border: none; }
::placeholder { color: #bbbbbb; }

/*===========================================================
  // Hover & Form Controls
===========================================================*/
.over a, .over li a, .over dt a, .over dd a { transition: all 0.3s; opacity: 1; }
.over a:hover, .over li a:hover, .over dt a:hover, .over dd a:hover { opacity: 0.7; }
select::-ms-expand { display: none; }
select {
  -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none;
  background-image: url(/denki/assets/img/common/icon_select.svg) !important;
  background-repeat: no-repeat !important; background-size: 11px 6px !important; background-position: right 10px center !important;
}

/*===========================================================
  // Utility Classes
===========================================================*/
.txt_c { text-align: center !important; } .txt_r { text-align: right !important; } .txt_l { text-align: left !important; }
.point_color { color: #EB5705 !important; } .point_color_r { color: #E30000 !important; }
.fw_nomal { font-weight: normal !important; } .fw_bold { font-weight: bold !important; }
.fz_small { font-size: 1.2rem !important; }
.float_l { float: left; } .float_r { float: right; }

.flex_s { display: flex; justify-content: flex-start; } .flex_b { display: flex; justify-content: space-between; }
.flex_e { display: flex; justify-content: flex-end; } .flex_wrap { flex-wrap: wrap; }
.align_s { align-items: flex-start; } .align_c { align-items: center; } .align_e { align-items: flex-end; }

.m_auto { margin-left: auto !important; margin-right: auto !important; } .m_10 { margin: 10px; }
.m_t0 { margin-top: 0px !important; } .m_t5 { margin-top: 5px !important; } .m_t10 { margin-top: 10px !important; } .m_t15 { margin-top: 15px !important; } .m_t20 { margin-top: 20px !important; } .m_t25 { margin-top: 25px !important; } .m_t30 { margin-top: 30px !important; } .m_t40 { margin-top: 40px !important; }
.m_b0 { margin-bottom: 0px !important; } .m_b5 { margin-bottom: 5px !important; } .m_b10 { margin-bottom: 10px !important; } .m_b15 { margin-bottom: 15px !important; } .m_b20 { margin-bottom: 20px !important; } .m_b25 { margin-bottom: 25px !important; } .m_b30 { margin-bottom: 30px !important; } .m_b40 { margin-bottom: 40px !important; } .m_b50 { margin-bottom: 50px !important; } .m_b60 { margin-bottom: 60px !important; } .m_b70 { margin-bottom: 70px !important; }
.m_r0 { margin-right: 0px !important; } .m_r5 { margin-right: 5px !important; } .m_r10 { margin-right: 10px !important; } .m_r15 { margin-right: 15px !important; } .m_r20 { margin-right: 20px !important; } .m_r25 { margin-right: 25px !important; } .m_r30 { margin-right: 30px !important; }
.m_l0 { margin-left: 0px !important; } .m_l5 { margin-left: 5px !important; } .m_l10 { margin-left: 10px !important; } .m_l15 { margin-left: 15px !important; } .m_l20 { margin-left: 20px !important; } .m_l25 { margin-left: 25px !important; } .m_l30 { margin-left: 30px !important; }

.p_0 { padding: 0 !important; } .p_5 { padding: 5px !important; } .p_10 { padding: 10px !important; } .p_15 { padding: 15px !important; } .p_20 { padding: 20px !important; } .p_30 { padding: 30px !important; }
.p_t0 { padding-top: 0px !important; } .p_t5 { padding-top: 5px !important; } .p_t10 { padding-top: 10px !important; } .p_t15 { padding-top: 15px !important; } .p_t20 { padding-top: 20px !important; } .p_t25 { padding-top: 25px !important; } .p_t30 { padding-top: 30px !important; }
.p_b0 { padding-bottom: 0px !important; } .p_b5 { padding-bottom: 5px !important; } .p_b10 { padding-bottom: 10px !important; } .p_b15 { padding-bottom: 15px !important; } .p_b20 { padding-bottom: 20px !important; } .p_b25 { padding-bottom: 25px !important; } .p_b30 { padding-bottom: 30px !important; }
.p_r0 { padding-right: 0px !important; } .p_r5 { padding-right: 5px !important; } .p_r10 { padding-right: 10px !important; } .p_r15 { padding-right: 15px !important; } .p_r20 { padding-right: 20px !important; } .p_r25 { padding-right: 25px !important; } .p_r30 { padding-right: 30px !important; }
.p_l0 { padding-left: 0px !important; } .p_l5 { padding-left: 5px !important; } .p_l10 { padding-left: 10px !important; } .p_l15 { padding-left: 15px !important; } .p_l20 { padding-left: 20px !important; } .p_l25 { padding-left: 25px !important; } .p_l30 { padding-left: 30px !important; } .p_l40 { padding-left: 40px !important; } .p_l50 { padding-left: 50px !important; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

/*===========================================================
  // Modals
===========================================================*/
#form_modals .modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 500;
}

#form_modals .sec_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 15px;
}

#form_modals .close {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

#form_modals .close a:focus {
  outline: revert;
}

#form_modals .form_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

#form_modals .form_box .form_inner {
  padding: 15px;
}

#form_modals .form_box h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

#form_modals .form_box h2.moving {
  color: #F57F04;
  border-bottom: solid 1px #f1f1f1;
  width: calc(100% + 40px);
  padding: 2px 20px 15px;
  box-sizing: border-box;
  margin-left: -20px;
  background: url(/denki/assets/img/entry/icon_plus.svg) right 10px top no-repeat;
  background-size: 23px auto;
}

#form_modals .form_box h3 {
  font-size: 1.4rem;
  color: #848484;
  margin-bottom: 10px;
}

#form_modals .form_box p {
  font-size: 1.4rem;
  color: #696969;
}

#form_modals .form_box .note {
  font-size: 1.1rem;
  color: #848484;
}

#form_modals .input {
  width: 100%;
  border: solid 1px #E5E5E5;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.4rem;
}

#form_modals .input_zip {
  display: block;
  width: 50%;
  border: solid 1px #E5E5E5;
  border-radius: 5px;
  padding: 10px 10px 10px 35px;
  box-sizing: border-box;
  font-size: 1.4rem;
  position: relative;
  z-index: 0;
  background: url(/denki/assets/img/entry/icon_zip.svg) left 10px center no-repeat #F7F7F7;
  background-size: 16px auto;
  margin-bottom: 10px;
}

#form_modals .select {
  width: 100%;
  padding: 10px;
  border: solid 1px #E5E5E5;
  border-radius: 5px;
  margin-bottom: 10px;
}

#form_modals .form_btn {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  border-radius: 10px;
  padding: 15px 0px;
  background: #F57F04;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
}

#form_modals .search_zip a {
  font-size: 1.1rem;
  text-decoration: underline;
}

#form_modals .select_power {
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
  width: calc(100% + 40px);
  margin-left: -20px;
  overflow-y: scroll;
}

#form_modals .select_power label {
  display: block;
  padding: 20px;
  border-bottom: dashed 1px #eaeaea;
  background: url(/denki/assets/img/entry/icon_check_off02.svg) right 20px center no-repeat;
  background-size: 23px auto;
}

#form_modals .select_power label.active {
  background: url(/denki/assets/img/entry/icon_check.svg) right 20px center no-repeat #FFF5EB;
  background-size: 23px auto;
}

#form_modals .select_power label input {
  display: none;
}

#form_modals .select_power label:last-child {
  border: none;
}

#form_modals .modal_attention {
  overflow-y: scroll;
}

#form_modals .modal_attention h3 {
  font-size: 1.1rem;
  color: #F37F02;
}

#form_modals .modal_attention p {
  color: #696969;
  font-size: 1.1rem;
}

#form_modals figure {
  text-align: center;
}

#form_modals h2.precon_ttl {
  font-size: 2.0rem;
  margin-bottom: 20px;
  text-align: center;
  color: #707070;
}

#form_modals p.read_txt {
  text-align: center;
  color: #696969;
}

#form_modals p.kome {
  margin-top: 10px;
  font-size: 1.0rem;
  color: #E30000;
}

#form_modals .img_contact {
  max-width: 360px;
  height: auto;
}

a[href^="tel:"] {
  color: #333333;
  pointer-events: none;
}

/*===========================================================
  // Global Shared Components (.mod_call, .logo10th, etc)
===========================================================*/
.mod_call {
  padding: 2em 1em 2.2em;
  background: #fff;
  border-radius: 9px;
  text-align: center;
  line-height: 1;
  color: #111;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #eee;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5rem;
  pointer-events: auto !important;
}

.mod_call a {
  text-decoration: none;
}

.mod_call span {
  display: inline-block;
}

.mod_call .body {
  margin-top: 0.8em;
  display: flex;
  justify-content: center;
}

.mod_call .foot {
  margin-top: 0.1em;
}

.mod_call .title {
  font-weight: 700;
  color: #18185c;
  font-size: 1em;
}

.mod_call .fcmark {
  width: 2.2em;
  height: 100%;
  margin-right: 0.5em;
  transform: translateY(13%);
}

.mod_call .fcmark svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.mod_call .number {
  color: #111;
  font-size: 2.65em;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
}

.mod_call .number span {
  transform: translateY(-10%);
}

.mod_call .callex {
  font-size: 0.7em;
  opacity: 0.6;
  letter-spacing: 0.03em;
}

.mod_call .head+.callex {
  display: block;
  margin-top: 1em;
}

.mod_call.small {
  padding: 1.5em 1em 1.6em;
}

.mod_call.small .fcmark {
  height: 1.8em;
  transform: translateY(17%);
}

.mod_call.small .number {
  font-size: 2.65em;
}

.mod_call.small .callex {
  font-size: 0.7em;
}

.eg-service-cv {
  margin-bottom: 24px;
}

.logo10th {
  text-align: center;
  margin-top: 30px;
}

.logo10th a {
  display: inline-block;
}

.logo10th img {
  width: 110px;
  height: auto;
}

@media (hover: hover) {
  .logo10th a {
    transition: opacity 0.3s ease;
  }

  .logo10th a:hover {
    opacity: 0.6;
  }
}

.newFooter .logo10th,
#cmn_foot .logo10th {
  margin-bottom: 30px;
}

.newFooter #foot_nav li a {
  background: url(/denki/assets/energy/img/arrow_link_circle.svg) right 20px center no-repeat;
  background-size: 20px 20px;
}

#sec_entry.newEntry .entry_box .entry_logo_denki img {
  width: 169px;
  height: auto;
}
#sec_entry.newEntry .entry_box_body {
  padding-top: 0;
}
#sec_entry.newEntry .entry_box .entry_box_header {
  padding-top: 33px;
  padding-bottom: 20px;
  background: transparent;
}
#sec_entry.newEntry .entry_box_link a {
  color: #D23A00;
}

/*===========================================================
  // Desktop (min-width: 769px)
===========================================================*/
@media (min-width: 769px) {
  body {
    min-width: 1200px;
  }

  .spOnly {
    display: none !important;
  }

  .pc_txt_c {
    text-align: center;
  }

  /* Header */
  header#cmn_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px 20px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    z-index: 100;
    background: #fff;
  }

  header#cmn_head.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }

  header#cmn_head #logo,
  header#cmn_head #gnav {
    margin-top: 20px;
  }

  header#cmn_head #logo img {
    width: 169px;
    margin-right: 50px;
  }

  header#cmn_head a {
    color: #000;
    font-weight: bold;
    transition: all 0.3s;
    white-space: nowrap;
  }

  header#cmn_head a:hover {
    opacity: 0.7;
  }

  #gnav ul {
    display: flex;
  }

  #gnav ul li {
    margin-right: 30px;
  }

  #gnav ul li:last-child {
    margin-right: 0;
  }

  #gnav ul .menu_group_child {
    display: none;
    position: absolute;
    z-index: 51;
    padding-top: 10px;
  }

  #gnav ul ul:not(.menu_group_child_sub) {
    display: block;
    border-radius: 10px;
    border: solid 3px #EB5505;
    padding: 10px 30px;
    background: #fff;
    z-index: 10;
    margin-left: -20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }

  #gnav ul ul li {
    display: block;
    padding: 10px 0;
    width: 100%;
    border-bottom: solid 1px #eaeaea;
    margin-right: 0;
  }

  #gnav ul ul li:last-child {
    border-bottom: none;
  }

  #gnav ul ul li a {
    display: block;
    padding-right: 40px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right center no-repeat;
    background-size: 5px auto;
  }

  #gnav ul ul li a[target="_blank"] {
    background: url(/denki/assets/img/common/icon_link_blank.svg) right center no-repeat;
    background-size: 12px auto;
  }

  #gnav ul ul li a span {
    color: #EB5505;
    font-weight: bold;
  }

  #gnav .menu_group_child_sub {
    margin-top: 10px;
  }

  #gnav .menu_group_child_sub li {
    border-top: solid 1px #eaeaea;
  }

  #gnav .menu_group_child_sub li:last-child {
    padding-bottom: 0;
  }

  #gnav .menu_group_child_sub li a {
    padding-left: 20px;
    font-size: 1.4rem;
  }

  #rnav {
    margin-top: 20px;
    margin-left: auto;
  }

  #rnav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #rnav ul li {
    margin-left: 30px;
  }

  #rnav ul li:nth-child(-n+2) {
    margin-left: 20px;
  }

  #rnav ul li a {
    font-weight: 400;
    font-size: 1.4rem;
  }

  #rnav ul .login a {
    color: #EB5505;
    font-weight: bold;
  }

  #rnav ul .cs a {
    display: block;
    padding: 10px 16px;
    border: 1px solid;
    border-radius: 13px;
    background-color: #fff;
  }

  #rnav ul .entry {
    margin-top: -10px;
  }

  #rnav ul .entry a {
    color: #fff;
    width: 195px;
    text-align: center;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(235, 85, 5, 1) 0%, rgba(250, 159, 13, 1) 100%);
  }

  #rnav ul li:last-child .login {
    margin-top: 8px;
    margin-bottom: -5px;
    text-align: center;
  }

  #page_summary #cmn_head,
  #page_under #cmn_head {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
  }

  .header_info .header_info_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 1200px;
    height: 75px;
    background: #eb5505;
    transition: opacity 0.3s ease;
  }

  .header_info .header_info_link:hover {
    opacity: 0.7;
  }

  .header_info span {
    color: #fff;
  }

  .header_info .header_info_date {
    margin-right: 22px;
    padding: 1px 15px;
    border: 1px solid #fff;
    border-radius: 13px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.03em;
  }

  .header_info .header_info_message {
    flex: 1;
    padding: 0 20px 0 180px;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.03em;
  }

  .header_info .header_info_link_text {
    margin-right: 37px;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding-right: 30px;
    background: url(/denki/assets/img/common/arrow_header_uq.svg) right center no-repeat;
  }

  /* Main */
  main a,
  main a img {
    transition: all 0.3s;
  }

  main a:hover,
  main a:hover img {
    opacity: 0.7;
  }

  main {
    background: url(/denki/assets/img/common/bg_dot.svg) center bottom no-repeat;
    background-size: 1660px auto;
    min-width: 1000px;
    display: block;
  }

  :has(#cmn_head) main.is-header-fixed {
    padding-top: 100px;
  }

  main .sec_inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }

  #pankuz_foot,
  #local_nav,
  #sec_notes {
    display: none;
  }

  main #pagetop {
    padding-top: 100px;
    background: url(/denki/assets/img/common/foot_img.svg) center top repeat-x;
    background-size: auto 106px;
    border-bottom: solid 5px #EB5705;
  }

  main .pagetop_inner {
    width: 100%;
    text-align: right;
    background: #F7F7F7;
    padding: 30px 40px 20px;
    box-sizing: border-box;
  }

  main .pagetop_inner a {
    color: #000;
    font-weight: bold;
  }

  main .pagetop_inner img {
    margin-left: 50px;
  }

  #pankuz {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  :has(#inc_navigation) #pankuz {
    padding-top: 20px;
  }

  #pankuz ul {
    display: flex;
  }

  #pankuz ul li {
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: 10px;
    line-height: 1;
  }

  #pankuz ul li::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(/denki/assets/img/common/arrow_b01.svg) right top 6px no-repeat;
    background-size: 6px 11px;
    padding-left: 15px;
  }

  #pankuz ul li:last-child::after {
    content: "";
    padding: 0;
  }

  #pankuz ul li a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333333;
  }

  /* Backgrounds & Components */
  main .circle_type01 {
    min-width: 1000px;
    min-height: 785px;
    background: url(/denki/assets/img/common/bg_symbol.svg) center top no-repeat, url(/denki/assets/img/common/bg_type01.svg) center top no-repeat;
    background-size: cover, cover;
  }

  main .circle_type02 {
    min-width: 1000px;
    min-height: 785px;
    background: url(/denki/assets/img/common/bg_symbol.svg) center top no-repeat, url(/denki/assets/img/common/bg_type02.svg) center top no-repeat;
    background-size: cover, cover;
  }

  main .circle_type03 {
    min-width: 1000px;
    min-height: 785px;
    background: url(/denki/assets/img/common/bg_symbol.svg) center top no-repeat, url(/denki/assets/img/common/bg_type03.svg) center top no-repeat;
    background-size: cover, cover;
  }

  main .btn_type01 a {
    width: 370px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    border: solid 1px #EB5705;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 20px center no-repeat #fff;
    background-size: 6px auto;
  }

  main .btn_type02 a {
    width: 370px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    border: solid 1px #363636;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_w01.svg) right 20px center no-repeat #363636;
    background-size: 6px auto;
  }

  main .btn_type03 a {
    width: 370px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    border: solid 1px #F48513;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_w01.svg) right 20px center no-repeat #F48513;
    background-size: 6px auto;
  }

  main .btn_type04 a {
    width: 370px;
    color: #F48513;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    border: solid 1px #F48513;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 20px center no-repeat #fff;
    background-size: 6px auto;
  }

  .more_text {
    font-size: 1.5rem;
    font-weight: bold;
    width: 130px;
    background: #000;
    color: #fff;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    padding: 0 0 2px;
    text-align: center;
  }

  .more_text::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 5px);
    border-right: solid 8px transparent;
    border-top: solid 8px #000;
    border-left: solid 8px transparent;
    z-index: 2;
  }

  /* Footer */
  footer#cmn_foot {
    min-width: 1000px;
  }

  footer#cmn_foot a {
    color: #000;
  }

  footer#cmn_foot h3 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  footer#cmn_foot #foot_nav {
    max-width: 1700px;
    margin: 0 auto;
  }

  #foot_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px;
    min-width: 1000px;
    box-sizing: border-box;
  }

  #foot_nav .fnav_service {
    width: 48%;
  }

  #foot_nav .box_service,
  #foot_nav .box_info {
    display: flex;
    justify-content: space-between;
  }

  #foot_nav .fnav_support,
  #foot_nav .fnav_news {
    width: 23%;
  }

  #foot_nav .fnav_info {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #000000;
  }

  #foot_nav .fnav_relation {
    margin-top: 40px;
    width: 100%;
  }

  #foot_nav .box_service ul {
    width: 47%;
  }

  #foot_nav .fnav_support ul,
  #foot_nav .fnav_news ul {
    width: 100%;
  }

  #foot_nav .fnav_info ul {
    width: 22.5%;
  }

  #foot_nav .fnav_relation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: none;
  }

  #foot_nav .fnav_relation li {
    border-top: solid 1px #eaeaea;
    width: 22.5%;
  }

  #foot_nav .fnav_relation li:nth-child(n+4) {
    border-top: none;
  }

  #foot_nav ul {
    border-top: solid 1px #eaeaea;
  }

  #foot_nav li>ul {
    border-top: none;
    border-bottom: solid 1px #eaeaea;
    padding-left: 30px;
    width: 100% !important;
    box-sizing: border-box;
  }

  #foot_nav li>ul ul {
    border-bottom: none;
  }

  #foot_nav li a {
    display: block;
    font-size: 1.3rem;
    padding: 15px 15px 15px 0;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 10px center no-repeat #fff;
    background-size: 4px 8px;
    border-bottom: solid 1px #eaeaea;
  }

  #foot_nav li>ul li a {
    border-bottom: dashed 1px #eaeaea;
  }

  #foot_nav li>ul>li:last-child>a:not(:has(+ ul)) {
    border-bottom: none;
  }

  footer#cmn_foot .foot_txt {
    padding: 40px 20px 0;
    box-sizing: border-box;
    background: #f7f7f7;
  }

  footer#cmn_foot .foot_txt p {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: 400;
  }

  footer#cmn_foot .foot_txt a {
    color: #333333;
    text-decoration: underline;
  }

  footer#cmn_foot .foot_txt a:hover {
    text-decoration: none;
  }

  footer#cmn_foot .foot_txt .foot_logout {
    margin-top: 30px;
    text-align: center;
    font-size: 1.5rem;
    text-align: center;
  }

  footer#cmn_foot .foot_txt .foot_logout a {
    text-decoration: underline;
  }

  footer#cmn_foot .foot_txt .foot_logout a:hover {
    text-decoration: none;
  }

  footer#cmn_foot #auFoot {
    background: #f7f7f7;
  }

  footer#cmn_foot>small {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    background: #333333;
    padding: 15px 0;
    letter-spacing: 2px;
  }

  /* Entry */
  #sec_entry {
    position: relative;
    padding-bottom: 90px;
    min-width: 1000px;
    min-height: calc(100vh - 160px);
    background: url(/denki/assets/img/common/bg_glay.svg) center top no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }

  #sec_entry h2 {
    color: #838382;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 20px;
  }

  #sec_entry h2 span {
    color: #EB5705;
  }

  #sec_entry .entry_box {
    width: 910px;
    margin: 0 auto;
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 60px rgba(167, 112, 48, 0.22);
    overflow: hidden;
  }

  #sec_entry .entry_box .entry_logo {
    text-align: center;
  }

  #sec_entry .entry_box .entry_logo_au {
    margin-bottom: 25px;
  }

  #sec_entry .entry_box .entry_logo_au img {
    display: inline-block;
    width: 123px;
    vertical-align: middle;
  }

  #sec_entry .entry_box .entry_logo_au img.logo_uq {
    width: 206px;
    margin: 5px 0 0 20px;
  }

  #page_preconfirm #sec_entry .entry_box .entry_logo_au img.logo_uq {
    display: inline-block;
  }

  #sec_entry .entry_box .entry_logo_uq {
    margin-bottom: 38px;
  }

  #sec_entry .entry_box .entry_logo_uq img {
    width: 206px;
    margin-left: 20px;
  }

  #sec_entry .entry_box .entry_logo_povo {
    margin-bottom: 30px;
  }

  #sec_entry .entry_box .entry_logo_povo img {
    width: 153px;
    image-rendering: -webkit-optimize-contrast;
  }

  #sec_entry .entry_box .entry_lead {
    margin-bottom: 22px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
  }

  #sec_entry .entry_box .entry_lead .preconfirm_only {
    display: none;
  }

  #page_preconfirm #sec_entry .entry_box .entry_lead .preconfirm_only {
    display: inline;
  }

  #sec_entry .entry_box .entry_notes {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.8);
  }

  #sec_entry .entry_box .entry_povo_title {
    margin-bottom: 22px;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
  }

  #sec_entry .entry_uq,
  #sec_entry .entry_povo_old {
    margin-top: 62px;
    padding-top: 48px;
    border-top: 1px dashed #ddd;
  }

  #sec_entry .entry_povo {
    margin-top: 25px;
  }

  #sec_entry .entry_box_body {
    padding: 40px 70px 70px;
  }

  #sec_entry .entry_box .entry_box_header {
    background: #ffffeb;
    text-align: center;
    padding: 40px 0 20px;
  }

  #sec_entry .entry_box .entry_box_header li {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #sec_entry .entry_box .entry_box_header li img {
    width: 27px;
    margin-right: 14px;
    padding-top: 5px;
  }

  #sec_entry .entry_box .entry_box_header li span {
    font-size: 1.4rem;
  }

  #sec_entry .entry_box .select_wrap {
    width: 510px;
    margin: 0 auto;
  }

  #select_wrap_after {
    display: block;
    width: 18px;
    height: 20px;
    margin: 15px auto;
    background: url(/denki/assets/img/common/arrow_entry_au.svg) left top no-repeat;
    background-size: 18px 20px;
    content: '';
  }

  #sec_entry .entry_box select {
    width: 100%;
    display: block;
    font-size: 2.0rem;
    background-color: #FAFAF8;
    border: solid 2px #EDEDED;
    border-radius: 10px;
    padding: 20px;
  }

  #warn-select-area-entry {
    width: 91.3%;
    display: block;
    font-size: 2.0rem;
    background-color: #FAFAF8;
    border: solid 2px #EDEDED;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    height: 1.9rem;
    text-align: center
  }

  #sec_entry .entry_box #other_select {
    margin-top: 15px;
    display: none;
  }

  #sec_entry .entry_box .btn_login_old,
  #sec_entry .entry_box .btn_login,
  #sec_entry .entry_box .btn_uq,
  #sec_entry .entry_box .btn_povo {
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    width: 430px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 200px;
    box-sizing: border-box;
  }

  #sec_entry .entry_box .btn_login_old {
    padding: 15px;
    background: url(/denki/assets/img/entry/icon_arrow.svg) right 32px center no-repeat, linear-gradient(180deg, rgba(235, 85, 5, 1) 0%, rgba(250, 159, 13, 1) 100%);
  }

  #sec_entry .entry_box .btn_login_old span {
    font-size: 1.2rem;
    display: block;
  }

  #sec_entry .entry_box .btn_login {
    padding: 15px;
    background: #D23A00 url(/denki/assets/img/entry/icon_arrow.svg) right 32px center no-repeat;
    border: 1px solid #D23A00;
    box-shadow: 0px 5px 0px #DEDEDE;
    font-size: 2.0rem;
    transition: opacity 0.3s;
  }

  #sec_entry .entry_box .btn_login span {
    font-size: 1.2rem;
    color: #FFE2CE;
    display: block;
  }

  #sec_entry .entry_box .btn_login.disabled {
    background: #dbdbdb !important;
    border: 1px solid #dbdbdb !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: default;
    pointer-events: none;
  }

  #sec_entry .entry_box .btn_login.disabled span {
    color: #fff !important;
  }

  #sec_entry .entry_box .btn_uq {
    padding: 24px 15px;
    background: url(/denki/assets/img/entry/icon_arrow.svg) right 32px center no-repeat, linear-gradient(180deg, #5a59b4 0%, #bf198d 100%);
  }

  #sec_entry .entry_box .btn_povo_old {
    padding: 24px 15px;
    background: url(/denki/assets/img/entry/icon_arrow03.svg) right 32px center no-repeat, linear-gradient(180deg, #fbe248 0%, #f8ed40 100%);
    color: #222;
  }

  #sec_entry .entry_box .btn_povo {
    padding: 15px;
    background: #FFF2DD url(/denki/assets/img/entry/icon_arrow04.svg) right 32px center no-repeat;
    border: 1px solid #FCEBD2;
    box-shadow: 0px 5px 0px #F5EAD9;
    font-size: 2.0rem;
    color: #D23A00;
  }

  #sec_entry .entry_box .btn_povo span {
    font-size: 1.2rem;
    display: block;
  }

  #sec_entry .entry_box .entry_annotation {
    text-align: center;
  }

  #sec_entry .entry_box .entry_annotation a {
    color: #61C6BA;
    text-decoration: underline;
  }

  #inc_entry_type02 #sec_entry {
    min-height: auto;
  }

  #inc_entry_type02 #sec_entry::before {
    background: none;
  }

  #sec_entry .entry_bottom_link {
    width: 910px;
    margin: 36px auto 0;
    padding-right: 8px;
    text-align: right;
  }

  #sec_entry .entry_bottom_link>li+li {
    margin-top: 7px;
  }

  #sec_entry .entry_bottom_link a {
    font-weight: 500;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right center;
  }

  #sec_entry .entry_bottom_link .link_eco a {
    color: #69a83a;
    background-image: url(/denki/assets/img/common/arrow_g01.svg);
  }

  #sec_entry .entry_bottom_link .link_povo a {
    color: #d6a500;
    background-image: url(/denki/assets/img/common/arrow_y01.svg);
  }

  #sec_entry .adjust_note {
    margin-bottom: 70px;
    text-align: center;
  }

  /* newEntry */
  #sec_entry.newEntry .entry_box .entry_logo_denki img {
    width: 169px;
    height: auto;
  }

  #sec_entry.newEntry .entry_box_body {
    padding-top: 0;
  }

  #sec_entry.newEntry .entry_box .entry_box_header {
    padding-top: 50px;
    padding-bottom: 30px;
    background: transparent;
  }

  #sec_entry.newEntry .entry_box_link a {
    color: #D23A00;
  }

  /* newFooter */
  .newFooter #foot_nav li a {
    padding-right: 30px;
    background-position-x: right;
  }

  .newFooter .logo10th,
  #cmn_foot .logo10th {
    margin-bottom: 30px;
    padding-inline: 40px;
    text-align: right;
  }

  /* FAQ & Content Blocks */
  #sec_faq {
    padding-top: 40px;
  }

  #sec_faq h2 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 80px;
  }

  #sec_faq h2 img {
    width: 520px;
    display: block;
    margin: 10px auto 0;
  }

  #sec_faq .box_faq {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  #sec_faq .faq {
    width: calc((100% - 50px) / 3);
    border: solid 4px #FEF0DA;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 25px 30px 0;
    position: relative;
    background: url(/denki/assets/img/common/bg_faq.svg) center center no-repeat #fff;
    background-size: 72px auto;
  }

  #sec_faq .faq a {
    display: block;
    padding: 30px 40px;
  }

  #sec_faq .faq:nth-child(3n) {
    margin-right: 0
  }

  #sec_faq .faq figure {
    position: absolute;
    left: 20px;
    top: -30px;
  }

  #sec_faq .faq p {
    font-weight: bold;
    margin-bottom: 20px;
  }

  #sec_faq .faq .answer {
    color: #EB5505;
    font-weight: bold;
    display: inline;
    padding-right: 20px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right center no-repeat;
    background-size: 6px auto;
    margin-bottom: 0;
  }

  #sec_faq .btn_type01,
  #sec_cs .btn_type01 {
    margin-bottom: 50px;
  }

  #sec_page_ttl {
    width: 690px;
    margin: 0 auto 30px;
    text-align: center;
    background: #FFF1E8;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 20px;
    box-sizing: border-box;
  }

  #sec_page_ttl span {
    color: #ED6206;
  }

  #sec_summary_ttl {
    background: url(/denki/assets/img/top/mv_bg.svg) center top 30px no-repeat;
    background-size: 1660px auto;
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
  }

  #sec_summary_ttl .sec_inner {
    max-width: 1350px;
    width: auto;
  }

  #sec_summary_ttl .main_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }

  #sec_summary_ttl h1 {
    font-weight: bold;
  }

  #sec_summary_ttl h1 span {
    display: block;
  }

  #sec_summary_ttl h1 .txt01 {
    font-size: 3.3rem;
    margin-bottom: 10px;
  }

  #sec_summary_ttl h1 .txt02 {
    color: #EB5505;
    font-weight: 800;
    font-size: 5.3rem;
    letter-spacing: -3px;
  }

  #sec_summary_ttl img {
    width: 690px;
  }

  #sec_summary_ttl .sub_ttl {
    text-align: center;
  }

  #sec_summary_ttl h2 {
    font-size: 4.9rem;
    font-weight: bold;
    letter-spacing: -4px;
    line-height: 1.3;
  }

  #sec_summary_ttl h2 .point_color {
    font-size: 2.6rem;
    letter-spacing: 0;
  }

  #sec_summary_ttl h2 .underline {
    position: relative;
  }

  #sec_summary_ttl h2 .underline::after {
    content: "";
    height: 5px;
    background: #EB5505;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #sec_summary_ttl .other_merit {
    width: 100%;
    position: absolute;
    bottom: -80px;
    left: 0;
    text-align: center;
  }

  #sec_summary_ttl .other_merit p {
    color: #fff;
    font-size: 2.7rem;
    font-weight: bold;
    background: #EB5505;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 40px;
    position: relative;
  }

  #sec_summary_ttl .other_merit p::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: calc(50% - 5px);
    border-right: solid 8px transparent;
    border-bottom: solid 8px #EB5505;
    border-left: solid 8px transparent;
    z-index: 2;
  }

  .summary_box {
    padding: 90px 0 50px;
  }

  .summary_box h3 {
    color: #fff;
    font-weight: bold;
    font-size: 5.5rem;
    letter-spacing: -4px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 60px;
  }

  .summary_box h3 span {
    font-size: 2.8rem;
    letter-spacing: 0;
  }

  .summary_box .column01 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .summary_box .column02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .summary_box .box {
    width: 560px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .summary_box .box h4 {
    width: 100%;
    text-align: center;
    position: absolute;
    margin-top: -15px;
  }

  .summary_box .box h4 span {
    display: inline-block;
    min-width: 320px;
    padding: 0 40px 3px;
    box-sizing: border-box;
    background: #FFE528;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 5px;
  }

  .summary_box .box h4 span:last-child {
    margin-bottom: none;
  }

  .summary_box .box h4 span sup {
    vertical-align: 10px;
    font-size: 1.3rem;
    font-weight: 300;
  }

  .summary_box .box figure {
    border-bottom: solid 1px #efefef;
  }

  .summary_box .box figure img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .summary_box .box p {
    padding: 20px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .summary_arrow {
    padding: 65px 0;
    text-align: center;
  }

  #sec_faq_search {
    margin-bottom: 80px;
  }

  #sec_faq_search h2 {
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 120px;
    text-align: center;
  }

  #sec_faq_search .faq_wrap {
    background: #FEF0DA;
    position: relative;
    padding: 60px 40px 40px;
    box-sizing: border-box;
    margin-bottom: 100px;
    text-align: center;
  }

  #sec_faq_search .faq_wrap:nth-child(6) {
    margin-bottom: 50px;
  }

  #sec_faq_search .faq_wrap.faq_detail .faq_list {
    margin-top: 20px;
  }

  #sec_faq_search .faq_wrap figure {
    width: calc(100% - 80px);
    position: absolute;
    text-align: center;
    margin-top: -100px;
  }

  #sec_faq_search .faq_wrap h3 {
    text-align: center;
    font-size: 3.2rem;
    color: #EB5C0E;
    font-weight: bold;
    margin-bottom: 40px;
  }

  #sec_faq_search .faq_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  #sec_faq_search .faq_list .faq {
    width: 32%;
    text-align: left;
    box-sizing: border-box;
    border-radius: 10px;
    background: url(/denki/assets/img/common/bg_faq.svg) center center no-repeat #fff;
    background-size: 55px auto;
    margin-bottom: 20px;
    margin-right: 2%;
  }

  #sec_faq_search .faq_list .faq:nth-child(3n) {
    margin-right: 0;
  }

  #sec_faq_search .more_link {
    display: inline-block;
    color: #E95404;
    font-weight: bold;
    padding-right: 20px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 8px no-repeat;
    background-size: 6px auto;
  }

  #sec_faq_search .faq_list .faq a {
    display: block;
    padding: 15px;
  }

  #sec_faq_search .faq_list .faq a p:first-child {
    min-height: 70px;
  }

  #sec_faq_search .faq_list .faq a:hover {
    opacity: 0.6;
  }

  #sec_faq_search .faq .more_link {
    display: block;
    text-align: right;
  }

  #sec_faq_search .faq_wrap .faq_more {
    font-weight: bold;
    padding-right: 20px;
    background: url(/denki/assets/img/common/arrow_o06.svg) right top 10px no-repeat;
    background-size: 11px 6px;
    display: inline-block;
    margin: 10px 0 -10px;
  }

  #sec_faq_search .faq_wrap .faq_more.clickBtn_on0 {
    background: url(/denki/assets/img/common/arrow_o02.svg) right top 10px no-repeat;
  }

  #sec_more_now {
    padding: 0 0 50px;
    background: #fff;
    border-top: solid 4px #EB5705;
    margin-bottom: 60px;
  }

  #sec_more_now .sec_inner {
    padding: 0;
  }

  #sec_more_now h2 {
    color: #EB5705;
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1;
    padding: 50px 0 0;
  }

  #sec_more_now ul {
    display: flex;
    justify-content: center;
  }

  #sec_more_now ul li {
    margin: 0 10px;
    max-width: 40%;
    display: flex;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 10px;
  }

  #sec_more_now ul li img {
    width: 100%;
    border-radius: 10px;
  }

  #sec_campaign {
    padding: 50px 0 100px;
    border-top: solid 4px #EB5705;
  }

  #sec_campaign h2 {
    color: #EB5705;
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1;
  }

  #sec_campaign h2 span {
    font-size: 2.3rem;
  }

  #sec_campaign ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  #sec_campaign ul li {
    margin: 0 10px;
    max-width: 30%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
  }

  #sec_campaign ul li img {
    width: 100%;
  }

  #sec_campaign ul li p {
    padding: 15px;
    font-size: 1.4rem;
    color: #EE6807;
    text-decoration: underline;
    line-height: 1.6;
  }

  .sec_cp_banner {
    max-width: 980px;
    margin: 40px auto;
  }

  .sec_cp_banner a img {
    width: 100%;
    height: auto;
  }

  .banner_special {
    text-align: center;
  }

  .banner_special a img {
    width: auto;
    height: auto;
  }

  .banner_special .txt {
    margin-bottom: 3px;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
  }

  .banner_special .txt span {
    display: inline-block;
    position: relative;
    padding: 17px 62px 18px;
    letter-spacing: -0.02em;
  }

  .banner_special .txt span::before,
  .banner_special .txt span::after {
    display: block;
    position: absolute;
    top: 0;
    width: 53px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: '';
  }

  .banner_special .txt span::before {
    left: 0;
    background-image: url(/denki/assets/img/common/icon_lightning_left.svg);
  }

  .banner_special .txt span::after {
    right: 0;
    background-image: url(/denki/assets/img/common/icon_lightning_right.svg);
  }

  .banner_special img {
    border-radius: 10px;
  }

  .mod_step2 {
    text-align: center;
    margin: 1rem auto;
    background: #fff;
    color: #000;
    padding: 1.5rem 0.6rem 1.3rem;
    border-radius: 2px;
    max-width: 780px;
  }

  .mod_step2 i {
    font-style: normal;
  }

  .mod_step2 .otherdenki,
  .mod_step2 .ecoplan {
    display: none;
  }

  .mod_step2 .ttl {
    font-weight: 600;
    margin-bottom: 0.8em;
    text-decoration: none !important;
    line-height: 1.3;
  }

  .mod_step2 .elm {
    padding: 1rem 0.7rem 0.7em;
    text-align: left;
    border: 2px solid #e00;
    border-radius: 5px;
    font-size: 13px;
    text-align: center !important;
    background: #fff;
  }

  .mod_step2 .elm a {
    color: #d00 !important;
    text-decoration: underline !important;
  }

  .mod_step2 p {
    font-size: 110% !important;
    margin-top: 0 !important;
    margin-bottom: .5em !important;
    line-height: 1.3;
    font-weight: 500;
    text-align: center !important;
  }

  .mod_step2 p span {
    background: #e00;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 0.6em;
    text-align: center;
    border-radius: 3px;
    text-decoration: none !important;
  }

  #cvArea .mod_step2 {
    margin: 1rem -1.3rem;
  }

  .mod_step2 .ttl br,
  .mod_step2 p br {
    display: none
  }
}

@media screen and (min-width: 769px) and (max-width: 1518px) {
  :has(#cmn_head) main.is-header-fixed {
    padding-top: 140px;
  }
}

/*===========================================================
  // Mobile (max-width: 768px)
===========================================================*/
@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }

  body img {
    width: 100%;
  }

  /* Header */
  header#cmn_head {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    height: 60px;
  }

  header#cmn_head.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
  }

  #gnav {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    border: solid 6px #EB5505;
    box-sizing: border-box;
    display: none;
    padding-bottom: 20px;
    overflow-y: auto;
  }

  header#cmn_head #logo {
    font-size: 0;
    line-height: 0;
  }

  header#cmn_head #logo img {
    width: 130px;
  }

  #gnav ul li {
    border-top: solid 1px #fff;
  }

  #gnav ul li a {
    display: block;
    padding: 15px;
    font-weight: bold;
    color: #000;
    background: url(/denki/assets/img/common/arrow_b01.svg) right 20px center no-repeat #F8F7F3;
    background-size: 5px auto;
  }

  #gnav ul ul {
    padding: 0 20px;
  }

  #gnav ul ul li {
    display: block;
    width: 100%;
    border-bottom: solid 1px #eaeaea;
    margin-right: 0;
  }

  #gnav ul ul li:last-child {
    border-bottom: none;
  }

  #gnav ul ul li a {
    font-weight: normal;
    padding-left: 20px;
    background: url(/denki/assets/img/common/arrow_b01.svg) right center no-repeat;
    background-size: 5px auto;
  }

  #gnav ul ul li a[target="_blank"] {
    background: url(/denki/assets/img/common/icon_link_blank.svg) right center no-repeat;
    background-size: 12px auto;
  }

  #gnav ul ul li a span {
    color: #EB5505;
    font-weight: bold;
  }

  #gnav .menu_group_child_sub {
    padding: 0;
  }

  #gnav .menu_group_child_sub li {
    border-top: solid 1px #eaeaea;
  }

  #gnav .menu_group_child_sub li:last-child {
    padding-bottom: 0;
  }

  #gnav .menu_group_child_sub li a {
    padding-left: 40px;
    font-size: 1.4rem;
  }

  #gnav .btn_contractor a {
    max-width: 300px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 20px auto 0;
    padding: 15px 10px;
    border: solid 1px #EB5705;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 20px center no-repeat #fff;
    background-size: 6px auto;
  }

  #gnav .btn_contractor.entry a {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 10px auto 0;
    padding: 15px 10px;
    border: none;
    border-radius: 35px;
    background: linear-gradient(180deg, rgba(235, 85, 5, 1) 0%, rgba(250, 159, 13, 1) 100%);
  }

  #gnav .login {
    margin: 15px 0 5px;
    text-align: center;
  }

  #gnav .login a {
    color: #EB5505;
    font-weight: bold;
  }

  #gnav .banner {
    padding: 10px 10px 0;
  }

  #gnav .banner_special {
    padding: 16px;
  }

  #rnav {
    margin-left: auto;
  }

  #rnav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #rnav ul li {
    margin-left: 10px;
  }

  #rnav ul .login a {
    font-size: 1.3rem;
    line-height: 1.2;
    display: block;
    text-align: center;
    font-weight: bold;
  }

  #rnav ul .cs a {
    padding: 4px 10px 3px;
    border: 1px solid;
    border-radius: 9px;
    background-color: #fff;
  }

  #rnav ul .entry a {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(235, 85, 5, 1) 0%, rgba(250, 159, 13, 1) 100%);
  }

  .header_info .header_info_link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 7px 15px;
    background: #eb5505;
  }

  .header_info .header_info_link span {
    color: #fff;
  }

  .header_info .header_info_date {
    order: 1;
    padding: 1px 15px;
    border: 1px solid #fff;
    border-radius: 11px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.03em;
  }

  .header_info .header_info_message {
    margin-bottom: 4px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }

  .header_info .header_info_link_text {
    order: 2;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding-right: 25px;
    margin-left: auto;
    background: url(/denki/assets/img/common/arrow_header_uq.svg) right center no-repeat;
  }

  header#cmn_head #spMenu {
    margin-right: 10px;
  }

  header#cmn_head #spMenu .menu-trigger,
  header#cmn_head #spMenu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  header#cmn_head #spMenu .menu-trigger {
    position: relative;
    width: 25px;
    height: 24px;
  }

  header#cmn_head #spMenu .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
  }

  header#cmn_head #spMenu .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }

  header#cmn_head #spMenu .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }

  header#cmn_head #spMenu .menu-trigger span:nth-of-type(3) {
    bottom: 1px;
  }

  header#cmn_head #spMenu .menu-trigger.active span {
    height: 2px;
    background-color: #EB5505;
  }

  header#cmn_head .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-315deg);
  }

  header#cmn_head .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  header#cmn_head .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg);
  }

  #page_under #cmn_head {
    border-bottom: solid 1px #e5e5e5;
  }

  /* Main */
  main {
    display: block;
  }

  :has(#cmn_head) main.is-header-fixed {
    padding-top: 60px;
  }

  main .sec_inner {
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #pankuz {
    display: none;
  }

  #pankuz_foot {
    width: 100%;
    margin-top: 1px;
    padding: 15px 15px 10px;
    box-sizing: border-box;
    background: #F7F7F7;
  }

  #pankuz_foot ul {
    display: flex;
    flex-wrap: wrap;
  }

  #pankuz_foot ul li {
    font-size: 1.0rem;
    font-weight: 500;
    margin-right: 5px;
    line-height: 1;
    margin-bottom: 5px;
  }

  #pankuz_foot ul li::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(/denki/assets/img/common/arrow_b01.svg) right top 5px no-repeat;
    background-size: 4px auto;
    padding-left: 10px;
  }

  #pankuz_foot ul li:last-child::after {
    content: "";
    padding: 0;
  }

  #pankuz_foot ul li a {
    font-size: 1.0rem;
    font-weight: 500;
    color: #333333;
  }

  main #pagetop {
    padding-top: 50px;
    position: relative;
  }

  main #pagetop::before {
    content: "";
    width: 16px;
    height: 21px;
    background: url(/denki/assets/img/common/pagetop.svg) center top no-repeat;
    background-size: 16px auto;
    position: absolute;
    top: 35px;
    left: calc(50% - 8px);
  }

  main .pagetop_inner {
    width: 100%;
    text-align: center;
    background: #F7F7F7;
    box-sizing: border-box;
  }

  main .pagetop_inner a {
    color: #000;
    display: block;
    font-weight: bold;
    padding: 15px 0;
  }

  main .pagetop_inner img {
    display: none;
  }

  #local_nav {
    position: relative;
    margin-bottom: 20px;
    display: none;
  }

  #local_nav .current {
    padding: 15px 20px;
    background: url(/denki/assets/img/common/arrow_b02.svg) right 15px center no-repeat #F2F2F2;
    background-size: 10px auto;
  }

  #local_nav .current.clickBtn_on1 {
    background: url(/denki/assets/img/common/arrow_o02.svg) right 15px center no-repeat #F2F2F2;
    background-size: 10px auto;
  }

  #local_nav .nav_list {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    border: solid 3px #EB5505;
    position: absolute;
    display: none;
  }

  #local_nav .nav_list li a {
    color: #000;
    font-size: 1.4rem;
    display: block;
    padding: 15px 17px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 15px center no-repeat #fff;
    background-size: 5px auto;
    border-bottom: solid 1px #eee;
  }

  #local_nav .nav_list li:last-child a {
    border: none;
  }

  /* Backgrounds & Components */
  main .circle_type01 {
    position: relative;
    background: url(/denki/assets/img/common/bg_type01_sp_t.png) center top no-repeat, url(/denki/assets/img/common/bg_type01_sp_b.png) center bottom no-repeat, #FFAB0D;
    background-size: 100% auto, 100% auto, 100% auto;
  }

  main .circle_type02 {
    position: relative;
    background: url(/denki/assets/img/common/bg_type02_sp_t.png) center top no-repeat, url(/denki/assets/img/common/bg_type02_sp_b.png) center bottom no-repeat, #F4810A;
    background-size: 100% auto, 100% auto, 100% auto;
  }

  main .circle_type03 {
    position: relative;
    background: url(/denki/assets/img/common/bg_type03_sp_t.png) center top no-repeat, url(/denki/assets/img/common/bg_type03_sp_b.png) center bottom no-repeat, #EB5705;
    background-size: 100% auto, 100% auto, 100% auto;
  }

  main .circle_type01::before,
  main .circle_type02::before,
  main .circle_type03::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 2px);
    border-top: solid 1px #fff;
    border-bottom: solid 2px #fff;
    z-index: -1;
  }

  main .summary_box .btn_type01 {
    position: relative;
    z-index: 1;
  }

  main .btn_type01 a {
    width: 100%;
    max-width: 370px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 15px 20px;
    border: solid 1px #EB5705;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 15px center no-repeat #fff;
    background-size: 6px auto;
  }

  main .btn_type02 a {
    width: 100%;
    color: #fff;
    max-width: 370px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 15px 10px;
    border: solid 1px #363636;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_w01.svg) right 15px center no-repeat #363636;
    background-size: 6px auto;
  }

  main .btn_type03 a {
    width: 100%;
    color: #fff;
    max-width: 370px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 15px 10px;
    border: solid 1px #F48513;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_w01.svg) right 20px center no-repeat #F48513;
    background-size: 6px auto;
  }

  main .btn_type04 a {
    width: 100%;
    color: #F48513;
    max-width: 370px;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 15px 10px;
    border: solid 1px #F48513;
    border-radius: 35px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 20px center no-repeat #fff;
    background-size: 6px auto;
  }

  .more_text {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: 130px;
    background: #000;
    color: #fff;
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
    padding: 0 0 2px;
  }

  .more_text::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 5px);
    border-right: solid 8px transparent;
    border-top: solid 8px #000;
    border-left: solid 8px transparent;
    z-index: 2;
  }

  /* Footer */
  footer#cmn_foot {
    border-top: solid 3px #EB5705;
  }

  footer#cmn_foot a {
    color: #000;
  }

  footer#cmn_foot h3 {
    padding: 15px 20px;
    border-bottom: solid 1px #f7f7f7;
    background: url(/denki/assets/img/common/icon_plus.svg) right 20px center no-repeat;
    background-size: 10px auto;
  }

  footer#cmn_foot h3.clickBtn_on0 {
    background: url(/denki/assets/img/common/icon_minus.svg) right 20px center no-repeat;
    background-size: 10px auto;
  }

  #foot_nav ul {
    background: #fbfbfb;
  }

  #foot_nav li>ul {
    border-top: none;
    border-bottom: solid 1px #eaeaea;
    padding-left: 30px;
    width: 100% !important;
    box-sizing: border-box;
  }

  #foot_nav li>ul ul {
    border-bottom: none;
  }

  #foot_nav div ul:nth-child(1) {
    border-top: solid 1px #eaeaea;
  }

  #foot_nav li a {
    display: block;
    padding: 10px 30px 10px 30px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 23px center no-repeat;
    background-size: 4px auto;
    border-bottom: solid 1px #eaeaea;
  }

  #foot_nav li>ul li a {
    border-bottom: dashed 1px #eaeaea;
  }

  #foot_nav li>ul li:last-child a {
    border-bottom: none;
  }

  footer#cmn_foot .foot_txt {
    background: #f7f7f7;
    padding: 20px 15px 0;
  }

  footer#cmn_foot .foot_txt p {
    font-size: 1.1rem;
    line-height: 1.8;
  }

  footer#cmn_foot .foot_txt a {
    color: #333333;
    text-decoration: underline;
  }

  footer#cmn_foot .foot_txt .foot_logout {
    margin: 20px 0 5px;
    text-align: center;
    font-size: 1.4rem;
  }

  footer#cmn_foot .foot_txt .foot_logout a {
    text-decoration: underline;
  }

  footer#cmn_foot .foot_txt .foot_logout a:hover {
    text-decoration: none;
  }

  footer#cmn_foot #auFoot {
    background: #f7f7f7;
  }

  footer#cmn_foot>small {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    background: #333333;
    padding: 15px 0;
    letter-spacing: 1px;
  }

  /* Entry */
  #sec_entry {
    margin-bottom: 50px;
    padding: 0 18px 35px;
    position: relative;
    background: url(/denki/assets/img/common/bg_glay_sp.svg) center top no-repeat;
    background-size: 100% auto;
  }

  #sec_entry h2 {
    color: #676767;
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 70px 10px 0 0;
    margin-bottom: 10px;
  }

  #sec_entry h2 span {
    color: #EB5705;
  }

  #sec_entry .entry_box {
    border-radius: 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 60px rgba(167, 112, 48, 0.22);
    overflow: hidden;
  }

  #sec_entry .entry_box .entry_logo {
    text-align: center;
  }

  #sec_entry .entry_box .entry_logo_au {
    margin-bottom: 20px;
  }

  #sec_entry .entry_box .entry_logo_au img {
    display: inline-block;
    width: 84px;
    vertical-align: middle;
  }

  #sec_entry .entry_box .entry_logo_au img.logo_uq {
    width: 148px;
    margin: 5px 0 0 10px;
  }

  #page_preconfirm #sec_entry .entry_box .entry_logo_au img.logo_uq {
    display: inline-block;
  }

  #sec_entry .entry_box .entry_logo_uq {
    margin-bottom: 26px;
  }

  #sec_entry .entry_box .entry_logo_uq img {
    width: 148px;
  }

  #sec_entry .entry_box .entry_logo_povo {
    margin-bottom: 20px;
  }

  #sec_entry .entry_box .entry_logo_povo img {
    width: 119px;
  }

  #sec_entry .entry_box .entry_lead {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
  }

  #sec_entry .entry_box .entry_lead .preconfirm_only {
    display: none;
  }

  #page_preconfirm #sec_entry .entry_box .entry_lead .preconfirm_only {
    display: inline;
  }

  #sec_entry .entry_box .entry_notes {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.8);
  }

  #sec_entry .entry_box .entry_povo_title {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
  }

  #sec_entry .entry_uq,
  #sec_entry .entry_povo_old {
    margin-top: 35px;
    padding-top: 37px;
    border-top: 1px dashed #ddd;
  }

  #sec_entry .entry_povo {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px dashed #ddd;
  }

  #sec_entry .entry_box_body {
    padding: 33px 15px 35px;
  }

  #sec_entry .entry_box .entry_box_header {
    background: #ffffeb;
    text-align: center;
    padding: 20px 0 5px;
  }

  #sec_entry .entry_box .entry_box_header li {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #sec_entry .entry_box .entry_box_header li img {
    width: 18px;
    margin-right: 3px;
    padding-top: 2px;
  }

  #sec_entry .entry_box .entry_box_header li span {
    font-size: 0.9rem;
  }

  #sec_entry .entry_box .select_wrap {
    max-width: 335px;
    margin: 0 auto;
  }

  #select_wrap_after {
    display: block;
    width: 18px;
    height: 20px;
    margin: 10px auto;
    background: url(/denki/assets/img/common/arrow_entry_au.svg) left top no-repeat;
    background-size: 18px 20px;
    content: '';
  }

  #sec_entry .entry_box select {
    width: 100%;
    font-size: 1.4rem;
    background: #FAFAF8;
    border: solid 2px #EDEDED;
    border-radius: 10px;
    padding: 20px;
  }

  #warn-select-area-entry {
    width: 87%;
    display: block;
    font-size: 1.4rem;
    background-color: #FAFAF8;
    border: solid 2px #EDEDED;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    height: 1.4rem;
    text-align: center
  }

  #sec_entry .entry_box #other_select {
    margin-top: 10px;
    display: none;
  }

  #sec_entry .entry_box .btn_login_old,
  #sec_entry .entry_box .btn_login,
  #sec_entry .entry_box .btn_uq,
  #sec_entry .entry_box .btn_povo {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    max-width: 335px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 200px;
    box-sizing: border-box;
  }

  #sec_entry .entry_box .btn_login_old {
    padding: 14px;
    background: url(/denki/assets/img/entry/icon_arrow.svg) right 28px center no-repeat, linear-gradient(180deg, rgba(235, 85, 5, 1) 0%, rgba(250, 159, 13, 1) 100%);
  }

  #sec_entry .entry_box .btn_login_old span {
    font-size: 1.2rem;
    display: block;
  }

  #sec_entry .entry_box .btn_login {
    padding: 14px;
    background: #D23A00 url(/denki/assets/img/entry/icon_arrow.svg) right 28px center no-repeat;
    border: 1px solid #D23A00;
    box-shadow: 0px 5px 0px #DEDEDE;
    font-size: 1.6rem;
  }

  #sec_entry .entry_box .btn_login span {
    font-size: 1.2rem;
    color: #FFE2CE;
    display: block;
  }

  #sec_entry .entry_box .btn_uq {
    padding: 22px 14px;
    background: url(/denki/assets/img/entry/icon_arrow03.svg) right 28px center no-repeat, linear-gradient(180deg, #5a59b4 0%, #bf198d 100%);
  }

  #sec_entry .entry_box .btn_povo_old {
    padding: 22px 14px;
    background: url(/denki/assets/img/entry/icon_arrow03.svg) right 28px center no-repeat, linear-gradient(180deg, #fbe248 0%, #f8ed40 100%);
    color: #222;
  }

  #sec_entry .entry_box .btn_povo {
    padding: 14px;
    background: #FFF2DD url(/denki/assets/img/entry/icon_arrow04.svg) right 28px center no-repeat;
    border: 1px solid #FCEBD2;
    box-shadow: 0px 5px 0px #F5EAD9;
    font-size: 1.6rem;
    color: #D23A00;
  }

  #sec_entry .entry_box .btn_povo span {
    font-size: 1.2rem;
    display: block;
  }

  #sec_entry .entry_box .entry_annotation {
    text-align: center;
  }

  #sec_entry .entry_box .entry_annotation a {
    color: #61C6BA;
    text-decoration: underline;
  }

  #inc_entry_type02 #sec_entry::before {
    background: none;
  }

  #inc_entry_type02 #sec_entry #sec_more_now {
    background: #fff;
    padding: 0 0 30px;
    margin-bottom: 0;
  }

  #inc_entry_type02 #sec_entry #sec_more_now h2 {
    padding-top: 30px;
  }

  #sec_entry .entry_bottom_link {
    margin: 25px auto 0;
    text-align: center;
  }

  #sec_entry .entry_bottom_link>li+li {
    margin-top: 7px;
  }

  #sec_entry .entry_bottom_link a {
    font-weight: 500;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right center;
  }

  #sec_entry .entry_bottom_link .link_eco a {
    color: #69a83a;
    background-image: url(/denki/assets/img/common/arrow_g01.svg);
  }

  #sec_entry .entry_bottom_link .link_povo a {
    color: #d6a500;
    background-image: url(/denki/assets/img/common/arrow_y01.svg);
  }

  #sec_entry .adjust_note {
    margin-bottom: 50px;
    font-size: 1.4rem;
    text-align: center;
  }

  /* FAQ & Content Blocks */
  #sec_faq h2 {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
  }

  #sec_faq h2 img {
    height: 60px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 10px auto 0;
  }

  #sec_faq .box_faq {
    padding-bottom: 20px;
  }

  #sec_faq .faq {
    width: 100%;
    border: solid 4px #FEF0DA;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    position: relative;
    background: url(/denki/assets/img/common/bg_faq.svg) center center no-repeat #fff;
    background-size: 72px auto;
  }

  #sec_faq .faq a {
    display: block;
    padding: 30px;
  }

  #sec_faq .faq figure {
    position: absolute;
    left: 20px;
    top: -30px;
  }

  #sec_faq .faq p {
    font-weight: bold;
    margin-bottom: 10px;
  }

  #sec_faq .faq .answer {
    color: #EB5505;
    font-weight: bold;
    padding-right: 20px;
    display: inline;
    background: url(/denki/assets/img/common/arrow_o01.svg) right center no-repeat #fff;
    background-size: 6px auto;
    margin-bottom: 0;
  }

  #sec_faq .btn_type01,
  #sec_cs .btn_type01 {
    margin-bottom: 40px;
  }

  #sec_notes {
    padding: 20px 0 0;
    border-top: solid 4px #333333;
  }

  #sec_notes h2 {
    font-weight: bold;
    margin-bottom: 20px;
  }

  #sec_notes h3 {
    font-weight: bold;
    margin: 20px 0;
    padding-top: 20px;
    border-top: solid 1px #707070;
  }

  #sec_notes li {
    font-size: 1.1rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
  }

  #sec_notes li::before {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 1.1rem;
  }

  #sec_notes .notes_ul01 li::before {
    content: "※";
  }

  #sec_notes .notes_ul02 li::before {
    content: "・";
  }

  #sec_notes .notes_ul03 {
    padding: 5px 0 0;
    border-top: solid 1px #f2f2f2;
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: 10px;
  }

  #sec_notes .notes_ul03 li {
    color: #a8a8a8;
    padding-left: 25px;
  }

  #sec_notes .notes_ul03 li:nth-child(1)::before {
    content: "注1";
    top: 2px;
    font-size: 1.0rem;
  }

  #sec_notes .notes_ul03 li:nth-child(2)::before {
    content: "注2";
    top: 2px;
    font-size: 1.0rem;
  }

  #sec_page_ttl {
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    background: #FFF1E8;
    font-size: 2.0rem;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
  }

  #sec_page_ttl span {
    color: #ED6206;
  }

  #sec_summary_ttl {
    margin-bottom: 30px;
  }

  #sec_summary_ttl .sec_inner {
    padding: 0;
  }

  #sec_summary_ttl .main_ttl {
    text-align: center;
    padding: 0 10px;
    background: url(/denki/assets/img/common/bg_sp_summary.png) center bottom 40px no-repeat;
    background-size: 200% auto;
  }

  #sec_summary_ttl h1 {
    font-weight: 500;
  }

  #sec_summary_ttl h1 span {
    display: block;
  }

  #sec_summary_ttl h1 .txt01 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }

  #sec_summary_ttl h1 .txt02 {
    color: #EB5505;
    font-size: 3.2rem;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 10px;
  }

  #sec_summary_ttl .sub_ttl {
    text-align: center;
    position: relative;
  }

  #sec_summary_ttl h2 {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: -4px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  #sec_summary_ttl h2 .point_color {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  #sec_summary_ttl h2 .underline {
    position: relative;
  }

  #sec_summary_ttl h2 .underline::after {
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: solid 5px #EB5505;
    position: absolute;
  }

  #sec_summary_ttl .other_merit {
    width: 100%;
    text-align: center;
  }

  #sec_summary_ttl .other_merit p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background: #EB5505;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
  }

  #sec_summary_ttl .other_merit p::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: calc(50% - 5px);
    border-right: solid 8px transparent;
    border-bottom: solid 8px #EB5505;
    border-left: solid 8px transparent;
    z-index: 2;
  }

  .summary_box {
    padding: 30px 0 30px;
  }

  .summary_box h3 {
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    letter-spacing: -2px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
  }

  .summary_box h3 span {
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .summary_box .column01,
  .summary_box .column02 {
    margin-bottom: 20px;
  }

  .summary_box .box {
    border-radius: 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
  }

  .summary_box .box h4 {
    width: 100%;
    text-align: center;
    position: relative;
    top: -15px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: -30px;
  }

  .summary_box .box h4 span {
    display: inline-block;
    padding: 0 20px 3px;
    box-sizing: border-box;
    background: #FFE528;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: solid 2px #fff;
    border-radius: 5px;
  }

  .summary_box .box h4 span:last-child {
    border-bottom: none;
  }

  .summary_box .box figure {
    border-bottom: solid 1px #efefef;
  }

  .summary_box .box figure img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .summary_box .box p {
    padding: 20px;
  }

  .summary_arrow {
    padding: 30px 0;
    text-align: center;
  }

  .summary_arrow img {
    width: 78px;
  }

  #sec_faq_search .sec_inner {
    padding: 0;
  }

  #sec_faq_search h2 {
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 60px;
    text-align: center;
  }

  #sec_faq_search .faq_wrap {
    background: #FEF0DA;
    position: relative;
    padding: 60px 20px 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
    text-align: center;
  }

  #sec_faq_search .faq_wrap.faq_detail {
    margin-bottom: 0;
  }

  #sec_faq_search .faq_wrap.faq_detail .faq_list {
    margin-top: 20px;
  }

  #sec_faq_search .faq_wrap:nth-child(6) {
    margin-bottom: 50px;
  }

  #sec_faq_search .faq_wrap figure {
    width: calc(100% - 40px);
    position: absolute;
    text-align: center;
    margin-top: -100px;
  }

  #sec_faq_search .faq_wrap figure img {
    width: 90px;
  }

  #sec_faq_search .faq_wrap h3 {
    text-align: center;
    font-size: 2.0rem;
    color: #EB5C0E;
    font-weight: bold;
    margin-bottom: 25px;
  }

  #sec_faq_search .faq_list {
    margin-bottom: 20px;
  }

  #sec_faq_search .faq_list .faq {
    box-sizing: border-box;
    border-radius: 10px;
    background: url(/denki/assets/img/common/bg_faq.svg) center center no-repeat #fff;
    background-size: 55px auto;
    margin-bottom: 20px;
    text-align: left;
  }

  #sec_faq_search .faq_list .faq a p:first-child {
    min-height: 4em;
  }

  #sec_faq_search .faq a {
    display: block;
    padding: 15px;
  }

  #sec_faq_search .more_link {
    font-weight: bold;
    display: inline;
    color: #E95404;
    padding-right: 20px;
    background: url(/denki/assets/img/common/arrow_o01.svg) right 8px no-repeat;
    background-size: 6px auto;
  }

  #sec_faq_search .faq .more_link,
  #sec_faq_search .faq_list .more_link {
    display: block;
    text-align: right;
  }

  #sec_faq_search .btn_type01 {
    margin: 0 20px 45px;
  }

  #sec_faq_search .faq_wrap .faq_more {
    font-weight: bold;
    padding-right: 20px;
    background: url(/denki/assets/img/common/arrow_o06.svg) right top 10px no-repeat;
    background-size: 11px 6px;
  }

  #sec_faq_search .faq_wrap .faq_more.clickBtn_on0 {
    background: url(/denki/assets/img/common/arrow_o02.svg) right top 10px no-repeat;
  }

  #sec_more_now {
    padding: 25px 0;
    border-top: solid 4px #EB5705;
  }

  #sec_more_now .sec_inner {
    padding: 0;
  }

  #sec_more_now h2 {
    color: #EB5705;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1;
  }

  #sec_more_now ul li {
    margin-bottom: 10px;
  }

  #sec_campaign {
    padding: 25px 0;
    border-top: solid 4px #EB5705;
  }

  #sec_campaign h2 {
    color: #EB5705;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.2;
  }

  #sec_campaign h2 span {
    font-size: 1.6rem;
  }

  #sec_campaign ul li {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
  }

  #sec_campaign ul li img {
    width: 100%;
  }

  #sec_campaign ul li p {
    padding: 15px;
    font-size: 1.4rem;
    color: #EE6807;
    text-decoration: underline;
    line-height: 1.6;
  }

  .sec_cp_banner {
    margin: 20px auto;
  }

  .sec_cp_banner a img,
  .banner_special a img {
    width: 100%;
    height: auto;
  }

  .banner_special .txt {
    margin-bottom: 3px;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
  }

  .banner_special .txt span {
    display: inline-block;
    position: relative;
    padding: 11px 38px 12px;
    letter-spacing: -0.02em;
  }

  .banner_special .txt span::before,
  .banner_special .txt span::after {
    display: block;
    position: absolute;
    top: 0;
    width: 38px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: '';
  }

  .banner_special .txt span::before {
    left: 0;
    background-image: url(/denki/assets/img/common/icon_lightning_left.svg);
  }

  .banner_special .txt span::after {
    right: 0;
    background-image: url(/denki/assets/img/common/icon_lightning_right.svg);
  }

  .banner_special img {
    border-radius: 10px;
  }

  .mod_step2 {
    text-align: center;
    margin: 1rem auto;
    background: #fff;
    color: #000;
    padding: 1.5rem 0.6rem 1.3rem;
    border-radius: 2px;
  }

  .mod_step2 i {
    font-style: normal;
  }

  .mod_step2 .otherdenki,
  .mod_step2 .ecoplan {
    display: none;
  }

  .mod_step2 .ttl {
    font-weight: 600;
    margin-bottom: 0.8em;
    text-decoration: none !important;
    line-height: 1.3;
  }

  .mod_step2 .elm {
    padding: 1rem 0.7rem 0.7em;
    text-align: left;
    border: 2px solid #e00;
    border-radius: 5px;
    font-size: 13px;
    text-align: center !important;
    background: #fff;
  }

  .mod_step2 .elm a {
    color: #d00 !important;
    text-decoration: underline !important;
  }

  .mod_step2 p {
    font-size: 110% !important;
    margin-top: 0 !important;
    margin-bottom: .5em !important;
    line-height: 1.3;
    font-weight: 500;
    text-align: center !important;
  }

  .mod_step2 p span {
    background: #e00;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 0.6em;
    text-align: center;
    border-radius: 3px;
    text-decoration: none !important;
  }

  #cvArea .mod_step2 {
    margin: 1rem -1.3rem;
  }

  .mod_call {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .mod_call .fcmark {
    width: 9vw;
  }

  .mod_call .number {
    font-size: 10vw;
  }

  .mod_call .callex {
    font-size: 3vw;
  }

  .mod_call.small .fcmark {
    width: 7vw;
  }

  .mod_call.small .number {
    font-size: 8vw;
  }

  .mod_call.small .callex {
    font-size: 2.5vw;
  }

  .eg-service-cv {
    margin-bottom: 16px;
  }

  footer#cmn_foot.newFooter h3 {
    position: relative;
    padding: 20px 50px 20px 20px;
    border-bottom: none;
    background: none;
    line-height: 1.429;
    font-size: 1.4rem;
    font-weight: 500;
  }

  footer#cmn_foot.newFooter h3.clickBtn_on0 {
    background: #E6E6E6;
  }

  footer#cmn_foot.newFooter h3::before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(/denki/assets/energy/img/arrow_accordion.svg) center no-repeat;
    background-size: 20px 20px;
    transform: translateY(-50%);
  }

  footer#cmn_foot.newFooter h3.clickBtn_on0::before {
    transform: translateY(-50%) rotate(180deg);
  }

  .newFooter #foot_nav ul {
    background: transparent;
  }

  .newFooter #foot_nav>* {
    border-bottom: 1px solid #E5E5E5;
  }

  .newFooter #foot_nav li a {
    padding: 22px 30px;
    border-bottom: none;
    line-height: 1.667;
    font-size: 1.2rem;
  }

  .newFooter #foot_nav li>ul {
    padding-left: 40px;
    padding-right: 20px;
  }

  .newFooter #foot_nav li>ul>li:where(:not(:last-child)) {
    border-bottom: 1px dashed #D2D2D2;
  }

  .newFooter #foot_nav li>ul a {
    padding: 20px 50px 20px 0;
    background-position-x: right;
  }

  .newFooter #foot_nav .fnav_detail>ul>li>a {
    border-bottom: 1px solid #D2D2D2;
  }

  .newFooter #foot_nav .fnav_detail>ul:last-child>li:last-child>a:last-child {
    border-bottom: none;
  }

  .newFooter #foot_nav li>ul>li ul li {
    border-bottom: none;
  }

  .newFooter #foot_nav li>ul>li>a:has(+ ul) {
    padding-bottom: 10px;
  }

  .newFooter #foot_nav li>ul>li ul {
    padding: 0 0 10px 10px;
  }

  .newFooter #foot_nav li>ul>li ul li a {
    padding-block: 10px;
  }
}

/*===========================================================
  // Smaller Mobile Devices
===========================================================*/
@media screen and (max-width: 370px) {
  #gnav {
    padding-bottom: 60px;
  }

  header#cmn_head #logo img {
    width: 100px;
  }

  #rnav ul li.login a {
    font-size: 1.1rem;
  }

  #rnav ul li.entry a {
    font-size: 1.3rem;
    padding: 5px;
  }

  #sec_entry .entry_box .btn_login,
  #sec_entry .entry_box .btn_uq,
  #sec_entry .entry_box .btn_povo_old,
  #sec_entry .entry_box .btn_povo {
    padding-left: 0;
  }
}

@media screen and (max-width: 350px) {
  #sec_entry .entry_box .btn_login {
    background: #D23A00 url(/denki/assets/img/entry/icon_arrow.svg) right 15px center no-repeat;
  }

  #sec_entry .entry_box .btn_uq {
    background: url(/denki/assets/img/entry/icon_arrow03.svg) right 15px center no-repeat, linear-gradient(180deg, #5a59b4 0%, #bf198d 100%);
  }

  #sec_entry .entry_box .btn_povo_old {
    background: url(/denki/assets/img/entry/icon_arrow03.svg) right 15px center no-repeat, linear-gradient(180deg, #fbe248 0%, #f8ed40 100%);
  }

  #sec_entry .entry_box .btn_povo {
    background: #FFF2DD url(/denki/assets/img/entry/icon_arrow04.svg) right 15px center no-repeat;
  }
}

@media screen and (max-width: 320px) {
  main .btn_type01 a {
    font-size: 1.3rem;
  }

  #sec_entry .entry_box .btn_login {
    background: #D23A00 url(/denki/assets/img/entry/icon_arrow.svg) right 10px center no-repeat;
  }

  #sec_entry .entry_box .btn_uq {
    background: url(/denki/assets/img/entry/icon_arrow03.svg) right 10px center no-repeat, linear-gradient(180deg, #5a59b4 0%, #bf198d 100%);
  }

  #sec_entry .entry_box .btn_povo_old {
    background: url(/denki/assets/img/entry/icon_arrow03.svg) right 10px center no-repeat, linear-gradient(180deg, #fbe248 0%, #f8ed40 100%);
  }

  #sec_entry .entry_box .btn_povo {
    background: #FFF2DD url(/denki/assets/img/entry/icon_arrow04.svg) right 10px center no-repeat;
  }
}
