@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  visibility: hidden;
  opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html.wf-active {
  visibility: visible;
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
  color: #333333;
  margin: 0;
  letter-spacing: 0px;
}

.pc-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-show {
    display: block;
  }
}

a, input, button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.d-inline {
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  a {
    -webkit-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
  }
  a:hover {
    opacity: 0.5;
  }
}

.pageTop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: fixed;
  z-index: 30;
  width: 170px;
  bottom: 50px;
  right: 36px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pageTop {
    width: 100%;
    right: 0;
    bottom: 0px;
  }
}
.pageTop__picture {
  display: block;
  width: 100%;
}
.pageTop__pc {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .pageTop__pc {
    display: none;
  }
}
.pageTop__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pageTop__sp {
    display: block;
    height: 91px;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background-color: #E85F5F;
  }
}
.pageTop__sp__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
  max-width: 332px;
  margin: auto;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pageTop__sp__icon {
  display: block;
  width: 99px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTop__sp__ttl {
  margin-left: 16px;
  width: 194px;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTop.__show {
  opacity: 1;
}
.pageTop:hover {
  opacity: 0.7;
}

.inner-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.caution, .favor, .gas {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .caution, .favor, .gas {
    padding: 80px 0;
  }
}

.denki .denki__linktext {
  color: #1492D5;
  font-weight: 500;
  text-decoration: underline;
}
.denki .denki__btn {
  height: 120px;
  width: 100%;
  background-color: #E85F5F;
  -webkit-box-shadow: 0 5px 0 #b11817;
          box-shadow: 0 5px 0 #b11817;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-size: 24.53px;
  background-image: url("../img/btn_arrow.png");
}


.disable_btn {
  height: 120px;
  width: 100%;
  background-color: #989898;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-size: 24.53px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 22px
}
.disable_btn {
  height: 120px;
  width: 100%;
  background-color: #989898;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-size: 24.53px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px
}

@media screen and (max-width: 768px) {
  .denki .denki__btn {
    height: 55px;
    background-position: center right 20px;
    background-size: 14.47px;
  }
}

.denki .denki__btn._space {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .denki .denki__btn._space {
    margin-top: 30px;
  }
}
.denki .denki__btn img {
  width: 100%;
  display: block;
  height: auto;
}
.denki .denki__btn._blue {
  background-color: #1756B9;
  -webkit-box-shadow: 0 5px 0 #184996;
          box-shadow: 0 5px 0 #184996;
  margin-top: 30px;
  background-position: center right 30px;
}
@media screen and (max-width: 768px) {
  .denki .denki__btn._blue {
    height: 70px;
    background-position: center right 20px;
  }
}
.denki .denki__btn__image {
  max-width: 510px;
}
@media screen and (max-width: 768px) {
  .denki .denki__btn__image {
    max-width: 205.57px;
  }
}
.denki .denki__kv {
  width: 100%;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .denki .denki__kv {
    height: auto;
  }
}
.denki .denki__kv__back {
  width: 100%;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .denki .denki__kv__back {
    display: none;
  }
}
.denki .denki__kv__back img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.denki .denki__kv__ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 30px;
  width: 73.2%;
  z-index: 2;
  height: 84.375%;
}
@media screen and (max-width: 768px) {
  .denki .denki__kv__ttl {
    display: none;
  }
}
.denki .denki__kv__icon {
  width: 41.14%;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .denki .denki__kv__icon {
    display: none;
  }
}
.denki .denki__kv__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.denki .denki__kv__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.denki .denki__kv__picture img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.denki .denki__kv__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .denki .denki__kv__sp {
    display: block;
    width: 100%;
  }
}
.denki .denki__kv__sp img {
  width: 100%;
  height: auto;
  display: block;
}
.denki .denki__application {
  background-image: url("../img/application_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 150px;
}
@media screen and (max-width: 768px) {
  .denki .denki__application {
    padding: 80px 0;
    background-image: url("../img/application_back_sp.jpg");
  }
}
.denki .denki__application__inner {
  max-width: 1200px;
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .denki .denki__application__inner {
    width: calc(100% - 40px);
  }
}
.denki .denki__application__ttl {
  position: relative;
  font-weight: 700;
  font-size: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .denki .denki__application__ttl {
    font-size: 26px;
  }
}
.denki .denki__application__ttl span {
  position: relative;
  z-index: 4;
}
.denki .denki__application__ttl:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 1px;
  height: 13px;
  width: 100%;
  background-color: #FFF091;
}
@media screen and (max-width: 768px) {
  .denki .denki__application__ttl:after {
    height: 9px;
    bottom: 3px;
  }
}
.denki .denki__application__image {
  width: 100%;
  max-width: 735px;
  margin: 64px auto 82px;
}
@media screen and (max-width: 768px) {
  .denki .denki__application__image {
    margin: 40px auto;
  }
}
.denki .denki__application__image img {
  display: block;
  width: 100%;
  height: auto;
}
.denki .denki__application__notice {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .denki .denki__application__notice {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.denki .denki__application__notice a {
  color: #333333;
  text-decoration: underline;
}
.denki .denki__application__btn {
  max-width: 640px;
  margin: auto;
}
.denki .denki__application__btn img {
  max-width: 425px;
}
@media screen and (max-width: 768px) {
  .denki .denki__application__btn img {
    max-width: 226.7px;
  }
}
.denki .denki__application__link {
  display: block;
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 7px;
  position: relative;
  color: #E85F5F;
}
@media screen and (max-width: 768px) {
  .denki .denki__application__link {
    font-size: 16px;
    margin: 40px auto 0;
    padding-bottom: 3px;
  }
}
.denki .denki__application__link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #E85F5F;
}
@media screen and (max-width: 768px) {
  .denki .denki__application__link:after {
    height: 2px;
  }
}
.denki .denki__plan {
  background-color: #DBE9F5;
  padding: 142px 0 150px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan {
    padding: 80px 0;
  }
}
.denki .denki__plan__inner {
  max-width: 880px;
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .denki .denki__plan__inner {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__inner {
    width: calc(100% - 40px);
  }
}
.denki .denki__plan__ttl {
  width: 100%;
  max-width: 552px;
  margin: auto;
}
.denki .denki__plan__ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.denki .denki__plan__content {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content {
    margin-top: 48px;
  }
}
.denki .denki__plan__content._first {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content._first {
    margin-top: 56px;
  }
}
.denki .denki__plan__content__ttl {
  width: 240px;
  height: 80px;
  border-radius: 40px;
  background-color: #1492D5;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__ttl {
    height: 64px;
    width: 200px;
  }
}
.denki .denki__plan__content__ttl img {
  width: 89.67px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__ttl img {
    width: 82.67px;
  }
}
.denki .denki__plan__content__ttl img._two {
  width: 96.95px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__ttl img._two {
    width: 89.67px;
  }
}
.denki .denki__plan__content__ttl img._three {
  width: 97.19px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__ttl img._three {
    width: 89.67px;
  }
}
.denki .denki__plan__content__wrap {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #1492D5;
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap {
    margin-top: -32px;
  }
}
.denki .denki__plan__content__wrap._first {
  padding: 16px 16px 50px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap._first {
    padding: 56px 16px 40px;
  }
}
.denki .denki__plan__content__wrap._two {
  padding: 80px 16px 50px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap._two {
    padding: 56px 16px 40px;
  }
}
.denki .denki__plan__content__wrap._three {
  padding: 80px 16px 40px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap._three {
    padding: 56px 16px 40px;
  }
}
.denki .denki__plan__content__wrap._end {
  margin-top: 0;
  padding: 50px 16px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap._end {
    padding: 32px 16px 40px;
  }
}
.denki .denki__plan__content__wrap .onettl {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .onettl {
    font-size: 40px;
    line-height: 1.25;
  }
}
.denki .denki__plan__content__wrap .onettl .line {
  width: 110px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .onettl .line {
    width: 64px;
  }
}
.denki .denki__plan__content__wrap .onettl .line:after {
  content: "";
  height: 7px;
  width: 100%;
  background-color: #333333;
  position: absolute;
  left: 0;
  bottom: 11px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .onettl .line:after {
    height: 5px;
  }
}
.denki .denki__plan__content__wrap .onettl .is-big {
  color: #E83817;
  font-size: 120px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .onettl .is-big {
    line-height: 1;
    font-size: 80px;
  }
}
.denki .denki__plan__content__wrap .onettl .en {
  color: #E83817;
}
.denki .denki__plan__content__wrap .oneimg {
  display: block;
  width: 100%;
  max-width: 610px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .oneimg {
    max-width: 400px;
    margin-top: 40px;
  }
}
.denki .denki__plan__content__wrap .oneimg img {
  width: 100%;
  height: auto;
  display: block;
}
.denki .denki__plan__content__wrap .twosub {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .twosub {
    font-size: 24px;
  }
}
.denki .denki__plan__content__wrap .twomain {
  font-size: 56px;
  color: #E83817;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -16px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .twomain {
    font-size: 30px;
  }
}
.denki .denki__plan__content__wrap .twomain::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: -1;
  width: 100%;
  height: 30px;
  background-color: #FEE100;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .twomain::before {
    height: 20px;
    bottom: 16px;
  }
}
.denki .denki__plan__content__wrap .twomain span {
  font-size: 120px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .twomain span {
    font-size: 64px;
  }
}
.denki .denki__plan__content__wrap .twoimg {
  width: 100%;
  max-width: 443.77px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .twoimg {
    margin-top: 16px;
  }
}
.denki .denki__plan__content__wrap .twoimg img {
  width: 100%;
  height: auto;
  display: block;
}
.denki .denki__plan__content__wrap .threesub {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threesub {
    font-size: 24px;
  }
}
.denki .denki__plan__content__wrap .threeflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threeflex {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.denki .denki__plan__content__wrap .threeflex__icon {
  width: 42.67px;
  margin-right: 23px;
}
.denki .denki__plan__content__wrap .threeflex__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.denki .denki__plan__content__wrap .threeflex__main {
  margin-top: -4px;
  font-size: 32px;
  font-weight: 700;
  color: #1492D5;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threeflex__main {
    font-size: 24px;
    margin-top: 12px;
    text-align: center;
  }
}
.denki .denki__plan__content__wrap .threemain {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threemain {
    margin-top: 20px;
  }
}
.denki .denki__plan__content__wrap .threemain__sub {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threemain__sub {
    font-size: 18px;
  }
}
.denki .denki__plan__content__wrap .threemain__main {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin-top: -18px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threemain__main {
    font-size: 40px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threemain__main._spcenter {
    text-align: center;
  }
}
.denki .denki__plan__content__wrap .threemain__main .is-img {
  display: inline-block;
  width: 81px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threemain__main .is-img {
    display: block;
    width: 72px;
    margin: 24px auto -12px;
  }
}
.denki .denki__plan__content__wrap .threemain__main .is-img img {
  display: block;
  width: 100%;
  height: auto;
}
.denki .denki__plan__content__wrap .threemain__main .is-oswald {
  color: #E83817;
  font-family: "Oswald", sans-serif;
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threemain__main .is-oswald {
    font-size: 64px;
  }
}
.denki .denki__plan__content__wrap .threemain__main .is-red {
  color: #E83817;
}
.denki .denki__plan__content__wrap .threemain__last {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .threemain__last {
    font-size: 24px;
    margin-top: -8px;
  }
}
.denki .denki__plan__content__wrap .three_musical {
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 700;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .three_musical {
    font-size: 18px;
    margin-top: 24px;
  }
}
.denki .denki__plan__content__wrap .three_musical span {
  color: #E83817;
  font-size: 56px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .three_musical span {
    font-size: 34px;
  }
}
.denki .denki__plan__content__wrap .threeimg {
  margin: 25px auto 0;
  width: 100%;
  max-width: 400px;
}
.denki .denki__plan__content__wrap .threeimg img {
  width: 100%;
  height: auto;
  display: block;
}
.denki .denki__plan__content__wrap .endttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 48px;
  margin: auto;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .endttl {
    font-size: 36px;
  }
}
.denki .denki__plan__content__wrap .endttl small {
  font-size: 32px;
  color: #1492D5;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .endttl small {
    font-size: 24px;
  }
}
.denki .denki__plan__content__wrap .endttl .is-blue {
  color: #1492D5;
}
.denki .denki__plan__content__wrap .endttl .is-small {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .endttl .is-small {
    font-size: 28px;
  }
}
.denki .denki__plan__content__wrap .endflex {
  max-width: 664px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .endflex {
    max-width: 300px;
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.denki .denki__plan__content__wrap .endflex__text {
  font-size: 24px;
  font-weight: 700;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .endflex__text {
    font-size: 20px;
  }
}
.denki .denki__plan__content__wrap .endflex__img {
  width: 204px;
  margin-left: 30px;
  margin-right: -42px;
}
@media screen and (max-width: 992px) {
  .denki .denki__plan__content__wrap .endflex__img {
    margin-left: 10px;
    margin-right: -24px;
  }
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap .endflex__img {
    margin-right: 0;
    margin-left: auto;
  }
}
.denki .denki__plan__content__wrap .endflex__img img {
  width: 100%;
  display: block;
  height: auto;
}
.denki .denki__plan__content__wrap__notice {
  max-width: 709px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap__notice {
    margin-top: 24px;
  }
}
.denki .denki__plan__content__wrap__notice._space {
  margin-top: 20px;
}
.denki .denki__plan__content__wrap__notice._last {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap__notice._last {
    margin-top: 24px;
  }
}
.denki .denki__plan__content__wrap__notice__item {
  position: relative;
  font-size: 13px;
  padding-left: 13px;
  line-height: 20px;
}
.denki .denki__plan__content__wrap__notice__item:before {
  content: "(*)";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 20px;
}
.denki .denki__plan__content__wrap__notice._kome {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap__notice._kome {
    margin-top: 24px;
  }
}
.denki .denki__plan__content__wrap__notice._kome li:before {
  content: "※";
}
.denki .denki__plan__content__wrap__line {
  margin: 40px auto 0;
  width: 100%;
  max-width: 720px;
  height: 1px;
  background-color: #1492D5;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__content__wrap__line {
    margin: 30px auto 0;
  }
}
.denki .denki__plan__circle {
  margin: 50px auto;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1756B9;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__circle {
    width: 80px;
    height: 80px;
    margin: 30px auto;
  }
}
.denki .denki__plan__circle span {
  width: 64px;
  height: 64px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .denki .denki__plan__circle span {
    width: 48px;
    height: 48px;
  }
}
.denki .denki__plan__circle span:before, .denki .denki__plan__circle span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FFFFFF;
}
.denki .denki__plan__circle span:before {
  width: 100%;
  height: 3px;
}
.denki .denki__plan__circle span:after {
  height: 100%;
  width: 3px;
}
.denki .denki__plan__end {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #1492D5;
}
.denki .denki__list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .denki .denki__list {
    margin-top: 48px;
  }
}
.denki .denki__list__item {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .denki .denki__list__item {
    font-size: 16px;
    padding-left: 18px;
  }
}
.denki .denki__list__item:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .denki .denki__list__item:nth-child(n+2) {
    margin-top: 6px;
  }
}
.denki .denki__list__item:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1492D5;
}
@media screen and (max-width: 768px) {
  .denki .denki__list__item:before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}

