.anchorlink{
    margin-top: 72px;
}
.anchorlink ul{
    justify-content: center;
}
h3.subttl {
    font-size: 200%;
    color: #940a3b;
    margin: 72px 0 32px;
}
.service-overview{
    margin-top: 93px;
    padding: 0 72px 4rem;
}
.service-overview__inner > p {
    margin-bottom: 4rem;
}
.service-overview ul.overview-menu-sp {
    display: none;
}
.service-overview ul {
    display: flex;
    justify-content: space-between;
    margin: 4rem auto;
}
.service-overview ul li {
    width: 29%;
}

.service-overview__inner {
    max-width: 1080px;
    margin: 0 auto;
}
.service-overview__inner article {
    border-bottom: 1px solid #000;
    padding-bottom: 4rem
}
.service-overview__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6rem;
}
.service-overview__detail:last-of-type {
    margin-bottom: 0;
}
.service-overview__detail__img {
    max-width: 360px;
}
.service-overview__detail__txt {
    width: calc(100% - 360px);
    padding-left: 32px;
}
.service-overview__detail__txt h4 {
    color: #940a3b;
    font-size: 180%;
    margin-bottom: 1rem;
    line-height: 2.5rem;
}
#page-service .service-overview__detail .btn-link {
    margin-top: 2rem;
}
.distinction {
    margin-bottom: 144px;
}
#page-service .btn-link.regional-btn {
    margin-top: 2rem;
}
.pagettl__permit{
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .service-overview__detail__img {
        margin: 1rem auto;
    }
    .service-overview__detail__txt {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 400px) {
    .anchorlink {
        margin-bottom: 4rem;
    }
.service-overview {
    margin-top: 10.25641vw;
    padding: 0 6.41026vw 2rem;
}
.service-overview__detail {
    margin-bottom: 4rem;
}
.service-overview ul.overview-menu-pc {
    display: none;
}
.service-overview ul.overview-menu-sp {
    display: flex;
    flex-direction: column;
}
.service-overview ul {
    margin-top: 2rem;
}
.service-overview ul li {
    width: 100%;
    margin-top: 30px;
}
}
@media screen and (min-width: 767px) {
.service-overview__detail__txt.btn-link a {
    width: 100%;
    font-size: 100%;
    }
}

/* アカウント事業 */
.account {
    margin-top: 93px;
    padding: 0 72px;
}
.account__inner {
    max-width: 1080px;
    margin: 0 auto 144px;
}
.account__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 144px;
}
.account__detail__txt {
    width: 46.2963%;
    display: flex;
    flex-direction: column;
    margin-bottom: 6rem;
}
.account__detail__txt h3 {
    font-size: 1.5rem;
    color: #940a3b;
    margin: 0 0 1rem;
    border: 1px solid #940a3b;
    padding: 1rem 2rem;
}
#page-service .account__detail .btn-link {
    margin-top: auto;
    padding-top: 2rem;
}
#page-service .account__detail .btn-link a {
    border: none;
    background-color: #940a3b;
    color: #fff;
}
#page-service .btn-link .download-arrow {
        position: absolute;
        content: url(../img/service/download-arrow.webp);
        top: calc(50% - 13px);
        right: 10px;
        width: 26px;
        height: 26px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

#page-service.gp .overview-menu-pc{
    flex-wrap: wrap;
}
#page-service.gp .overview-menu-pc li{
    width: calc(50% - 1rem);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem;
}
#page-service.gp .overview-menu-pc li:nth-child(odd){
    margin-right: 2rem;;
}
#page-service.gp .overview-menu-pc .li__img{
    width: 50%;
    background-color: #9B2B4D;
    border-radius: 13px;
    align-items: stretch;
    display: flex;
}
#page-service.gp .overview-menu-pc li:nth-child(1) img{
    width:162px;
    height: auto;
    margin: 40px auto;
}
#page-service.gp .overview-menu-pc li:nth-child(2) img{
    width:189px;
    height: auto;
    margin: 37px auto;
}
#page-service.gp .overview-menu-pc li:nth-child(3) img{
    width:132px;
    height: auto;
    margin: 30px auto;
}
#page-service.gp .overview-menu-pc li:nth-child(4) img{
    width:164px;
    height: auto;
    margin: 30px auto;
}
#page-service.gp .overview-menu-pc .li__txt{
    width: 50%;
    padding: 0 0 0 1rem;
}
#page-service.gp .overview-menu-pc .li__txt h4{
    font-size: 1.2em;
    font-weight: 700;
    padding: 0 0 0.5em 0;
    border-bottom: 1px solid #B4B4B4;
    letter-spacing: 0.1em;
    line-height: 1.6;}
