@charset "utf-8";

.sub_content_inner {
    padding: 70px 100px;
}

.privacy .ctn {
    margin-bottom: 50px;
    line-height: 2;
}

.privacy .ctn p {
    font-size: 15px;
}

.privacy .ctn .ttl_h3 {
    position: relative;
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 3px solid #e1e4e7;
}

.privacy .ctn .ttl_h3::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    display: block;
    width: 22%;
    height: 3px;
    background-color: var(--color-point-red);
}

.privacy .ctn .ttl_h4 {
    margin-top: 24px;
    font-size: 15px;
}

.privacy .ctn a.link {
    display: block;
    margin-top: 26px;
    color: var(--color-point-red);
    font-size: 15px;
    text-decoration: underline;
}

.privacy .ctn a.link::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background: url(../img/privacy/icon_link.svg)no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
    .sub_content_inner {
        padding: 30px 5%;
    }

    .privacy .ctn {
        margin-bottom: 40px;
    }

    .privacy .ctn .ttl_h3 {
        font-size: 20px;
        margin-bottom: 16px;
        padding-bottom: 10px;
    }

    .privacy .ctn .ttl_h3::before {
        width: 30%;
    }
}
