@charset "UTF-8";
/*告知エリア アコーディオン用CSSの読み込み*/
@import url("../../../support/css/parts_info-accordion.css");

/* fontのrem調整用css */

@import url("/ep/support/css/parts_font-rem.css");

.moving {
  width: 100%;
  max-width: 1240px;
  padding-right: 0;
  padding-left: 0;
  margin: 60px auto;
  font-size: 10px;
  color: #313131
}

@media (max-width:1240px) {
  .moving {
    font-size: .8064516129vw
  }
}

@media (max-width:768px) {
  .moving {
    padding-right: 4vw;
    padding-left: 4vw;
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw
  }
}

.moving,
.moving * {
  color: #313131
}

.moving,
.moving *,
.moving:after,
.moving :after,
.moving:before,
.moving :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.moving img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom
}

.moving sup {
  font-size: .6em;
  color: inherit
}

.moving .sp_bl {
  display: none !important
}

@media (max-width:768px) {
  .moving .sp_bl {
    display: block !important
  }
}

.moving .pc_bl {
  display: block !important
}

@media (max-width:768px) {
  .moving .pc_bl {
    display: none !important
  }
}

.moving .sp_ib {
  display: none !important
}

@media (max-width:768px) {
  .moving .sp_ib {
    display: inline-block !important
  }
}

.moving .pc_ib {
  display: inline-block !important
}

@media (max-width:768px) {
  .moving .pc_ib {
    display: none !important
  }
}

.moving .text-center {
  text-align: center
}

.moving .kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .02em
}

.moving .accordion-head {
  position: relative;
  width: 100%;
  padding: .5em;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.moving .accordion-head:hover {
  opacity: .5
}

@media (max-width:768px) {
  .moving .accordion-head:hover {
    opacity: 1
  }
}

.moving .accordion-head.js-open:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg)
}

.moving .accordion-icon {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:768px) {
  .moving .accordion-icon {
    right: 1em
  }
}

.moving .accordion-icon:after,
.moving .accordion-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  content: "";
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.moving .accordion-icon:after {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg)
}

.moving .accordion-icon.js-open:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.moving .hover {
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.moving .hover:hover {
  opacity: .5
}

@media (max-width:768px) {
  .moving .hover:hover {
    opacity: 1
  }
}

.moving .color-red {
  color: #d52233
}

.moving .font-bold {
  font-weight: 700
}

.moving .moving-ttl {
  display: table;
  margin: auto;
  font-size: 3em;
  line-height: 1;
  text-align: center
}

@media (max-width:768px) {
  .moving .moving-ttl {
    font-size: 5.3333333333vw
  }
}

.moving .moving-ttl-bottom {
  width: 100px;
  height: 2px;
  margin: 18px auto 45px;
}

.moving .moving-txtlink {
  color: #57b2ea;
  text-decoration: underline
}

.moving .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2em;
}

@media (max-width:768px) {
  .moving .steps {
    display: block;
    padding: 0;
    margin-top: 0;
    background: none
  }
}

.moving .steps-item {
  width: 36.6em;
  padding: 1.2em 1.4em .7em;
  background: #fff
}

@media (max-width:768px) {
  .moving .steps-item {
    width: auto;
    padding: 15px;
    border: 1px solid #373737;
    border-radius: 10px
  }
}

.moving .steps-item:not(:last-of-type) {
  position: relative
}

.moving .steps-item:not(:last-of-type):after {
  position: absolute;
  top: 50%;
  right: -3.85em;
  width: 2em;
  height: 2em;
  content: "";
  border-right: .4em solid #646464;
  border-bottom: .4em solid #646464;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%)
}

@media (max-width:768px) {
  .moving .steps-item:not(:last-of-type) {
    content: none
  }

  .moving .steps-item:not(:last-of-type):after {
    display: none
  }
}

.moving .step-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: .5em;
  border-bottom: 2px solid #646464
}

@media (max-width:768px) {
  .moving .step-heading {
    border-bottom: none
  }
}

.moving .step-label-arrow {
  position: relative;
  display: inline-block;
  padding: 9px;
  margin-bottom: 5px;
  background-color: #666;
  border-radius: 50%
}

@media (max-width:768px) {
  .moving .step-label-arrow:after {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
}

.moving .steps.step-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:768px) {
  .moving .steps.step-pc {
    display: none
  }
}

.moving .step-sp {
  display: none
}

@media (max-width:768px) {
  .moving .step-sp {
    display: block
  }
}

.moving .step-number {
  display: inline-block;
  padding: .3em .7em;
  font-size: 1.4em;
  line-height: 1;
  color: #fff;
  background-color: #646464
}

@media (max-width:768px) {
  .moving .step-number {
    font-size: 1em
  }
}

.moving .step-summary {
  padding-left: .15em;
  margin-top: .2em;
  font-size: 1.4em;
  line-height: 1;
  color: #646464
}

@media (max-width:768px) {
  .moving .step-summary {
    margin-top: .3em;
    font-size: 10px;
    text-align: center
  }
}

.moving .step-ttl {
  padding: .2em 0 0 .55em;
  font-size: 1.7em
}

@media (max-width:768px) {
  .moving .step-ttl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: .3em 0;
    margin-left: 10px;
    font-size: 3.5vw
  }
}

.moving .step-leadtxt {
  margin-top: .75em;
  font-size: 1.5em;
  line-height: 1.6
}

@media (max-width:768px) {
  .moving .step-leadtxt {
    margin-top: .3em;
    font-size: 1.3em
  }
}

