@charset "utf-8";

.btn_cnt a {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 240px;
    background-color: var(--main-color);
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn_cnt a i {
    padding-right: 10px;
}

.btn_cnt a:hover {
    color: var(--main-color);
    background-color: #FFF;
}

.btn_cnt.rt a {
    float: right;
    max-width: 220px;
    margin-right: 10px;
}

.to_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 800;
}

.to_top a {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    background-color: var(--sub-color);
    color: #333;
    text-align: center;
    font-size: 32px;
    line-height: 60px
}

.to_top a:hover {
    background-color: var(--main-color);
    color: #FFF;
}