/* reserve 共通: 戻るボタン */

.back-wrap {
    margin: 24px auto 0;
    text-align: center;
}

.back-wrap--match-service {
    max-width: 600px;
}

.back-link {
    display: inline-block;
    padding: 10px 24px;
    background: #00bec8;
    border: 1px solid #00bec8;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.back-link:hover {
    background: #009bab;
    border-color: #009bab;
    color: #fff;
    text-decoration: none;
}