.moving .step1-link {
  display: table;
  margin-top: .4em;
  margin-left: auto;
  font-size: 1.5em
}

@media (max-width:768px) {
  .moving .step1-link {
    margin-top: 0;
    font-size: 1em
  }
}

@media (max-width:768px) {
  .moving .step2 {
    margin-top: 6px;
  }
}

.moving .step2-btn {
  position: relative;
  display: block;
  font-size: 1.5em;
  text-align: right;
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.moving .step2-btn:hover {
  opacity: .5
}

@media (max-width:768px) {
  .moving .step2-btn:hover {
    opacity: 1
  }
}

@media (max-width:768px) {
  .moving .step2-btn {
    margin-top: .55em;
    font-size: 1em
  }
}

.moving .step2-btn:hover {
  cursor: pointer;
}

.moving .step2-btn-icon {
  position: absolute;
  top: 50%;
  right: .5em;
  width: 1.2em;
  height: 1.2em;
  pointer-events: none;
  content: "";
  background-color: #646464;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.moving .step2-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .45em;
  height: .45em;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-70%, -50%) rotate(-45deg);
  transform: translate(-70%, -50%) rotate(-45deg)
}

.moving .step2-txt {
  padding-bottom: 10px;
  margin-top: .4em;
  font-size: 1.5em;
  border-bottom: 1px dotted #646464
}

@media (max-width:768px) {
  .moving .step2-txt {
    font-size: 1em
  }
}

.moving .proceed {
  margin-top: 2.8em
}

.proceed-list {
  display: flex;
  margin-top: 2em;
}

.proceed-list,
.proceed-list-inactive {
  /* 20230313 maganuma編集 */
  display: flex;
  margin-top: 2em;
}

.date-none+.proceed-list {
  margin: 5px 0;
}

@media (max-width:768px) {

  .proceed-list,
  .proceed-list-inactive {
    /* 20230313 maganuma編集 */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .date-none+.proceed-list {
    margin-top: 5px;
  }

  .proceed-list .proceed-item:first-of-type,
  .proceed-list-inactive .proceed-item:first-of-type {
    /* 20230313 maganuma編集 */
    width: 100%
  }

  .proceed-list .proceed-item:nth-of-type(n+2),
  .proceed-list-inactive .proceed-item:nth-of-type(n+2) {
    /* 20230313 maganuma編集 */
    width: 50%;
    margin-top: 5px;
  }
}

.proceed-list a:hover {
  opacity: 0.5
}

.moving .proceed-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.moving .proceed-list-inactive picture {
  /* 20230313 maganuma追加 */
  opacity: 0.5
}

@media (max-width:768px) {
  .moving .step3 {
    margin-top: 6px;
  }
}

.moving .step3-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:768px) {
  .moving .step3-inner {
    display: block;
    margin-top: .5em
  }
}

@media (max-width:768px) {
  .moving .step3-inner-item:nth-of-type(2) {
    margin-left: 0
  }
}

.moving .step3-subheading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 2.8em;
  padding-bottom: .15em
}

.moving .step3-subheading-icon {
  display: block;
  width: 1.3em;
  margin-right: .7em
}

@media (max-width:768px) {
  .moving .step3-subheading-icon {
    display: inline-block;
    width: 1.55em;
    margin-right: .5em
  }
}

.moving .step3-subheading-txt {
  padding-bottom: .15em;
  font-size: 1.4em;
  line-height: 1
}

@media (max-width:768px) {
  .moving .step3-subheading-txt {
    font-size: 1.5em
  }
}

.moving .step3-inner-item-gas {
  width: 14.5em
}

@media (max-width:768px) {
  .moving .step3-inner-item-gas {
    width: auto
  }
}

.moving .step3-inner-item-gas .step3-subheading {
  color: #007fcc
}

.moving .step3-inner-item-denki {
  width: 17em
}

@media (max-width:768px) {
  .moving .step3-inner-item-denki {
    width: auto;
    margin-top: 1.3em
  }
}

.moving .step3-inner-item-denki .step3-subheading {
  color: #e72320
}

.moving .step3-inner-txt {
  margin-top: .3em;
  font-size: 1.3em;
  line-height: 1.5
}

@media (max-width:768px) {
  .moving .step3-inner-txt {
    margin-top: .5em;
    font-size: 1.5em
  }
}

.moving .step3-inner-note {
  margin-top: .2em;
  font-size: 1.2em;
  line-height: 1.4
}

@media (max-width:768px) {
  .moving .step3-inner-note {
    margin-top: .1em;
    font-size: 1.3em
  }
}

.pc_bl.proceed {
  /* padding: 1px 0 30px;
    margin-top: 32px;
    background-color: #fef0ef; */
  /* padding: 69px 0 30px;
  margin-top: -69px; */
  padding: 100px 0 60px;
  margin-top: -60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 69px, rgba(254, 240, 239, 1) 69px, rgba(254, 240, 239, 1) 100%);
}

@media (max-width:768px) {
  .pc_bl.proceed {
    background: #fef0ef;
    padding: 18px 0;
    margin-top: 18px;
  }
}

.moving-bnr {
  display: block;
  margin-top: 3.6em
}

@media (max-width:768px) {
  .moving-bnr {
    margin-top: 3.5em
  }
}

.step-sp {
  max-width: 600px;
  margin-top: 20px
}

.step-sp .step-heading {
  padding-bottom: 0;
  border: none
}

