@charset "utf-8";
/* CSS Document */

.l-footer *{
    font-family: 'Zen Kaku Gothic New';
    font-size: 14px;
    color: #2A6838;
}
.l-footer{
    background: #fff;
    padding: 0;
    position: unset;
}
.footer__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--screen-size);
    height: 50px;
    margin: auto;
    padding-right: 4px;
}
.footer__list{
    display: flex;
}
.footer__link:not(:last-child){
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #BED1C3;
}

/*ページトップへ戻るボタン*/
#backtop{
    width: 60px;
    position: fixed;
    bottom: 20px;
    margin-left: var(--screen-size);
    outline: 0 none;
    z-index: 1;
}

/*フロート*/
.float__right *{
    font-family: 'Zen Kaku Gothic New';
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}
.float__right{
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 9;
}
.float__item:not(:last-child){
    margin-bottom: 2px;
}
.float__item a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
    background: #79A71B;
    width: 80px;
    height: 60px;
    text-align: center;
}