@charset "UTF-8";
.c-imgblock--center img {
    margin-bottom: 24px;
}
.c-imgblock--center.p-img--mb0 img {
    margin-bottom: 0;
}
.p-table__01 th {
        width: 26%;
    min-width: 88px;
    text-align: center;
}
.p-table__02 td {
    width: 50%;
    text-align: left;
}


@media screen and (max-width: 767px) {
    .c-imgblock--center img {
        width: 90%;
    }
    
}