.step-sp-wrap:nth-of-type(n+2) {
  margin-top: 20px
}

.step-sp a {
  color: #000;
  text-decoration: none
}

/* label {
    display: block;
    line-height: 1;
    color: #fff;
    cursor: pointer
} */
/* input {
    display: none
} */
.step-sp-wrap {
  padding-top: 11px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #646464;
  border-radius: 10px
}

.step-sp ul {
  margin-top: 10px;
  list-style: none
}

.step-sp li {
  height: 0;
  overflow: hidden
}

#menu_bar01:checked~#links01 li,
#menu_bar02:checked~#links02 li,
#menu_bar03:checked~#links03 li {
  height: auto;
  font-weight: 400;
  opacity: 1
}

#menu_bar01:checked~#links01 li:first-of-type,
#menu_bar02:checked~#links02 li:first-of-type,
#menu_bar03:checked~#links03 li:first-of-type {
  padding-top: 10px;
  border-top: 2px solid #333
}

#menu_bar01:checked+.step-label-arrow:after {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important
}

.step-sp-item {
  font-size: 1.3em;
  border: 1px solid #646464;
  border-radius: 7px
}

.toggle {
  display: none
}

.Label {
  display: block;
  padding: 10px
}

.step-heading {
  position: relative
}

@media (max-width:768px) {
  .step-heading:after {
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 1;
    width: 15px;
    height: 15px;
    content: "";
    background-color: #666;
    border-radius: 50%
  }
}

.Label:before {
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 10;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.content,
.Label {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.content {
  height: 0;
  padding: 0 20px;
  overflow: hidden
}

.toggle:checked+.Label+.content {
  height: auto;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-top: 2px solid #666;
  -webkit-transition: all .3s;
  transition: all .3s
}

.toggle:checked+.Label:before {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important
}

.step-sp-item:nth-of-type(n+2) {
  margin-top: 20px
}

.step-sp-item:nth-of-type(2) .content p:nth-of-type(2),
.step-sp-item:nth-of-type(3) .content p:nth-of-type(2) {
  margin-top: 10px
}

.bottom-dotted {
  padding-bottom: 10px;
  border-bottom: 1px dotted #666
}

.moving-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  font-size: 10px
}

@media (max-width:768px) {
  .moving-modal {
    font-size: 2.6666666667vw
  }
}

.moving-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 80px 50px;
  overflow: auto;
  background-color: rgba(0, 0, 0, .25)
}

@media (max-width:768px) {
  .moving-modal-overlay {
    padding: 8em 4vw
  }
}

.moving-modal-inner {
  position: relative;
  width: 60em;
  max-width: 100%;
  padding: 1em;
  margin: auto;
  background-color: #fff;
  border: 1px solid #646464;
  border-radius: .5em;
  -webkit-box-shadow: 2px 2px 5px #646464;
  box-shadow: 2px 2px 5px #646464
}

@media (max-width:768px) {
  .moving-modal-inner {
    width: 173.3333333333vw
  }
}

.moving-modal-close {
  position: relative;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  cursor: pointer
}

.moving-modal-close:after,
.moving-modal-close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  content: "";
  background: #707070
}

.moving-modal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.moving-modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

button {
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.sp_ib {
  display: none !important
}

@media (max-width:768px) {
  .sp_ib {
    display: inline-block !important
  }
}

.term {
  padding: 0 4em 2em
}

@media (max-width:768px) {
  .term {
    padding: 0 .5em 2em
  }
}

.term-head {
  padding-bottom: .6em;
  font-size: 1.8em;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid
}

.term-head .accordion-icon {
  background: #fb929e
}

.term-txt {
  margin-top: 1.2em;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: center
}

.term-note {
  margin-top: .5em;
  font-size: 1.3em;
  text-align: center
}

@media (max-width:768px) {
  .term-note {
    font-size: 1.2em;
    text-align: center
  }
}

.term-notelist {
  margin-top: 2.5em
}

@media (max-width:768px) {
  .term-notelist {
    margin-top: 2em
  }
}

.term-noteitem {
  padding-left: 1em;
  font-size: 1.2em;
  text-indent: -1em
}

.term-noteitem:before {
  content: "※"
}

.term-noteitem:not(:first-of-type) {
  margin-top: .5em
}

.gas {
  margin-top: 1.5em;
  background: #e6f6ff;
  border-radius: .5em;
  -webkit-box-shadow: 0 4px 0 #57b2ea;
  box-shadow: 0 4px 0 #57b2ea
}

.gas-head {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center
}

@media (max-width:768px) {
  .gas-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4em;
    line-height: 1.4
  }
}

.gas-head .accordion-icon {
  background: #57b2ea
}

.gas-head-ttl {
  color: #57b2ea
}

@media (max-width:768px) {
  .gas-head-ttl {
    margin-left: 1em;
    text-align: left;
    text-indent: -1em
  }
}

.gas-body {
  display: none;
  padding: 0 1.5em 1.7em
}

@media (max-width:768px) {
  .gas-body {
    padding: 0 1em 1.4em
  }
}

.gas-body-inner {
  padding: 1.2em .8em;
  background: #fff
}

@media (max-width:768px) {
  .gas-body-inner {
    padding: 1.4em .8em
  }
}

.gas-area:not(:first-of-type) {
  padding-top: 1.3em;
  margin-top: 1.3em;
  border-top: 1px solid #707070
}

@media (max-width:768px) {
  .gas-area:not(:first-of-type) {
    padding-top: .6em;
    margin-top: 1em
  }
}

