@charset "utf-8";
/* --------------cmn-style-pcについて-------------- */

/* トップに戻るボタン
------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 15px;
    right: 25px;
    font-size: 120%;
}


#page-top a {
/* ▼背景色を変えたい場合はここを変更 */
    background: #71C6F0;
    text-decoration: none;
/* ▼文字色を変えたい場合はここを変更 */
    color: #fff;
/* ▼ボタンサイズを変えたい場合はここを変更 */
    padding: 20px 23px;
    text-align: center;
    display: block;
    border-radius: 150px;
    opacity: 0.8;
}

#page-top a:hover {
    text-decoration: none;
/* ▼マウスオーバーした時の背景色を変えたい場合はここを変更 */
    background: #71C6F0;

}

