@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* PCサイズ（デフォルト） */
.has-small-font-size {
  font-size: 14px;
}

.has-normal-font-size {
  font-size: 17px;
}

.has-large-font-size {
  font-size: 20px;
}

.has-x-large-font-size {
  font-size: 24px;
}

.has-xx-large-font-size {
  font-size: 28px;
}

/* スマホ（SP）用：画面幅が768px以下のとき */
@media screen and (max-width: 768px) {
  .has-small-font-size {
    font-size: 12px;
  }

  .has-normal-font-size {
    font-size: 14px;
  }

  .has-large-font-size {
    font-size: 16px;
  }

  .has-x-large-font-size {
    font-size: 18px;
  }

  .has-xx-large-font-size {
    font-size: 21px;
  }
}