.gas-area-ttl {
  font-size: 1.4em;
  font-weight: 700
}

.gas-area-txt {
  margin-top: .2em;
  font-size: 1.3em
}

/* gas-popup */
.for-sp {
  display: none;
}

@media (max-width: 767px) {
  .for-sp {
    display: block;
  }
}

.for-pc {
  display: block;
}

@media (max-width: 767px) {
  .for-pc {
    display: none;
  }
}

.hidden {
  display: none;
}

.gas-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

.gas-popup * {
  box-sizing: border-box;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', Meiryo, 'ＭＳ Ｐゴシック', 'Arial', sans-serif;
}

.gas-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, .8);
  cursor: pointer;
}

.gas-popup-area {
  padding: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
}

.gas-popup-outer {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.gas-popup-inner {
  padding: 45px 0 30px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  z-index: 200001;
}

.gas-popup-box {
  height: 100%;
  overflow-y: scroll;
  padding: 0 23px 0 30px;
}

.gas-popup-box::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.gas-popup-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.popup-close {
  display: block;
  width: 24px;
  height: 24px;
  top: 24px;
  right: 24px;
  position: absolute;
  cursor: pointer;
}

.popup-close::before,
.popup-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  position: absolute;
  top: calc(14% - 1px);
}

.popup-close::before {
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  left: 14%;
}

.popup-close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.gas-popup-box {
  color: #323232;
  line-height: 1.5;
  text-align: center;
}

/* ガス訴求ポップ内に申込みボタンを追加 */
/* .gas-popup-box .opB .proceed-list {
  padding: 1em;
  background: #FFF0F0;
} */

.gas-popup-box .opB .proceed-item img {
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
}

.popup-catch {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.popup-catch:before,
.popup-catch:after {
  content: '';
  display: block;
  width: 2px;
  height: 28px;
  background: #E82229;
  position: absolute;
  top: 5px;
}

.popup-catch:before {
  left: -32px;
  transform: rotate(335deg);
}

.popup-catch:after {
  right: -26px;
  transform: rotate(25deg);
}

.popup-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  color: #313131;
}

.text--small {
  font-size: 26px;
}

.text--denki {
  color: #E82229;
}

.text--gas {
  color: #0080CB;
}

.text--emphasis {
  color: #E82229;
}

.text--black {
  color: #333;
}

.dib {
  display: inline-block;
}

.pr {
  position: relative;
}

.popup-point-area {
  background: #FFF0F0;
  padding: 48px 20px 20px;
  position: relative;
}

.popup-point-chatch-wrap {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}

.popup-point-catch {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #FB929E;
  border-radius: 30px;
  margin: 0 auto;
  padding: 7px 60px;
  position: relative;
}

.popup-point-catch:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FB929E transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.point-list {
  display: flex;
  counter-reset: my-counter;
}

.point-list-item {
  width: 290px;
  background: #fff;
  padding: 15px 15px 25px;
  text-align: center;
  position: relative;
  color: #333;
}

.point-list-item+.point-list-item {
  margin-left: 15px;
}

.point-list-item:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FFF0F0;
  color: #E82229;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #E82229;
  position: absolute;
  top: -10px;
  left: 10px;
}

.popup-img {
  font-size: 0;
  margin-bottom: 10px;
}

.popup-img img {
  width: 60px;
}

.point-list-title {
  font-size: 20px;
  font-weight: bold;
  display: inline;
}

.point-list-txt {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.point-list-txt--small {
  vertical-align: top;
  font-size: 10px;
}

.popup-section {
  padding-top: 40px;
}

.popup-section-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #E82229;
  border-bottom: 1px solid #E82229;
  padding-bottom: 10px;
}

.section-number {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #E82229;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #FFF0F0;
  border-radius: 50%;
  border: 1px solid #E82229;
  margin-left: 8px;
}

.popup-section-txt {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  text-align: center;
}

.popup-section-txt--small {
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

.popup-section-img {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 0;
}

.popup-section-img img {
  max-width: 500px;
}

.popup-application-title {
  background: #FFF0F0;
  text-align: center;
  color: #E82229;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 66px;
}

.application-icon {
  position: relative;
}

.application-icon:before {
  content: '';
  width: 60px;
  height: 91px;
  background: url(../images/tepcon.png);
  background-size: contain;
  position: absolute;
  top: -56px;
  left: -85px;
}

.popup-application-title--small {
  font-size: 26px;
}

.popup-application-txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.popup-application-txt--big {
  font-size: 24px;
}

.popup-application-img {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 0;
}

.popup-note-list {
  text-align: left;
  margin-top: 10px;
}

.popup-note-item {
  font-size: 14px;
  padding-left: 2em;
  text-indent: -2em;
}

.popup-note-item+.popup-note-item {
  margin-top: 5px;
}

.gasset-plan {
  border-radius: 5px;
  background: #EEEEEE;
  padding: 6px 15px;
  text-indent: 0;
  margin-top: 2px;
}

.gasset-plan-title {
  font-size: 14px;
  line-height: 1;
}

.gasset-plan-title .acd-label {
  color: #333;
}

.acd-check {
  display: none;
}

.gasset-plan-list {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.acd-label {
  display: block;
  position: relative;
  cursor: pointer;
}

.acd-label:before,
.acd-label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 2px;
  width: 12px;
  background: #555555;
  pointer-events: none;
}

.acd-label:after {
  transform: rotate(90deg);
}

.acd-check:checked+.gasset-plan-title .acd-label:after {
  display: none;
}

.acd-check:checked~.gasset-plan-list {
  height: auto;
  opacity: 1;
  visibility: visible;
  margin-bottom: 9px;
}

.gasset-plan-area {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}

.acd-check:checked~.gasset-plan-list .gasset-plan-area {
  margin-top: 15px;
}

.gasset-plan-item-wrap {
  margin-top: 5px;
  background: #fff;
  padding: 15px;
}

.plan-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2px;
}

