@charset "UTF-8";
.c-area{
    margin-bottom: 40px;
}
.c-imgblock--center img {
    width: 60%;
    margin-bottom: 24px;
}
.p-table__01 td {
    width: 50%;
}
.p-table__02 th,
.p-table__02 td {
    background-color: #fff;
    width: 50%;
}
.p-table__03 td {
    text-align: center;
}

@media screen and (max-width: 767px){
    .c-imgblock--center img {
        width: 90%;
    }
    
}

