/*-------------------------------------------------------------------

　　　　　　　　　　　　　プライバシーポリシー

-------------------------------------------------------------------*/


/*-----------------------------
　bottom_fsv02
-----------------------------*/
.bottom_fsv02 {
    padding-top: 100px;
    margin-bottom: 45px;
}

.bottom_fsv02 h2 {
    color: var(--r-base-color);
    font-size: 38px;
}

.bottom_fsv02 h2 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    position: relative;
}

.bottom_fsv02 h2 span::before {
    content: "/";
    display: inline-block;
    color: #A8D339;
    padding-right: 8px;
}

.bottom_fsv02 .pg_text {
    line-height: 1.8em;
    margin-top: 32px;
}

@media (max-width: 991px) {
    .bottom_fsv02 h2 {
        font-size: 32px;
    }

    .bottom_fsv02 h2 span {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .bottom_fsv02 {
        padding-top: 80px;
    }

    .bottom_fsv02 h2 {
        font-size: 26px;
    }

    .bottom_fsv02 h2 span {
        font-size: 12px;
    }

    .bottom_fsv02 .pg_text {
        margin-top: 16px;
    }

}

@media (max-width: 430px) {
    .bottom_fsv02 {
        margin-bottom: 24px;
    }
}






.policy_sec01 {
    background: #fff;
    padding: 4%;
    margin-bottom: clamp(32px, 10vw, 110px);
}

.policy_sec01 h3 {
    color: var(--r-base-color);
    font-size: 18px;
    margin-bottom: 16px;
}

.policy_sec01 .pg_text {
    margin-bottom: 52px;
    font-size: 15px;
    line-height: 1.8em;
}

.policy_sec01 > div:last-child .pg_text{
    margin-bottom: 0;
}

.policy_sec01 .pg_text ul {
    margin: 8px 0 0;
}

.policy_sec01 .pg_text ul li {
    position: relative;
    padding-left: 16px;
}

.policy_sec01 .pg_text ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
}

.policy_sec01 .pg_text a {
    color: var(--r-base-color);
    text-decoration: underline;
}

.policy_sec01 > div:last-child .pg_text br {
    display: none;
}

@media (max-width: 991px) {
    .policy_sec01 h3 {
        font-size: 17px;
    }
    .policy_sec01 .pg_text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .policy_sec01 h3 {
        font-size: 16px;
    }
    .policy_sec01 .pg_text {
        font-size: 13px;
    }

    .policy_sec01 > div:last-child .pg_text br {
        display: block;
    }
}
