﻿@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 591px) {
  .pc_only {
    display: none !important;
  }
}

/*-----------------------------------------------------

	about.css
	ブランドについてCSS

------------------------------------------------------*/
/* !About -------------------------------------------------------------- */
#about #abstruct p {
  text-align: center;
}
#about #abstruct .text-lead {
  text-align: center;
}/*# sourceMappingURL=about.css.map */