body {
  background-color: #fff;
}

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

.footerRelated {
  display: none !important;
}

.entry {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}

.entry_head {
  font-size: var(--fsize32);
  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);
}

.entry_nouse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  margin-top: 20px;
  text-align: left;
}
.entry_nouse > li {
  border: 4px solid #d9d9d9;
  border-radius: var(--radius2);
  padding: 20px;
  font-size: var(--fsize20);
  line-height: 1.5;
  position: relative;
}
.entry_nouse > li:first-child {
  padding-left: 110px;
}
.entry_nouse > li:first-child:before {
  content: "";
  width: 79px;
  height: 61px;
  background: url(/denkigas/entry/img/ico_step_1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 30px);
}
.entry_nouse > li:last-child {
  padding-left: 104px;
}
.entry_nouse > li:last-child:before {
  content: "";
  width: 74px;
  height: 62px;
  background: url(/denkigas/entry/img/ico_step_2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 31px);
}

.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: 30px 0;
}
.entry_steps:first-of-type {
  margin-top: 30px;
}
.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_head {
  font-size: var(--fsize22);
}
.entry_steps_head .ico {
  background: var(--color-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 + .entry_txt {
  margin-top: 10px;
}

.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_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(/denkigas/cmn/img/ico_check.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(/denkigas/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 {
  padding-right: 10px;
}
.entry_btn_denki > .ico {
  width: 23px;
  height: 38px;
  background: url(/denkigas/cmn/img/ico_denki_img.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.entry_btn_gas {
  padding-right: 10px;
}
.entry_btn_gas > .ico {
  width: 21px;
  height: 36px;
  background: url(/denkigas/cmn/img/ico_gas_img.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.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: var(--color-key) !important;
}

.entry_btmNotes {
  border: 2px solid #f0f0f0;
  border-radius: var(--radius2);
  padding: 30px;
  display: inline-block;
  min-width: 680px;
  margin-top: 60px;
}
.entry_btmNotes > li {
  font-size: var(--fsize12);
}

@media screen and (max-width: 1024px) {
  .entry {
    padding-bottom: 100px;
  }
  .entry_head {
    font-size: var(--fsize40);
    margin-top: 40px;
  }
  .entry_head .s {
    font-size: var(--fsize20);
    margin: 0 auto 10px;
    padding: 0 12px;
  }
  .entry_head .s:before {
    height: 20px;
  }
  .entry_head .s:after {
    height: 20px;
  }
  .entry_steps {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    gap: 20px;
    padding: 30px 0;
  }
  .entry_steps:first-of-type {
    margin-top: 30px;
  }
  .entry_steps:last-of-type {
    border-bottom: 2px solid #f0f0f0;
  }
  .entry_steps dt {
    text-align: left;
    width: 100%;
  }
  .entry_steps dd {
    -ms-flex: 1;
        flex: 1;
  }
  .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_steps_head .ico {
    font-size: var(--fsize20);
    padding: 8px 20px;
    margin-bottom: 0;
    margin-top: 0.3em;
  }
  .entry_txt {
    font-size: var(--fsize28);
    text-align: left;
  }
  .entry_txt.-centerSp {
    text-align: center;
  }
  .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_txtS .fullSp {
    width: 100%;
  }
  .entry_txtS .gray {
    padding: 0 20px;
    border-radius: 30px;
    margin: 0 5px;
  }
  .entry_checkList {
    gap: 15px 40px;
    padding: 30px 40px;
    margin-top: 20px;
  }
  .entry_checkList > li {
    font-size: var(--fsize28);
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    padding-left: 34px;
  }
  .entry_checkList > li:before {
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
  }
  .entry_btn_denkigas {
    margin-top: 20px;
    font-size: var(--fsize32);
    padding-right: 50px;
    text-align: left;
  }
  .entry_btn_denkigas > .ico {
    width: 90px;
    height: 76px;
    margin-right: 20px;
  }
  .entry_btn_hosoku {
    margin-top: 30px;
    font-size: var(--fsize28);
  }
  .entry_btn_set {
    width: 100%;
    gap: 30px;
    margin: 30px auto 0;
  }
  .entry_btn_set > .btn {
    width: 580px;
    text-align: left;
  }
  .entry_btn_set > .btn:before {
    right: 20px !important;
  }
  .entry_btn_denki {
    padding-right: 30px;
    font-size: var(--fsize32);
  }
  .entry_btn_denki > .ico {
    width: 46px;
    height: 76px;
    margin-right: 20px;
  }
  .entry_btn_gas {
    padding-right: 30px;
    font-size: var(--fsize32);
  }
  .entry_btn_gas > .ico {
    width: 42px;
    height: 72px;
    margin-right: 20px;
  }
  .entry_steps_notes {
    margin-top: 40px;
  }
  .entry_steps_notes > li {
    text-align: left;
    font-size: var(--fsize20);
  }
  .entry_code {
    width: 100%;
    padding: 30px 30px 40px;
    margin-top: 60px;
  }
  .entry_code_head {
    font-size: var(--fsize32);
    line-height: 1.6;
  }
  .entry_code_txt {
    margin-top: 10px;
    font-size: var(--fsize28);
    line-height: 1.6;
  }
  .entry_code_btn {
    font-size: var(--fsize32);
    margin-top: 20px;
  }
  .entry_btmNotes {
    padding: 30px;
    display: block;
    min-width: 100%;
    margin-top: 60px;
  }
  .entry_btmNotes > li {
    font-size: var(--fsize20);
  }
}
@media screen and (max-width: 767px) {
  .entry {
    padding-bottom: 13.04vw;
  }
  .entry_head {
    font-size: 5.22vw;
    margin-top: 5.22vw;
  }
  .entry_head .s {
    font-size: 2.61vw;
    margin: 0 auto 1.3vw;
    padding: 0 1.56vw;
  }
  .entry_head .s:before {
    height: 2.61vw;
  }
  .entry_head .s:after {
    height: 2.61vw;
  }
  .entry_nouse {
    gap: 2.61vw;
    margin-top: 2.61vw;
  }
  .entry_nouse > li {
    border: 2px solid #d9d9d9;
    padding: 2.61vw;
    font-size: 2.61vw;
  }
  .entry_nouse > li:first-child {
    padding-left: 14.34vw;
  }
  .entry_nouse > li:first-child:before {
    width: 10.3vw;
    height: 7.95vw;
    left: 1.3vw;
    top: calc(50% - 3.91vw);
  }
  .entry_nouse > li:last-child {
    padding-left: 13.56vw;
  }
  .entry_nouse > li:last-child:before {
    width: 9.65vw;
    height: 8.08vw;
    left: 1.3vw;
    top: calc(50% - 4.04vw);
  }
  .entry_steps {
    gap: 2.61vw;
    padding: 3.91vw 0;
  }
  .entry_steps:first-of-type {
    margin-top: 3.91vw;
  }
  .entry_steps:last-of-type {
    border-bottom: 2px solid #f0f0f0;
  }
  .entry_steps_head {
    font-size: 4.17vw;
    gap: 1.3vw;
  }
  .entry_steps_head .ico {
    font-size: 2.61vw;
    padding: 1.04vw 2.61vw;
  }
  .entry_txt {
    font-size: 3.65vw;
  }
  .entry_txt + .entry_txt {
    margin-top: 1.3vw;
  }
  .entry_txtS {
    font-size: 3.13vw;
    margin-top: 1.3vw;
  }
  .entry_txtS .gray {
    padding: 0 2.61vw;
    border-radius: 3.91vw;
    margin: 0 0.65vw;
  }
  .entry_checkList {
    gap: 1.96vw 5.22vw;
    padding: 3.91vw 5.22vw;
    margin-top: 2.61vw;
  }
  .entry_checkList > li {
    font-size: 3.65vw;
    padding-left: 4.43vw;
  }
  .entry_checkList > li:before {
    width: 3.65vw;
    height: 3.65vw;
    top: calc(50% - 1.83vw);
  }
  .entry_btn_denkigas {
    margin-top: 2.61vw;
    font-size: 4.17vw;
    padding-right: 6.52vw;
  }
  .entry_btn_denkigas > .ico {
    width: 11.73vw;
    height: 9.91vw;
    margin-right: 2.61vw;
  }
  .entry_btn_hosoku {
    margin-top: 3.91vw;
    font-size: 3.65vw;
  }
  .entry_btn_set {
    gap: 3.91vw;
    margin: 3.91vw auto 0;
  }
  .entry_btn_set > .btn {
    width: 75.62vw;
  }
  .entry_btn_set > .btn:before {
    right: 2.61vw !important;
  }
  .entry_btn_denki {
    padding-right: 3.91vw;
    font-size: 4.17vw;
  }
  .entry_btn_denki > .ico {
    width: 6vw;
    height: 9.91vw;
    margin-right: 2.61vw;
  }
  .entry_btn_gas {
    padding-right: 3.91vw;
    font-size: 4.17vw;
  }
  .entry_btn_gas > .ico {
    width: 5.48vw;
    height: 9.39vw;
    margin-right: 2.61vw;
  }
  .entry_steps_notes {
    margin-top: 5.22vw;
  }
  .entry_steps_notes > li {
    font-size: 2.61vw;
  }
  .entry_code {
    padding: 3.91vw 3.91vw 5.22vw;
    margin-top: 7.82vw;
  }
  .entry_code_head {
    font-size: 4.17vw;
  }
  .entry_code_txt {
    margin-top: 1.3vw;
    font-size: 3.65vw;
  }
  .entry_code_btn {
    font-size: 4.17vw;
    margin-top: 2.61vw;
  }
  .entry_btmNotes {
    padding: 3.91vw;
    margin-top: 7.82vw;
  }
  .entry_btmNotes > li {
    font-size: 2.61vw;
  }
}