  body {
  background-color: #fff;
}

#globalHeader {
  border-bottom: 2px solid #f0f0f0;
}

.footerRelated {
  display: none !important;
}

.footerLinkIn > li:not(:last-child) {
  display: none !important;
}

.footerFixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  gap: 10px;
  z-index: 4;
  padding: 10px 0;
}
.footerFixed > a {
  width: 70px;
  padding-right: 8px;
  transform: translateX(8px);
  height: 240px;
  text-align: center;
  box-sizing: border-box;
  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;
  border-radius: var(--radius2) 0 0 var(--radius2);
  position: relative;
  font-size: var(--fsize20);
  letter-spacing: 0;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  line-height: 1.4;
  transition: background ease-out 0.3s;
}
.footerFixed > a .head {
  display: none;
}
.footerFixed > a:hover {
  text-decoration: none;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .footerFixed > a {
    transition: padding 0.1s, transform 0.1s;
  }
  .footerFixed > a:hover {
    padding-right: 0;
    transform: translateX(0);
  }
}
.footerFixed.-relative {
  position: relative;
  bottom: 0px;
  background: none;
}

.footerFixedBtnEntry {
  background: linear-gradient(to bottom, #fdd000 0%, #8dee84 50%, #7fd2ff 100%);
  box-shadow: 0px 4px 0px #000;
  color: #000;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .footerFixedBtnEntry:hover .ico {
    transform: translateX(-50%);
  }
}
.footerFixedBtnEntry .ico {
  position: absolute;
  left: 50%;
  transform: translateX(calc(-40% - 8px));
  top: 15px;
  width: 40px;
  height: 35px;
  background: url(/denki/cmn/img/ico_denkigas_img.svg) no-repeat center/contain;
  transition: transform 0.1s;
}

#wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.entry_wrap {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.entry_wrap * {
  box-sizing: border-box;
  line-height: 2;
  font-feature-settings: "palt" 1;
}
.entry_wrap button {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}
.entry_wrap .contentsTtl {
  line-height: 1.4;
}
.entry_wrap .btn_close {
  font-size: var(--fsize18);
  margin-top: 60px;
}
.entry_wrap .txtLink {
  text-indent: 0;
  padding: 0;
  word-wrap: break-word;
  white-space: normal;
  margin-right: 5px;
  color: #666;
  text-decoration: underline !important;
}
@media screen and (min-width: 1024px) {
  .entry_wrap .txtLink:hover {
    text-decoration: none !important;
  }
}
.entry_wrap .txtLink.-blank {
  background: url(/denki/cmn/img/ico_blank_g.svg) no-repeat right center;
  background-size: 12px;
  padding-right: 15px;
}
.entry_wrap .txtLink.-file {
  background: url(/denki/cmn/img/ico_file_g.svg) no-repeat right center;
  background-size: 12px;
  padding-right: 15px;
}
.entry_wrap .txtLink.-w.-blank {
  color: #fff;
  background: url(/denki/cmn/img/ico_blank_w.svg) no-repeat right center;
  background-size: 12px;
}
.entry_wrap .txtLink.-w.-file {
  color: #fff;
  background: url(/denki/cmn/img/ico_file_w.svg) no-repeat right center;
  background-size: 12px;
}

