#header h1 img{
	filter: invert(100%);
}
.post_text_block em {font-style: italic !important;}
.post_text_block strong em {font-style: italic !important;font-weight:bold !important;}
.post_text_block em strong {font-style: italic !important;font-weight:bold !important;}
.post_text_block strong {font-weight:bold !important;}

#kv{
	margin: 60px auto 30px;
	padding: 0 0 0 0;
	position:relative;
	height: 100px;
	min-width: auto;
	background-color:rgba(0,0,0,0.05);
}

#kv_inner{
	margin: 0 0px ;
	padding: 0 0 0 0;
	height: 100px;
	min-width: auto;
	position:relative;
display: flex;
align-items:center;
justify-content:center;
}

h2.h2_tit{
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-style: normal;
font-size: 24px;
letter-spacing: 0.1em;
line-height: 1.5;
color: #383837;
}

h2.h2_tit small{
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
display:block;
font-weight: normal;
font-size: 15px;
letter-spacing: 0.04em;
line-height: 1.5;
text-align: center;
color: #383837;

display:none;
}



#document{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
	overflow: hidden;
}

.blog_area{
	min-width: auto;
	margin: 0 auto 50px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

h2.h2_style{
	margin: 0 auto 25px;
	padding: 0 0 0;
	position: relative;
width: auto;
font-weight: 500;
font-size: 18px;
letter-spacing: 0em;
line-height: 1.5;
text-align: center;
color: #383837;

}

h2.h2_style small{
	margin: 0 0 0;
	padding: 5px 0 0;
	position: relative;
display:block;

font-family:"minion-pro-display", serif;
font-weight: 600;
font-size: 11px;
letter-spacing: 0.1em;
line-height: 1.8;
text-align: center;
color: #383837;
}

.h2_lead{
	margin: 0 0 30px;
	padding: 0 0 0;
	position: relative;
font-weight: normal;
font-size: 12px;
line-height: 1.8;
text-align: center;
color: rgba(56, 56, 55, 0.85);
}


.select_block{
	margin: 0 10px 30px;
	padding: 0 0 0 0;
	position: relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:space-around;
	flex-wrap:wrap;
}

.field_select{
	margin: 0 0 8px;
	padding: 8px 0;
	position: relative;
	text-align:center;
	width:47%;
	background-color:#fff;
	border:1px solid #ccc;

	display: flex;
	align-items:center;
}

.field_select h4{
	margin: 0 0 0 0;
	padding: 3px 8px;
	position: relative;
	text-align:justify;
white-space:nowrap;
border-right:1px solid #383837;

font-weight: normal;
font-size: 11px;
letter-spacing: 0;
line-height: 1.2;
color: #383837;
}

.field_select select.select_style {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	border:none;
	box-sizing: border-box;
	width:100%;
	background-color:#fff;
	margin: 0 0 0 0;
	padding: 0px 10px;
	position: relative;
font-weight: normal;
font-size: 10px;
letter-spacing: 0;
line-height: 1.2;
text-align:justify;
color: #383837;
white-space:nowrap;
}

.field_select:before {
	content: '';
 flex-shrink:0;
 border-top:1px solid #000;
 border-right:1px solid #000;
 position:relative;
 transform:rotate(135deg);
 border-color:#000;
 height:6px;
 width:6px;

	display:inline;
	margin:auto;
	right:7px;
	top:-2px;
	bottom:0;
	position:absolute;
	z-index:1;
}

.field_select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.field_select select, option{
	cursor: pointer;
}





#form_search{
	margin: 0 0;
	padding: 0 0;
	position: relative;
width:47%;
box-sizing: border-box;
}
#form_search_box{
	margin: 0 0;
	padding: 10px 35px 10px 10px;
	position: relative;
	text-align:justify;
	width:100%;
	box-sizing: border-box;
	background-color:#fff;
	border:1px solid #ccc;
	outline:0;
	font-weight: normal;
font-size: 11px;
letter-spacing: 0.08em;
line-height: 1.2;
text-align:justify;
color: #383837;
}
#search_btn{
cursor: pointer;
position:absolute; 
right:6px;
top:6px;
background:none;
color:#666;
border:none;
font-size:18px;
}

