/* 2021Winter h.tabira */

/* 各ページ個別 */

.page_contents {
    display: block;
}

.privacy_box {
    margin-bottom: 2em;
}

.privacy_box h3 {
    color: #525252;

    padding-left: 1em;
    background-image: url(../common/image/aomaru.png);
    background-repeat: no-repeat;
    background-position: left;

    width: 100%;
    border-bottom: solid 2px #525252;
}

.privacy_box_flex {
    display: flex;
    justify-content: flex-start;
}

.privacy_box_flex div {
    margin: 0 1em;
}

.privacy_box ul li {
    list-style: decimal;
}

#privacy_history {
    margin: 1em;
    border-collapse: collapse;
}

#privacy_history tr {
    border-top: dotted 1px;
    border-bottom: dotted 1px;
}

#privacy_history th {
    text-align: right;
    font-weight: normal;
    padding-right: 1em;
}

#privacy_members {
    margin: 1em;
    border-collapse: collapse;
}

#privacy_members tr {
    border: solid 1px gray;
    padding: 0px;
    margin: 0px;
    background-color: #f0fcff;

}

#privacy_members th {
    font-weight: normal;
    border: solid 1px gray;
    text-align: right;
    padding: 5px;
}

#privacy_members td {
    border: solid 1px gray;
    text-align: center;
    padding: 5px;

}

.stripe {
    background-color: white !important;
}

/* レスポンシブ対応 */
/* -------------------- */
@media screen and (max-width: 600px) {
    .privacy_box h3 {
        width: 90%;
        font-size: 1.0em;
    }

    .privacy_box {
        margin: 0px 1em;
    }

    .privacy_box_flex {
        display: block;
    }

    #privacy_history th {
        display: block;
        text-align: left;
    }

    #privacy_history td {
        display: block;
        text-align: left;
    }

    #privacy_history th {
        font-weight: bold;
    }

    .privacy_box img {
        max-width: 100%;
    }

}
