/* PC用は以下 */
.policy_box {
    margin: 13.5vw 18.75vw 0;
    padding-bottom: 6.125vw;
}

.main_head {
    font-size: 1.5vw;
    line-height: 200%;
}

.sub_head {
    font-weight: bold;
}

.policy_content {
    margin-top: 3.75vw;
    font-size: 1vw;
    line-height: 200%;
}

.sub_table_head {
    margin-top: 2.6875vw;
}

.policy_content table {
    margin-top: 0.6875vw;
    border-top: solid 0.5px black;
}

.policy_content table tr {
    border-bottom: solid 0.5px black;
}

.policy_content table tr td.table_left {
    width: 21.25vw;
    line-height: 175%;
    padding: 0.8125vw 0;
    box-sizing: border-box;
}
.policy_content table tr td.table_right {
    width: 41.25vw;
    line-height: 175%;
    padding: 0.8125vw 3.875vw 0.8125vw 2.1875vw;
    border-left: solid 0.5px black;
    box-sizing: border-box;
}

#contact {
    margin-top: 9.375vw;
}

/* スマホ用は以下 */
@media screen and (max-width:750px) {
    .policy_box {
        margin: 32.32vw 5.33vw 0;
        padding-bottom: 16vw;
    }

    .main_head {
        font-size: 5.33vw;
        font-weight: bold;
    }

    .sub_head {
        font-weight: bold;
    }

    .policy_content {
        margin-top: 12vw;
        font-size: 4.27vw;
    }

    .sub_table_head {
        margin-top: 2.6875vw;
    }

    .policy_content table {
        width: 100%;
        margin-top: 0.6875vw;
        border-top: solid 0.5px black;
    }

    .policy_content table tr {
        border-bottom: solid 0.5px black;
    }

    .policy_content table tr td.table_left {
        padding: 0.8125vw 0.815vw;
    }
    .policy_content table tr td.table_right {
    }

    #contact {
        margin-top: 29.6vw;
    }
}