@charset 'UTF-8';

.common_inner_960 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.subhead {
    position: relative;
    background-image: url(../img/common/subhead_bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 280px;
    margin: 80px 0 0 0;
}

.subhead_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #006532;
    width: 100%;
}

h2.subhead_font {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

span.subhead_font_jp {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.title {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #006532;
    margin: 50px 0;
}

.title_jp {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 0.9;
}

.title_sub {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.24em;
}

.privacy_contents_main {
    font-feature-settings: "palt";
    text-align: left;
    margin: 35px 0;
}

.privacy_contents {
    font-feature-settings: "palt";
    text-align: left;
    margin: 0 0 35px 0;
}

.category_heading {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #006233;
    border-bottom: 2px solid #006233;
    padding: 10px 0;
    margin: 0 0 25px 0;
}

.category_heading_sub {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0 15px;
}

.category_text_main {
    line-height: 1.8;
}

.category_text {
    line-height: 1.8;
}


.br_1200 {
    display: none;
}

.br_768 {
    display: none;
}

.privacy{
    margin: 0 0 100px 0;
}

@media screen and (max-width: 1650px) {
    .title_jp {
        font-size: 28px;
    }

    .title_sub {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
    .subhead {
        margin: 60px 0 0 0;
    }

    .title_jp {
        font-size: 24px;
    }

    .title_sub {
        font-size: 12px;
    }

    .br_1200 {
        display: block;
    }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 768px) {
    .br_768 {
        display: block;
    }

    h2.subhead_font {
        font-size: 30px;
    }
}


@media screen and (max-width: 650px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 500px) {}


@media screen and (max-width: 450px) {
    .category_text_main {
        font-size: 14px;
        line-height: 1.8;
    }

    .category_text {
        font-size: 14px;
        line-height: 1.8;
    }

    .category_heading {
        font-size: 21px;
    }

    .category_heading_sub {
        font-size: 15px;
    }
}