@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/
/*送信ボタンのデザイン*/
.wpcf7-form input[type="submit"] {
  font-size: 1em;
  padding: 1.5em 1em;
  width: 95%;
  max-width: 400px!important;
  background: #1ab4d4;
  box-shadow: 0 4px 0 #298598;
}
/*マウスオン時*/
.wpcf7-form input[type="submit"]:hover {
  background: #298598;
  box-shadow: none;
  transform: translateY(4px);
  transition-duration:0.3s;
  opacity: inherit;
}
/*お問い合わせフォームのテーブルをスマホ表示用に調整*/
@media only screen and (max-width: 480px) {
  .wpcf7-form table,
  .wpcf7-form table tr,
  .wpcf7-form table th,
  .wpcf7-form table td {
    border: none;
    text-align: left;
    background: none;
    padding: 0;
  }
  .wpcf7-form table th,
  .wpcf7-form table td {
    display: block;
  }
  .wpcf7-form table td {
    margin-bottom: 1em;
  }
}