/* ---------------------------------
 フォント
----------------------------------*/
@media (min-width: 992px) {
.media_post .media_post_text h4.media_post_title {
    font-size: 16px;
}
}

@media (max-width: 767px) {
.widget_ltg_adv_full_wide_title_title {
    font-size: 18px;
}
}

@media (min-width: 992px) {
    
p {
    font-size:16px;
	color: #333;
    } 
    
}


.subSection-title {
    margin-top: 0;
    font-size: 18px;
}

/*記事タイトル(見出し1)の上下に少し空間を入れて行間を調整*/
.mainSection header h1 {
	margin: 30px 0;
	line-height: 1.5;
}

/*トップページのセクションのタイトルの調整*/
.mainSection-title {
	border: none;
	background: none;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
}



/*見出し2変更*/
.entry-body h2,
.comments-area h2 {
	border-top: solid 3px #2cb6a6; /*見出しの上の線*/
	border-bottom: solid 2px #ccc; /*見出しの下の線*/
	background: none; /*背景ナシ*/
	font-size: 22px; /*文字の大きさ*/
    font-weight: bold;
    color: #333 !important;
}


/*見出し3の上に余白を入れる*/
.entry-body h3 {
	margin-top: 10px;
}

/*見出し3のデザインを変える*/
.entry-body h3,
.comments-area h3 {
  position: relative;
  padding-bottom: .5em;
  font-size: 20px; /*文字の大きさ*/
  font-weight:bold;
  color: #000;
}
h3::before,
h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
h3::before {
  z-index: 2;
  width: 15%;
  background-color: #444;
}
h3::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

/*見出し4のデザインを変える*/
.entry-body h4 {
    font-size: 17px; /*文字の大きさ*/
	color: #2cb6a6; /*色指定*/
    font-weight: bold;
}

/*段落の下に余白を入れる*/
.entry-body p {
	margin-bottom: 30px;
}

/*強調部分を斜体にせず、太字にする*/
em,strong {
	font-weight: bold;
	font-style: normal !important;
}

/*トップヘッダーフォントサイズ*/
.headerTop p { 
    font-size: 12px;
}
.page-header {
	font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/*フォントサイズ*/
@media (min-width: 992px) {
    p {
    font-size:15px;
	color: #333;
    } 

/*ul*/
.entry-body ul {
	font-size: 15px;
	color: #333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
p,
table th {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    }

@media (min-width: 992px) {
.widget_ltg_adv_full_wide_title_title {
    font-size:20px;
    } 
	 }

/*prBlock画像サイズを変更*/
.prBlock .prBlock_image {
    width:100% !important;
    max-width:250px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    height:auto !important;
    margin-bottom:20px;
    }

.prBlock .prBlock_image img {
    width:100% !important;
    max-width:250px !important;
    height:auto !important;
    }

/*prBlock文字の色を変更*/
.prBlock_title {
    color:#2cb6a6;
    font-weight:bold;
    }

/*トップ3PR画像の枠をなくす*/
.veu_3prArea_image {
    margin-bottom: 0.8em;
    border: none;
}

/* テーブル*/
.table th {
    color: #333;
    font-weight: bold !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


.veu_caption {
    font-size: 1em;
}

/* ---------------------------------
 Contact Form 7カスタマイズ
----------------------------------
/* テーブル セル2つ */
@media screen and (max-width: 480px) { /* ▼480：iPhone6+縦 */
.respStyle th, .respStyle 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;
}
	
	.required-srt{
 font-size:8pt;/* 文字のサイズ */
 padding:5px;
 background:#ff5b5b;/* ボタンの背景色 */
 color:#fff;/* ボタン内文字色 */
 border-radius:3px;
 margin-right:3px;
}

	
	/* 任意の調整 */
.any-srt {
 font-size: 8pt;/* 文字のサイズ */
 padding: 5px;
 background: #8E8E8E;/* ボタンの背景色 */
 color: #fff;/* ボタン内文字色 */
 border-radius: 3px;
 margin-right: 3px;
}
	
	/*  送信ボタンのデザイン変更 */
input.wpcf7-submit {
 width: 10em; /* ボタンの横幅 */
 height: 2em; /* ボタンの高さ */
background: #ffa042; /* ボタンの背景色 */ 
color: #fff; /* ボタン内文字色 */
 font-size: 8px /* ボタン内文字のサイズ */}
	
	}
	.respStyle th {
 border-bottom: none;
 padding: 10px 0px 4px 8px;
}}

	
.respStyle th {
 text-align: left;
 font-size: 14px;/* お名前、メールアドレス、お問い合わせ内容の文字サイズ */
 color: #333 !important;
 font-weight: bold !important;
}

.respStyle td {
 font-size: 13px;/* 薄字の箇所の文字サイズ */
 font-weight: bold !important;
}

/* 必須の調整 */
.required-srt{
 font-size:8pt;/* 文字のサイズ */
 padding:5px;
 background:#ff5b5b;/* ボタンの背景色 */
 color:#fff;/* ボタン内文字色 */
 border-radius:3px;
 margin-right:3px;
}
	
	/* 任意の調整 */
.any-srt {
 font-size: 8pt;/* 文字のサイズ */
 padding: 5px;
 background: #8E8E8E;/* ボタンの背景色 */
 color: #fff;/* ボタン内文字色 */
 border-radius: 3px;
 margin-right: 3px;
}

/*  送信ボタンのデザイン変更 */
input.wpcf7-submit {
 width: 22em; /* ボタンの横幅 */
 height: 3em; /* ボタンの高さ */
background: #ffa042; /* ボタンの背景色 */ 
color: #fff; /* ボタン内文字色 */
 font-size: 18px /* ボタン内文字のサイズ */}

/* 項目名を太字にする */
.wpcf7 {
    color: #333;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 600;
}

/*　Googleカレンダー（スマホ表示） */

.googleCalender iframe {
width:100%;
max-width:800px;
height:300px;
}

/*　Googleカレンダー（PC表示） */

@media (min-width: 960px) {

.googleCalender iframe {
height:380px;
}

}

/*　キャンペーンテキスト */
.vk-campaign-text {
    text-align: center;
    font-size: 18px;
	  font-weight: 600;
    line-height: 2.8;
	  padding: 4px 5pxpx;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.vk-campaign-text_btn {
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    padding: 4px 1em;
    border-radius: 0.25rem;
    margin: 0 1em;
    border: 1px solid #fff;
}