@charset "UTF-8";
@media screen and (min-width: 769px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  body {
    min-width: 3.2rem;
    font-size: 0.135rem;
  }
  .pconly {
    display: none !important;
  }
  .mod-tit .mod-tit__small {
    font-size: 0.19rem;
  }
  .mod-tit .mod-tit__large {
    margin-top: 0.1rem;
    font-size: 0.275rem;
    line-height: 1.6;
  }
  .header {
    padding: 0.175rem 0 0.15rem 0.2rem;
  }
  .header__logo {
    width: 0.965rem;
  }
  .header .header__nav__global {
    width: 100%;
    height: 110vh;
    padding: 0.13rem 0.65rem 0.5rem;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    overflow-y: scroll;
    background-color: #f3f9ff;
  }
  .header .header__nav__global__logo {
    width: 0.965rem;
    position: absolute;
    top: 0.165rem;
    left: 0.2rem;
  }
  .header .header__nav__global nav {
    width: 2.64rem;
    position: absolute;
    top: 50%;
    left: calc(50% - 1.32rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .header__nav__global__lists {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.375rem 0;
  }
  .header .header__nav__global__lists li {
    width: 100%;
  }
  .header .header__nav__global__lists li a {
    display: block;
    font-size: 0.175rem;
  }
  .header .header__nav__global__lists li:not(.header__nav__global__lists__item) a {
    position: relative;
  }
  .header .header__nav__global__lists li:not(.header__nav__global__lists__item) a::after {
    content: "";
    width: 0.07rem;
    height: 0.11rem;
    position: absolute;
    top: calc(50% - 0.055rem);
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/cmn/arrow.png);
  }
  .header .header__nav__global__lists__item {
    margin-top: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 0.45rem;
  }
  .header .header__nav__global__lists__item__icon a {
    width: 0.8rem;
    height: 0.8rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#58abec), color-stop(50%, #368bf8), color-stop(80%, #58abec));
    background: -webkit-linear-gradient(left, #58abec 0%, #368bf8 50%, #58abec 80%);
    background: linear-gradient(90deg, #58abec 0%, #368bf8 50%, #58abec 80%);
  }
  .header .header__nav__global__lists__item__icon.mail img {
    width: 0.37rem;
  }
  .header .header__nav__global__lists__item__icon.tel img {
    width: 0.335rem;
  }
  .header .header__nav__icon__lists {
    top: calc(50% - 0.22rem);
    bottom: 0;
    right: 0.72rem;
    gap: 0 0.1rem;
  }
  .header .header__nav__icon__lists li a {
    width: 0.44rem;
    height: 0.44rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#58abec), color-stop(50%, #368bf8), color-stop(80%, #58abec));
    background: -webkit-linear-gradient(left, #58abec 0%, #368bf8 50%, #58abec 80%);
    background: linear-gradient(90deg, #58abec 0%, #368bf8 50%, #58abec 80%);
  }
  .header .header__nav__hamburger {
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    top: 0.14rem;
    right: 0.19rem;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#3b5998), color-stop(40%, #2c4373), color-stop(80%, #3b5998));
    background: -webkit-linear-gradient(left, #3b5998 0%, #2c4373 40%, #3b5998 80%);
    background: linear-gradient(90deg, #3b5998 0%, #2c4373 40%, #3b5998 80%);
  }
  .header .header__nav__hamburger span {
    width: 0.15rem;
    height: 2px;
    position: absolute;
    left: calc(50% - 0.075rem);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    background-color: #fff;
  }
  .header .header__nav__hamburger span:nth-of-type(1) {
    top: 0.18rem;
  }
  .header .header__nav__hamburger span:nth-of-type(2) {
    top: 0.25rem;
  }
  .header .header__nav__hamburger.active {
    width: 0.67rem;
    background: none;
    right: 0.2rem;
  }
  .header .header__nav__hamburger.active span {
    background-color: #273b5a;
    height: 1px;
    width: 0.67rem;
    left: calc(50% - 0.335rem);
  }
  .header .header__nav__hamburger.active span:nth-child(1) {
    top: 0.2rem;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .header .header__nav__hamburger.active span:nth-child(2) {
    top: 0.2rem;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .mv {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6ebff), to(#ffffff));
    background-image: -webkit-linear-gradient(#d6ebff, #ffffff);
    background-image: linear-gradient(#d6ebff, #ffffff);
  }
  .mv .container-max {
    padding: 0.85rem 0.2rem 0;
    position: relative;
    z-index: 2;
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 0.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/mv/bg_sp.jpg);
  }
  .mv .container-max::before {
    content: none;
  }
  .mv .mv__before {
    max-width: 6.1rem;
    margin: 0 auto;
    position: relative;
  }
  .mv .mv__before__tit {
    width: 100%;
  }
  .mv .mv__before__img {
    width: 100%;
    margin: 0.15rem 0 0 0;
    cursor: pointer;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .mv .mv__before__img:hover {
    opacity: 0.7;
  }
  .mv .mv__before__img img {
    padding: 0 0.13rem;
  }
  .mv .mv__before__txt {
    width: 48.98%;
    position: absolute;
    top: -0.1rem;
    right: -0.12rem;
    margin-top: 0;
  }
  .mv .mv__after {
    width: 3.04rem;
    margin: 0 auto;
  }
  .mv .mv__after .mv__after__img {
    margin: 0 calc(50% - 50vw) -0.45rem;
    width: 100vw;
  }
  .mv .mv__after #postalFormSection {
    padding: 10px 15px 20px !important;
    -webkit-box-shadow: 0 4px 21px rgba(39, 59, 90, 0.16) !important;
            box-shadow: 0 4px 21px rgba(39, 59, 90, 0.16) !important;
  }
  .mv .mv__after #postalFormSection .postalFormSection__cat {
    margin-bottom: 11px !important;
  }
  .mv .mv__after #postalFormSection .postalFormSection__cat span {
    padding: 5px 10px !important;
    font-size: 9px !important;
  }
  .mv .mv__after #postalFormSection .postalFormSection__tit {
    font-size: 15px !important;
    margin-bottom: 14px !important;
  }
  .mv .mv__after #postalFormSection .postalFormSection__content {
    gap: 10px !important;
  }
  .mv .mv__after #postalFormSection .postalFormSection__content input[type="text"] {
    padding: 9px 16px !important;
    border: 2px solid #bfdbfe !important;
    font-size: 14px !important;
  }
  .mv .mv__after #postalFormSection .postalFormSection__content button {
    padding: 10px !important;
    font-size: 13px !important;
  }
  .mv .mv__after #postalFormSection .postalFormSection__content__notes {
    font-size: 10px !important;
  }
  .modal {
    padding: 0 0.2rem;
  }
  .modal .modal__content {
    padding: 0.4rem 5%;
    border-radius: 0.05rem;
  }
  .modal .modal__content__tit {
    font-size: 0.16rem;
  }
  .modal .modal__content__lists {
    margin-top: 0.25rem;
    gap: 0.08rem 0.1rem;
  }
  .modal .modal__content__lists li a {
    padding: 0 0.14rem;
    line-height: 0.36rem;
    border-radius: 0.025rem;
  }
  .modal .modal__content__lists li button {
    padding: 0 0.14rem;
    line-height: 0.36rem;
    border-radius: 0.025rem;
  }
  .modal .modal__close {
    width: 0.44rem;
    top: -0.13rem;
    right: -0.13rem;
  }
  .f-search {
    padding: 0.75rem 0 0.92rem;
  }
  .f-search .f-search-mod-tit {
    padding-left: 0.25rem;
    font-size: 0.19rem;
    line-height: 1.4;
  }
  .f-search .f-search-mod-tit::before {
    width: 0.18rem;
    height: 0.18rem;
    top: 0;
    left: 0;
  }
  .f-search .container-max {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.25rem 0;
  }
  .f-search .f-search__item {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .f-search .f-search__item__bg {
    background-color: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(0.05rem);
    -webkit-backdrop-filter: blur(0.05rem);
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0.04rem 0.32rem rgba(55, 140, 248, 0.16);
            box-shadow: 0 0.04rem 0.32rem rgba(55, 140, 248, 0.16);
  }
  .f-search .f-search__item__btn__lists {
    margin-top: 0.2rem;
  }
  .f-search .f-search__item__btn__lists li {
    border-radius: 10rem;
    -webkit-box-shadow: 0 0.07rem 0.13rem rgba(0, 85, 167, 0.24);
            box-shadow: 0 0.07rem 0.13rem rgba(0, 85, 167, 0.24);
  }
  .f-search .f-search__item__btn__lists li:not(:first-of-type) {
    margin-top: 0.13rem;
  }
  .f-search .f-search__item__link__lists {
    margin-top: 0.21rem;
    gap: 0.1rem 2%;
  }
  .f-search .f-search__item__link__lists li a {
    padding: 0 0.15rem;
    line-height: 0.34rem;
    border-radius: 0.025rem;
  }
  .f-search .f-search__item.item01::before {
    width: 0.94rem;
    height: 0.675rem;
    bottom: auto;
    top: -0.35rem;
    left: auto;
    right: -0.2rem;
    background-image: url(../img/fsearch/deco02.png);
  }
  .f-search .f-search__item.item01 .f-search__item__bg {
    padding: 0.28rem 6%;
  }
  .f-search .f-search__item.item02::before {
    width: 1.45rem;
    height: 1.01rem;
    top: auto;
    bottom: -1.14rem;
    right: auto;
    left: -0.5rem;
    background-image: url(../img/fsearch/deco01.png);
  }
  .f-search .f-search__item.item02 .f-search__item__bg {
    padding: 0.27rem 2% 0.3rem;
  }
  .anchor {
    padding: 0.22rem 0 0.26rem;
  }
  .anchor::before {
    width: 0.87rem;
    height: 0.31rem;
    top: -0.3rem;
    left: calc(50% - 0.435rem);
  }
  .anchor__tit {
    font-size: 0.19rem;
    line-height: 1.6;
  }
  .anchor__lists {
    margin-top: 0.23rem;
    gap: 0 0.14rem;
  }
  .anchor__lists li {
    width: 0.975rem;
  }
  .search .search-mod-tit {
    padding-left: 0.25rem;
    font-size: 0.19rem;
  }
  .search .search-mod-tit::before {
    width: 0.18rem;
    height: 0.18rem;
  }
  .search .search__before {
    padding: 0.6rem 0 1.25rem;
  }
  .search .search__before__cost::before {
    width: 1.405rem;
    height: 0.94rem;
    top: -0.31rem;
    right: -0.8rem;
  }
  .search .search__before__cost__bg {
    padding: 0.3rem 6% 0.3rem;
    border-radius: 0.08rem;
  }
  .search .search__before__cost__lists {
    margin-top: 0.26rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.14rem 0.05rem;
  }
  .search .search__before__cost__lists li {
    width: 48%;
  }
  .search .search__before__aging {
    margin-top: 0.29rem;
  }
  .search .search__before__aging::before {
    width: 1.16rem;
    height: 0.78rem;
    bottom: -0.71rem;
    left: -0.28rem;
  }
  .search .search__before__aging__bg {
    padding: 0.3rem 5% 0.3rem;
    border-radius: 0.08rem;
  }
  .search .search__before__aging__lists {
    margin-top: 0.24rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.13rem 1.6%;
  }
  .search .search__before__aging__lists li {
    width: 48%;
    border-radius: 0.12rem;
  }
  .search .search__before__aging__lists li img {
    border-radius: 0.12rem;
  }
  .search .search__after .search__after__content01 {
    padding: 0.3rem 0 0.64rem;
  }
  .search .search__after .search__after__content01__feature__lists {
    margin-top: 0.26rem;
    gap: 0 0.05rem;
  }
  .search .search__after .search__after__content01__feature__lists li {
    width: 1.4rem;
    border-radius: 0.15rem;
    -webkit-box-shadow: 0 0.04rem 0.16rem rgba(43, 65, 101, 0.16);
            box-shadow: 0 0.04rem 0.16rem rgba(43, 65, 101, 0.16);
  }
  .search .search__after .search__after__content01__support {
    margin-top: 0.46rem;
  }
  .search .search__after .search__after__content01__support__lists {
    margin-top: 0.25rem;
    gap: 0 0.05rem;
  }
  .search .search__after .search__after__content01__support__lists li {
    width: 2.2rem;
    border-radius: 0.15rem;
    -webkit-box-shadow: 0 0.04rem 0.16rem rgba(43, 65, 101, 0.16);
            box-shadow: 0 0.04rem 0.16rem rgba(43, 65, 101, 0.16);
  }
  .search .search__after .search__after__content02 {
    padding: 0.7rem 0 0.52rem;
  }
  .search .search__after .search__after__content02::before {
    width: 8rem;
    height: 8rem;
    left: calc(50% - 4rem);
  }
  .search .search__after .search__after__content02::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    background-color: #0055a7;
  }
  .search .search__after .search__after__content02__tit {
    font-size: 0.225rem;
    position: relative;
    z-index: 1;
  }
  .search .search__after .search__after__content02__wrap {
    margin-top: 0.39rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.27rem 0;
  }
  .search .search__after .search__after__content02__wrap__item {
    width: 100%;
    padding: 0.235rem 6.4% 0.35rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5%;
    border-radius: 0.1rem;
  }
  .search .search__after .search__after__content02__wrap__item:first-of-type {
    position: relative;
  }
  .search .search__after .search__after__content02__wrap__item:first-of-type::before {
    content: "";
    width: 0.49rem;
    height: 0.59rem;
    position: absolute;
    top: -0.39rem;
    right: -0.05rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/search/deco03.png);
  }
  .search .search__after .search__after__content02__wrap__item:last-of-type {
    position: static;
  }
  .search .search__after .search__after__content02__wrap__item:last-of-type::before {
    content: none;
  }
  .search .search__after .search__after__content02__wrap__item .swiper {
    width: 2.3rem;
    margin: 0;
  }
  .search .search__after .search__after__content02__wrap__item__summary {
    width: 2.55rem;
  }
  .search .search__after .search__after__content02__wrap__item__summary__cat {
    margin-bottom: 0.15rem;
    padding-left: 0.17rem;
    font-size: 0.175rem;
  }
  .search .search__after .search__after__content02__wrap__item__summary__cat::before {
    width: 0.08rem;
    height: 0.08rem;
    top: calc(50% - 0.03rem);
    border-radius: 0.015rem;
  }
  .search .search__after .search__after__content02__wrap__item__summary__btn {
    border-radius: 10rem;
    -webkit-box-shadow: 0 0.07rem 0.13rem rgba(9, 85, 167, 0.24);
            box-shadow: 0 0.07rem 0.13rem rgba(9, 85, 167, 0.24);
  }
  .search .search__after .search__after__content02__wrap__item__summary__btn:not(:first-of-type) {
    margin-top: 0.1rem;
  }
  .caution {
    padding: 0.53rem 0 0.475rem;
  }
  .caution .caution__lists {
    margin-top: 0.54rem;
  }
  .caution .caution__lists__item:not(:first-of-type) {
    margin-top: 0.6rem;
  }
  .caution .caution__lists__item__before {
    padding: 0.22rem 0.1rem 0.2rem;
    border-radius: 0.1rem;
  }
  .caution .caution__lists__item__before::after {
    width: 0.12rem;
    height: 0.12rem;
    bottom: -0.11rem;
    left: calc(50% - 0.06rem);
  }
  .caution .caution__lists__item__before__num {
    width: 0.6rem;
    top: -0.25rem;
    left: calc(50% - 0.3rem);
  }
  .caution .caution__lists__item__before__tit {
    font-size: 0.225rem;
  }
  .caution .caution__lists__item__before__txt {
    margin-top: 0.16rem;
    line-height: 1.6;
    padding: 0 1em;
  }
  .caution .caution__lists__item__after {
    padding: 0.3rem 2% 0.3rem;
    margin-top: 0.2rem;
    border-radius: 0.1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-shadow: 0 0.02rem 0.16rem rgba(55, 140, 248, 0.16), inset 0 0 0.1rem rgba(0, 85, 167, 0.2);
            box-shadow: 0 0.02rem 0.16rem rgba(55, 140, 248, 0.16), inset 0 0 0.1rem rgba(0, 85, 167, 0.2);
  }
  .caution .caution__lists__item__after__content {
    display: contents;
  }
  .caution .caution__lists__item__after__content__fwrap {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
        -ms-flex-order: -2;
            order: -2;
    width: 100%;
  }
  .caution .caution__lists__item__after__content__fwrap__cat {
    font-size: 0.19rem;
  }
  .caution .caution__lists__item__after__content__fwrap__cat::before, .caution .caution__lists__item__after__content__fwrap__cat::after {
    width: 0.1rem;
    height: 0.155rem;
    top: calc(50% - 0.07rem);
  }
  .caution .caution__lists__item__after__content__fwrap__cat::before {
    left: -0.17rem;
  }
  .caution .caution__lists__item__after__content__fwrap__cat::after {
    right: -0.17rem;
  }
  .caution .caution__lists__item__after__content__fwrap__tit {
    margin-top: 0.06rem;
    font-size: 0.275rem;
    line-height: 1.4;
  }
  .caution .caution__lists__item__after__content__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.2rem auto 0;
    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;
    gap: 0 0;
  }
  .caution .caution__lists__item__after__content__wrap__icon {
    width: 0.95rem;
  }
  .caution .caution__lists__item__after__content__wrap__icon img {
    width: 0.6rem;
  }
  .caution .caution__lists__item__after__content__wrap__txt {
    width: calc(100% - 0.8rem);
  }
  .caution .caution__lists__item__after__content__btn {
    width: 88%;
    width: 3.04rem;
    margin: 0.25rem auto 0;
    -webkit-box-shadow: 0 0.06rem 0.1rem rgba(0, 85, 167, 0.24);
            box-shadow: 0 0.06rem 0.1rem rgba(0, 85, 167, 0.24);
  }
  .caution .caution__lists__item__after__img {
    width: 100%;
    margin-top: 0.23rem;
    text-align: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .caution .caution__lists__item__after__img img {
    width: 2.64rem;
  }
  .step {
    padding: 0.55rem 0 0.5rem;
  }
  .step .step__lists {
    max-width: 5rem;
    margin: 0.6rem auto 0;
    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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.4rem 0;
    z-index: 1;
  }
  .step .step__lists::before {
    width: 0.03rem;
    height: 70%;
    top: 0;
    right: auto;
    left: 0.26rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.02rem, #273b5a), color-stop(0.02rem, transparent));
    background-image: -webkit-linear-gradient(top, #273b5a 0.02rem, transparent 0.02rem);
    background-image: linear-gradient(to bottom, #273b5a 0.02rem, transparent 0.02rem);
    background-size: 0.015rem 0.1rem;
    background-repeat: repeat-y;
    background-position: left top;
  }
  .step .step__lists .step__lists__item {
    width: 100%;
  }
  .step .step__lists .step__lists__item:not(:first-of-type) .step__lists__item__content__img {
    margin-top: 0.2rem;
  }
  .step .step__lists .step__lists__item__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.2rem;
  }
  .step .step__lists .step__lists__item__wrap__num {
    width: 0.5rem;
  }
  .step .step__lists .step__lists__item__wrap__tit {
    width: calc(100% - 0.6rem);
  }
  .step .step__lists .step__lists__item__wrap__tit {
    min-height: auto;
    padding-top: 0.06rem;
  }
  .step .step__lists .step__lists__item__wrap__tit--large {
    font-size: 0.225rem;
  }
  .step .step__lists .step__lists__item__wrap__tit--small {
    font-size: 0.175rem;
  }
  .step .step__lists .step__lists__item__content {
    width: 78.08%;
    margin-left: auto;
  }
  .step .step__lists .step__lists__item__content__txt {
    margin-top: 0.1rem;
    line-height: 1.6;
  }
  .step .step__lists .step__lists__item__content__img {
    margin-top: 0;
  }
  .step .step__lists .step__lists__item__content__btn {
    width: 74%;
    display: block;
    margin-top: 0.1rem;
  }
  .qa {
    padding: 0.38rem 0 0.45rem;
  }
  .qa .qa__lists {
    margin-top: 0.24rem;
  }
  .qa .qa__lists .qa__lists__item {
    border-radius: 0.06rem;
    -webkit-box-shadow: inset 0 0 0.2rem rgba(0, 85, 167, 0.2), inset 0 0 0.16rem rgba(0, 85, 167, 0.24);
            box-shadow: inset 0 0 0.2rem rgba(0, 85, 167, 0.2), inset 0 0 0.16rem rgba(0, 85, 167, 0.24);
  }
  .qa .qa__lists .qa__lists__item:not(:first-of-type) {
    margin-top: 0.2rem;
  }
  .qa .qa__lists .qa__lists__item__parent {
    padding: 0.23rem 0.4rem 0.23rem 0.2rem;
    line-height: 1.5;
    gap: 0 0.08rem;
  }
  .qa .qa__lists .qa__lists__item__parent::before {
    top: 50%;
    right: 0.2rem;
    width: 0.12rem;
    height: 1px;
  }
  .qa .qa__lists .qa__lists__item__parent::after {
    right: 0.25rem;
    width: 1px;
    height: 0.12rem;
  }
  .qa .qa__lists .qa__lists__item__parent--txt {
    width: calc(100% - 0.28rem);
    font-size: 0.15rem;
  }
  .qa .qa__lists .qa__lists__item__parent--icon {
    width: 0.165rem;
  }
  .qa .qa__lists .qa__lists__item__child__inner {
    padding: 0 0.2rem 0.2rem;
  }
  .form {
    padding: 0.53rem 0 0.5rem;
  }
  .form .form__lists {
    margin-top: 0.32rem;
  }
  .form .form__lists .form__lists__dt {
    font-size: 0.15rem;
  }
  .form .form__lists .form__lists__dt:not(:first-of-type) {
    margin-top: 0.22rem;
  }
  .form .form__lists .form__lists__dt__req {
    width: 0.28rem;
    line-height: 0.16rem;
    margin-left: 0.065rem;
    font-size: 0.1rem;
    border-radius: 0.025rem;
  }
  .form .form__lists .form__lists__dt__any {
    width: 0.28rem;
    line-height: 0.16rem;
    margin-left: 0.065rem;
    font-size: 0.1rem;
    border-radius: 0.025rem;
  }
  .form .form__lists .form__lists__dd {
    margin-top: 0.09rem;
  }
  .form .form__lists input[type="text"],
  .form .form__lists input[type="email"],
  .form .form__lists input[type="tel"] {
    width: 100%;
    height: 0.48rem;
    padding: 0 0.15rem;
    font-size: 0.16rem;
  }
  .form .form__lists .radio-style-checkbox {
    margin-top: 0.18rem;
    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;
    gap: 0.1rem;
  }
  .form .form__lists .radio-style-checkbox label {
    margin-bottom: 0.08rem;
    padding-left: 0.33rem;
  }
  .form .form__lists .radio-style-checkbox label::before {
    top: -0.05rem;
  }
  .form .form__lists .radio-style-checkbox input[type="checkbox"]:checked + label::after {
    top: 0.02rem;
    left: 0.07rem;
  }
  .form .form__privacy {
    margin-top: 0.17rem;
    font-size: 0.125rem;
  }
  .form .form__privacy input[type="checkbox"] + span {
    padding-left: 0.35rem;
    padding-right: 0.1rem;
  }
  .form .form__privacy input[type="checkbox"] + span::before {
    top: calc(50% - 0.13rem);
    border-radius: 0.025rem;
    left: 0.03rem;
  }
  .form .form__privacy input[type="checkbox"]:checked + span::after {
    width: 0.115rem;
    height: 0.08rem;
    top: 0.03rem;
    left: 0.1rem;
  }
  .form .form__btn {
    margin-top: 0.11rem;
  }
  .form .form__btn button {
    max-width: 3rem;
  }
  .form .form__notes {
    margin-top: 0.11rem;
    font-size: 0.11rem;
  }
  .form .km_valid_error {
    font-size: 0.12rem;
  }
  .footer {
    padding: 0.23rem 0;
  }
  .footer .footer__lists {
    gap: 0 0.25rem;
  }
  .footer .footer__lists .footer__lists__item a {
    font-size: 0.125rem;
  }
  .footer small {
    font-size: 0.1rem;
    margin-top: 0.3rem;
  }
  .fixed-area {
    padding: 0.02rem 0.13rem 0;
  }
  .fixed-area .fixed-area__wrap__img {
    width: 17.18%;
  }
  .fixed-area .fixed-area__wrap__btn {
    width: 81.4%;
  }
  .thanks-page .thanks {
    padding: 1rem 0.2rem 0.42rem;
  }
  .thanks-page .thanks__tit {
    margin-bottom: 0.16rem;
    font-size: 0.275rem;
    line-height: 1.4;
  }
  .thanks-page .thanks__txt {
    line-height: 1.6;
  }
  .thanks-page .thanks__txt--strong {
    font-weight: 700;
  }
  .thanks-page .thanks__box {
    margin: 0.23rem 0 0.17rem;
    padding: 0.24rem 0.2rem;
    border-radius: 0.05rem;
    background-color: #eef0f3;
  }
  .thanks-page .thanks__add {
    margin: 0.15rem 0 0.17rem;
    padding: 0.16rem 0 0.16rem;
    -webkit-box-shadow: inset 0 0 0.32rem rgba(66, 146, 248, 0.16);
            box-shadow: inset 0 0 0.32rem rgba(66, 146, 248, 0.16);
  }
  .thanks-page .thanks__add--strong {
    font-weight: 700;
  }
  .thanks-page .thanks__btn {
    max-width: 2.89rem;
    margin: 0.23rem auto 0.22rem;
    border-radius: 10rem;
    -webkit-box-shadow: 0 0.08rem 0.16rem rgba(0, 85, 167, 0.24);
            box-shadow: 0 0.08rem 0.16rem rgba(0, 85, 167, 0.24);
  }
  .thanks-page .thanks__link a {
    text-decoration: underline;
    color: #2b4165;
  }
  .thanks-page .footer {
    padding: 0.08rem 0;
  }
  .thanks-page .footer small {
    margin-top: 0;
  }
  #gaiheki-zip-form-container {
    margin-bottom: 0.8rem;
  }
}
/*# sourceMappingURL=style_sp.css.map */