@charset "UTF-8";

/*-------------------------------- */
/*プライバシーポリシー

---------------------------------- */
.gradation {
    /* 色の順番を逆にし、21%を79%に変更 */
    background-image: linear-gradient(to bottom, #001389, #1b94cb 79%, #37bbbd);
}

.subpage-title-header {
    background-color: var(--color-main);
    padding: 100px;
}

.title-heading {
    color: #fff;
    text-align: center;
    font-size: 3.5rem;
}

.privacy {
    margin-top: 160px;
    margin-bottom: 160px;
}

.privacy .max-width {
    max-width: 1000px;
}

.privacy .intro {
    margin-bottom: 43px;
    font-size: 1.5rem;
    line-height: 1.7;
}

.privacy .mainarea p {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 52px;
}

.privacy span {
    font-size: 2.0rem;
    line-height: 1.4;
    margin-bottom: 9px;
    display: block;
    font-weight: bold;
}

.privacy .mainarea .text_5 {
    margin-bottom: 31px;
}

footer {
    margin-top: 41px;
}

a.link {
    color: #1c1cc3;
    text-decoration: underline;
}

.link:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .privacy {
        margin-top: 140px;
    }



}


@media screen and (max-width: 480px) {
    .title-heading {
        font-size: 2.8rem;
    }

    .privacy {
        margin-top: 110px;
    }

    .subpage-title-header {
        padding: 60px 10px;
    }

    .privacy .intro {
        font-size: 1.2rem;
    }

    .privacy .mainarea p {
        font-size: 1.2rem;
        font-feature-settings: "palt";
    }

    .privacy span {
        font-size: 1.5rem;
    }

    span#email-text {
        font-size: 1.2rem;
    }
}