@charset "UTF-8";
/*
Theme Name: BASE
Theme URI:
Description:
Author:
Author URI:
Version: 0.0.1
Tested up to: 5.8
Requires PHP: 5.6
*/
/********************追加CSS********************/

/* PC版のみ適用（幅768px以上） */
@media screen and (min-width: 768px) {
  .concept-heading {
    font-size: 3.5rem;
  }

  .concept-content {
    font-size: 1.5em;
  }
}
