@charset "UTF-8";
/*
    Template: ec5
    Theme Name: EC5 CHILD
    Theme URI: https://ec-5.jp/
    Description: EC5の子テーマ
    Version: 1.0.0
    Author: BPLUST
    Author URI: https://bplust.jp/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

* {
	font-weight: 400 !important;
}

h2 {
	font-size: 2em !important;
	font-weight: 400 !important;
}

h2.p-postList__title {
	font-size: 1em !important;
}

.wh_link a{
	color:#fff;
}

/* ------------------------------
   お問い合わせフォーム
------------------------------ */

.smf-action .smf-button-control__control {
  background-color: #fff !important;
  background-image: none !important;
  border-radius: 0px !important;
  color: #333;
	font-weight: 600 !important;
letter-spacing: 2px;
	padding:10px 40px !important;
	border: 2px solid #333 !important;
}
/* ------------------------------
   テーブルデザイン
------------------------------ */
.post_content table {
  max-width:900px;
	margin: 0 auto;
}

.wp-block-table td, .wp-block-table th {
	padding:20px 10px !important;
	background: none;
	border:none !important;
}

.wp-block-table th {
	border-bottom: 1px solid #333 !important;
}

.wp-block-table td {
	border-bottom: 1px solid #e8e8e8 !important;
}
