#d2895326 h3 {
    font-size: var(--h3-font-size-mobile);
    font-weight: 400;
}
#d2895326 table {
    width: 50%;
    margin: 2% 0;
    text-align: center;
}
#d2895326 table td {
    padding: 1%;
    text-align: center;
}
@media only screen and (min-width: 769px) {
    #d2895326 h3 {
        font-size: var(--h3-font-size-pc);
    }
}
@media only screen and (max-width: 780px) {
    #d2895326 table {
        width: 100%;
    }
}