@charset "UTF-8";
@-webkit-keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-reverse {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(3px) rotate(1deg);
    transform: translateY(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-3px) rotate(-1deg);
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal {
  0% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(8px) rotateY(0) rotate(-2deg);
    transform: translateX(8px) rotateY(0) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(10px) rotateY(0) rotate(0deg);
    transform: translateX(10px) rotateY(0) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(2px) rotateY(0) rotate(1deg);
    transform: translateX(2px) rotateY(0) rotate(1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) rotate(0deg);
    transform: translateX(0) rotateY(0) rotate(0deg);
  }
}
@-webkit-keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes fish-swim-horizontal-reverse {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(-8px) rotate(2deg);
    transform: translateX(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateX(-10px) rotate(0deg);
    transform: translateX(-10px) rotate(0deg);
  }
  90% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@keyframes bg-scroll-loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100px 0;
  }
}
@-webkit-keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
@keyframes bg-scroll-loop02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1366px 0;
  }
}
/* ======================================================================
 Layout & Sidebar (2 Column)
====================================================================== */
.l-content {
  position: relative;
}

.l-side {
  position: absolute;
  top: 0;
  left: 0;
  /* 子要素（実際に固定される箱） */
}
@media screen and (max-width: 1024px) {
  .l-side {
    display: none;
  }
}
.l-side li + li {
  margin-top: 10px;
}
.l-side a {
  width: 240px;
  height: 64px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 0 30px;
  border-radius: 35px;
  border: 1px solid #cbd5de;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-side a:link, .l-side a:active, .l-side a:visited {
  color: #7C8290;
  cursor: pointer;
}
.l-side a:hover {
  color: #7C8290;
}
.l-side a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow07_bottom.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.l-side .active a {
  border: 2px solid #1e1e1e;
}
.l-side .active a:link, .l-side .active a:active, .l-side .active a:visited {
  color: #1e1e1e;
  cursor: pointer;
}
.l-side .active a:hover {
  color: #1e1e1e;
}
.l-side .active a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_arrow02_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.l-side__inner {
  width: 240px;
  /* transition: top 0.3s; ← 計算で操作するため削除推奨 */
  /* A. 追従中 (Fixed) */
  /* B. 停止中 (Absolute) */
}
.l-side__inner.is-sticky {
  position: fixed;
  top: 150px;
  z-index: 10;
  /* leftはJSで指定 */
}
.l-side__inner.is-stopped {
  position: absolute !important;
  /* top: 値はJSで計算してインラインで入れるのでCSSでは指定しない */
  left: 0 !important;
  z-index: 1;
  width: 100%;
}

