@charset "utf-8";

.fs-p-renewal {
    margin-bottom: 100px;
}

.fs-p-renewal .fs-c-documentArticle__heading {
    font-size: 40px;
    background: none;
    color: #182b3f;
    font-family: 'Noto Serif JP', sans-serif;
    padding: 1.8em 0;
}

.fs-p-renewal .fs-c-ttl {
    background: #182b3f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 10px;
}

.fs-p-renewal .fs-c-contwrap {
    border: 3px solid #182b3f;
    margin-top: 20px;
}

.fs-p-renewal .fs-c-contwrap .fs-c-Exdocument {
    padding: 30px;
}

.fs-p-renewal .fs-c-contwrap h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.fs-p-renewal .announce {
    text-align: center;
    padding-bottom: 1.8em;
}

.fs-p-renewal .pwchange {
    margin: 10px 0;
}

.fs-p-renewal img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

/*PC用*/
.pc {
    display: block;
}

.sp {
    display: none;
}

body {
    scroll-padding-top: 90px;
}


@media screen and (max-width: 999px) and (min-width: 415px) {
    /*タブレット用*/
}

@media screen and (max-width: 414px) {

    /*SP用*/
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    body {
        scroll-padding-top: 60px;
    }

    .fs-p-renewal .fs-c-documentArticle__heading {
        font-size: 5.5vw;
        font-weight: 600;
    }

    .fs-p-renewal .fs-c-ttl,
    .fs-p-renewal .fs-c-contwrap h3 {
        font-size: 5vw;
    }

    p {
        font-size: 3.8vw;
        line-height: 1.7em;
    }

    .fs-p-renewal .announce {
        text-align: left;
    }

    .fs-p-renewal img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

}