.p-global-page-body {
    line-height: 1.6;
    font-weight: normal;
}
.p-law-section {
    margin-top: 4.5rem;
}
.p-law-section__title {
    font-weight: bold;
    font-size: 1.56rem;
    line-height: 1.4;
    margin-bottom: 0.85rem;
    border-left: 2px solid;
    padding: 0.42rem 0 0.42rem 0.7rem;
    /* color: #518959; */
}
.p-law-section ul {
    list-style: disc;
    list-style-position: outside;
    margin: 2% 0;
    padding-left: 1.2em;
}
.p-law-section li + li {
    margin-top: 0.7rem;
}
.p-law-section .p-law-section__large-list li + li {
    margin-top: 2.13rem;
}
.p-law-section a {
    text-decoration: underline;
}
@media screen and (min-width: 751px) {
    .p-law-section a:hover {
        text-decoration: none;
    }
}
.p-law-section__note {
    color: #8c7d73;
    text-indent: -1em;
    margin: 0.7rem 0 0.7rem 1em;
    font-size: 92%;
    line-height: 1.45;
}
.p-law-section__note:first-letter {
    font-family: hiragino-kaku-gothic-pron, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-law-section__sub-section {
    background: #FFF;
    margin-top: 1.42rem;
    padding: 1.85rem 1.56rem 1.56rem;
    border-radius: 8px;
    font-size: 1.39rem;
}
/* .p-law-section__sub-section {
    margin-top: 1.42rem;
    padding: 1.85rem 1.56rem 1.56rem;
    border-radius: 8px;
    border: 0.1rem solid #ddd;
} */
.p-law-section__sub-section + .p-law-section__sub-section {
    margin-top: 1.5rem;
}
.p-law-section__sub-title {
    margin-bottom: 0.85rem;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.56rem;
}

.p-law-section__table {
    table-layout: fixed;
    border-collapse: separate;
    overflow: hidden;
    line-height: 1.6;
    border-radius: 8px;
    font-size: 1.14rem;
    width: 100%;
    border: 1px solid #ddd7c5;
    border-spacing: 0;
    margin-top: 1.14rem;
}

.p-law-section__table th,
.p-law-section__table td {
    padding: 0.7rem 0.42rem;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ddd7c5;
    border-left: none;
    border-top: none;
}
.p-law-section__table th:last-child,
.p-law-section__table td:last-child {
    border-right: none;
}
.p-law-section__table tbody tr:last-child > * {
    border-bottom: none;
}
.p-law-section__table th {
    background: #f0ece1;
}
/* .p-law-section__table th:first-child {
    width: 9.5em;
} */

.p-law-section__table span {
    display: inline-block;
}
/*
-----------------------------------------------------------
 p-shipping-table
----------------------------------------------------------- */
.p-shipping-table {
	margin-top: 1rem;
}

.p-shipping-table th:first-child {
	width: 5em;
}