/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

.privacy {
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 340px auto;
    grid-template-columns: auto 340px auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color:rgba(255,255,255);
}

.privacy > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.privacy > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.privacy > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.privacy > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.privacy > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.privacy > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.privacy-title {
    height: auto;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.privacy-title h2 {
    font-size: 16px;
    margin-bottom: 20px;
}

.privacy-title h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.privacy-contents {
    height: auto;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    text-align: center;
    margin: 20px auto 50px auto;
}

.privacy-topix {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 300px;
}

.privacy-topix p {
    padding-bottom: 5px;
    margin-top: 30px auto 10px auto;
    text-align: left;
    color: #2c3e50;
}

.privacy-contents h3 {
    font-size: 18px;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #2f6b9b;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.privacy-text {
    margin: 0 auto;
    width: 300px;
}

.privacy-text p {
    width: 300px;
    padding-bottom: 5px;
    margin-top: 50px auto 30px auto;
    padding-left: 10px;
    text-align: left;
    color: #2c3e50;
}

.privacy-text ul {
    text-align: left;
    margin-top: 15px;
    margin-left: 10px;
}

.privacy-text li {
    list-style: disc;
    margin-left: 20px;
}

.address {
    font-style: normal;
    margin-top: 10px;
    margin-left: 50px;
    margin-bottom: 20px;
    text-align: left;
}

.date p {
    text-align: right;
}

/* ##### 画面の横幅768ピクセル以上 ##### */
@media (min-width: 768px) {

    .privacy {
        margin: 0 auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1200px auto;
        grid-template-columns: auto 1200px auto;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        background-color:rgba(255,255,255);
    }

    .privacy > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .privacy > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .privacy > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .privacy > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .privacy > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .privacy > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .privacy-title {
        height: auto;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .privacy-title h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .privacy-title h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .privacy-contents {
        height: auto;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        text-align: center;
        margin: 20px auto 50px auto;
    }

    .privacy-topix {
        margin: 0 auto;
        padding-bottom: 30px;
        width: 1000px;
    }

    .privacy-topix p {
        padding-bottom: 5px;
        margin-top: 30px auto 10px auto;
        text-align: left;
        color: #2c3e50;
    }

    .privacy-contents h3 {
        font-size: 20px;
        padding: 0.25em 0.5em;
        color: #494949;
        background: transparent;
        border-left: solid 5px #2f6b9b;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: left;
    }

    .privacy-text {
        margin: 0 auto;
        width: 900px;
    }

    .privacy-text p {
        width: 780px;
        padding-bottom: 5px;
        margin-top: 50px auto 30px auto;
        padding-left: 40px;
        text-align: left;
        color: #2c3e50;
    }

    .privacy-text ul {
        text-align: left;
        margin-top: 15px;
        margin-left: 50px;
    }

    .privacy-text li {
        list-style: disc;
        margin-left: 20px;
    }

    .address {
        font-style: normal;
        margin-top: 10px;
        margin-left: 50px;
        margin-bottom: 20px;
        text-align: left;
    }

    .date p {
        text-align: right;
    }
}

/* ##### 画面の横幅1200ピクセル以上 ##### */
@media (min-width: 1200px) {

    .privacy {
        margin: 0 auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1200px auto;
        grid-template-columns: auto 1200px auto;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        background-color:rgba(255,255,255);
    }

    .privacy > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .privacy > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .privacy > *:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .privacy > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .privacy > *:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .privacy > *:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .privacy-title {
        height: auto;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .privacy-title h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .privacy-title h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .privacy-contents {
        height: auto;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        text-align: center;
        margin: 20px auto 50px auto;
    }

    .privacy-topix {
        margin: 0 auto;
        padding-bottom: 30px;
        width: 1000px;
    }

    .privacy-topix p {
        padding-bottom: 5px;
        margin-top: 30px auto 10px auto;
        text-align: left;
        color: #2c3e50;
    }

    .privacy-contents h3 {
        font-size: 20px;
        padding: 0.25em 0.5em;
        color: #494949;
        background: transparent;
        border-left: solid 5px #2f6b9b;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: left;
    }

    .privacy-text {
        margin: 0 auto;
        width: 900px;
    }

    .privacy-text p {
        width: 780px;
        padding-bottom: 5px;
        margin-top: 50px auto 30px auto;
        padding-left: 40px;
        text-align: left;
        color: #2c3e50;
    }

    .privacy-text ul {
        text-align: left;
        margin-top: 15px;
        margin-left: 50px;
    }

    .privacy-text li {
        list-style: disc;
        margin-left: 20px;
    }

    .address {
        font-style: normal;
        margin-top: 10px;
        margin-left: 50px;
        margin-bottom: 20px;
        text-align: left;
    }

    .date p {
        text-align: right;
    }
}