@charset "Shift_JIS";

@media only print, only screen and (max-width: 767px) {
  .footer-logo{
    margin: 0 0 2em 0;
  }
  .footer-logo svg{
    width: 20%;
    margin: 5% 0 0;
  }
  .footer {
    background: #ffffff;
    padding: 0;
    text-align: center;
  }
  .footer-logo ul{
    font-size: 0;
    border-top: 2px solid #f5f5f5;
  }
  .footer-logo ul li{
    padding: 4vw 0;
    display: inline-block;
    width: 49.5%;
    font-size: 1.5rem;
    border-bottom: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    text-align: center;
  }
  .footer-logo ul li:nth-child(even){
    border-right: none;
  }
  .footer-logo ul li:last-child{
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .sosialicon_in,.sosialicon_tw,.sosialicon_fb{
    display: inline-block;
    width: 40px;
    position: unset;
    bottom: 0;
    right: 0;
    font-size: 2.0rem;
  }
}
@media only print, only screen and (min-width: 768px){
.footer{
  width: 100%;
  background: #ffffff;
}
.footer_inner_ {
  width: 96%;
  margin: 0 auto;
  padding: 3% 0;
}
.footer-logo {
  position: absolute;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 50%;
}
.footer p {
  font-weight: 300;
}
/* Footer */
.footer__header{
  padding: 0 ;
}
.footer__header::before{
  content: "";
  border-top: 1px solid #ebebeb;
  margin: 8% 0 5% 0;
  display: block;
}
.footer-logo{
  display: block;
  width: 6%;
  vertical-align: bottom;
}
.footer-gnav{

}
.footer-text{
  display: inline-block;
  width: 100%;
  text-align: right;
}
.footer-gnav__menu {
  font-size: 1.2rem;
  text-align: right;
}
.footer-gnav__menu__item {
  text-align: center;
  display: inline-block;
  padding: 0 1.5%;
  border-right: 1px solid #333333;
  line-height: 1;
}
.footer-gnav__menu__item:last-child {
  padding: 0 0 0 1.5%;
  border-right: none;
}
.footer-sns{
  text-align: right;
}
.footer-sns__item{
  display: inline-block;
  padding: 1% 2%;
  font-size: 1.8rem;
}
.footer-sns__item a{
  color: #333333;
}
.footer-sns__item a:hover{
  opacity:0.5;
}
.footer-sns__item span{
  vertical-align:bottom;
}
.footer__body{
  padding:20px 30px;
  text-align:center;
}
.footer__logo{
  width:80px;
  height:24px;
  margin:0 auto 25px;
}
.footer__logo img{
  width:100%;
  height:auto;
}
.footer-copyright{
  font-size:0.7rem;
  font-weight:normal;
}
.l-content__footer{
  padding:0 0 40px;
  position:relative;
  background-color:#FFF;
}
}
@media only print, only screen and (min-width: 1200px){
  .footer_inner_ {
    width: 1000px;
    margin: 0 auto;
    padding: 5em 0;
  }
}
