/*
Theme Name: yuken-sha
*/

.display_sp{
  display: none;
}

@media screen and (max-width: 767px){
  .display_pc{
    display: none;
  }
  .display_sp{
    display: block;
  }
}

.l-footer__ul + .l-footer__ul{
  margin-top: 30px;
}

.l-footer__ul + .l-footer__ul li.l-footer__li{
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px){
  .l-footer__ul + .l-footer__ul li.l-footer__li{
      width: 100%;
      text-align: center;
      font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px){
  .l-footer__nav .l-footer__ul:first-child{
    justify-content: space-between;
  }
  .l-footer__ul + .l-footer__ul{
    margin-top: 10px;
  }
  .l-footer__ul + .l-footer__ul li.l-footer__li{
      font-size: 1.4rem;
    }

}