html {
    scroll-padding-top: 160px;
}

* {
    scroll-behavior: smooth;
}

.main {
    padding: 0 0 120px;
}

.wrap-bg {
    background: #fff;
    border-radius: 10px;
    padding: min(5vw, 70px) min(8vw, 100px);
}

.heading {
    margin-bottom: min(8vw, 80px);
    text-align: center;
    color: #fff;
}

.heading-tit {
    text-align: center;
    padding: min(8vw, 80px) 0 0;
}

.heading p.sub {
    font-size: min(2.8vw, 2.6rem);
    font-weight: bold;
    letter-spacing: 0.1em;
}

.heading p.sub span {
    font-size: 12px;
    display: block;
}

.tit-wrap {
    font-size: min(2.85vw, 3rem);
    text-align: center;
    font-weight: bold;
    margin: 0 0 80px;
}

/* Intro */

.list-item-intro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*align-items: flex-end;*/
}

.list-item-intro .item:nth-of-type(1) {
    width: 24.5%;
}

.list-item-intro .item:nth-of-type(2) {
    width: 35%;
}

.list-item-intro .item {
    width: 32%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.head {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(2.45vw, 2.5rem);
    line-height: 1.3;
    font-weight: bold;
    text-align: left;
    padding-bottom: 30px;
}

.head-txt {
    margin: 0 3px 0 0;
}

.head-txt span {
    display: block;
    font-size: 0.68em;
    font-weight: 400;
}

.head-num {
    line-height: 1;
    display: flex;
    align-items: flex-end;
}

.head-num img {
    width: min(6.1vw, 62px);
}

.head-unit {
    margin: 0 0 10px 3px;
}

.img {
    height: min(35.78vw, 365px);
    line-height: 1;
    position: relative;
    z-index: 2;
}

.txt {
    line-height: 1.4375;
    font-weight: bold;
    text-align: center;
}

.list-item-intro .item .notice {
    width: 100%;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 25px;
    font-size: 16px;
}


/* nav-ancho */
.nav-ancho {
    margin: 120px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 14px;
}

.nav-ancho li {
    width: 48.8%;
    color: #fff;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.nav-ancho li::after {
    position: absolute;
    content: "";
    background: url('../../../img/info-leonet/icon-down.webp') no-repeat center center/100% 100%;
    width: 17px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.nav-ancho li a {
    display: block;
    transition: all 0.3s;
    padding: 15px 20px;
    border-radius: 4px;
    background: #FB8D1F;
}

.nav-ancho li a:hover {
    background: #E10000;
}

/*  */
.ttl-box {
    font-size: 2rem;
    font-weight: bold;
    background: #F6D2AF;
    padding: 15px 30px;
    border-radius: 5px;
    position: relative;
    margin: 0 0 60px;
}

.ttl-box .abs-img {
    position: absolute;
    right: 15px;
    bottom: -10px;
}

.list-benfit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin: 0 0 40px;
    position: relative;
}

.list-benfit .benfit01 {
    background: #484848;
    border-radius: 6px;
    width: 27.666%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.list-benfit .benfit01 .ttl-detail {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
}

.list-benfit .benfit01 .ttl-sub {
    font-size: 1.4rem;
    font-weight: bold;
}

.list-benfit .detail-sm-gen {
    width: 17%;
}

.list-benfit .detail-sm.detail-sm-gen-02 {
    width: 53%;
    padding: 25px;
    text-align: left;
    align-items: flex-start;
}

.list-benfit .detail-sm img {
    padding-bottom: 10px;
}

.list-benfit .detail-sm .f12 {
    font-size: 1.2rem;
    line-height: 1.6;
}

.list-benfit .detail-sm {
    border: 1px solid #BCBCBC;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    line-height: 1.1875;
    padding: 25px 0;
}

.list-benfit .detail-sm p .num {
    font-size: 3.5rem;
}

.list-benfit .detail-sm .anclink{
    width: 100%;
}
.list-benfit .detail-sm .anclink span{
    font-size: 0.95rem;
    color: #0e63c4;
    transition: all 0.4s;
}
.list-benfit .detail-sm .anclink:hover span{
    color: #FB8D1F;
}

.list-benfit .plus {
    width: 7.7%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-benfit .benfit02 {
    padding: 25px 0;
    ;
    background: #484848;
    border-radius: 6px;
    width: 18.888%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.list-benfit .benfit02 .ttl-detail {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 0 0 12px;
}

.list-benfit .benfit02 .ttl-sub {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
}

.list-benfit .detail-sm-gen-02 p {
    font-size: 1.4rem;
}

.list-benfit .detail-sm-gen-02 p .num {
    font-size: 2rem;
}

.list-benfit .detail-sm-gen-02 p {
    margin: 0 0 10px;
}

.list-benfit .detail-sm-gen-02 p.f12 {
    font-weight: 400;
}

/* box-note */
.box01 .ttl-box {
    margin-bottom: 50px;
}

.box-note .ttl-note {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    margin: 0 0 15px;
    cursor: pointer;
    color: #fff;
    background-color: #db2e2e;
    padding: 5px 40px;
    border-radius: 50px;
    width: fit-content;
    font-size: 12px;
}

.box-note .ttl-note::after {
    background: url('../../../img/info-leonet/down-white.webp') no-repeat center center / 100% 100%;
    position: absolute;
    width: 20px;
    height: 10px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    content: "";
    transition: all 0.4s;
}

.box-note .ttl-note:hover{
    background-color: #FB8D1F;
    transition: all 0.4s;
}

.box-note li {
    font-size: 1.2rem;
    text-indent: -1.2em;
    margin-left: 1.2em;
}

.box-note ul {
    display: none;
}

.box-note .ttl-note.is-open::after {
    transform: translateY(-50%) rotate(180deg);
}


.common-plan-notice {
    font-size: 12px;
}

.common-plan-notice h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

/* list-benfit02 */
.list-benfit02 {
    padding: 40px 0;
    margin: 40px 0 0;
    border-top: 1px dashed #BCBCBC;
}

.list-benfit02 .benfit01 {
    background: #D9D9D9;
    color: #484848;
}

.list-benfit02 .detail-sm {
    width: 17%;
}

.detail-sm-empty p {
    position: relative;
}

.detail-sm-empty p::after {
    position: absolute;
    width: 51px;
    height: 1px;
    background: #BCBCBC;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.note-sub {
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #BCBCBC;
}

.box:not(:last-child) {
    margin: 0 0 120px;
}

.list-benfit .abs-txt {
    font-weight: bold;
    position: absolute;
    background: #FB8D1F;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    font-size: 1.4rem;
    right: 10px;
    border-radius: 50px;
    top: -3.5em;
}

.list-benfit .abs-txt::after {
    width: 1.22em;
    height: 2.44em;
    background: #FB8D1F;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    position: absolute;
    bottom: -2.2em;
    right: 14%;
}

.keiyakuTit {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    width: 100%;
    border-bottom: 1px solid #666;
    font-weight: bold;
}

.keiyakuTit#keiyakuLight {
    margin-bottom: 0;
}



/* box02 */
.box-info-ttl {
    margin: 0 0 25px;
    background: #F2C522;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: bold;
    color: #fff;
}

.box-info-ttl .info-ttl {
    font-weight: bold;
    font-size: 1.8rem;
}

.box-info-ttl .info-mark {
    font-size: 1.4rem;
}
@media screen and (max-width: 640px){
    .box-info-ttl .info-mark {
        width: 25%;
        margin: 0;
        text-align: right;
    }
}

.box-info-ttl .info-mark span {
    padding: 4px 6px;
    line-height: 1;
    border-radius: 3px;
    width: 54px;
    display: inline-block;
}

.box-info-ttl .info-mark .bg-black {
    background: #000;
}

.box-info-ttl .info-mark .bg-light {
    background: #fff;
    color: #000;
}

.box02 .inner-unext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.box02 .inner-unext .in-img {
    width: 34.88%;
    text-align: center;
}

.box02 .inner-unext .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}

.box02 .inner-unext .sub p {
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.box02 .inner-unext .in-txt {
    width: 63.88%;
}

.box02 .box-info {
    margin: 0 0 60px;
}

.box02 .more-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 20px;
}

.box02 .more-link a {
    width: 48.88%;
    margin-bottom: 15px;
}

.btn-more {
    border: 1px solid #BCBCBC;
    padding: 12px 20px;
    display: block;
    font-weight: bold;
    position: relative;
    max-width: 440px;
}

.btn-more span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.btn-more span.link-out::after {
    position: absolute;
    background: url('../../../img/info-leonet/icon-link.svg') no-repeat center center/100% 100%;
    width: 13px;
    height: 13px;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.btn-more::after {
    position: absolute;
    content: "";
    background: url('../../../img/info-leonet/arrow-right.svg') no-repeat center center/100% 100%;
    width: 17px;
    height: 13px;
    content: "";
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.btn-more::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F0F0F0;
    transition: all 0.4s;
}

.btn-more:hover::before {
    width: 100%;
}


.ttl-line-bt {
    position: relative;
    padding-bottom: 15px;
    margin: 60px 0 50px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.ttl-line-bt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #F6D2AF;
    box-shadow: 0 -5px 0 #F6D2AF;
}

.box-model .inner-model {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-model .inner-model .img {
    width: 25%;
    text-align: center;
    align-content: center;
    position: relative;
}

.box-model .inner-model .img .img-abs {
    position: absolute;
    max-width: 25.773%;
    top: 10%;
    right: 5%;
}

.box-model .inner-model .list-device {
    width: 75%;
}

.box-model .inner-model .list-device .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.box-model .inner-model .list-device .row2 {
    justify-content: center;
    margin: 25px 0 0;
    gap: 20px;
}

.box-model .inner-model .list-device .device {
    width: 10.2em;
    font-size: 1.2rem;
    line-height: 1.38;
    border-radius: 50%;
    height: 10.2em;
    align-content: center;
    font-weight: bold;
}

.box-model .inner-model .list-device .device img {
    margin: 0 0 10px;
}

.box-model .inner-model .list-device .bg-clr01 {
    background: #EBF2E2;
}

.box-model .inner-model .list-device .bg-clr02 {
    background: #F5F2EB;
}

.box-model .inner-model .list-device .bg-clr03 {
    background: #E2EAF2;
}

.box-model .inner-model .list-device .bg-clr04 {
    background: #E7E2F2;
}

.box-model .inner-model .list-device .bg-clr05 {
    background: #FEE1BA;
}

.box-model .inner-model .list-device .bg-clr06 {
    background: #C5EDEC;
}

.box-model .inner-model .list-device .bg-clr07 {
    background: #FFD9E4;
}

.box-mess .list-mess {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 80px;
    align-items: flex-start;
}

.box-mess .list-mess .mess-detail {
    background: #F0F0F0;
    border-radius: 10px;
    position: relative;
    align-content: center;
    z-index: 2;
}

.box-mess .list-mess .mess-detail::after {
    position: absolute;
    background: #F0F0F0;
    width: 37px;
    height: 40px;
    right: 40px;
    bottom: -25px;
    content: "";
    z-index: 1;
}

.box-mess .list-mess .mess-detail p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.6;
}

.box-mess .list-mess .mess-detail p span {
    font-size: 2.1rem;
    font-weight: 700;
    color: #F24822;
}

.box-mess .list-mess .mess-detail01 {
    width: 33.44%;
    padding: 20px 0;
}

.box-mess .list-mess .mess-detail02 {
    width: 28.77%;
    position: relative;
    top: 30px;
    padding: 20px 0;
}

.box-mess .list-mess .mess-detail03 {
    width: 33.44%;
    padding: 30px 0;
}

.box-mess .list-mess .mess-detail04 {
    width: 39.44%;
    margin-left: 33px;
    padding: 20px 0;
}

.box-mess .list-mess .mess-detail05 {
    width: 36.22%;
    margin-right: 93px;
    padding: 30px 0;
}

.box-mess .list-mess .mess-detail01::after,
.box-mess .list-mess .mess-detail02::after,
.box-mess .list-mess .mess-detail04::after {
    clip-path: polygon(0 0, 100% 100%, 79% 0);
}

.box-mess .list-mess .mess-detail02::after {
    right: unset;
    left: 40px;
}

.box-mess .list-mess .mess-detail03::after,
.box-mess .list-mess .mess-detail05::after {
    clip-path: polygon(21% 0, 0 100%, 100% 0);
}

.box-mess .list-mess .mess-detail05::after {
    right: 30%;
}

/* qr */
.box-qr .qr-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.box-qr .qr-inner .in-img {
    width: 32%;
    text-align: center;
}

.box-qr .qr-inner .in-txt {
    width: 68%;
}

.box-qr .qr-inner .list-app {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 60px 0 0;
}

.box-qr .qr-inner .list-app img {
    display: block;
    text-align: center;
    margin: 5px auto 0;
}

.box-qr .box-more {
    display: flex;
    margin: 60px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-qr .box-more p {
    width: 47.77%;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    padding: 20px 10px;
    align-content: center;
    text-align: center;
}

.box-qr .box-more p sup {
    font-size: 1rem;
}

.cap-bottom {
    font-size: 1.2rem;
    margin: 40px 0 0;
}

/* box-contact */
.box-contact {
    text-align: center;
}

.box-contact .tel-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
}

.box-contact .tel-box a {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1;
}

.bnr-start {
    text-align: center;
}

.bnr-start a {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

.bnr-start a:hover {
    opacity: 0.8;
}

/* box03 */
.box03 .list-step {
    margin: 70px 0 40px;
}

.box03 .list-step li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 20px;
    align-items: center;
}

.box03 .list-step li .num-step {
    font-weight: bold;
    width: 140px;
    text-align: center;
    color: 1.8rem;
    line-height: 1;
    height: 2.77em;
    text-align: center;
    align-content: center;
    background: #FB8D1F;
    border-radius: 5px;
    color: #fff;
}

.box03 .list-step li .info-step {
    width: calc(100% - 160px);
    font-weight: bold;
    font-size: 1.8rem;
}

.box-bands {
    margin: 0 0 30px;
}

.box-bands .intro {
    margin: 0 0 30px;
}

.box-bands p span {
    font-weight: bold;
    display: block;
}

.box-wired ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.box04 .inner-mothod {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    margin: 0 0 50px;
}

.box04 .inner-mothod .in-txt {
    width: 39.39%;
    background: #EEEEEE;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    height: 100%;
    font-weight: bold;
    height: 7.8125em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box04 .inner-mothod .in-img {
    width: 51.7%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.box04 .inner-mothod .in-img p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0 0;
}

.box04 .inner-mothod .in-img .img-device:nth-of-type(1) p {
    margin: 0 0 0 40px;
}

.box04 .list-guide {
    display: flex;
    justify-content: space-around;
    margin: 90px 0;
    text-align: center;
    font-weight: bold;
}

.box04 .list-guide>.guide-detail img {
    margin: 20px auto;
    display: block;
}

.box04 .list-guide p {
    font-size: 1.8rem;
}

.box04 .list-guide .txt-sub p {
    font-size: 1.6rem;
    position: relative;
}

.box04 .list-guide .txt-sub p:nth-of-type(1) {
    padding-bottom: 30px;
}

.box04 .list-guide .txt-sub p:nth-of-type(2) {
    padding-top: 10px;
}

.box04 .list-guide .txt-sub p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #4B4B4B;
}

.box04 .box-note {
    margin: 40px 0 0;
}


.bound {
    opacity: 0;
}

.bound.is-view {
    animation: bound .6s cubic-bezier(.33, 1, .68, 1) forwards calc(.06 * 1s + 0s);
}

.bound.is-view.delay1 {
    animation-delay: 1.25s;
}

.bound.is-view.delay2 {
    animation-delay: 0.25s;
}

.bound.is-view.delay3 {
    animation-delay: 0.5s;
}

.bound.is-view.delay4 {
    animation-delay: .75s;
}

.bound.is-view.delay5 {
    animation-delay: 0.75s;
}

.bound.is-view.delay6 {
    animation-delay: 1s;
}

@keyframes bound {
    0% {
        opacity: 0;
        transform: translateY(50%) scale(1.2, .8);
    }

    40% {
        opacity: 1;
        transform: translateY(-10%);
    }

    70% {
        opacity: 1;
        transform: translateY(5%) scale(1.2, .8);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.boundIn {
    opacity: 0;
}

.boundIn.is-view {
    opacity: 1;
    animation: bounceIn 2s forwards;
}

.boundIn02.is-view {
    opacity: 1;
    animation: bounceIn 2s infinite;
}

@keyframes bounceIn {
    0% {
        transform: scale(0);
    }

    60% {
        transform: scale(1.15);
    }

    80% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width:1200px) {
    .wrap-bg {
        padding: 40px 20px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .box-model .inner-model .img {
        width: 23.33%;
    }

    .box-model .inner-model .list-device {
        width: 73.11%;
    }

    .box02 .inner-unext .sub {
        flex-direction: column;
    }

    .box04 .inner-mothod {
        padding: 0;
    }

    .box-model .inner-model {
        padding: 0;
    }

    .list-benfit .abs-txt::after {
        right: 7vw;
    }
}


@media screen and (max-width: 768px) {
    html {
        scroll-padding-top: 120px;
    }

    .main {
        padding: 0 0 60px;
    }

    .b-tit {
        font-size: min(6vw, 4rem);
    }

    .box:not(:last-child) {
        margin: 0 0 80px;
    }

    .heading-tit {
        padding: 40px 0 0;
        line-height: 1.57;
    }

    .heading p.sub {
        font-size: 4vw;
    }

    .wrap-bg {
        padding: 40px 20px;
    }

    .tit-wrap {
        font-size: min(4.2vw, 3rem);
        margin: 0 0 60px;
    }

    .list-item-intro .item:nth-of-type(1) {
        width: 100%;
    }

    .list-item-intro .head {
        font-size: min(5.3vw, 2.5rem);
        margin: 0 auto;
    }

    .head-num img {
        width: min(13.1vw, 62px);
    }

    .list-item-intro .item:nth-of-type(2) {
        width: 100%;
    }

    .list-item-intro .item {
        width: 100%;
        margin: 0 0 40px;
    }

    .list-item-intro .item .notice {
        font-size: 5vw;
    }

    .list-item-intro .img-life {
        width: 80%;
        margin: 0 auto;
    }

    .nav-ancho {
        margin: 60px 0 120px;
    }

    .ttl-box .abs-img {
        width: 80px;
        bottom: 0;
    }

    .ttl-box {
        padding: 10px 20px;
        font-size: 1.8rem;
        margin: 0 0 40px;
    }

    .list-benfit .benfit01 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        gap: 15px;
        padding: 10px 20px;
    }

    .list-benfit .detail-sm-gen {
        width: 48%;
    }

    .list-benfit .detail-sm p .num {
        font-size: 3rem;
    }

    .list-benfit .benfit01 .ttl-detail {
        font-size: 2.2rem;
    }

    .list-benfit .plus {
        width: 100%;
    }

    .list-benfit .benfit02 {
        width: 48%;
    }

    .list-benfit .detail-sm.detail-sm-gen-02 {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .list-benfit .detail-sm-gen-02 p {
        line-height: 1.4;
    }

    .list-benfit .abs-txt {
        font-size: 1.4rem;
        position: relative;
        width: 80%;
        margin: 0 auto;
        top: unset;
        right: unset;
        padding: 10px;
    }

    .list-benfit .abs-txt::after {
        clip-path: polygon(0 100%, 100% 100%, 50% 0);
        top: -2.4em;
        bottom: unset;
    }

    .list-benfit .benfit02 .ttl-sub {
        line-height: 1.4;
    }

    .box01 .ttl-box {
        margin-bottom: 40px;
    }

    .list-benfit02 .detail-sm {
        width: 48%;
        line-height: 1.4;
    }

    .box02 .inner-unext .in-img {
        width: 100%;
    }

    .box02 .inner-unext .sub {
        justify-content: center;
        gap: 10px;
    }

    .box02 .more-link a:last-child {
        width: 100%;
        max-width: 100%;
    }

    .box02 .inner-unext .in-txt {
        width: 100%;
        margin: 20px 0 0;
    }

    .box-model .inner-model {
        flex-direction: column;
    }

    .box-model .inner-model .img {
        order: 2;
        width: 40%;
        margin-right: auto;
        margin-top: 20px;
    }

    .box-model .inner-model .list-device {
        width: 100%;
    }

    .box-mess .list-mess .mess-detail p {
        font-size: 1.4rem;
    }

    .box-mess .list-mess .mess-detail p span {
        font-size: 1.8rem;
    }

    .box-qr .qr-inner .in-img {
        width: 100%;
    }

    .box-qr .qr-inner .in-txt {
        width: 100%;
        margin: 20px 0 0;
    }

    .box-qr .qr-inner .list-app {
        margin: 20px 0 0;
        gap: 20px;
    }

    .box-qr .box-more p {
        width: 100%;
        margin: 0 0 20px;
    }

    .box-qr .box-more {
        margin: 30px 0;
    }

    .box-contact .tel-box img {
        width: 33px;
    }

    .box-contact .tel-box {
        align-items: flex-end;
    }

    .box-contact .tel-box a {
        font-size: 3rem;
    }

    .box03 .list-step li {
        margin: 0 0 30px;
    }

    .box03 .list-step li .num-step {
        width: 100%;
        margin: 0 0 5px;
    }

    .box03 .list-step li .info-step {
        width: 100%;
        font-size: 1.6rem;
    }

    .box04 .inner-mothod {
        padding: 0;
        margin: 0 0 40px;
    }

    .box04 .inner-mothod .in-txt {
        width: 100%;
        font-size: 1.6rem;
    }

    .box04 .inner-mothod .in-img {
        width: 100%;
        margin: 30px auto 0;
        max-width: 480px;
    }

    .box04 .list-guide {
        flex-direction: column;
        row-gap: 30px;
        margin: 40px 0;
    }

    .box04 .list-guide>.guide-detail img {
        margin: 10px auto;
    }

    .ttl-line-bt {
        margin: 40px 0;
    }

    .box-mess .list-mess .mess-detail05 {
        margin-right: 40px;
    }

    .box04 .list-guide p {
        font-size: 1.6rem;
    }

    .box-model .inner-model .img .img-abs {
        top: -5%;
    }
}

@media screen and (max-width: 576px) {
    .box-mess .list-mess {
        row-gap: 40px;
    }

    .box02 .more-link a {
        width: 100%;
    }

    .box-mess .list-mess .mess-detail,
    .box-mess .list-mess .mess-detail {
        width: 100% !important;
        margin: 0;
        top: 0;
    }

    .nav-ancho li {
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    .ttl-box .abs-img-sp {
        right: -35px;
    }

    .box04 .inner-mothod .in-img {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        align-items: center;
    }

    .box04 .inner-mothod .in-img .img-device {
        width: 30%;
    }

    .box04 .inner-mothod .in-img .img-device p {
        margin-top: 0;
    }

    .box04 .inner-mothod .in-img .img-device:nth-of-type(1) p {
        margin: 0 0 0 30px;
    }
}

@media screen and (max-width: 768px) {
    #pagetop {
        bottom: 10px;
    }
}

