@charset "utf-8";

/* ========== text ========== */

.c-table-01.help-table01 th, .c-table-01.help-table01 td {
    padding: 14px 14px 10px;
}

.form_post_button.help-post-button {
    border: 0px solid #d4d5d5;
    background: none;
    border-radius: 0;
    padding: 12px 16px 10px 16px;
    margin-top: 1.25em;
    color: #535252;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: center;
}
.form_post_button.help-post-button::before {
    background-image: none;
}

@media only screen and (max-width: 640px){
.form_post_button.help-post-button {
    padding: 5px 5px 0px 5px;
    margin-top: 5px;
}
}