ul.blog_list{
	margin: 0 10px 40px 20px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}

ul.blog_list li{
	margin: 0 0 20px 0;
	padding: 0 0;
	position:relative;
	text-align:justify;
	width:49%;
}

ul.blog_list li .blog_img{
	margin: 0 0;
	padding: 0 0px;
	position:relative;
	text-align:center;
	overflow: hidden;
    width: 100%;
    padding-top: 72.58%;
}

ul.blog_list li .blog_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	transition-duration: .5s;
}



ul.blog_list li .blog_box{
	margin: 0 0 0;
	padding: 0 0 0;
	position:relative;
	vertical-align:top;
	box-sizing: border-box;
}

ul.blog_list li .blog_cat{
	margin: 0 auto 5px;
	padding: 0 0;
	position:relative;
	text-align:justify;
}

ul.blog_list li .blog_cat span{
	margin: 0 1px;
	padding: 1px 3px;
	display:inline-block;

font-weight: normal;
font-size: 9px;
line-height: 1.5;
text-align: center;
color: rgba(56, 56, 55, 0.85);
border:1px solid #ccc;

}

ul.blog_list li h4{
	margin: 0 auto 5px;
	padding: 0 0;
	position:relative;
font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-weight: bold;
font-size: 11px;
letter-spacing: 0.05em;
line-height: 1.5;
text-align:justify;
}

ul.blog_list li .blog_txt{
	margin: 0 0 25px;
	padding: 0 0 0;
	position:relative;

font-weight: 700;
font-size: 12px;
line-height: 1.6;
text-align:justify;
color: rgba(56, 56, 55, 0.85);
border-bottom:0px solid #999;
}

ul.blog_list li p{
	margin: 0 auto 10px;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 10px;
line-height: 1.6;
text-align:justify;
color: rgba(56, 56, 55, 0.85);
	display:none;
}


ul.blog_list li .link_more{
position: absolute;
bottom: -15px;
left:47%;
}


.link_more{
	margin: 0 auto ;
	padding: 0px 0 ;
	position:relative;
	text-align:center;
	display:none;
}
.link_more a{
	margin: 0 auto 0;
	padding: 10px 0px;
	position:relative;
	display:inline-block;

transition-duration: .2s;

font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-weight: bold;
font-size: 12px;
letter-spacing: 0.05em;
line-height: 30px;
text-align: center;
color: #156153;

}
.link_more a span{
	display:inline-block;
	vertical-align:middle;
	transition-duration: .2s;
}
.link_more a img{
	margin-left:5px;
	display:inline-block;
	vertical-align:middle;
	transition-duration: .2s;
}

.page_num{
	margin: 0px auto;
	padding: 0 0;
	position:relative;
	text-align:center;
}

.page_num div{
	margin: 0 auto;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
}

.page_num div a{
	font-size: 11px;
	font-weight:normal;
	line-height: 1.3;
	letter-spacing:0px;
	color:#444;

}

ul.page_num_list{
	margin: 0 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
}

ul.page_num_list li{
	margin: 0 10px;
	padding: 0 0;
	position:relative;
	text-align:center;
	display:inline-block;
	vertical-align:middle;
}

ul.page_num_list li a{
	font-size: 12px;
	line-height: 1.3;
	letter-spacing:0px;
	color:#444;
	background: #eee;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;

	font-weight:normal;
	letter-spacing:0px;
	font-style: normal;
	display:inline-block;
	border:1px solid #eee;
}
ul.page_num_list li a.to_list{
	margin-top:40px 0 30px;
	padding:0.5em 2em;
	font-size: 12px;
	line-height: 1.0;
	width: auto;
	height: auto;
}
ul.page_num_list li a.page_stay{
	width: 20px;
	height: 20px;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background: #fff;
	font-weight:normal;
	letter-spacing:0px;
	font-style: normal;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #333;
}

/* detail css
====================================================*/


h2.h2_detail{
	margin: 0 auto;
	padding: 0 0 0;
	position: relative;
	text-align:center;
}

h2.h2_detail strong{
	margin: 0 0 0;
	padding: 0 0 10px;
	position: relative;
display:block;
font-weight: 600;
font-size: 16px;
letter-spacing: -0.02em;
line-height: 1.5;
text-align: center;
color: #383837;

}