#page-service.gp .overview-menu-pc .li__txt p{
    font-size: 0.8em;
    line-height: 2em;
    letter-spacing: 0.1em;
    padding-top: 1em;
}

.service-guide {
    margin-top: 93px;
    padding: 0 72px 4rem;
}

.service-guide__inner {
    max-width: 1080px;
    margin: 0 auto;
}
#page-service.gp .service-guide li .ttl{
    position: relative;
}

#page-service.gp .service-guide .ttl .ttl_main .num {
    font-size: 65px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    margin-right: 32px;
    padding-right: 15px;
    position: relative;
    top: -3.7rem;
}

#page-service.gp .service-guide li .ttl .ttl_main::before{
    content: "";
    position: absolute;
    width: 1px;
    background-color: #000;
    top: 55%;
    right: 67%;
}

#page-service.gp .service-guide li:nth-child(1) .ttl .ttl_main::before{
height: 15rem;
}

#page-service.gp .service-guide li:nth-child(2) .ttl .ttl_main::before{
height: 9rem;
}

#page-service.gp .service-guide li:nth-child(3) .ttl .ttl_main::before{
height: 6rem;
}

#page-service.gp .service-guide li:last-child .ttl .ttl_main::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: unset;
    top: 0;
    right: 0;
}

#page-service.gp .service-guide .ttl .step {
    font-size: 26px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    position: relative;
}

.service-guide ul {
    display: flex;
    justify-content: space-between;
    margin: 4rem auto;
    flex-direction: column;
}

.service-guide ul li {
display: flex;
}

.guide__content{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 3rem 2rem;
}

.guide__content h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 2rem 0;
}
.guide__content p {
    font-size: 1rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

#page-service.gp .btn-link {
    margin: 1rem 0 2rem 0;
}

@media screen and (max-width: 768px) {
    .account {
        margin-top: 10.25641vw;
        padding: 0 6.41026vw;
    }
    .account__detail {
        margin-bottom: 0;
    }
    .account__detail__txt {
        width: 100%;
        margin-bottom: 5rem;
    }
    #page-service .account__detail .btn-link a {
        width: 100%;
        max-width: 360px;
    }
    .account__detail__txt h3 {
        font-size: 1rem;
        padding: 1rem 1rem;
    }

    #page-service.gp .overview-menu-pc li{
    width: 100%;
}
#page-service.gp .overview-menu-pc .li__img{
    width: 30%;}
    #page-service.gp .overview-menu-pc .li__txt{
    width: 70%;}
#page-service.gp .overview-menu-pc li:nth-child(1) img{
    width:80%;
    height: auto;
    margin: 40px auto;
}
#page-service.gp .overview-menu-pc li:nth-child(2) img{
    width:80%;
    height: auto;
    margin: 37px auto;
}
#page-service.gp .overview-menu-pc li:nth-child(3) img{
    width:80%;
    height: auto;
    margin: 30px auto;
}
#page-service.gp .overview-menu-pc li:nth-child(4) img{
    width:80%;
    height: auto;
    margin: 30px auto;
}
}

@media screen and (max-width: 767px) {
    #page-service .btn-link a {
        padding: 0px 5vw
    }
    #page-service.gp .btn-link {
    margin: 1rem 0 2rem 0;
    }
    #page-service .btn-link {
        padding: 0;
    }

}

@media screen and (max-width: 540px) {
    #page-service.gp .service-overview ul.overview-menu-pc {
        display: block;
    }

    #page-service.gp .service-overview {
        margin-top: 10.25641vw;
        padding: 0 6.41026vw 2rem;
    }


    #page-service.gp .service-guide {
        margin-top: 10.25641vw;
        padding: 0 6.41026vw 2rem;
    }
    #page-service.gp .service-guide .ttl .ttl_main .num {
    font-size: 48px;
    margin-right: 0;
    padding-right: 0;
    top: -3rem;
}
#page-service.gp .service-guide .ttl .step {
    font-size: 21px;
}
#page-service.gp .service-guide li .ttl .ttl_main::before {
    right: 50%;
}
#page-service.gp .service-guide li:nth-child(1) .ttl .ttl_main::before{
height: 170%;
}

#page-service.gp .service-guide li:nth-child(2) .ttl .ttl_main::before{
height: 170%;
}

#page-service.gp .service-guide li:nth-child(3) .ttl .ttl_main::before{
height: 120%;
}

.guide__content{
    padding: 1rem;
}
.guide__content h4 {
    font-size: 24px;
    margin: 0 0 2rem 0;
    line-height: 1.2;
}

.guide__content h4.guide__content02__h4{
    margin-top: 1rem;
}
.guide__content p {
    line-height: 2rem;
}
    
}