.charge {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .charge {
    margin-top: 64px;
  }
}
.charge .inner-content {
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .charge .inner-content {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .charge .inner-content {
    width: calc(100% - 40px);
  }
}
.charge .accordion-btn {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1992D5;
  width: 100%;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .charge .accordion-btn {
    height: 64px;
  }
}
.charge .accordion-btn .text {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .charge .accordion-btn .text {
    font-size: 18px;
  }
}
.charge .accordion-btn .arrow {
  position: absolute;
  right: 40px;
  top: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: 19px;
  height: 19px;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
      -ms-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .charge .accordion-btn .arrow {
    width: 14px;
    height: 14px;
    right: 16px;
    top: 25px;
  }
}
.charge .accordion-btn.is-active .arrow {
  -webkit-transform: translateY(25%) rotate(-45deg);
      -ms-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
.charge .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #FFFFFF;
}
.charge .accordion__content.is-open {
  overflow: initial;
  height: auto;
  line-height: 1.5;
  opacity: 1;
  padding: 58px 24px 50px;
}
@media screen and (max-width: 768px) {
  .charge .accordion__content.is-open {
    padding: 40px 12px 40px;
  }
}
.charge .accordion__content__inner {
  max-width: 840px;
  margin: auto;
}
.charge__annotation {
  width: 100%;
  margin: 0px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 700;
  background-color: #FEE100;
  height: 97px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .charge__annotation {
    margin: 0px 0 0px;
    height: 78px;
  }
}
.charge__annotation:after {
  content: "";
  display: block;
  margin-bottom: -12px;
  margin-left: 5px;
  background-image: url("../img/charge_mark.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .charge__annotation:after {
    width: 18px;
    height: 30px;
  }
}
.charge__annotation__sub {
  font-size: 30px;
  margin: 0;
  margin-bottom: -12px;
}
@media screen and (max-width: 768px) {
  .charge__annotation__sub {
    font-size: 20px;
  }
}
.charge__annotation__main {
  color: #E85F5F;
  font-size: 62px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  margin: 0;
  margin-top: -6px;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .charge__annotation__main {
    font-size: 48px;
    margin-left: 2px;
  }
}
.charge__annotation__end {
  font-size: 36px;
  color: #E85F5F;
  margin: 0;
  margin-bottom: -6px;
}
@media screen and (max-width: 768px) {
  .charge__annotation__end {
    font-size: 26px;
  }
}
.charge__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .charge__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.charge__list:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #1492D5;
  background-image: url("../img/charge_plus.png");
  background-size: 30.68px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .charge__list:after {
    width: 48px;
    height: 48px;
    background-size: 20.68px;
    top: 48.5%;
  }
}
.charge__list__block {
  width: 48%;
  border-radius: 10px;
  border: 2px solid #1492D5;
  padding: 34px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .charge__list__block {
    width: 100%;
    margin-top: 24px;
  }
}
.charge__list__block__inner {
  max-width: 400px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.charge__list__block__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .charge__list__block__ttl {
    font-size: 22px;
    padding-top: 0;
  }
}
.charge__list__block__ttl02 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .charge__list__block__ttl02 {
    font-size: 18px;
  }
}
.charge__list__block__ttl02 span {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .charge__list__block__ttl02 span {
    padding-right: 16px;
  }
}
.charge__list__block__ttl02 span:after {
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: -4px;
}
@media screen and (max-width: 768px) {
  .charge__list__block__ttl02 span:after {
    font-size: 10px;
  }
}
.charge__list__block__ttl02.is-one span:after {
  content: "※1";
}
.charge__list__block__ttl02.is-two span:after {
  content: "※2";
}
.charge__list__block__ttl02.is-three span:after {
  content: "※3";
  color: #333333;
}
.charge__list__block__ttl02.is-four span:after {
  content: "※4";
  color: #333333;
}
.charge__list__block__ltop {
  margin: 40px 0px 0;
  background-color: #1492D5;
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFFFFF;
  padding: 8px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .charge__list__block__ltop {
    margin: 20px 0 0;
    border-radius: 6px;
    width: calc(100% - 28px);
  }
}
.charge__list__block__lbottom {
  padding: 20px;
  background-color: #E9EEF3;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .charge__list__block__lbottom {
    padding: 24px 12px;
  }
}
.charge__list__block__lbottom__block {
  color: #FFFFFF;
  background-color: #1492D5;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .charge__list__block__lbottom__block {
    border-radius: 6px;
  }
}
.charge__list__block__lbottom__kakeru {
  margin: 8px auto;
  width: 18px;
}
.charge__list__block__lbottom__kakeru img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.charge__list__block__usage {
  border: 2px solid #1492D5;
  font-size: 18px;
  font-weight: 700;
  padding: 9.5px 0;
  margin: 0;
  text-align: center;
  background: #FFFFFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .charge__list__block__usage {
    font-size: 16px;
  }
}
.charge__list__block__kakeru {
  margin: 8px auto;
  width: 18px;
}
.charge__list__block__kakeru img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.charge__list__block__lplus {
  width: 22.93px;
  margin: 22px auto;
}
@media screen and (max-width: 768px) {
  .charge__list__block__lplus {
    margin: 12px auto;
  }
}
.charge__list__block__lplus img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.charge__list__block__rplus {
  width: 22.93px;
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  .charge__list__block__rplus {
    margin: 10px auto;
  }
}
.charge__list__block__rplus img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.charge__list__block__rtop {
  padding: 20px;
  background-color: #E9EEF3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .charge__list__block__rtop {
    padding: 20px 12px;
    border-radius: 6px;
  }
}
.charge__list__block__rbottom {
  padding: 16px 20px;
  background-color: #E9EEF3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .charge__list__block__rbottom {
    padding: 16px 12px;
    border-radius: 6px;
  }
}
.charge__planb {
  background-color: #E9EEF3;
  padding: 12px 8px;
  text-align: center;
  margin: 20px 0;
  font-size: 26px;
  font-weight: 700;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .charge__planb {
    font-size: 18px;
    margin: 16px 0;
  }
}
.charge__note {
  font-size: 13px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .charge__note {
    font-size: 11px;
    margin: 0;
    line-height: 20px;
  }
}
.charge__note a {
  color: #1492D5;
  font-weight: 500;
  text-decoration: underline;
}

