@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.1.0
Author: opencage
Author URI: https://open-cage.com/
*/

body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.pbox h3 {
	margin: 0;
}
.pbox .price {
	margin-bottom: .5em;
}
.fbox {
	margin: 1em 0;
}
.fbox + .fa-chevron-down {
	display: block;
	text-align: center;
	opacity: .4;
}

/* テーブルのレスポンシブ対応 */
@media only screen and (max-width: 480px) {
  .entry-content table {
    border-bottom: 1px solid #cfcfcf;
  }
  .entry-content tr {
    border: none;
  }
  .entry-content table tr,
  .entry-content table th,
  .entry-content table td {
    text-align:left;
  }
  .entry-content table th,
  .entry-content table td {
    border-bottom: none;
    display:block;
  }
  .entry-content thead {
    display: none;
  }
}

/*送信ボタンのカスタマイズ*/
.wpcf7-form input[type="submit"] {
	font-size: 1em;
	font-weight: bold;
	padding: 1.5em 1em;
	width: 95%;
	max-width: 400px;
	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;
}
.wpcf7-form .btn-submit {
	text-align: center;
}

/* reCAPTCHA */
.grecaptcha-badge {
	bottom: 80px !important;
}