@charset "utf-8";

.dlbtnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    margin: 30px 0;
    padding: 0;
}

.dlbtnbox a.dlbtn {
    display: inline-block;
    margin: 0 0 1.5rem;
    text-decoration: none;
    background-color: #FC600A;
    border-color: #FC600A;
    color: #fff;
    transition-duration: 0.3s;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.33;
    border-radius: 6px;
    text-align: center;
    max-width: 300px;
}

@media all and (max-width: 767px) {
    .dlbtnbox {
        flex-direction: column;
        align-items: center;
    }

}

.dlbtnbox a.dlbtn:hover {
    background-color: #ce510d;
    border-color: #ce510d;
    color: #fff;
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

#mrc_webform .mrc_webform_row .mrc_webform_a label,
#mrc_webform .mrc_webform_save_custinfo_message label,
#mrc_download .mrc_webform_row .mrc_webform_a label,
#mrc_download .mrc_webform_save_custinfo_message label {
    font-size: 1em !important;
}

#mrc_webform .mrc_webform_save_custinfo_message label input[type='checkbox'],
#mrc_download .mrc_webform_save_custinfo_message label input[type='checkbox'],
button.mrc_webform_close {
    vertical-align: -0.2rem !important;
    width: auto !important;
    height: auto !important;
}

.mrc_webform_button>button {
    text-align: center !important;
}

/* 資料請求リンク非表示 */
a[href="/order"] {
    display: none;
}