@charset "UTF-8";
/*===============================================
    申込みボタン(PCのみ)
===============================================*/

.apply_form {
    margin: 20px 0;
}
.apply_btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 0.5rem;
}
.apply_btn.submit {
    color: #fff;
    background-color: #999999;
}
.apply_btn.confirm {
    color: #fff;
    background-color: #2389cd;
}
.apply_txt {
    color: red;
}
.apply_top60 {
    margin-top: 60px;
}
