@media (min-width: 415px) {
  /* PCのスタイル */
  font-size: 18px;
}

@media (max-width: 414px) {
  /* スマホのスタイル */
  font-size: 10px;
}