h2.h2_detail span{
	margin: 0 1px;
	padding: 1px 3px;
	display:inline-block;
font-weight: normal;
font-size: 10px;
line-height: 1.5;
text-align: center;
color: rgba(56, 56, 55, 0.85);
border:1px solid #ccc;

}


.main_area{
	margin: 0 15px 80px;
	padding: 0 0 0;
	position: relative;
	text-align:justify;
	width:auto;
}

.main_p{
	margin: 0 auto 15px;
	padding: 0 0 0;
	position: relative;
	text-align:center;
}

.main_p img{
	width:100%;
	height:auto;
	vertical-align:top;
}


h2.h2_style{
	margin: 0 auto 20px;
	padding: 0 0 0;
	position: relative;
width: auto;
font-weight: 500;
font-size: 14px;
letter-spacing: 0em;
line-height: 1.8;
text-align: center;
color: #383837;

}

.h2_lead{
	margin: 0 -5px 30px;
	padding: 0 0 0;
	position: relative;
font-weight: normal;
font-size: 11px;
line-height: 2.0;
text-align: center;
color: rgba(56, 56, 55, 0.85);
}


.btn_point{
	margin: 0 auto 20px;
	padding: 0 0 0;
	position: relative;
	text-align:center;
}

.btn_point a{
	margin: 0 0;
	padding: 9px 15px;
	position: relative;
	text-align:justify;
	background-color:#156153;

font-weight: normal;
font-size: 11px;
line-height: 1.5;
text-align:justify;
color: #fff;
}


.btn_point a i{
margin-top:-2px;
font-size: 20px;
color: #fff;
vertical-align:middle;
}

.btn_point a strong{
	margin: 0 0;
	padding: 0 20px 0 5px;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 1.5;
text-align: center;
color: #fff;
}

.btn_point a i{
vertical-align:middle;
filter: brightness(2);
padding-left:30px;
transition-duration: .2s;
}

ul.detail_list{
	margin: 0 auto 0;
	padding: 0 0;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:center;
flex-wrap:wrap;
}

ul.detail_list li{
	margin: 0 0 30px;
	padding: 0 0;
	position:relative;
	text-align:center;
	width:auto;
}

ul.detail_list li div{
	margin: 0 0 15px;
	padding: 0 0;
	position:relative;
	text-align:center;
}

ul.detail_list li div img{
	width:100%;
	height:auto;
	vertical-align:top;
}

ul.detail_list li h4{
	margin: 0 0 15px;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 15px;
line-height: 1.8;
text-align: center;
color: rgba(56, 56, 55, 0.85);
}

ul.detail_list li p{
	margin: 0 0 0;
	padding: 0 0;
	position:relative;
font-weight: normal;
font-size: 12px;
line-height: 2.0;
text-align: center;
color: rgba(56, 56, 55, 0.85);
}












.recommend_area{
	margin: 0 auto 20px;
	padding: 30px 0 10px;
	position: relative;
	text-align:center;
	min-width: auto;
	background-color:#f7f7f7;
}

h2.h2_style2{
	margin: 0 auto 30px;
	padding: 0 0 0;
	position: relative;
	text-align:center;

font-weight: 500;
font-style: normal;
font-size: 24px;
letter-spacing: 0.1em;
line-height: 1.8;
color: #383837;
width: auto;
}

h2.h2_style2 span{
	margin: 0 0 0;
	padding: 10px 0 0;
	position: relative;
display:block;

font-weight: normal;
font-size: 16px;
line-height: 1.8;
text-align: center;
color: #383837;
letter-spacing:0;
}



.news_article{
	width: auto;
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}


.news_article_info{
	margin: 0 20px 20px;
	padding: 0 0 0 0;
	position:relative;
}

.news_article_info .news_date{
	margin: 0 0px 10px;
	padding: 0 0;
	text-align:justify;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.6;
	letter-spacing:0px;
	color:#282828;
	display:block;
	vertical-align:top;
	font-family: 'Noto Sans JP', sans-serif;
}

.news_article_info .news_tit{
	margin: 0 0px 8px;
	padding: 0 0 10px;
	text-align:justify;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.6;
	letter-spacing:0px;
	color:#282828;
	display:block;
	vertical-align:top;
	border-bottom:1px solid #939393;
}