.gas {
  background-color: #FAFAFA;
}
.gas__inner {
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .gas__inner {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .gas__inner {
    width: calc(100% - 40px);
  }
}
.gas .gas__ttl {
  width: 90%;
  max-width: 622px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .gas .gas__ttl {
    width: 100%;
    max-width: 325px;
  }
}
.gas .gas__ttl img {
  width: 100%;
  height: auto;
  display: block;
}
.gas__accordion {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .gas__accordion {
    margin-top: 32px;
  }
}
.gas__accordion .accordion-btn {
  position: relative;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1992D5;
  width: 100%;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion-btn {
    height: 64px;
  }
}
.gas__accordion .accordion-btn .text {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion-btn .text {
    font-size: 18px;
  }
}
.gas__accordion .accordion-btn .arrow {
  position: absolute;
  right: 36px;
  top: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: 19px;
  height: 19px;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
      -ms-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion-btn .arrow {
    width: 14px;
    height: 14px;
    right: 16px;
    top: 25px;
  }
}
.gas__accordion .accordion-btn.is-active .arrow {
  -webkit-transform: translateY(25%) rotate(-45deg);
      -ms-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}
.gas__accordion .accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #FFFFFF;
}
.gas__accordion .accordion__content.is-open {
  overflow: initial;
  height: auto;
  line-height: 1.5;
  opacity: 1;
  padding: 58px 24px 80px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content.is-open {
    padding: 40px 12px 64px;
  }
}
.gas__accordion .accordion__content__inner {
  max-width: 840px;
  margin: auto;
}
.gas__accordion .accordion__content__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.gas__accordion .accordion__content__ttl.is-space {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl.is-space {
    margin-top: 64px;
  }
}
.gas__accordion .accordion__content__ttl__sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl__sp {
    width: 100%;
    margin-bottom: 10px;
  }
}
.gas__accordion .accordion__content__ttl__main {
  font-size: 42px;
  font-weight: 700;
  color: #1992D5;
  margin-right: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl__main {
    font-size: 22px;
    margin-right: 6px;
  }
}
.gas__accordion .accordion__content__ttl__main.r-n {
  margin-right: 0;
}
.gas__accordion .accordion__content__ttl__main.f-s {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl__main.f-s {
    font-size: 20px;
  }
}
.gas__accordion .accordion__content__ttl__plus {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #1992D5;
  margin: 0 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl__plus {
    width: 16px;
    height: 16px;
  }
}
.gas__accordion .accordion__content__ttl__plus img {
  display: block;
  width: 12.5px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl__plus img {
    width: 8px;
  }
}
.gas__accordion .accordion__content__ttl__icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #DDEEFC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl__icon {
    width: 48px;
    height: 48px;
  }
}
.gas__accordion .accordion__content__ttl__icon img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.gas__accordion .accordion__content__ttl__icon img.icon03 {
  width: 52px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl__icon img.icon03 {
    width: 36px;
  }
}
.gas__accordion .accordion__content__ttl__icon img.icon04 {
  width: 72px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__ttl__icon img.icon04 {
    width: 46px;
  }
}
.gas__accordion .accordion__content__text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__text {
    margin-top: 6px;
    font-size: 14px;
  }
}
.gas__accordion .accordion__content__recomm {
  margin-top: 25px;
  border-radius: 60px;
  background-color: #FEE100;
  padding: 16px 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm {
    margin-top: 15px;
    padding: 16px 12px;
    border-radius: 36px;
  }
}
.gas__accordion .accordion__content__recomm__left {
  width: 93px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__left {
    width: 56px;
  }
}
.gas__accordion .accordion__content__recomm__left img {
  width: 100%;
  height: auto;
  aspect-ratio: 93/68;
}
.gas__accordion .accordion__content__recomm__right {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right {
    margin-left: 8px;
  }
}
.gas__accordion .accordion__content__recomm__right.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gas__accordion .accordion__content__recomm__right__top {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__top {
    font-size: 13px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__top.mr-n {
    margin-right: 0;
  }
}
.gas__accordion .accordion__content__recomm__right__bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.gas__accordion .accordion__content__recomm__right__bottom__text {
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__bottom__text {
    font-size: 16px;
  }
}
.gas__accordion .accordion__content__recomm__right__bottom__text .m-b {
  margin-bottom: 3px;
}
.gas__accordion .accordion__content__recomm__right__emphasize {
  color: #E85F5F;
  font-weight: 700;
  font-size: 43px;
  line-height: 1.2;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__emphasize {
    font-size: 32px;
    margin-left: 3px;
  }
}
.gas__accordion .accordion__content__recomm__right__emphasize.sp-ln {
  margin-left: 0;
}
.gas__accordion .accordion__content__recomm__right__emphasize.m-t {
  margin-top: -4px;
}
.gas__accordion .accordion__content__recomm__right__emphasize .f-29 {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__emphasize .f-29 {
    font-size: 16px;
  }
}
.gas__accordion .accordion__content__recomm__right__emphasize .f-23 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__emphasize .f-23 {
    font-size: 14px;
  }
}
.gas__accordion .accordion__content__recomm__right__emphasize29 {
  color: #E85F5F;
  font-weight: 700;
  font-size: 29px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__emphasize29 {
    font-size: 24px;
    margin-top: 2px;
  }
}
.gas__accordion .accordion__content__recomm__right__emphasize23 {
  color: #E85F5F;
  font-weight: 700;
  font-size: 23px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__recomm__right__emphasize23 {
    font-size: 20px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__scroll {
    overflow-x: auto;
  }
}
.gas__accordion .accordion__content__table {
  margin-top: 20px;
  border-radius: 10px;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #F0F6FB;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table {
    min-width: 550px;
    border-radius: 8px;
  }
}
.gas__accordion .accordion__content__table .lightblue {
  background: #DBE9F5;
}
.gas__accordion .accordion__content__table th {
  border: 1px solid #FFFFFF;
  width: 17.85%;
  padding: 14px 2px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #DBE9F5;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table th {
    font-size: 13px;
    padding: 10px 4px !important;
    width: 8.85%;
  }
}
.gas__accordion .accordion__content__table td {
  border: 1px solid #FFFFFF;
  padding: 10.5px 4px !important;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table td {
    font-size: 13px;
    padding: 10.5px 4px !important;
  }
}
.gas__accordion .accordion__content__table td.is-top {
  padding: 15px 4px !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table td.is-top {
    padding: 13.5px 4px !important;
  }
}
.gas__accordion .accordion__content__table td.detail {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table td.detail {
    font-size: 12px;
  }
}
.gas__accordion .accordion__content__table td .s-m {
  position: relative;
  padding-right: 6px;
}
.gas__accordion .accordion__content__table td .s-m:after {
  content: "3";
  font-family: "Oswald", sans-serif;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table td .s-m:after {
    top: 1px;
  }
}
.gas__accordion .accordion__content__table td .title {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table td .title {
    font-size: 13px;
  }
}
.gas__accordion .accordion__content__table td .title .s-m:after {
  top: 0px;
}
.gas__accordion .accordion__content__table td .s-17 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table td .s-17 {
    font-size: 14px;
  }
}
.gas__accordion .accordion__content__table td .s-18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table td .s-18 {
    font-size: 15px;
  }
}
.gas__accordion .accordion__content__table td .s-22 {
  font-size: 22px;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table td .s-22 {
    font-size: 17px;
  }
}
.gas__accordion .accordion__content__table td .f-o {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.gas__accordion .accordion__content__table.is-set {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__table.is-set {
    min-width: 600px;
  }
}
.gas__accordion .accordion__content__table.is-set th {
  width: 7.14%;
}
.gas__accordion .accordion__content__table.is-set td.is-sm {
  padding: 5px 4px !important;
  font-weight: 500;
}
.gas__accordion .accordion__content__table.is-set td.row {
  width: 27.38%;
}
.gas__accordion .accordion__content__information {
  margin-top: 25px;
  border-radius: 10px;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #F0F6FB;
  width: 100%;
  overflow: hidden;
}
.gas__accordion .accordion__content__information .lightblue {
  background: #DBE9F5;
}
.gas__accordion .accordion__content__information td {
  border: 1px solid #FFFFFF;
  padding: 14px 4px !important;
  font-size: 15px;
  text-align: center;
  height: 55px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__information td {
    font-size: 13px;
    height: 48px;
    padding: 10px 4px !important;
  }
}
.gas__accordion .accordion__content__information td .f-b {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__information td .f-b {
    font-size: 18px;
  }
}
.gas__accordion .accordion__content__notice {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .gas__accordion .accordion__content__notice {
    font-size: 11px;
  }
}
.gas__btn {
  max-width: 640px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .gas__btn {
    margin: 48px auto 0;
  }
}
.gas__btn img {
  max-width: 425px;
}
@media screen and (max-width: 768px) {
  .gas__btn img {
    max-width: 250px;
  }
}

.flow {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 100px;
  }
}
.flow__inner {
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .flow__inner {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .flow__inner {
    width: calc(100% - 40px);
  }
}
.flow__ttl {
  max-width: 276.16px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow__ttl {
    max-width: 225.16px;
  }
}
.flow__ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.flow__secttl {
  padding: 10px 20px;
  background-color: #FEE100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flow__secttl {
    margin-bottom: 24px;
    padding: 10px 10px;
  }
}
.flow__secttl__step {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #1492D5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .flow__secttl__step {
    width: 60px;
    height: 60px;
  }
}
.flow__secttl__step__en {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .flow__secttl__step__en {
    font-size: 12px;
  }
}
.flow__secttl__step__num {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .flow__secttl__step__num {
    font-size: 30px;
  }
}
.flow__secttl__main {
  font-size: 32px;
  font-weight: 700;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .flow__secttl__main {
    margin-left: 8px;
    font-size: 18px;
  }
}
.flow__content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .flow__content {
    margin-top: 48px;
  }
}
.flow__content__notice {
  margin-top: 10px;
}
.flow__content__notice__item {
  position: relative;
  font-size: 16px;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .flow__content__notice__item {
    font-size: 14px;
    padding-left: 16px;
  }
}
.flow__content__notice__item:before {
  content: "(*)";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .flow__content__notice__item:before {
    font-size: 14px;
  }
}
.flow__content__data {
  max-width: 900px;
  margin: auto;
}
.flow__content__data__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow__content__data__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__content__data__wrap._space {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flow__content__data__wrap._space {
    margin-top: 30px;
  }
}
.flow__content__data__wrap__main {
  width: 40.444%;
  background-color: #1492D5;
  text-align: center;
  padding: 22px 6px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow__content__data__wrap__main {
    width: 100%;
    padding: 16px 6px;
    font-size: 14px;
  }
}
.flow__content__data__wrap__sub {
  width: 59.556%;
  border: 1px solid #1492D5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 25px;
  padding-right: 6px;
}
@media screen and (max-width: 768px) {
  .flow__content__data__wrap__sub {
    width: 100%;
    padding: 12px 6px;
  }
}
.flow__content__data__wrap__sub__text {
  font-size: 20px;
  font-weight: 700;
  color: #1492D5;
}
@media screen and (max-width: 768px) {
  .flow__content__data__wrap__sub__text {
    font-size: 16px;
    max-width: 310px;
    margin: auto;
    width: 100%;
  }
}
.flow__content__data__wrap__sub__text span._sp {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .flow__content__data__wrap__sub__text span._sp {
    display: block;
    text-align: right;
  }
}
.flow__content__data__wrap__sub__text span._oswald {
  font-family: "Oswald", sans-serif;
}
.flow__content__data__wrap__sub__text span._big {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .flow__content__data__wrap__sub__text span._big {
    font-size: 24px;
  }
}
.flow__content__data__wrap.is-dark .flow__content__data__wrap__main {
  background-color: #1756B9;
}
.flow__content__data__wrap.is-dark .flow__content__data__wrap__sub {
  border: 1px solid #1756B9;
}
.flow__content__data__wrap.is-dark .flow__content__data__wrap__sub__text {
  color: #1756B9;
}
.flow__content__img {
  max-width: 906.36px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .flow__content__img {
    margin-top: 32px;
  }
}
.flow__content__img img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: -10px;
}
.flow__content__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow__content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow__content__flex__image {
  width: 32.5%;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__image {
    max-width: 325px;
    width: 100%;
    margin: auto;
  }
}
.flow__content__flex__image img {
  width: 100%;
  display: block;
  height: auto;
}
.flow__content__flex__block {
  width: 61.6%;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__block {
    width: 100%;
    margin-top: 32px;
  }
}
.flow__content__flex__block__ttl {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__block__ttl {
    font-size: 20px;
  }
}
.flow__content__flex__block__ttl span {
  color: #E83817;
}
.flow__content__flex__block__ttl span._big {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__block__ttl span._big {
    font-size: 32px;
  }
}
.flow__content__flex__block__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__block__list {
    margin-top: 24px;
  }
}
.flow__content__flex__block__list__item {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__block__list__item {
    padding-left: 16px;
    font-size: 14px;
  }
}
.flow__content__flex__block__list__item:before {
  content: "(*)";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__block__list__item:before {
    font-size: 14px;
  }
}
.flow__content__flex__block__btn {
  max-width: 540px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__block__btn {
    margin-top: 48px;
  }
}
.flow__content__flex__block__btn img {
  max-width: 212px;
}
@media screen and (max-width: 768px) {
  .flow__content__flex__block__btn img {
    max-width: 141px;
  }
}
.flow__entry {
  margin-top: 121px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow__entry {
    margin-top: 80px;
  }
}
.flow__entry__inner {
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .flow__entry__inner {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .flow__entry__inner {
    width: calc(100% - 40px);
  }
}
.flow__entry__ttl {
  position: relative;
  padding: 0 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow__entry__ttl {
    padding: 0 55.4px;
  }
}
.flow__entry__ttl img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .flow__entry__ttl img {
    max-width: 226px;
    margin: auto;
  }
}
.flow__entry__ttl:before, .flow__entry__ttl:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 25px;
  height: 51px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .flow__entry__ttl:before, .flow__entry__ttl:after {
    width: 18.71px;
    height: 34px;
    bottom: -3px;
  }
}
.flow__entry__ttl:before {
  left: 0;
  background-image: url("../img/entry_ttl_left.png");
}
@media screen and (max-width: 768px) {
  .flow__entry__ttl:before {
    background-image: url("../img/entry_ttl_left_sp.png");
  }
}
.flow__entry__ttl:after {
  right: 0;
  background-image: url("../img/entry_ttl_right.png");
}
@media screen and (max-width: 768px) {
  .flow__entry__ttl:after {
    background-image: url("../img/entry_ttl_right_sp.png");
  }
}
.flow__entry__content {
  margin-top: 36px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/entry_back.png");
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .flow__entry__content {
    margin-top: 0px;
    padding-bottom: 60px;
    background-image: url("../img/entry_back_sp.jpg");
  }
}
.flow__entry__sub {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .flow__entry__sub {
    font-size: 24px;
    padding-top: 28px;
  }
}
.flow__entry__sub span {
  font-family: "Oswald", sans-serif;
  font-weight: 40px;
}
@media screen and (max-width: 768px) {
  .flow__entry__sub span {
    font-size: 30px;
  }
}
.flow__entry__main {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin-top: -28px;
}
@media screen and (max-width: 768px) {
  .flow__entry__main {
    font-size: 30px;
    margin-top: 24px;
    line-height: 1.3;
  }
}
.flow__entry__main .en {
  font-size: 60px;
  font-family: "Oswald", sans-serif;
  color: #1756B9;
}
@media screen and (max-width: 768px) {
  .flow__entry__main .en {
    font-size: 40px;
  }
}
.flow__entry__main small {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .flow__entry__main small {
    font-size: 24px;
  }
}
.flow__entry__main .is-red {
  color: #E83817;
}
.flow__entry__main .num {
  font-size: 120px;
  color: #E83817;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .flow__entry__main .num {
    font-size: 60px;
    line-height: 1;
  }
}
.flow__entry__detail {
  font-size: 20px;
  margin-top: 16px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow__entry__detail {
    font-size: 16px;
    margin-top: 20px;
  }
}
.flow__entry__notice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .flow__entry__notice {
    margin-top: 30px;
  }
}
.flow__entry__notice__item {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
}
.flow__entry__notice__item:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}