.plan-item {
  font-size: 14px;
  color: #333;
  width: 44%;
  margin-bottom: 2px;
}

.plan-item::before {
  content: "・";
}

.plan-note {
  font-size: 14px;
  color: #7D7D7D;
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.plan-note:before {
  content: "※";
}

.popup-close-btn {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  padding: 6px 58px;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  background: #fff;
  margin: auto;
  line-height: 1.3;
  cursor: pointer;
}

.popup-close-btn-wrap {
  display: flex;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .scroll-btn {
    width: 70px;
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 11;
  }

  .scroll-btn__link {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
    width: 70px;
    height: 70px;
    border-radius: 8px;
    position: relative;
  }

  .scroll-btn__link:before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 61px;
    background: url(../images/icon_text_scroll.svg) no-repeat center center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }

  .close {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
  }

  .close::before,
  .close::after {
    height: 3px;
  }

  .popup-catch {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .popup-catch:before,
  .popup-catch:after {
    height: 23px;
    top: 0;
  }

  .popup-catch:before {
    left: -12px;
  }

  .popup-catch:after {
    right: -8px;
    transform: rotate(25deg);
  }

  .popup-title {
    font-size: 20px;
    margin-bottom: 37px;
  }

  .text--small {
    font-size: 18px;
  }

  .popup-point-catch {
    font-size: 16px;
    padding: 5px 44px;
  }

  .popup-point-area {
    padding: 33px 15px 15px;
  }

  .popup-point-chatch-wrap {
    top: -17px;
  }

  .point-list {
    flex-direction: column;
  }

  .point-list-item+.point-list-item {
    margin-left: 0;
    margin-top: 15px;
  }

  .point-list-item {
    width: 100%;
    padding: 10px 15px 15px;
  }

  .point-list-item:before {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    width: 30px;
    top: -5px;
    left: 5px;
  }

  .popup-img img {
    width: 40px;
  }

  .point-list-title {
    font-size: 16px;
  }

  .point-list-title--small {
    font-size: 10px;
    top: 14px;
    right: -27px;
  }

  .point-list-txt {
    margin-top: 10px;
    font-size: 12px;
  }

  .point-list-txt--small {
    font-size: 10px;
  }

  .popup-note-item {
    font-size: 10px;
    padding-left: 2em;
    text-indent: -2em;
  }

  .popup-note-item+.popup-note-item {
    margin-top: 10px;
  }

  .gasset-plan-title {
    font-size: 10px;
  }

  .gasset-plan {
    border-radius: 5px;
    padding: 4px 10px;
    margin-top: 3px;
  }

  .acd-label:before,
  .acd-label:after {
    height: 1px;
    width: 9px;
  }

  .acd-check:checked~.gasset-plan-list {
    margin-bottom: 6px;
  }

  .acd-check:checked~.gasset-plan-list .gasset-plan-area {
    margin-top: 10px;
  }

  .gasset-plan-area {
    font-size: 10px;
  }

  .gasset-plan-item-wrap {
    margin-top: 2px;
    padding: 10px
  }

  .plan-list {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: -1px;
  }

  .plan-item {
    font-size: 10px;
    width: 100%;
    margin-bottom: 1px;
  }

  .plan-note {
    font-size: 10px;
    margin-top: 10px;
  }

  .popup-section-title {
    font-size: 14px;
    padding-bottom: 7px;
  }

  .section-number {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .popup-section-txt {
    font-size: 16px;
    margin-top: 10px;
  }

  .popup-section-txt--small {
    font-size: 10px;
  }

  .popup-section-img {
    margin-top: 15px;
    display: block;
    width: 100%;
  }

  .popup-section-img img {
    width: 100%;
  }

  .popup-application-title {
    font-size: 20px;
    font-weight: bold;
    padding: 13px 10px 12px;
    margin-bottom: 15px;
    margin-top: 56px;
  }

  .popup-application-title--small {
    font-size: 18px;
  }

  .application-icon {
    padding-left: 20px;
  }

  .application-icon:before {
    width: 48px;
    height: 73px;
    top: -40px;
    left: -34px;
  }

  .popup-application-txt {
    font-size: 14px;
  }

  .popup-application-txt--big {
    font-size: 16px;
  }

  .popup-application-img {
    margin-top: 18px;
    width: 100%;
  }

  .popup-application-img img {
    width: 100%;
  }

  .popup-close-btn-wrap {
    margin-top: 40px;
  }

  .popup-close-btn {
    font-size: 12px;
    padding: 6px 46px;
  }
}

@media (max-width: 767px) {
  .moving {
    margin-top: 0;
  }

  .moving .steps {
    margin-top: 20px;
  }

  .step-contents {
    height: auto;
    padding: 10px;
    border-top: 2px solid #666;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
    display: none;
  }

  .step-contents--active {
    display: block;
  }

  .moving .step2-txt,
  .moving .step-number {
    font-size: 13px;
  }

  .moving .step-summary {
    padding-left: 0;
  }

  .moving .steps-item {
    padding: 10px;
  }

  .moving .step1-link {
    margin-top: 0;
    font-size: 13px;
    font-weight: normal;
  }

  .moving .step2-btn {
    margin-top: 0.55em;
    font-size: 13px;
  }

  .moving .step3-subheading-txt {
    font-size: 14px;
  }

  .moving .step3-inner-txt {
    font-size: 13px;
  }

  .moving .step3-inner {
    margin-top: 0;
  }

  .step-heading:after {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .step-heading:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 9px;
    z-index: 10;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
  }

  .moving .step-leadtxt {
    margin-top: 0;
    font-size: 13px;
  }

  .moving .step-heading {
    cursor: pointer;
    padding-bottom: 0;
  }

  .step-heading--active:before {
    transform: rotate(-45deg);
  }
}

.date-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
  line-height: 1;
}

.date {
  color: #D42134;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.date__num {
  font-size: 22px;
  color: #D42134;
}

.date-none {
  font-size: 13px;
  color: #646464;
  text-align: center;
}

.date-none .js-availableDate {
  color: #646464;
}

.date-none--emphasis {
  color: #D56F7B;
}

@media (max-width:768px) {
  .date-title {
    font-size: 14px;
    margin-top: 18px;
  }

  .date {
    font-size: 14px;
  }

  .date__num {
    font-size: 16px;
  }

  .date-none {
    font-size: 10px;
  }
}

.popup-note-item02 {
  color: #e62320;
  padding: 5px 0 0 0;
  text-indent: 0;
}

.popup-section-alart {
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  border-radius: 10px;
  background: #fff7dc;
  padding: 12px 12px;
  margin: 15px auto 0;
  text-align: left;
}

.popup-section-alart span {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 2px;
}

@media (max-width:768px) {
  .popup-section-alart {
    width: 100%;
    font-size: 10px;
    padding: 1em 1em;
    margin: 1em auto 0;
    text-align: left;
  }
}

.alart {
  width: 95%;
  font-size: 14px;
  color: #313131;
  border: 2px solid #FB929E;
  padding: 14px 16px;
  margin: 0 auto 30px;
  font-weight: normal;
}

.alart-ttl {
  color: #E03535;
  font-weight: bold;
  margin-bottom: 5px;
}

.alart-ttl:not(:first-child) {
  margin-top: 20px;
}

.alart .alart-txtlink {
  color: #E03535;
  text-decoration: underline;
}

.alart .alart-txtlink:hover {
  text-decoration: none;
}

@media (max-width:768px) {
  .alart {
    width: 100%;
    font-size: 11px;
    border: 1px solid #FB929E;
    padding: 12px 15px;
    margin-bottom: 20px;
  }

  .alart-ttl:not(:first-child) {
    margin-top: 20px;
  }
}

.opA__mainte {
  padding-top: 2%;
  color: #D42134;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width:768px) {
  .opA__mainte {
    padding-top: 3%;
    font-size: 14px;
  }
}

/* 20230910 追加 */
.service-list {
  width: 100%;
  max-width: 1240px;
  margin: 80px auto 0;
  overflow: hidden;
}

.service-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.1%;
}