/* ======================================================================
 p-lpgas
====================================================================== */
.l-main-visual__pic::before {
  display: inline-block;
  width: 109.361px;
  height: 127px;
  background-image: url("../img/ico_profile02-sp.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  right: -37px;
  bottom: -50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::before {
    width: 50.97px;
    height: 58.62px;
    right: 15px;
    bottom: -30px;
  }
}
.l-main-visual__pic::after {
  display: inline-block;
  width: 132px;
  height: 128px;
  background-image: url("../img/img_deco_seaturtle01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 40px;
  left: -110px;
  z-index: 2;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .l-main-visual__pic::after {
    width: 79.2px;
    height: 76.8px;
    top: -55px;
    left: -10px;
  }
}
.l-main-visual__en::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_gas03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.l-main-visual__ja span {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .l-main-visual__ja span {
    font-size: 22px;
  }
}

.l-pagemenu-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-pagemenu-sp {
    display: block;
    margin-top: 50px;
  }
  .l-pagemenu-sp li + li {
    margin-top: 10px;
  }
  .l-pagemenu-sp a {
    width: 100%;
    height: 52px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    border-radius: 35px;
    border: 1px solid #1e1e1e;
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-pagemenu-sp a:link, .l-pagemenu-sp a:active, .l-pagemenu-sp a:visited {
    color: #1e1e1e;
    cursor: pointer;
  }
  .l-pagemenu-sp a:hover {
    color: #1e1e1e;
  }
  .l-pagemenu-sp a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/ico_arrow02_bottom.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
  }
}

.p-section-about {
  position: relative;
  padding: 0 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-about {
    padding-bottom: 80px;
  }
}
.p-section-about__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-about__inner {
    width: auto;
  }
}
.p-section-about__inner::after {
  display: inline-block;
  width: 300px;
  height: 240px;
  background-image: url("../img/img_lpgas02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-section-about__inner::after {
    width: 120px;
    height: 159.173px;
    right: auto;
    bottom: -150px;
    left: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-section-about::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-about::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-about::after {
  display: inline-block;
  width: 95px;
  height: 88px;
  background-image: url("../img/img_deco_starfish01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: -44px;
  right: 60px;
  -webkit-animation: fish-swim-horizontal 4s ease-in-out infinite;
  animation: fish-swim-horizontal 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-section-about::after {
    width: 73px;
    height: 68px;
    right: 10px;
    bottom: -25px;
  }
}
.p-section-about .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-about .c-title-1 + p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.p-section-about .c-title-1 + p span {
  color: #0e92d5;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-title-1 + p {
    font-size: 16px;
  }
}
.p-section-about p {
  width: 510px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-about p {
    width: auto;
  }
}
.p-section-about .c-button-3 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-about .c-button-3 {
    margin-bottom: 225px;
  }
}

.p-section-price {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-price {
    padding: 60px 0 80px 0;
  }
}
.p-section-price__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-price__inner {
    width: auto;
  }
}
.p-section-price .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-price .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-price .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
}
@media screen and (max-width: 767px) {
  .p-section-price .method {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 32px;
  }
}
.p-section-price .method__item {
  width: 164px;
  height: 72px;
  font-size: 22px;
  font-weight: bold;
  color: #0e92d5;
  border-radius: 6px;
  border: 2px solid #0e92d5;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-section-price .method__item {
    width: 90px;
    height: 90px;
  }
}
.p-section-price .method__item:not(:last-child)::after {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../img/ico_plus03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 33.5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-section-price .method__item:not(:last-child)::after {
    width: 21px;
    height: 21px;
    top: 33px;
    left: auto;
    right: -28px;
    margin: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.p-section-price .method__item:first-child {
  background: #0e92d5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-section-price .method__item:first-child {
    background: transparent;
    border: transparent;
    width: 100%;
    height: auto;
  }
  .p-section-price .method__item:first-child .sp-item {
    background: #0e92d5;
    border: 2px solid #0e92d5;
    border-radius: 6px;
    width: 200px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
.p-section-price .method__item:first-child::after {
  background-image: url("../img/ico_equal01.svg");
  width: 25px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .p-section-price .method__item:first-child::after {
    background-image: url("../img/ico_equal02.svg");
    width: 14px;
    height: 20px;
    margin-top: -20px;
    top: auto;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p-section-price .c-title-5 {
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-section-price .c-title-5 {
    margin-bottom: 15px;
  }
}
.p-section-price p + .c-list-3 {
  margin-top: 40px;
}
.p-section-price .c-list-3 {
  margin-bottom: 60px;
}
.p-section-price .btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-price .btnlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-section-price .btnlist .item .c-button-3 {
  min-width: 430px;
  width: 430px;
}
.p-section-price .btnlist .item .c-button-3::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/ico_pdf01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-price .btnlist .item .c-button-3 {
    min-width: 100%;
    width: 100%;
  }
}

.p-section-payment {
  position: relative;
  padding: 90px 0 140px 0;
}
@media screen and (max-width: 767px) {
  .p-section-payment {
    padding: 60px 0;
  }
}
.p-section-payment::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-payment::after {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-payment::before {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-section-payment::before {
    background-image: url("../img/bg_wave-white-sp.svg");
    background-size: contain;
  }
}
.p-section-payment__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-section-payment__inner {
    width: auto;
  }
}
.p-section-payment__inner::after {
  display: inline-block;
  width: 110px;
  height: 87px;
  background-image: url("../img/img_deco_crabs01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -125px;
  right: -23px;
  z-index: 1;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-section-payment__inner::after {
    width: 80px;
    height: 64px;
    right: 0;
    top: -80px;
  }
}
.p-section-payment .c-title-1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-payment .c-title-1 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p-section-payment .payment_unit {
  background: #fff;
  border-radius: 40px;
  padding: 30px 50px 40px 50px;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit {
    padding: 20px 20px 25px 20px;
    border-radius: 20px;
  }
}
.p-section-payment .payment_unit__ttl {
  font-size: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit__ttl {
    font-size: 24px;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.p-section-payment .payment_unit__ttl.ico_card::before {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../img/ico_otherservice03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit__ttl.ico_card::before {
    width: 60px;
    height: 60px;
  }
}
.p-section-payment .payment_unit__ttl.ico_account::before {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../img/ico_payment method01.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit__ttl.ico_account::before {
    width: 60px;
    height: 60px;
  }
}
.p-section-payment .payment_unit__ttl.ico_paper::before {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../img/ico_payment method02.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit__ttl.ico_paper::before {
    width: 60px;
    height: 60px;
  }
}
.p-section-payment .payment_unit__ttl.ico_mobile::before {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../img/ico_payment method03.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit__ttl.ico_mobile::before {
    width: 60px;
    height: 60px;
  }
}
.p-section-payment .payment_unit + .payment_unit {
  margin-top: 30px;
}
.p-section-payment .payment_unit .c-button-3 {
  min-width: 470px;
  width: 470px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit .c-button-3 {
    min-width: 100%;
    height: 100%;
    margin-top: 20px;
  }
}
.p-section-payment .payment_unit .note {
  border-radius: 15px;
  background: #EAF6FC;
  padding: 20px 30px;
  margin-top: 20px;
}
.p-section-payment .payment_unit .note__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-section-payment .payment_unit .note .c-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 0;
}
.p-section-payment .payment_unit .note .c-list-2 li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit .note .c-list-2 li {
    width: 100%;
  }
}
.p-section-payment .payment_unit .note .c-list-2 li + li {
  margin-top: 0;
}
.p-section-payment .payment_unit .note .c-list-2.pc-col2 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit .note .c-list-2.pc-col2 li {
    width: 100%;
  }
}
.p-section-payment .payment_unit .note .c-list-2.sp-col2 li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit .note .c-list-2.sp-col2 li {
    width: 50%;
  }
}
.p-section-payment .payment_unit .note + p {
  margin-top: 20px;
}
.p-section-payment .payment_unit .c-button-2 {
  width: 470px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit .c-button-2 {
    width: 100%;
    margin-top: 20px;
  }
}
.p-section-payment .payment_unit .c-button-2 a:link, .p-section-payment .payment_unit .c-button-2 a:active, .p-section-payment .payment_unit .c-button-2 a:visited {
  color: #fff;
  cursor: pointer;
}
.p-section-payment .payment_unit .c-button-2 a:hover {
  color: #fff;
}
.p-section-payment .payment_unit .c-button-2 .c-tel-2 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit .c-button-2 .c-tel-2 {
    font-size: 30px;
  }
}
.p-section-payment .payment_unit .c-button-2 .txt01 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-section-payment .payment_unit .c-button-2 .txt01 {
    font-size: 16px;
  }
}
.p-section-payment .payment_unit .c-button-2 .txt02 {
  font-size: 14px;
  font-weight: normal;
}
.p-section-payment .payment_unit .c-list-3 {
  margin-top: 20px;
}

.l-section-faq {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .l-section-faq {
    padding: 60px 0 80px 0;
  }
}
.l-section-faq::after {
  display: inline-block;
  width: 100vw;
  height: 20px;
  background-image: url("../img/bg_wave-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: repeat-x;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-section-faq::after {
    background-image: url("../img/bg_wave-grey-sp.svg");
    background-size: contain;
  }
}
.l-section-faq__inner {
  position: relative;
  width: 880px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .l-section-faq__inner {
    width: auto;
  }
}
.l-section-faq__inner::before {
  display: inline-block;
  width: 218px;
  height: 92px;
  background-image: url("../img/img_deco_fish06.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  position: absolute;
  top: -40px;
  right: -59px;
  -webkit-animation: fish-swim 4s ease-in-out infinite;
  animation: fish-swim 4s ease-in-out infinite;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-section-faq__inner::before {
    width: 143px;
    height: 60px;
    right: 0;
    top: -100px;
  }
}
.l-section-faq .c-title-1 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-section-faq .c-title-1 {
    text-align: center;
  }
}
.l-section-faq .c-item-3 {
  width: auto;
}

.l-section-other {
  padding: 90px 0 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-section-other {
    padding: 60px 0 80px 0;
  }
}
