/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
 
.scroll_bt_tll {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 102px;
    cursor: pointer;
    z-index: 98;
}

.scroll_bt_tll a {
    display: block; 
    margin-top: 10px;
}



#footer select {
    width: 100%;
    height: 43px;
    outline: 0;
    background: url(/design/beplain01/images/footer_select_bg.png) #f7f7f7 right 10px center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: 12px;
    padding: 0 35px 0 15px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #000;
}
.scroll_bt_tll a img {
    width: 38px;
}

#footer {
    margin-top: 30px;
    padding: 13px 19px 100px;
    background: #000;
    color: #fff; 
}

.footerToggle {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    background: url(/design/beplain01/images/svg/d_ic_plus.svg) no-repeat right center;
    padding: 18px 0;
    background-size: 8px;
    filter: brightness(0) invert(1);
}
.footerToggleDesc {
    display: none;
    font-size: 12px;
    line-height: 1.8;
    /* padding-bottom: 20px; */
    margin-bottom: 18px;
}
.footerToggle.on {
    /* background: url(/design/beplain01/images/m_footer_arrow2.png) no-repeat right center; */
    background: url(/design/beplain01/images/svg/d_ic_minus.svg) no-repeat right center;
    background-size: auto;
    background-size: 7px;
}

.escro {
    color: #888888;
    padding: 18px 0;
    color: #fff;
}
.footerToggleDesc a, .escro a {
    font-weight: 700;
}
 

.footerMenu {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333333;
    padding-bottom: 20px;
}

.companyDesc span {
    color: #aaaaaa;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.footerMenu a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.footerMenu span {
    color: #aaaaaa;
    font-size: 10px;
    font-weight: 200;
}

.copyright {
    font-weight: 200;
    font-size: 11px;
    padding-bottom: 18px;
    /* border-top: 1px solid #333333; */
    padding-top: 15px;
}
.footer-logo {
    position: relative;
    margin-top: 20px;
}

.footer-logo > a > img {
    width: 72px;
    filter: brightness(0) invert(1);
}

.footer-logo .sns {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    font-size: 0;
    text-align: left;
}

.footer-logo .sns a {
    margin-right: 15px;
}

.footer-logo .sns a img {
    width: 24px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}

.footer-logo .sns a+a img {
    width: 19px;
}

.footer-logo .sns a+a+a img {
    width: 21px;
}
a.-talk {
    background: url(/design/beplain01/images/m_footer_ic_talk.png) no-repeat;
    width: 38px;
    height: 38px;
    background-size: contain;
}
a.-talk img {
    display: none;
}
/* BASIC css end */

