@charset "UTF-8";
/**===================================================================
 *
 * footer
 *
 ===================================================================*/
.l-footer .navi>li>ul.sns>li>a {
    display: block;
}
@media only screen and (min-width: 480px){
  .l-footer .navi>li>ul.sns>li>a {
      display: block;
  }
}

/**===================================================================
 *
 * contact
 *
 ===================================================================*/
@media only screen and (min-width: 480px){
  .p-form__actions {
      justify-content: center;
  }
}