.entry_head {
  font-size: var(--fsize52);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 40px;
}
.entry_head .s {
  font-size: var(--fsize16);
  display: table;
  position: relative;
  margin: 0 auto 10px;
  padding: 0 12px;
}
.entry_head .s:before {
  content: "";
  width: 1px;
  height: 16px;
  bottom: 2px;
  background: #000;
  position: absolute;
  left: 0;
  transform: rotate(-30deg);
}
.entry_head .s:after {
  content: "";
  width: 1px;
  height: 16px;
  bottom: 2px;
  background: #000;
  position: absolute;
  right: 0;
  transform: rotate(30deg);
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  70% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
.new_nav {
  margin-top: 0;
}
.new_nav > a {
  width: 340px;
  height: 96px;
  padding-left: 20px;
  background: var(--color-denki-key);
  border: none;
  box-shadow: 0px 6px 0px #000;
}
.new_nav > a:before {
  background-image: url(/denki/cmn/img/ico_pnav_bl.svg);
  transition: transform 0.3s var(--easeOutCirc);
}
.new_nav > a:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 15px;
  top: calc(50% - 25px);
}
.new_nav > a:first-child:after {
  background: url(/denki/entry/img/ico_moving.png) no-repeat center/contain;
}
.new_nav > a:last-child:after {
  background: url(/denki/entry/img/ico_change.png) no-repeat center/contain;
}
@media (any-hover: hover) {
  .new_nav > a:hover {
    background-color: #ffd51d;
  }
  .new_nav > a:hover:after {
    animation: bounce 0.3s var(--easeOutCirc);
  }
  .new_nav > a:hover:before {
    transform: translateY(3px);
  }
}

.moving_toggle_head {
  width: 340px;
  height: 96px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: var(--radius2);
  font-size: var(--fsize18);
  line-height: 1.4;
  margin: 0 auto;
  border: 2px solid #ccc !important;
  margin-bottom: 20px;
  padding: 0 0 0 20px !important;
  transition: background 0.3s var(--easeOutCirc);
}
.moving_toggle_head:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/denki/entry/img/ico_moving.png) no-repeat center/contain;
}
.moving_toggle_head > .ico {
  width: 12px !important;
  height: 12px !important;
  top: calc(50% - 6px) !important;
}
.moving_toggle_head > .ico:before {
  width: 12px !important;
  top: 5px !important;
}
.moving_toggle_head > .ico:after {
  height: 12px !important;
  left: 5px !important;
}
@media (any-hover: hover) {
  .moving_toggle_head:hover {
    background: #f6f6f6;
  }
}

.moving_toggle_body {
  background: #f0f0f0;
  border-radius: var(--radius2);
  padding: 40px;
}
.moving_toggle_body .movingStep {
  border: none;
  background: #fff;
}
.moving_toggle_body .arDown:before {
  background-image: url(/denki/cmn/img/ar_d_w_renew.svg);
}
.moving_toggle_body .movStepImg {
  max-width: 448px;
}
.moving_toggle_body .movingStepEnd_notes {
  display: inline-block;
}
.moving_toggle_body .movingStepEnd_notes > li {
  text-align: left;
  font-size: var(--fsize12);
}

.entry_steps {
  border-top: 2px solid #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
  padding: 60px 0;
  position: relative;
}
.entry_steps:first-of-type {
  margin-top: 80px;
}
.entry_steps:last-of-type {
  border-bottom: 2px solid #f0f0f0;
}
.entry_steps dt {
  text-align: left;
  width: 240px;
}
.entry_steps dd {
  -ms-flex: 1;
      flex: 1;
}
.entry_steps:before {
  content: "";
  position: absolute;
  width: 56px;
  height: 27px;
  background: url(/denki/cmn/img/ar_d_g_renew.svg) no-repeat left top/contain;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  z-index: 2;
}
.entry_steps:after {
  content: "";
  position: absolute;
  width: 66px;
  height: 27px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  z-index: 1;
}

.entry_steps_head {
  font-size: var(--fsize22);
}
.entry_steps_head .ico {
  background: var(--color-denki-key);
  font-size: var(--fsize16);
  display: table;
  line-height: 1;
  padding: 8px 30px;
  border-radius: 40px;
  margin-bottom: 10px;
}

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

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

.entry_txtS {
  font-size: var(--fsize14);
  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;
  margin-top: 10px;
}
.entry_txtS .gray {
  background: #f0f0f0;
  padding: 0 15px;
  border-radius: 20px;
  margin: 0 5px;
}