.service-list ul li {
  margin: 0 0.1%;
  width: calc(100% / 4);
  overflow: hidden;
  border: 3px solid #fb929e;
  border-radius: 20px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service-list ul.col3 li {
  margin: 0 0.1%;
  width: calc(100% / 3);
  overflow: hidden;
  border: 3px solid #fb929e;
  border-radius: 20px;
  background: #FFF;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.service-list ul li img {
  width: 100%;
  height: auto;
}

.service-list .hover {
  -webkit-transition: opacity .1s;
  transition: opacity .1s
}

.service-list .hover:hover {
  opacity: .5
}

.service-popup-img-01,
.service-popup-img-02,
.service-popup-img-03,
.service-popup-img-04,
.service-popup-img-05,
.service-popup-img-06 {
  width: 100%;
  max-width: 1000px;
  margin: 2.4038% auto 0;
}

.service-popup-img-01 img,
.service-popup-img-02 img,
.service-popup-img-03 img,
.service-popup-img-04 img,
.service-popup-img-05 img,
.service-popup-img-06 img {
  width: 100%;
  height: auto;
}

.service-popup-img-06 p {
  margin: 1% 0 1% 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.service-popup-img-01,
.service-popup-img-02 {
  margin: 2.5% auto;
}

p.service-note {
  margin-top: 2.4038%;
  font-size: 12px !important;
  line-height: 1.5;
  text-align: left;
}

p.service-note a {
  color: #57b2ea;
  text-decoration: underline;
}

#gas-popup-name-service02 h2 {
  margin: 5% 0 2.5%;
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: left;
}

#gas-popup-name-service02 h3 {
  margin-top: 2.4038%;
  line-height: 2.5;
  color: #eb1e1e;
  text-align: left;
}

#gas-popup-name-service02 ul.note-list {}

#gas-popup-name-service02 ul.note-list li.text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  text-align: left;
}

#gas-popup-name-service02 ul.note-list li.note-txt {
  margin-top: 2.4038%;
  font-size: 12px;
  text-align: left;
}

#gas-popup-name-service04 .service-popup-img-02 img {
  width: 80%;
}

