@charset "UTF-8";
/* ===========================
tokusho.css
============================== */

/* tokusho_section */
.tokusho_section {
    max-width: 1040px;
    width: 94%;
    margin: -30px auto 0;
    padding: 100px 0 50px;
}

.tokusho_section h2 {
    margin: 0 auto;
    padding: 0 0 15px;
    font-size: 1.125rem;
    transform: skewX(0.03deg);
    font-weight: bold;
    color: #0398C2;
}

.tokusho_section h3 {
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.125rem;
    transform: skewX(0.03deg);
    font-weight: bold;
    color: #0398C2;
}

.tokusho_section p {
    margin: 0 1.125rem 50px;
    transform: skewX(0.03deg);
    line-height: 2rem;
}

.tokusho_section .type-light {
    color: #00B3EC;
}

.tokusho_section .type-advance {
    color: #e64290;
}

.tokusho_section .type-pro {
    color: #ae9a52;
}

.tokusho_section .tokusho_notes {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.75rem;
    transform: skewX(0.03deg);
    line-height: 1.6;
}

/* table */
.tokusho_section .inner_9 {
    padding-bottom: 50px;
}

.tokusho_section .inner_9 p {
    padding-left: 0;
}

.tokusho_section .inner_9 table .tokusho_price {
    width: 15%;
    text-align: center;
    border-left: none;
}
