@charset "UTF-8";
@import url("reset.min.css");

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /*pxだと10px;*/
}

body {
    width: 100%;
    height: auto;
    background: #fff;
    color: #000;
    font-size: 1.4rem;
    font-family: Hiragino Sans,
        "ヒラギノ角ゴシック",
        Hiragino Kaku Gothic ProN,
        "ヒラギノ角ゴ ProN W3",
        Roboto,
        "Droid Sans",
        YuGothic,
        "游ゴシック",
        Meiryo,
        "メイリオ",
        Verdana,
        "ＭＳ Ｐゴシック",
        sans-serif;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    display: block;
    color: #000;
    text-decoration-line: none;
}

a:hover {
    opacity: 0.8;
    transition-duration: 0.8s;
}

a img:hover {
    opacity: 0.9;
    transition-duration: 0.8s;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

@media screen and (max-width: 900px) {
    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }
}

.clear {
    clear: both;
}

/*
-------------------------------------*/
.privacy-title {
    font-size: 40px;
    text-align: center;
    margin: 20px 0 40px;
}

.privacy-container {
    width: 901px;
    margin: 0 auto;
    font-size: 16px;
}

.privacy-container h2 {
    font-size: 16px;
    margin: 20px 0 10px;
    font-weight: normal;
}

.privacy-container h3 {
    font-size: 16px;
    font-weight: normal;
}

.privacy-container p {
    margin-bottom: 20px;
}


@media (max-width: 900px) {
    .privacy-title {
        font-size: 20px;
        padding: 0;

    }

    .privacy-container {
        width: 87%;

        font-size: 14px;
    }

    .privacy-container h2 {
        font-size: 14px;
        margin: 10px 0 5px;
        font-weight: normal;
    }

    .privacy-container h3 {
        font-size: 14px;
        font-weight: normal;
    }

    .privacy-container p {
        font-size: 14px;
        margin-bottom: 10px;
    }

}
