/* BASIC css start */
.footer {
    width: 100%;
    margin: 0;
    padding: 0;
}



.footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-top: 1px solid #ddd;
    padding: 0 100px;
    box-sizing: border-box;
}

.footer-menu a.big {
    padding-right: 15px;
    font-size: 12px;
}

.footer-menu a.small {
    font-size: 12px;
    color: #000;
    padding-right: 15px;
}

.sns {
    display: flex;
    align-items: center;
}

.sns a {
    display: inline-block;
    padding: 0 10px;
    font-size:12px;
}


ul.sns_wrap {
   clear: both;
}

ul.sns_wrap li.sns_menu {
   float: left;
   position: relative;
   width: 100%:
   height: 100%;
}


li.sns_menu:hover .drop {
   display: block;
}


ul.drop {
   display: none;  
   position: absolute;
   left: -24%;
   bottom: 100%;  
   border: 1px solid #D9D9D9;
   background-color: #fff;
}

ul.drop2 {
   display: none;  
   position: absolute;
   left: -33%;
   bottom: 100%;  
   border: 1px solid #D9D9D9;
   background-color: #fff;
}

ul.drop li {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}

ul.drop li a{
  padding: 10px 17px;
}







.footer .footer-bottom {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 100px;
    box-sizing: border-box;
    text-align:center;
}

.footer .footer-bottom div {
  
}

.footerlogo {
    text-align:left;
}

.footerlogo img {
    width: 160px;
}

.footer-info {
    display:none;
    font-size: 12px;
    color: #000;
    text-align:right;
}

.footer-info p:last-child {
    padding-top: 14px;
}

.cs-center {
    font-size: 12px;
    color: #000;
    line-height: 20px;
    text-align: right;
}



.cs-center .cs-number {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}


.cs-center p:last-child {
    padding-top: 0px;
}

.footerslide-btn {
    padding: 15px 0 10px;
    font-size: 12px;
    line-height: 13px;
    text-align:right;
    
}

img.slide-btn {
    padding-top: 3px;
    margin-left: 5px;
}

/* BASIC css end */

