/**
* 使用クラス一覧
・privacy_policy
**/

/*--------------------------------------
/*
 * privacy_policy
 *
 *---------------------------------------/
/*******
 * PC
 *******/


.privacy_policy__head {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #000;
}

.privacy_policy__head_lead {
    font-size: var(--font-12);
    /* color: #444; */
}

.privacy_policy__content_list li {
    margin-bottom: 3rem;
    font-size: var(--font-10);
}

.privacy_policy__content_list li h2 {
    position: relative;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    margin-bottom: 1rem;
    background-color: #eee;
    font-size: var(--font-11);
    font-weight: 500;
    border-left: 0.5rem solid #ca2922;
}

.privacy_policy__content_table {
    border-collapse: collapse;
}

.privacy_policy__content_table th {
    padding: 1rem;
}

.privacy_policy__content_table td {
    padding: 1rem;
}

/*******
 * Tablet
 *******/
@media screen and (min-width: 640px) and (max-width: 1079px) {
    .privacy_policy__content_list li h2 {
        font-size: var(--font-14);
    }

    .privacy_policy__content_list li p {
        font-size: var(--font-12);
    }
}

/*******
 * SP
 *******/
@media (max-width: 639px) {

    .privacy_policy__content_table th {
        width: 30%;
        padding: 0.5rem;
    }
}