@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
*/

p { 
font-size:0.95rem; 
} 

h2 { 
font-size:1.8rem; 
} 

h3 { 
font-size:1.4rem; 
} 

div.scroll {
  margin: 2em auto;
 padding: 1em;
 width: 100%;
  height: 200px;
  overflow: scroll;
 border: 1px solid #ccc; /* 枠線 */
 background-color: #fdfdfd; /* 背景色 */
 box-shadow: 1px 1px 2px #ccc;
}
.scroll p {
    margin: 0; 
    padding: 0;
	}

.grecaptcha-badge { visibility: hidden; }


/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 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 .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#fff;
 padding-right:5px;
 width:30%;
 background:#0078a8;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
	height: 100px;
}
/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#0078a8;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}

#formbtn2{
 display: block;
 padding:1em 0;
margin: 0 auto;
 width:30%;
 background:#0078a8;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}


/* バツを消す */
.inner_bfb .bfb_closed{
display:none;
}

/* 枠付きボックス */
.cstm-box-solid {
  margin: 0 auto 2em; /* 外側余白 */
  padding: 2em; /* 内側余白 */
  border: 2px solid #333; /* 黒い実線の枠 */
  max-width: 800px; /* 最大幅 */
}
/* Contact Form 7 承諾確認チェックボックスの左寄せ */
.wpcf7-form-control-wrap.acceptance-456 {
    padding-left: 0 !important;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}