/* BASIC css start */
 

#footer {
    margin-top: 63px;
}

#footer .follow {
    text-align: center;
    padding-bottom: 42px;
}

#footer .follow h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #828282;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
}

#footer .follow .sns {
    font-size: 0;
}

#footer .follow .sns a + a {
    margin-left: 23px;
}

#footer .follow .sns a img {
    height: 15px;
}

#footer .footer_menu {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    position: relative;
    font-size: 0;
}

#footer .footer_menu a {
    font-size: 12px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    color: #808080;
    letter-spacing: 0.8px;
    font-family: 'Lato', sans-serif;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .footer_menu a:nth-child(1), #footer .footer_menu a:nth-child(2) {
    border-bottom: 1px solid #e6e6e6;
}

#footer .footer_menu a:nth-child(1), #footer .footer_menu a:nth-child(3) {
    border-right: 1px solid #e6e6e6;
} 


#footer .footer_desc {
    padding-top: 42px;
    font-size: 0;
    padding-left: 23px;
}

#footer .footer_desc .desc_1 {
    width: 56%;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
}

#footer .footer_desc .desc_2 {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
}

#footer .footer_desc .desc_3 {width: 100%;display: block;vertical-align: top;font-size: 11px;padding-top: 35px;}

#footer .footer_desc h3 {
    color: #000000;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-bottom: 18px;
    text-transform: uppercase;
}

#footer .footer_desc h4 {
    color: #a48f78;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

#footer .footer_desc .text {
    color: #7c7c7c;
    font-family: 'Lato', sans-serif;
    line-height: 2.3;
    text-transform: uppercase;
}

#footer .footer_desc .desc_3 a {
    color: #000000;
    text-decoration: underline;
}

#footer  .pc {
    padding: 15px 23px;
}

#footer .pc a {
    border: 1px solid #cccccc;
    padding: 7px 24px;
    color: #8b8b8b;
    letter-spacing: 0.25px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
}
.copyright {color:#bfbfbf;}
/* BASIC css end */

