@charset "UTF-8";

/* ==========================================================================
//
// TABLET & SMARTPHONE
//
========================================================================== */
@media screen and (max-width:1024px) {
  /* ========================================================================
  area-form
  ======================================================================== */
  /* form
  -------------------------------------------------------- */
  .area-form .form dt .ttl{
    font-size: 15px;
  }
  .area-form .form .form-name,
  .area-form .form .form-email,
  .area-form .form .form-subject,
  .area-form .form .form-message{
    padding: 5px;
    font-size: 15px;
  }
}


/* ==========================================================================
//
// SMARTPHONE
//
========================================================================== */
@media screen and (max-width:480px) {
  /* ========================================================================
  area-thanks
  ======================================================================== */
  .area-thanks p{
    text-align: left;
  }
}