@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

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

/*
　　Google fonts
--------------------------------- */
.post_content h2 {
font-family: 'BIZ UDGothic', sans-serif;
font-size: 1.5rem;
}

/*
　　目次調整
--------------------------------------------- */
.p-toc {
	color: #fff;
}

/*
　　パンくず調整
--------------------------------------------- */
.p-breadcrumb__list {
	color: #fff;
}

/*
　　見出し調整
--------------------------------------------- */
.post_content h3.h3-nostyle::before {
	display: none !important;
}
.post_content h3.h3-nostyle {
	font-size: 1.8em;
	padding: 0;
}
.post_content h3 {
	font-size: 1.6em;
}
.post_content h4 {
	font-size: 1.2em;
}
/* 見出し画像使用時のテキスト非表示 */
.h-hidden {
	display: none !important;
}

/*
　　テーブル調整
--------------------------------------------- */
.post_content table {
	border-top: solid 1px #384047 !important;
	border-right: solid 1px #384047 !important;
	background-color: #f6fafd;
}
.post_content td, .post_content th {
	border-bottom: solid 1px #384047 !important;
	border-left: solid 1px #384047 !important;
}

/*
　　その他調整
--------------------------------------------- */
/* メイン画像下のスペース調整 */
#main_content {
	margin-top: -1em !important;
}

/* 画像キャプション色 */
.wp-block-image figcaption {
	color: #fff;
}

/*--------------------------------------
  Contact Form 7カスタマイズ
--------------------------------------*/
/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
/*  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none; */
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 20%;
    background: #edf3f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #d171ab;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #6D98B8;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 350px;
    background: #c54d96;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
.wpcf7-submit:hover {
    background: #fff;
    color: #c54d96;
    border: 1px solid #c54d96;
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}


/*--------------------------------------
 reCAPTCHAバッジを非表示
--------------------------------------*/
.grecaptcha-badge { visibility: hidden; }