@media (max-width:767px) {
  .service-list {
    width: 92.56845vw;
    max-width: none;
    /* margin: 4.1721vw auto 0; */
    margin: 0 auto;
  }

  .service-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin: 0;
  }

  .service-list ul li {
    margin-top: 4.1721vw;
    width: 100%;
    overflow: hidden;
    border: 3px solid #fb929e;
    border-radius: 2.60756vw;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-sizing: border-box;
  }

  .service-list ul.col3 li {
    margin-top: 4.1721vw;
    width: 100%;
    overflow: hidden;
    border: 3px solid #fb929e;
    border-radius: 2.60756vw;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-sizing: border-box;
  }

  p.service-note {
    margin-top: 4.9211%;
    font-size: 12px !important;
    line-height: 1.5;
    text-align: left;
  }

  #gas-popup-name-service02 h2 {
    font-size: 20px;
  }

  #gas-popup-name-service02 h3 {
    margin-top: 2.4038%;
    line-height: 2.5;
    color: #eb1e1e;
    text-align: left;
  }

  #gas-popup-name-service02 ul.note-list li.text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    text-align: left;
  }

  #gas-popup-name-service02 ul.note-list li.note-txt {
    margin-top: 2.4038%;
    font-size: 12px;
    text-align: left;
  }

  .service-popup-img-01,
  .service-popup-img-02 {
    margin: 10% auto;
  }

  .service-popup-img-06 p {
    font-size: 18px;
    font-weight: bold;
  }
}

/* 20230919 床暖用 追加 */

/* ３バナー等背景グレーに */
.el-common-procedure__wrap,
.el-common-relevance__wrap,
.el-common-relevance__wrap--ptnB {
  margin: 0 auto 0;
  /* padding-top: 60px;
  padding-bottom: 60px; */
  padding: 0;
  background-color: #F8F8F8;

  @media (max-width: 767px) {
    padding-top: 10px;
  }
}

.el-common-relevance__wrap,
.el-common-relevance__wrap--ptnB {
  padding-top: 1px;
}

.el-common-relevance__wrap {
  background-color: #FFF;
  padding-bottom: 80px;

  @media (max-width: 767px) {
    padding-bottom: 30px;
  }
}

.el-mv-menu {
  margin: 0 auto 0;
  padding-top: 60px;

  @media (max-width: 767px) {
    padding-top: 20px;
  }
}

.el-common-procedure .el-mv-menu {
  padding-bottom: 60px;
}

.el-common-relevance__wrap--ptnB .service-list ul.col3 li {
  border: 3px solid #CCC;
}

.el-common-relevance__wrap--ptnB .el-mv-menu__item2 {
  background: #FFF;
  border: 3px solid #CCC;
}

.el-common-relevance__wrap--ptnB .el-mv-menu__item2>a:after {
  border-top: solid 3px #CCC;
  border-right: solid 3px #CCC;
}

.el-common-relevance__wrap--ptnB .el-mv-menu__item2:hover:not(.el-mv-menu__item2--type-btn) {
  background-color: #eee;
}

#content-body .el-mv-menu-ttl {
  color: #313131;
}

@media (max-width: 767px) {
  .moving:nth-last-of-type() {
    margin: 0;
  }
}

#content-body-wrapper {
  margin-bottom: 0;
}

/* ３バナー等背景グレーに */

/* 20240206 ボタン追加分 */
.js-adInflow {
  display: none;
}


/* 20240913 文言改修リンクボタン追加 */

.moving02 .moving-txtlink {
  color: #57b2ea;
  text-decoration: underline;
}

.gas-head:has(.gas__head-title) {
  text-align: left;
}

.gas__head-title {
  display: block;
  color: #57b2ea;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.gas__head-title--pc-newline {
  display: inline;
}

.term__note-wrapper {
  display: flex;
  width: 100%;
  margin-top: 2.5em;
  font-size: 1.2em;
  font-weight: 500;
}

.term__note-asterisk {
  display: inline-block;
  width: fit-content;
}

.term__note {
  display: block;
}

@media screen and (max-width: 768px) {

  .gas__head-title--pc-newline {
    display: none;
  }

  .term__note-wrapper {
    margin-top: 2em;
  }
}

/* 20241107 表記修正 */

.point-list-title--wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.point-list-title--small {
  display: inline;
  font-size: 1.2rem;
  font-weight: normal;
}

.point-list-title--small.position-top {
  vertical-align: top;
  font-size: 1.0rem;
}

.popup__note-item--wrap {
  display: flex;
  gap: 1.4rem;
  text-align: start;
}

.popup__note-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup-section-img.no-margin {
  margin-top: 0;
}

.point-list-txt.point-list-txt--compact {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .point-list-txt.point-list-txt--compact {
    font-size: 1rem;
  }

  .point-list-title--small.position-top {
    font-size: 0.8rem;
  }

  .popup__note-list {
    font-size: 1.2rem;
  }
}

/* 20241223 WEBG_BPJ-3111 【実装】[引越TOP]申込み内容照会サイトへのリンク追加＿コーディング */

.moving-start {
  background-color: #FEF0EF;
  padding: 60px 0;
}

.moving-start--container {
  padding-top: 60px;
}

.moving-start .moving,
.moving-check .moving {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.moving-check__wrap {
  padding-top: 60px;
}

.moving-check {
  padding: 60px 0;
  background-color: #FDE8E7;
}

.moving-check__ttl {
  display: table;
  margin: auto;
  font-size: 3.0rem;
  line-height: 1;
  text-align: center
}

.moving-check__button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 100%;
  max-width: 420px;
  background-color: #ffffff;
  border: 3px solid #FB929E;
  border-radius: 40px;
  box-shadow: 0 4px 0 0 #D46B77;
}

