@charset "UTF-8";
/* ===========================
policy.css
============================== */

/* policy_section */
.policy_section {
    width: 94%;
    margin: -30px auto 0;
    padding: 100px 0 50px;
    line-height: 2;
}

.policy_section section {
    margin-bottom: 80px;
    transform: skewX(0.03deg);
}

.policy_section section h2 {
    font-size: 1.125rem;
    transform: skewX(0.03deg);
    font-weight: bold;
    line-height: 1.43;
    color: #0398C2;
}

.policy_section section h3 {
    margin-bottom: 0;
    font-size: 1.125rem;
    transform: skewX(0.03deg);
    font-weight: normal;
    color: #0398C2;
}

.policy_section section * {
    overflow-wrap: break-word;
    transform: skewX(0.03deg);

}

.policy_section .policy_section section div {
    margin: 10px;
    padding: 1em;
}

section ul {
    margin: 0;
}

.policy_section section ul li {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    transform: skewX(0.03deg);
}

.policy_section section ul.en {
    list-style-type: lower-latin;
}

.policy_section section ul.lr {
    list-style-type: lower-roman;
}

.policy_section section ul.none {
    list-style: none;
}

.policy_section section ul.none li span {
    margin-left: -1em;
}

.policy_section section dd {
    margin-inline-start: 20px;
    font-size: 1rem;
    transform: skewX(0.03deg);
}

/* table */
.policy_section section table {
    width: 96%;
    margin: 50px auto;
    word-wrap: break-all;
    border-collapse: separate;
    border-spacing: 0px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.policy_section section table tr th,
.policy_section section table tr td {
    padding: 3px 5px;
    display: block;
    width: 100%;
    font-size: 1rem;
    transform: skewX(0.03deg);
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.policy_section section table tr th {
    font-weight: normal;
    background-color: #ededed;
}


@media screen and (min-width: 48em) {
    /* 768px md */
    .policy_section section dd {
        margin-inline-start: 40px;
    }

    .policy_section section table tr th,
    .policy_section section table tr td {
        display: table-cell;
        width: auto;
    }

    .policy_section section table tr th {
        width: 25%;
        font-weight: normal;
    }
}
