/**
 * TOPページ用 css
**/


/**
 * レスポンシブ対応
**/
@media only screen and (max-width:960px) {
  .makoto-header-title h3 {
      font-size: 0.9em;
      font-family: 'League Spartan', 'メイリオ', sans-serif;
      margin: 0.83em 0;
      letter-spacing: 2px;
  }

}


@media only screen and (max-width:768px) {
  .makoto-header-title h3 {
      font-size: 0.9em;
      font-family: 'League Spartan', 'メイリオ', sans-serif;
      margin: 0.83em 0;
      letter-spacing: 1px;
  }

}


@media only screen and (max-width:651px) {
  .makoto-header-title h3 {
      font-size: 0.8em;
      font-family: 'League Spartan', 'メイリオ', sans-serif;
      margin: 0.83em 0;
      letter-spacing: 1px;
  }
}

@media only screen and (max-width:425px) {
  .makoto-header-title h3 {
      font-size: 0.7em;
      font-family: 'League Spartan', 'メイリオ', sans-serif;
      margin: 0.83em 0;
      letter-spacing: 0;
  }
}

@media only screen and (max-width:375px) {
  .makoto-header-title h3 {
      font-size: 0.7em;
      font-family: 'League Spartan', 'メイリオ', sans-serif;
      margin: 0.83em 0;
      letter-spacing: 0;
  }
}


@media only screen and (max-width:320px) {
  .makoto-header-title h3 {
      font-size: 0.7em;
      font-family: 'League Spartan', 'メイリオ', sans-serif;
      margin: 0.83em 0;
      letter-spacing: 0;
  }
}
