@charset "UTF-8";
.c-imgblock--center img {
    width: 90%;
    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;
}

caption {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

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