.entry_step_img {
  max-width: 512px;
  width: 100%;
  margin: 20px auto 0;
}

.entry_checkList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  gap: 15px 30px;
  padding: 20px 30px;
  border-radius: var(--radius2);
  background: #f0f0f0;
  margin-top: 20px;
}
.entry_checkList > li {
  font-size: var(--fsize16);
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  text-align: left;
}
.entry_checkList > li:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  background: url(/denki/cmn/img/ico_check_denki.png) no-repeat center;
  background-size: contain;
}

.entry_btn_denkigas {
  margin-top: 15px;
  font-size: var(--fsize20);
  padding-right: 20px;
}
.entry_btn_denkigas > .ico {
  width: 45px;
  height: 38px;
  background: url(/denki/cmn/img/ico_denkigas_img.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.entry_btn_hosoku {
  margin-top: 15px;
}

.entry_btn_set {
  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;
  width: 580px;
  gap: 20px;
  margin: 20px auto 0;
}
.entry_btn_set > .btn {
  width: 280px;
  text-align: left;
}
.entry_btn_set > .btn:before {
  right: 10px !important;
}

.entry_btn_denki {
  margin-top: 15px;
  font-size: var(--fsize20);
  padding-right: 10px;
}
.entry_btn_denki > .ico {
  width: 23px;
  height: 38px;
  background: url(/denki/cmn/img/ico_denki_img.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.entry_btn_denki.-sticky {
  position: sticky;
  bottom: 6px;
  z-index: 3;
}

.entry_steps_notes {
  margin-top: 20px;
}
.entry_steps_notes > li {
  text-align: left;
  font-size: var(--fsize12);
}

.entry_code {
  width: 100%;
  padding: 30px 30px 40px;
  border-radius: var(--radius2);
  background: #f0f0f0;
  margin-top: 60px;
}

.entry_code_head {
  font-size: var(--fsize22);
  font-weight: 400;
}

.entry_code_txt {
  margin-top: 10px;
}

.entry_code_btn {
  font-size: var(--fsize20);
  margin-top: 20px;
  background: #ffd000 !important;
}

.entry_btmNotes {
  display: inline-block;
  margin-top: 60px;
}
.entry_btmNotes > li {
  font-size: var(--fsize12);
  text-align: left;
}

.entry_mov_head {
  font-size: var(--fsize28);
  font-weight: 400;
  display: table;
  margin: 0 auto;
  position: relative;
  padding-left: 65px;
}
.entry_mov_head:before {
  content: "";
  width: 50px;
  height: 30px;
  border: 2px solid #a2a2a2;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.entry_mov_head:after {
  content: "";
  width: 14px;
  height: 14px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #a2a2a2;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.entry_mov_txt {
  font-size: var(--fsize16);
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
  padding: 0 12px;
}
.entry_mov_txt:before {
  content: "";
  width: 1px;
  height: 16px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0.4em;
  transform: rotate(-35deg);
}
.entry_mov_txt:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0.4em;
  transform: rotate(30deg);
}

.entry_mov_yt {
  width: 100%;
  max-width: 640px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 20px auto 0;
}
.entry_mov_yt > iframe {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: var(--radius2);
}

@media screen and (max-width: 1024px) {
  .footerFixedOuter {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 120px;
    background: #000;
  }
  .footerFixed {
    position: fixed;
    top: auto;
    transform: translateY(0);
    bottom: 0;
    left: 0;
    width: 100%;
    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: 0;
    z-index: 4;
    padding: 0;
    transition: transform var(--easeOutCirc) 0.2s;
  }
  .footerFixed.-hidden {
    transform: translateY(160px);
  }
  .footerFixed.-hidden > a {
    pointer-events: none;
  }
  .footerFixed > a {
    pointer-events: auto;
    padding-right: 0;
    transform: translateX(0);
    width: 100%;
    height: 120px;
    text-align: center;
    box-sizing: border-box;
    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;
    border-radius: 0;
    position: relative;
    font-size: var(--fsize38);
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    line-height: 1.4;
    border: none;
  }
  .footerFixed > a .head {
    pointer-events: none;
    display: block;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    font-size: var(--fsize24);
    line-height: 1;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 10px;
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  }
  .footerFixed > a .head:before {
    content: "";
    width: 2px;
    height: 24px;
    box-shadow: 0 0 0 2px #fff;
    transform: rotate(-35deg) translateY(-2px);
    background: #000;
    text-shadow: none;
  }
  .footerFixed > a .head:after {
    content: "";
    width: 2px;
    height: 24px;
    box-shadow: 0 0 0 2px #fff;
    transform: rotate(36deg) translateY(-2px);
    background: #000;
    text-shadow: none;
  }
  .footerFixed > a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .footerFixed > a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: url(/denki/cmn/img/ico_blank_bl.svg) no-repeat center/contain;
  }
  .footerFixed.-relative {
    position: relative;
    bottom: 0px;
    background: none;
  }
  .footerFixedBtnEntry {
    background: var(--color-conv);
    box-shadow: none;
    padding: 0;
  }
  .footerFixedBtnEntry .ico {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 70px;
  }
  .entry_wrap {
    padding-bottom: 100px;
  }
  .entry_wrap .objPc {
    display: none;
  }
  .entry_wrap .objTabSp {
    display: block;
  }
  .entry_wrap .btn_close {
    font-size: var(--fsize32);
    margin-top: 60px;
  }
  .entry_wrap .txtLink {
    margin-right: 5px;
  }
  .entry_wrap .txtLink.-blank {
    background-size: 24px;
    padding-right: 30px;
  }
  .entry_wrap .txtLink.-file {
    background: url(/denki/cmn/img/ico_file_g.svg) no-repeat right center;
    background-size: 24px;
    padding-right: 30px;
  }
  .entry_wrap .txtLink.-w.-blank {
    background-size: 24px;
  }
  .entry_wrap .txtLink.-w.-file {
    background-size: 24px;
  }
  .entry_wrap .entry_head {
    font-size: clamp(0px, 6.78vw, 52px);
    margin-top: 40px;
  }
  .entry_wrap .entry_head .s {
    font-size: var(--fsize20);
    margin: 0 auto 10px;
    padding: 0 12px;
  }
  .entry_wrap .entry_head .s:before {
    height: 20px;
  }
  .entry_wrap .entry_head .s:after {
    height: 20px;
  }
  .entry_wrap .new_nav > a {
    width: 49%;
    height: clamp(0px, 12.52vw, 96px);
    padding: 0;
    box-shadow: 0px clamp(0px, 0.78vw, 6px) 0px #000;
  }
  .entry_wrap .new_nav > a:after {
    width: clamp(0px, 6.52vw, 50px);
    height: clamp(0px, 6.52vw, 50px);
    left: clamp(0px, 1.96vw, 15px);
    top: calc(50% - clamp(0px, 3.26vw, 25px));
  }
  .entry_wrap .moving_toggle_head {
    width: 60%;
    height: clamp(0px, 12.52vw, 96px);
    font-size: clamp(0px, 3.13vw, 24px);
    margin-bottom: clamp(0px, 2.61vw, 20px);
    padding: 0 !important;
  }
  .entry_wrap .moving_toggle_head:before {
    width: clamp(0px, 6.52vw, 50px);
    height: clamp(0px, 6.52vw, 50px);
    left: clamp(0px, 1.96vw, 15px);
  }
  .entry_wrap .moving_toggle_head > .ico:before, .entry_wrap .moving_toggle_head > .ico:after {
    background: #b0b0b0 !important;
  }
  .entry_wrap .moving_toggle_body {
    padding: clamp(0px, 5.22vw, 40px);
  }
  .entry_wrap .moving_toggle_body .movingStepEnd_notes > li {
    font-size: clamp(0px, 2.61vw, 20px);
  }
  .entry_wrap .entry_steps {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: clamp(0px, 2.61vw, 20px);
    padding: clamp(0px, 7.82vw, 60px) 0;
  }
  .entry_wrap .entry_steps:first-of-type {
    margin-top: clamp(0px, 7.82vw, 60px);
  }
  .entry_wrap .entry_steps:last-of-type {
    border-bottom: 2px solid #f0f0f0;
  }
  .entry_wrap .entry_steps dt {
    text-align: left;
    width: 100%;
  }
  .entry_wrap .entry_steps dd {
    -ms-flex: 1;
        flex: 1;
  }
  .entry_wrap .entry_steps:before {
    width: clamp(0px, 7.3vw, 56px);
    height: clamp(0px, 3.52vw, 27px);
    bottom: clamp(-16px, -2.09vw, 0px);
  }
  .entry_wrap .entry_steps:after {
    width: clamp(0px, 8.6vw, 66px);
    height: clamp(0px, 3.52vw, 27px);
    bottom: clamp(-16px, -2.09vw, 0px);
  }
  .entry_wrap .entry_steps_head {
    font-size: var(--fsize32);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
  }
  .entry_wrap .entry_steps_head .ico {
    font-size: var(--fsize20);
    padding: 8px 20px;
    margin-bottom: 0;
    margin-top: 0.3em;
  }
  .entry_wrap .entry_txt {
    font-size: var(--fsize28);
    text-align: left;
  }
  .entry_wrap .entry_txt.-centerSp {
    text-align: center;
  }
  .entry_wrap .entry_txt.-mt {
    margin-top: 40px;
  }
  .entry_wrap .entry_txtL {
    font-size: clamp(0px, 3.65vw, 28px);
  }
  .entry_wrap .entry_txtS {
    font-size: var(--fsize24);
    line-height: 2;
    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;
    margin-top: 10px;
  }
  .entry_wrap .entry_txtS .fullSp {
    width: 100%;
  }
  .entry_wrap .entry_txtS .gray {
    padding: 0 20px;
    border-radius: 30px;
    margin: 0 5px;
  }
  .entry_wrap .entry_step_img {
    margin: clamp(0px, 2.61vw, 20px) auto 0;
  }
  .entry_wrap .entry_checkList {
    gap: 15px 40px;
    padding: 30px 40px;
    margin-top: 20px;
  }
  .entry_wrap .entry_checkList > li {
    font-size: var(--fsize28);
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    padding-left: 34px;
  }
  .entry_wrap .entry_checkList > li:before {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
  }
  .entry_wrap .entry_btn_denkigas {
    margin-top: 20px;
    font-size: var(--fsize32);
    padding-right: 50px;
    text-align: left;
  }
  .entry_wrap .entry_btn_denkigas > .ico {
    width: 90px;
    height: 76px;
    margin-right: 20px;
  }
  .entry_wrap .entry_btn_hosoku {
    margin-top: 30px;
    font-size: var(--fsize28);
  }
  .entry_wrap .entry_btn_denki {
    padding-right: 30px;
    font-size: var(--fsize32);
  }
  .entry_wrap .entry_btn_denki > .ico {
    width: 46px;
    height: 76px;
    margin-right: 20px;
  }
  .entry_wrap .entry_btn_denki.-sticky {
    bottom: clamp(0px, 1.04vw, 8px);
  }
  .entry_wrap .entry_btn_gas {
    padding-right: 30px;
    font-size: var(--fsize32);
  }
  .entry_wrap .entry_btn_gas > .ico {
    width: 42px;
    height: 72px;
    margin-right: 20px;
  }
  .entry_wrap .entry_steps_notes {
    margin-top: 40px;
  }
  .entry_wrap .entry_steps_notes > li {
    text-align: left;
    font-size: var(--fsize20);
  }
  .entry_wrap .entry_code {
    width: 100%;
    padding: 30px 30px 40px;
    margin-top: 60px;
  }
  .entry_wrap .entry_code_head {
    font-size: var(--fsize32);
    line-height: 1.6;
  }
  .entry_wrap .entry_code_txt {
    margin-top: 10px;
    font-size: var(--fsize28);
    line-height: 1.6;
  }
  .entry_wrap .entry_code_btn {
    font-size: var(--fsize32);
    margin-top: 20px;
  }
  .entry_wrap .entry_btmNotes {
    display: block;
    min-width: 100%;
    margin-top: 60px;
  }
  .entry_wrap .entry_btmNotes > li {
    font-size: var(--fsize20);
  }
  .entry_wrap .entry_mov_head {
    font-size: var(--fsize32);
    padding-left: 75px;
  }
  .entry_wrap .entry_mov_head:before {
    width: 60px;
    height: 36px;
    border-radius: 15px;
  }
  .entry_wrap .entry_mov_head:after {
    width: 16px;
    height: 16px;
    left: 26px;
  }
  .entry_wrap .entry_mov_txt {
    font-size: var(--fsize28);
    line-height: 1.5;
    padding: 0 18px;
  }
  .entry_wrap .entry_mov_txt:before {
    width: 1px;
    height: 28px;
    bottom: 0.2em;
  }
  .entry_wrap .entry_mov_txt:after {
    width: 1px;
    height: 28px;
    bottom: 0.2em;
  }
  .entry_wrap .entry_mov_yt {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .footerFixedOuter {
    height: 15.65vw;
  }
  .footerFixed.-hidden {
    transform: translateY(20.86vw);
  }
  .footerFixed > a {
    height: 15.65vw;
    font-size: 4.95vw;
  }
  .footerFixed > a .head {
    top: -4.17vw;
    font-size: 3.13vw;
    gap: 1.3vw;
  }
  .footerFixed > a .head:before {
    width: 1px;
    height: 3.13vw;
    transform: rotate(-35deg) translateY(-0.26vw);
  }
  .footerFixed > a .head:after {
    width: 1px;
    height: 3.13vw;
    transform: rotate(35deg) translateY(-0.26vw);
  }
  .footerFixed > a:before {
    right: 1.3vw;
    top: calc(50% - 1.04vw);
    width: 2.09vw;
    height: 2.09vw;
  }
  .footerFixedBtnEntry {
    padding: 0;
  }
  .footerFixedBtnEntry .ico {
    left: 1.96vw;
    width: 10.43vw;
    height: 9.13vw;
  }
  .entry_wrap {
    padding-bottom: 13.04vw;
  }
  .entry_wrap .btn_close {
    font-size: 4.17vw;
    margin-top: 7.82vw;
  }
  .entry_wrap .txtLink {
    margin-right: 0.65vw;
  }
  .entry_wrap .txtLink.-blank {
    background-size: 3.13vw;
    padding-right: 3.91vw;
  }
  .entry_wrap .txtLink.-file {
    background-size: 3.13vw;
    padding-right: 3.91vw;
  }
  .entry_wrap .txtLink.-w.-blank {
    background-size: 3.13vw;
  }
  .entry_wrap .txtLink.-w.-file {
    background-size: 3.13vw;
  }
  .entry_wrap .entry_head {
    margin-top: 5.22vw;
  }
  .entry_wrap .entry_head .s {
    font-size: 2.61vw;
    margin: 0 auto 1.3vw;
    padding: 0 1.56vw;
  }
  .entry_wrap .entry_head .s:before {
    height: 2.61vw;
  }
  .entry_wrap .entry_head .s:after {
    height: 2.61vw;
  }
  .entry_wrap .entry_steps_head {
    font-size: 4.17vw;
    gap: 1.3vw;
  }
  .entry_wrap .entry_steps_head .ico {
    font-size: 2.61vw;
    padding: 1.04vw 2.61vw;
  }
  .entry_wrap .entry_txt {
    font-size: 3.65vw;
  }
  .entry_wrap .entry_txt.-mt {
    margin-top: 5.22vw;
  }
  .entry_wrap .entry_txtS {
    font-size: 3.13vw;
    margin-top: 1.3vw;
  }
  .entry_wrap .entry_txtS .gray {
    padding: 0 2.61vw;
    border-radius: 3.91vw;
    margin: 0 0.65vw;
  }
  .entry_wrap .entry_checkList {
    gap: 1.96vw 5.22vw;
    padding: 3.91vw 5.22vw;
    margin-top: 2.61vw;
  }
  .entry_wrap .entry_checkList > li {
    font-size: 3.65vw;
    padding-left: 4.43vw;
  }
  .entry_wrap .entry_checkList > li:before {
    width: 3.65vw;
    height: 3.65vw;
    top: calc(50% - 1.83vw);
  }
  .entry_wrap .entry_btn_denkigas {
    margin-top: 2.61vw;
    font-size: 4.17vw;
    padding-right: 6.52vw;
  }
  .entry_wrap .entry_btn_denkigas > .ico {
    width: 11.73vw;
    height: 9.91vw;
    margin-right: 2.61vw;
  }
  .entry_wrap .entry_btn_hosoku {
    margin-top: 3.91vw;
    font-size: 3.65vw;
  }
  .entry_wrap .entry_btn_set {
    gap: 3.91vw;
    margin: 3.91vw auto 0;
  }
  .entry_wrap .entry_btn_set > .btn {
    width: 75.62vw;
  }
  .entry_wrap .entry_btn_set > .btn:before {
    right: 2.61vw !important;
  }
  .entry_wrap .entry_btn_denki {
    padding-right: 3.91vw;
    font-size: 4.17vw;
  }
  .entry_wrap .entry_btn_denki > .ico {
    width: 6vw;
    height: 9.91vw;
    margin-right: 2.61vw;
  }
  .entry_wrap .entry_btn_gas {
    padding-right: 3.91vw;
    font-size: 4.17vw;
  }
  .entry_wrap .entry_btn_gas > .ico {
    width: 5.48vw;
    height: 9.39vw;
    margin-right: 2.61vw;
  }
  .entry_wrap .entry_steps_notes {
    margin-top: 5.22vw;
  }
  .entry_wrap .entry_steps_notes > li {
    font-size: 2.61vw;
  }
  .entry_wrap .entry_code {
    padding: 3.91vw 3.91vw 5.22vw;
    margin-top: 7.82vw;
  }
  .entry_wrap .entry_code_head {
    font-size: 4.17vw;
  }
  .entry_wrap .entry_code_txt {
    margin-top: 1.3vw;
    font-size: 3.65vw;
  }
  .entry_wrap .entry_code_btn {
    font-size: 4.17vw;
    margin-top: 2.61vw;
  }
  .entry_wrap .entry_btmNotes {
    margin-top: 7.82vw;
  }
  .entry_wrap .entry_btmNotes > li {
    font-size: 2.61vw;
  }
  .entry_wrap .entry_mov_head {
    font-size: 4.17vw;
    padding-left: 9.78vw;
  }
  .entry_wrap .entry_mov_head:before {
    width: 7.82vw;
    height: 4.69vw;
    border-radius: 1.96vw;
  }
  .entry_wrap .entry_mov_head:after {
    width: 2.09vw;
    height: 2.09vw;
    left: 3.39vw;
  }
  .entry_wrap .entry_mov_txt {
    font-size: 3.65vw;
    padding: 0 2.35vw;
  }
  .entry_wrap .entry_mov_txt:before {
    height: 3.65vw;
    bottom: 0.2em;
  }
  .entry_wrap .entry_mov_txt:after {
    height: 3.65vw;
    bottom: 0.2em;
  }
  .entry_wrap .entry_mov_yt {
    margin: 2.61vw auto 0;
  }
}