.favor {
  background-color: #DBE9F5;
}
.favor__inner {
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .favor__inner {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .favor__inner {
    width: calc(100% - 40px);
  }
}
.favor__ttl {
  max-width: 278px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .favor__ttl {
    max-width: 190px;
  }
}
.favor__ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.caution__inner {
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
@media screen and (max-width: 992px) {
  .caution__inner {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .caution__inner {
    width: calc(100% - 40px);
  }
}
.caution__ttl {
  max-width: 195px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .caution__ttl {
    max-width: 140px;
  }
}
.caution__ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.link {
  padding: 100px 0;
  background-color: #DBE9F5;
}
@media screen and (max-width: 768px) {
  .link {
    padding: 64px 0;
  }
}
.link__inner {
  max-width: 640px;
  width: calc(100% - 64px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .link__inner {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 768px) {
  .link__inner {
    width: calc(100% - 40px);
  }
}
.link .link__btn {
  background-position: center right 30px;
}
@media screen and (max-width: 768px) {
  .link .link__btn {
    background-position: center right 20px;
    height: 70px;
  }
}
.link .link__btn__image {
  display: block;
  max-width: 452.33px;
}
@media screen and (max-width: 768px) {
  .link .link__btn__image {
    max-width: 174.24px;
  }
}

.copy {
  padding: 32px 16px;
  text-align: center;
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 10px;
    padding: 24px 16px;
  }
}