.about-content table {
    width: 100%
}

.about-content table tr {
    border-bottom: 1px solid #b3b3b3
}

.about-content table tr:last-child {
    border-bottom: none
}

.about-content table th,
.about-content table td {
    letter-spacing: 0
}

.about-content table th {
    width: 45%;
    font-weight: normal;
    padding: .25rem .375rem .25rem .75rem
}
.about-content .table-history table th {
    width: 17%;
}

.about-content table td {
    padding: .25rem .75rem .25rem .375rem
}

.about-content table.table2 {
    margin-bottom: 0
}

.about-content table.table2 th {
    width: 15%
}

.about-content table.table2 td {
    width: 85%
}

.about-content .subtitle {
    display: block;
    padding-bottom: .25rem;
    padding-left: 1rem;
    margin-bottom: 2rem;
    color: #32d228;
    border-bottom: 2px solid #333
}

.about-content .txt {
    padding-left: 1rem
}

.about-content .place {
    margin-bottom: 3rem
}

.about-content .place li {
    border-bottom: 1px solid #b3b3b3;
    padding: .5rem .25rem .25rem 1rem
}

.about-content .place li:last-child {
    border: none
}

.mgp-wrap {
    margin: 8rem auto
}

.mgp-cnt h1,
.mgp-cnt h2,
.mgp-cnt h3,
.mgp-cnt h4,
.mgp-cnt h5,
.mgp-cnt h6,
.mgp-cnt p,
.mgp-cnt ul,
.mgp-cnt ol {
    width: 600px;
    margin: 0 auto 4rem
}

.mgp-cnt h1 {
    color: #32d228;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    margin-top: 2rem
}

.mgp-cnt h2 {
    font-size: 1.2rem;
    color: #32d228;
    text-align: center;
    margin-bottom: 1.5rem
}

.mgp-cnt h2 span {
    display: inline-block;
    margin-bottom: .5rem;
    position: relative;
    z-index: 1
}

.mgp-cnt h2 span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 103%;
    height: 50%;
    background-color: #f3f3f3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mgp-cnt p {
    font-family: "游明朝", YuMincho, sans-serif;
    line-height: 2
}

.mgp-cnt ul {
    font-family: "游明朝", YuMincho, sans-serif
}

.mgp-cnt ul li {
    margin-bottom: .5rem
}

.mgp-cnt ul li span {
    position: relative;
    z-index: 1;
    display: inline-block
}

.mgp-cnt ul li span::before {
    content: "一、";
    display: inline
}

.mgp-cnt .pred-agree {
    text-align: right;
    margin-top: -2rem;
    font-family: "游明朝", YuMincho, sans-serif;
    font-size: 1.25em;
    font-weight: normal
}

.mgp-cnt .mb1 {
    margin-bottom: 1rem
}

.mgp-cnt .mb2 {
    margin-bottom: 2rem
}

@media screen and (max-width: 959px) {
    .about-content .place {
        overflow: auto
    }

    .about-content .place::after {
        content: "※横にスクロールしてご覧ください";
        font-size: .75rem;
        margin-top: .5rem;
        position: absolute;
        width: 14rem
    }

    .about-content .place li {
        width: 32rem
    }

    .about-content .table-wrap table {
        width: 47rem
    }

    .about-content .table-wrap table.table2 {
        width: 50rem
    }

    .about-content .table-wrap table.table2::after {
        width: 14rem;
        position: absolute
    }

    .about-content .table-wrap table.table2 th {
        width: 8rem
    }

    .about-content .table-wrap table.table2 td {
        width: auto
    }

    .mgp-cnt h1,
    .mgp-cnt h2,
    .mgp-cnt h3,
    .mgp-cnt h4,
    .mgp-cnt h5,
    .mgp-cnt h6,
    .mgp-cnt p,
    .mgp-cnt ul,
    .mgp-cnt ol {
        width: auto
    }

    .mgp-cnt h2 {
        font-size: 1.5rem
    }

    .mgp-cnt ul li span::after {
        height: .5rem
    }
}