.w880 {
    max-width: 880px;
    margin: 0 auto;
}
.section {
    background-color: #faf6ef;
}
.section-content {
    padding-top: 70px;
    padding-bottom: 150px;
}
.section-law .w880 {
    text-align: center;
}
.section-law .headline__title {
    padding-bottom: 50px;
}
.section-law .headline__title-en {
    font-size: 4rem;
    font-weight: 500;
    color: #5f4422;
}
.section-law .headline__title-ja {
    width: 100%;
    display: block;
    font-size: 2.0rem;
    color: #5f4422;
}
.section-law .content {
    text-align: left;
}

.section-law a:hover {
    opacity: 0.8;
}
.section-law table{
    padding-bottom: 60px;
}
.section-law th,
.section-law td {
    border-bottom: 1px dotted #000;
}
.section-law th {
    width: 220px;
    padding: 10px 0 10px  10px;
    vertical-align: top;
}
.section-law td {
    width: 660px;
    padding: 10px 0;
}
.section-law h3 {
    font-size: 2.8rem;
    font-weight: 500;
    color: #5f4422;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dotted #000;
}

@media only screen and (max-width: 767px)  {
    .section-law th,
    .section-law td{
        display: block;
        width: 100%;
    }
    .section-law th {
        text-align: center;
        border-bottom: none;
        padding: 10px 0;
    }
    .section-law table .shop {
        padding-left: 10px;
    }
    .section-law td  {
        text-align: left;
    }
    .section-content {
        padding: 20px 20px 50px 20px;
        margin-bottom: 30px;
    }
    .section-law h3 {
        font-size: 2rem;
    }
    .section-law .headline__title {
        padding-bottom: 15px;
    }
    .section-law .headline__title-en {
        font-size: 2.2rem;
        color: #5f4422;
    }
    .section-law .headline__title-ja {
        font-size: 1.2rem;
    }
    .section-law .content {
        text-align: center;
    }
}

.about-postage {
    margin: 25px 0;
}
.section-law .sp-show {
    margin: 10px 0;
}
#postage,#postage td,#postage th {
    border-collapse: collapse;
    border: 1px solid #aaa;
}
#postage th,#postage td {
    font-size: 12px;
    text-align: center;
    padding: 4px;
}
#postage th {
    width: 70px;
}
#postage .notes {
    font-size: 10px;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
    .content-law {
        table-layout: fixed;
        width: 100%;
    }
    .section-law .about-shop td .sp-show{
        overflow-x: scroll;
    }
    #postage {
        min-width: 767px;
        margin: 0 10px 50px;
    }
    .section-law .about-shop td #postage th,
    .section-law .about-shop td #postage td{
        display: table-cell;
        width: auto;
    }
    #postage td {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
}
