@charset 'UTF-8';

.fs-c-breadcrumb {
    margin-top: 30px;
}

.fs-c-breadcrumb__list {
    padding: 0;
}

@media screen and (max-width: 750px) {
    .fs-body-about-memberAgreement .inner_wrap {
        width: 84.2%;
    }
}

/* link_area */
.link_area ul li {
    position: relative;
}

.link_area ul li a {
    display: block;
}

.link_area ul li::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #d3d2d0;
    border-right: 2px solid #d3d2d0;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    right: 7%;
    top: calc(50% - 7px);
}

@media screen and (max-width: 750px) {
    .link_area {
        margin: 50px 0 65px;
    }

    .link_area ul li {
        width: 100%;
        border-left: 1px solid #d3d2d0;
        border-right: 1px solid #d3d2d0;
        border-bottom: 1px solid #d3d2d0;
    }

    .link_area ul li:first-child {
        border-top: 1px solid #d3d2d0;
    }

    .link_area ul li a {
        font-size: 1rem;
        height: 42px;
        line-height: 42px;
        padding-left: 6.6%;
    }
}   

@media screen and (min-width: 751px) {
    .link_area {
        margin: 111px 0 126px;
    }

    .link_area ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .link_area ul li {
        width: calc(100% / 3);
        border-top: 1px solid #d3d2d0;
        border-right: 1px solid #d3d2d0;
        border-bottom: 1px solid #d3d2d0;
        text-align: center;
    }

    .link_area ul li:first-child {
        border-left: 1px solid #d3d2d0;
    }

    .link_area ul li a {
        font-size: 1.19vw;
        height: 67px;
        line-height: 67px;
    }
}

@media screen and (min-width: 1340px) {
    .link_area ul li a {
        font-size: 16px;
    }
}

/* agreement_content */
.agreement_content:last-child {
    margin-bottom: 0;
}

.lead_text h2 {
    letter-spacing: 0.1em;
    font-weight: bold;
}

.article {
    margin-bottom: 47px;
}

.chapter .article:last-child {
    margin-bottom: 0;
}

.enactment {
    margin-top: 40px;
}

.enactment span {
    display: block;
}

@media screen and (max-width: 750px) {
    .agreement_content_wrap {
        width: 100%;
    }

    .agreement_content {
        padding-top: 50px;
        margin-top: -50px;
        margin-bottom: 65px;
    }

    .lead_text {
        margin-bottom: 45px;
    }

    .lead_text h2 {
        font-size: 1.7rem;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .lead_text p {
        font-size: 1.2rem;
        line-height: 1.8;
        letter-spacing: 0;
    }

    .chapter {
        margin-bottom: 47px;
    }

    .chapter h3 {
        font-size: 1.4rem;
        line-height: 1.3;
        letter-spacing: 0.04em;
        margin-bottom: 14px;
    }

    .article h4 {
        font-size: 1.4rem;
        line-height: 1.3;
        letter-spacing: 0.04em;
        margin-bottom: 14px;
    }

    .article p {
        font-size: 1.1rem;
        line-height: 1.8;
        letter-spacing: 0;
        margin: 0;
    }
    
    .article li {
        font-size: 1.1rem;
        line-height: 1.8;
        letter-spacing: 0;
    }

    .article_lead {
        margin: 0 0 19px!important;
    }

    .article ul li ul {
        margin-top: 0;
    }

    .article ul li ul li {
        text-indent: 3em;
    }

    .enactment span {
        font-size: 1.1rem;
        line-height: 1.8;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 751px) {
    .agreement_content_wrap {
        width: 91.8%;
        max-width: 1102px;
        margin: 0 auto;
    }

    .agreement_content {
        padding-top: 100px;
        margin-top: -100px;
        margin-bottom: 160px;
    }

    .lead_text {
        margin-bottom: 79px;
    }

    .lead_text h2 {
        font-size: 23px;
        line-height: 1.5;
        margin-bottom: 62px;
    }

    .lead_text p {
        font-size: 18px;
        line-height: 2;
        letter-spacing: 0.08em;
    }

    .chapter {
        margin-bottom: 80px;
    }

    .chapter h3 {
        font-size: 18px;
        line-height: 2;
        letter-spacing: 0.1em;
        margin-bottom: 3px;
    }

    .article h4 {
        font-size: 18px;
        line-height: 2;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
    }

    .article p {
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.1em;
        margin: 0;
    }
    
    .article li {
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.1em;
    }

    .article_lead {
        margin: 0 0 30px!important;
    }

    .article ul li ul {
        padding-left: 2em;
        margin-top: 5px;
    }

    .enactment span {
        font-size: 15px;
        line-height: 2;
        letter-spacing: 0.1em;
    }
}