@charset "utf-8";


/* ================================================== */
/* モーダル */
/* ================================================== */

.modal-body .catch{
  text-align: center;
  font-size: 27px;
  margin-bottom: 50px;
  }

@media screen and (max-width: 480px) {

.modal-body .catch{
  font-size: 18px;
  }

}