@charset "UTF-8";
/* ---------------------------------------------------------------- *
個別スタイル media SP　＞リハビリテーション
 * ---------------------------------------------------------------- */

#topimage
 {
 width:100%;
 height:200px;
 background-image:url(../../img/top/img01.jpg);
 background-size:cover;
 background-position:center;
 }

/* ---------------------------------------------------------------- *
rehabilitation
 * ---------------------------------------------------------------- */

.rehabilitation_btn {
    text-align: center;
}

.rehabilitation_btn a{
    display: inline-block;
    width: 30%;
    padding: 15px 15px;
    text-align: center;
    background: #f19b2b;
    box-shadow: 0 0 0 3px #f19b2b inset, 0 0 0 6px #fff inset;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    width: 80%;
}