.content {
    margin-bottom: 0;
}
footer {
    margin-top: 0;
}
h2 {
    text-align: center;
    margin-bottom: 30px;
}


.content_01 {
    text-align: center;
}




.content_02 {
    margin-top: 80px;
}
.content_02 table {
    text-align: left;
    margin: auto;
}
.content_02 th {
    font-size: 1.6rem;
    font-weight: bold;
    color: #555;
}
.content_02 td {
    max-width: 600px;
}
.content_02 th,
.content_02 td {
    padding: 10px;
    padding-bottom: 30px;
    border-top: 1px solid #666;
}
.content_02_1 {
    margin-left: 1em;
    margin-bottom: 1em;
}
.content_02_1:last-child {
    margin-bottom: 0;
}
.cont02_comment {
    margin-top: 1em;
}

@media screen and (max-width: 749px) {
    .content_02 th {
        padding-bottom: 0;
    }
    .content_02 td {
        border-top: none;
        padding-left: 20px;
    }
    .content_02 th,
    .content_02 td {
        display: block;
    }
}




.content_03 {
    margin-top: 80px;
    text-align: center;
}
.content_03 img {
    width: 100%;
    margin-bottom: 30px;
}
.cont03_comment {
    display: inline-block;
    text-align: left;
}





.content_04 {
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
}
.content_04 img {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}
.content_04 p {
    width: 10em;
    margin: 0 auto;
    padding: 0.5em 0;
    color: #fff;
    font-weight: lighter;
    letter-spacing: 0.3em;
    border: 1px solid #fff;
    z-index: 100;
    opacity: 0.99;
}
.content_04 ul {
    list-style: none;
    text-align: left;
    display: inline-block;
    margin: 20px auto 0 auto;
    color: #fff;
    z-index: 100;
    opacity: 0.99;
    font-size: 1.4rem;
    font-weight: lighter;
    letter-spacing: 0.3rem;
}
@media screen and (max-width: 749px) {
    .content_04 {
        overflow: visible;
    }
}



.content_06 {
    margin-top: 80px;
}
.content_06 table {
    text-align: left;
    margin: auto;
}
.content_06 th,
.content_06 td {
    padding: 10px;
    border-top: 1px solid #666;
}

#oubo {
    padding-top: 20px;
}