@charset "UTF-8";
.wrapper {
    padding-top: 150px;
    background-color: #fefaf7;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 120px;
    }
}
.mv-sub__visual {
    background: url("/_common/img/law/mv.webp") 50% 50% / cover no-repeat;
}
 /* -------------------------------- */
.law {
	padding: 170px 5% 160px;
}
.law__inner {
	max-width: 880px;
	margin: 0 auto;
}
.law h2 {
    position: relative;
    text-align: center;
    z-index: 2;
}
.law h2 .en {
    display: block;
    font-size: 52px;
    letter-spacing: .05em;
}
.law h2 .ja {
    display: block;
    margin-top: 10px;
    color: #e47d6e;
}
.law__table {
    margin-top: 60px;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
}
.law__table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.law__table table thead th {
    height: 72px;
    background-color: #f08080;
    color: #fff;
}
.law__table table thead th:nth-child(1) {
    border-right: 1px solid #d3d3d3;
    border-radius: 20px 0 0 0;
}
.law__table table thead th:nth-child(2) {
    border-radius: 0 20px 0 0;
}
.law__table table tbody th {
    width: 250px;
    background: #f9f5f2;
    font-weight: 500;
    border-right: 1px solid #d3d3d3;
}
.law__table table th,
.law__table table td {
    border-bottom: 1px solid #d3d3d3;
    padding: 25px;
}
.law__table a {
    padding-bottom: 5px;
    color: #e47d6e;
    border-bottom: 1px solid #e47d6e;
}
.law__table table tbody tr:last-of-type th {
    border-bottom: 0;
    border-radius: 0 0 0 20px;
}
.law__table table tbody tr:last-of-type td {
    border-bottom: 0;
    border-radius: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
    .law {
        padding: 60px 24px 100px;
    }
    .law h2 .en {
        font-size: 36px;
        letter-spacing: .05em;
    }
    .law h2 .ja {
        margin-top: 10px;
    }
    .law__table {
        margin-top: 30px;
    }
    .law__table table {
    }
    .law__table table thead th {
        height: 60px;
    }
    .law__table table tbody th {
        width: 120px;
    }
    .law__table table th,
    .law__table table td {
        padding: 16px;
        font-size: 14px;
    }
}