footer{
  width:100%;
  padding-top:50px;
  background-color:#333333;
}
@media screen and (max-width: 960px) {
  footer{
    padding-right:15px;
    padding-left:15px;
  }
}
@media screen and (max-width: 768px) {
  footer{
    padding-top:10px;
    padding-bottom:55px;
    padding-right:0px;
    padding-left:0px;
  }
}
.footer__linkarea{
  max-width:960px;
  margin:auto;
  padding-bottom:40px;
  display:flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__linkarea{
    display:block;
    padding-right:15px;
    padding-left:15px;
  }
}
.footer__linkblock{
  margin-right:40px;
}
.footer__linkblock:nth-child(4){
  margin-right:0px;
}
@media screen and (max-width: 768px) {
  .footer__linkblock:nth-child(4){
    text-align:center;
  }
  .footer__linkblock{
    margin-right:0px;
    margin-bottom:10px;
  }
}
.footer__linkblock:last-child{
  margin-right:0px;
}
@media screen and (max-width: 768px) {
  .footer__linkblock:last-child{
    margin-bottom:0px;
  }
}
.footer__copyrightarea{
  border-top:1px solid #5f5f5f;
  padding-top:15px;
  padding-bottom:15px;
}
.footer__copyrightarea p{
  text-align:center;
  font-size:14px;
  color:#5b5b5b;
}
@media screen and (max-width: 768px) {
  .footer__copyrightarea p{
    font-size:12px;
  }
}
.footer__link{
  color:#FFF;
  font-size:14px;
  
}
@media screen and (max-width: 768px) {
  .footer__copyrightarea p{
    font-size:12px;
  }
}
.footer__link{
  margin-bottom:20px;
}
@media screen and (max-width: 768px) {
  .footer__link{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #5f5f5f;
  }
}
.footer__link:last-child{
  margin-bottom:0px;
}
.footer__link a{
  color:#FFF;
  font-size:14px;
  padding-left:10px;
  position:relative;
}
@media screen and (max-width: 768px) {
  .footer__link a{
    font-size:13px;
    padding-left:0px;
    padding-right:10px;
  }
}
.footer__link a:before{
  position:absolute;
  content:"";
  top:50%;
  left:0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);

}
@media screen and (max-width: 768px) {
  .footer__link a:before{
    left:unset;
    right:10px;
  }
}
.footer__link--list{
  margin-bottom:20px;
}
@media screen and (max-width: 768px) {
  .footer__link--list{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #5f5f5f;
  }
}
.footer__link--list:last-child{
  margin-bottom:0px;
}
.footer__link--list a{
  color:#FFF;
  font-size:14px;
  font-weight:normal;
  padding-left:20px;
  position:relative;
}
@media screen and (max-width: 768px) {
  .footer__link--list a{
    font-size:12px;
    padding-left:10px;
    padding-right:0px;
  }
}
.footer__link--list a:before{
  position:absolute;
  content:"";
  top:50%;
  left:0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .footer__link--list a:before{
    left:unset;
    right:10px;
  }
}
.footer__linkblock-image{
  background:#FFF;
  text-align:center;
  padding:5px;
  display:flex;
}

@media screen and (max-width: 1020px) {
  .footer__linkblock-image{
    display:inline-block;
  } 
}
@media screen and (max-width: 768px) {
  .footer__linkblock-image{
    display:inline-block;
    margin-top:25px;
    margin-bottom:35px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }
  .footer__linkblock-image a{
    display:inline-block;
    text-align:center;
    margin:auto;
    display:block;
  }
  .footer__linkblock-image img{
    text-align:center;
    margin:auto;
  }
}
.footer__snsblock{
    display:none;
}
@media screen and (max-width: 768px) {
  .footer__snsblock{
    display:block;
  }
  .footer__snsblock ul{
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .footer__snsblock ul li{
    margin-right:35px;
  }
  .footer__snsblock ul li:last-child{
    margin-right:0px;
  }
}