.moving-check__button:hover {
  transition: opacity .1s;
  opacity: .5;
}

.moving-check__button--container {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.moving-check__button--text {
  font-size: 2.0rem;
  font-weight: 700;
}

.moving-check__button--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 11px;
  height: 18px;
}

.moving-check__button--arrow img {
  width: 100%;
  height: auto;
}

.moving-check__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  width: fit-content;
}

.moving-check__info--text {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
}

.moving-check__info:hover .moving-check__info--text {
  text-decoration: none;
}

.moving-check__info--icon {
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
}

.moving-check__info--icon img {
  width: 100%;
  height: auto;
}

.arrow-textlink--container {
  display: flex;
  justify-content: end;
}

.arrow-textlink {
  display: flex;
  gap: 5px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.arrow-textlink--text {
  font-size: 1.4rem;
  font-weight: 400;
  color: #313131;
  text-decoration: underline;
}

.arrow-textlink:hover .arrow-textlink--text {
  text-decoration: none;
}

.arrow-textlink--icon {
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
}

.arrow-textlink--icon img {
  width: 100%;
  height: auto;
}

.el-common__main-underline.el-common__underline-wrap.moving-ttl-bottom {
  margin-top: 18px;
}

.el-mv-menu {
  padding-top: 80px;
}

.el-mv-menu__list2 {
  margin-top: 45px;
}

.el-common-relevance__wrap {
  padding: 0 0 60px;
}

.moving-top {
  margin-bottom: 0;
}

.moving-txtlink {
  cursor: pointer;
}

.moving .moving-ttl,
.el-mv-menu-ttl {
  font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
  .moving {
    margin-bottom: 40px;
  }

  .moving .moving-ttl-bottom {
    margin: 9px auto 30px;
  }

  .moving-start--container {
    padding-top: 40px;
  }

  .moving-start {
    padding: 40px 0;
  }

  .moving-check__wrap {
    padding-top: 40px;
  }

  .moving-check {
    padding: 40px 0;
  }
  
  .moving-check .moving {
    padding: 0;
  }
  
  .moving-check__ttl {
    font-size: 2.0rem;
  }

  .moving-check__button {
    height: 60px;
    max-width: none;
    margin: 0 40px;
  }

  .moving-check__button--text {
    font-size: 1.6rem;
  }

  .moving-check__button--arrow {
    width: auto;
    height: 11px;
  }

  .moving-check__button--arrow img {
    height: 100%;
    width: auto;
    vertical-align:baseline
  }

  .el-common-relevance__wrap {
    padding: 40px 0;
  }

  .el-mv-menu {
    padding-top: 40px;
  }

  .arrow-textlink--container {
    padding-top: 15px;
    justify-content: center;
  }

  .el-common__main-underline.el-common__underline-wrap.moving-ttl-bottom {
    margin-top: 9px;
  }

  .el-mv-menu__list2 {
    margin-top: 30px;
  }

  .moving.moving-top {
    margin-bottom: 0;
  }

  .moving .moving-ttl,
  .el-mv-menu-ttl {
    font-size: 2.0rem;
  }
}

/* 20250317ボタンの英語化 */

.procedure-button__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2px;
  padding-bottom: 4px;
}

.procedure-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  background-color: #FFFFFF;
  border: solid #FB929E 3px;
  border-radius:15% / 50%;
  box-shadow: 0 4px 0 0 #D46B77;
  transition: opacity .1s;
  padding:18px 0;
  text-decoration: none !important;
}

.procedure-button:hover {
  opacity: 0.5;
}

.procedure-button__text {
  display: block;
  width: fit-content;
  font-size: 238%;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.procedure-button__text--red {
  color: #e82229;
}

.procedure-button__text--blue {
  color: #2182c0;
}

.procedure-button__text--red,
.procedure-button__text--blue {
  font-size: 1.1em;
}

.procedure-button__arrow {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  height: 15%;
  aspect-ratio: 0.611 / 1;
}

.procedure-button__arrow--img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
}

.procedure-button__text--sp-only {
  display: none;
}

.procedure-button__list.--in-popup .procedure-button__text {
  font-size: clamp(1px, 1.6vw, 18px);
}

.procedure-button__list.--in-popup .procedure-button {
  padding: 15px 0;
}

.procedure-button__list.--pop-t{
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  
  .procedure-button__list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
    "area1 area1"
    "area2 area3";
    column-gap: 2px;
    row-gap: 10px;
    padding-bottom: 4px;
  }

  .procedure-button {
    aspect-ratio: auto;
    padding: 10px 0;
    border-radius:20% / 50%;
    border: solid #FB929E 4px;
  }

  .procedure-button:nth-of-type(1) {
    grid-area: area1;
    border-radius:10% / 50%;
  }

  .procedure-button:nth-of-type(2) {
    grid-area: area2;
  }

  .procedure-button:nth-of-type(3) {
    grid-area: area3;
  }

  .procedure-button__text {
    font-size: 190%;
    line-height: 1.2;
  }

  .procedure-button__text--sp-only {
    display: inline;
  }

  .procedure-button__arrow {
    right: 9%;
    height: 23%;
  }

  .procedure-button__text--red,
  .procedure-button__text--blue {
    font-size: 1.0em;
  }
  
  .procedure-button__list.--in-popup .procedure-button__text {
    font-size: 4.5vw;
  }
  
  .procedure-button__list.--in-popup .procedure-button {
    padding: 8px 0;
    border: solid #FB929E 3px;
  }

}