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

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

