@charset "UTF-8";
/* Scss Document */
/*=============================================================
 追加CSS
=============================================================*/
@media screen and (min-width: 767.9px) and (max-width: 1366px) {
   	/* header */
	.header-pc .box-menu > .site-inner .header-nav nav > ul > li a span {
		font-size: 13px;
      white-space: nowrap;
	}
   .footer-site-info-section .box-contact li {
      line-height: 1;
   }
}