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

.scroll_bt_tll a {
    display: block; 
    margin-top: 10px;
}
#footer {
    margin-top: 160px;
    border-top: 1px solid #dddddd;
    padding: 80px 0;
    background: #000;
    color: #fff; 
}
#footer .w1510 {
    display: flex;
    justify-content: space-between;
}

#footer .left {}

.footer-logo {
    margin-bottom: 30px;
}

.company-desc, .company-desc a {
    font-size: 14px;
    line-height: 1.8;
    vertical-align: baseline;
}

.copyright {
    font-size: 14px;
    font-weight: 200;
    padding-top: 15px;
}

.footerMenu {
    margin-top: 50px;
}

.footerMenu a {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    margin-right: 11px;
    padding-right: 11px;
    color: #fff;
}

.footerMenu a:after {
    content: "";
    background: #aaaaaa;
    width: 1px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
}

.footerMenu a:last-child:after {
    display: none;
}
.company-desc span {
    color: #aaaaaa;
    font-size: 10px;
    position: relative;
    top: -2px;
}
.cs {}

.cs > div {
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    min-width: 124px;
    color: #fff;
}

.cs > div h3 {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 20px;
}

.cs > div ul {}

.cs > div ul li {
    margin-bottom: 10px;
}

.cs > div ul li a {
    font-size: 14px;
}

.cs > div h1 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.cs > div p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 24px;
}

.cs > div select {
    width: 246px;
    height: 44px;
    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;
    padding: 0 35px 0 15px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #000;
}

.cs > div .sns {
    text-align: right;
    margin-top: 20px;
    padding-left: 15px;
}

.cs > div .sns a + a {
    margin-left: 25px;
}
.footer-logo img {
    filter: brightness(0) invert(1);
}

.cs > div .sns img {
    filter: brightness(0) invert(1);
} 
/* BASIC css end */

