
.content01_report {
    margin-bottom: 80px;
}

.c-title.report {
    text-align: center;
    margin-bottom: 65px;
}

#report .c-report_info {
    margin-bottom: 80px;
}

#report .c-report_info:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .content01_report {
        margin-bottom: 0;
    }

    .c-title.report {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    #report .c-report_info {
        margin-bottom: 0;
    }

    .c-report_tx {
        margin-bottom: 0;
    }

    .c-report_item {
        margin-bottom: 40px;
    }
}