.news_article_info .news_cat{
	margin: 0 0 0 0;
	padding: 0;
	text-align:justify;
	font-size: 12px;
	font-weight:normal;
	line-height: 1.5;
	letter-spacing:0px;
	color:#7e7e7e;
}

.news_article_content{
	margin: 0 20px 60px!important;
	padding: 0 0 0 0;
	position:relative;
}

.news_article_content p{
	margin: 0 0 1.5em;
	padding: 0 0 0 0;
	position:relative;
	text-align:justify;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.8;
	letter-spacing:0px;
	color:#282828;
	font-family: 'Noto Sans JP', sans-serif;
	word-break:break-all;
}

.news_article_content img{
width:100%;
height:auto;
vertical-align:top;
	margin-bottom:0.5em;
}
.wp-block-image :where(figcaption) {
    margin-top: 0;
}
.center{
	text-align:center;
}

.pc_only{
	display:none;
}

.img_pc {
	display:none;
}


/* 旧サイトより移植
====================================*/


.post_text_block { text-align:left; }
.post_text_block { overflow:hidden; }
.post_text_block p,
.post_text_block div,
.post_text_block ul,
.post_text_block table,
.post_text_block figure,
.post_text_block blockquote { margin-bottom:20px; }
.post_text_block h1,
.post_text_block h2 { margin-bottom:5px; }
.post_text_block h3,
.post_text_block h4,
.post_text_block h5,
.post_text_block h6 { margin-bottom:10px; }
.post_text_block strong,
.post_text_block b { font-weight:bold; }

.post_text_block a { text-decoration:underline; }
.post_text_block a:hover { text-decoration:none; }

.post_text_block h1 { }
.post_text_block h2 { position:relative; line-height:1.6; padding-bottom:10px; }
.post_text_block h3 { position:relative; padding-left:20px; }
.post_text_block h4 { border-bottom:1px solid #dedede; padding-bottom:5px; }
.post_text_block h5 { display:inline-block; color:#fff; border-radius:3px; padding:2px 10px; }
.post_text_block h6 { display:inline-block; border-radius:3px; padding:2px 10px; border:1px solid #dedede; }

.post_text_block h2::before { position:absolute; content:''; bottom:-2px; left:0; width:100%; border-bottom:2px solid #000; opacity:0.4; }
.post_text_block h2::after { position:absolute; content:''; bottom:-2px; left:0; width:200px; border-bottom:2px solid #000; }
.post_text_block h3::before { position:absolute; content:''; top:0.4rem; left:0; width:4px; height:1.5rem; background:#000; opacity:0.8; }
.post_text_block h3::after { position:absolute; content:''; top:0.4rem; left:5px; width:3px; height:1.5rem; background:#000; opacity:0.4; }

.post_text_block h1 { font-size:1.75rem; }
.post_text_block h2 { font-size:1.5rem; }
.post_text_block h3 { font-size:1.3rem; }
.post_text_block h4 { font-size:1.25rem; }
.post_text_block h5 { font-size:14px; }
.post_text_block h6 { font-size:14px; }

/* 引用 */
.post_text_block blockquote { position:relative; border:1px solid #dedede; padding:40px; }
.post_text_block blockquote::before { position:absolute; content:'’’'; top:10px; left:20px; font-size:60px; color:#dedede; line-height:1; }
.post_text_block blockquote::after { position:absolute; content:'’’'; bottom:-20px; right:20px; font-size:60px; color:#dedede; line-height:1; }
/* テーブル */
.post_text_block table { }
.post_text_block table tr { }
.post_text_block table th { padding:5px; border:1px solid #dedede; color:#fff; }
.post_text_block table td { padding:5px; border:1px solid #dedede; }
/* リスト */
.post_text_block ul { }
.post_text_block li { position:relative; padding-left:1em; }
.post_text_block li::before { position:absolute; content:''; top:0.8em; left:0; width:5px; height:5px; border-radius:100%; background:#dedede; text-indent:-1em; opacity:0.5; }
/* ギャラリー */
.wp-block-gallery { }
.wp-block-gallery li { padding-left:0; }
.wp-block-gallery li::before { width:0; height:0; }



