/*
Theme Name:fukasawa-child
Template:fukasawa
Version:1.23
*/

html{
overflow: auto;
}
body{
overflow: hidden;
min-width:300px;
}
.mt_l{
	margin-top:3em;
}

.tx_c{
	text-align: center;
}

.tx_l{
	text-align: left;
}
.fs_ss{
	font-size: 12px!important;
}
.fs_s{
	font-size: 16px;
}
.lineh_18{
	line-height: 1.8;
}


.hero img{
	height: 200px;
	object-fit: cover;
}

.tags-links a{
	color: #333;
	font-size: 10px;
	background: #efefef;
	padding: 0.2em 0.5em;
	margin-left: 0.2em;
}
.tags-links a:hover{
	background: #019EBD;
	color: #fff;
}
.widget_categories li:before{
	content: "";
}

.button_inline{
	font-weight:bolder;
}
.top_snslink{
	list-style:none;
	display:flex;
	justify-content:center;
	margin-top:0.8em;
	margin-right:1em;
}
.top_snslink li{
	margin-left:0.6em;
}
main{
	font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
}
.current-menu-item:before, .mobile-menu .current_page_item:before{
	content: "-";
	top: 0;
	font-size: 0.8rem;
}

.footnav{
	background: #303030;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.footnav ul{
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
}
.footnav li {
	margin: 0.5em;
}
.footnav li a i{
	color: #fff;
}
.sidenav-title{
	padding-top: 2em;
}
.sidenav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	list-style: none;
}
.sidenav li{
	margin: 0.5em;
}
/*----------------------------
Singular.php
----------------------------*/
.content{
	max-width: 95%;
	font-size: 0.9em;
}
.content article .post-inner .post-header{
	display: flex;
	flex-wrap: wrap;
}
.content article .post-inner .post-header .post-title{
	flex: 3;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
	text-align: center;
	border: 2px solid currentColor;
	padding: 0.6em;
	min-width: 300px;
}

.content article .post-inner .post-header .tag_box{
	flex: 2;
	min-width: 200px;
}
.tag_box ul{
	margin-top: 1em;
}
.tag_box ul li{
	list-style: none;
	float: left;
    margin-right: 20px;
    line-height: 140%;
}
.tag_box .post-tags a:before{
	content: "#";
}
.tag_box .post-tags a{
display: inline-block;
    padding: 6px 8px;
    margin: 0 1px 4px 0;
    border-radius: 2px;
    background: #eee;
    font-size: 11px !important;
    line-height: 1;
    color: #444;
}
.post-content h3{
	font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 200;
	font-size: 1.2em;
    padding: 10px 20px;
    border-left: 10px solid #444;
	border-bottom: 0.8px dashed #999;
	letter-spacing:0.05em;
	padding-left:1em;
	line-height:1.8;
	
}
.relation_content{
}

.relation_content h3{
	font-weight: 700;
	margin-bottom: 1em;
	border-bottom: 2px solid #e1e1e1;
    line-height: 120%;
    padding-bottom: 10px;
}




/*----------------------------
page.php
----------------------------*/
.content .page{
	background: #fff;
	padding: 2em;
}
.content article .page-inner{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
}
.content article .page-inner .page-header .page-title{
	
	line-height: 1.8;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 600;
	padding: 0.6em;
	margin-bottom: 2em;
	position: relative;
	color: #303030;
	border-left: 4px solid #303030;
}
.content article .page-thumb{
	margin-bottom: 2em;
} 
.content article .page-thumb img{
	height: 200px;
	object-fit: cover;
} 
.section_header, .page-inner .post-content h2{
	background:#eee;
	font-size: 0.8em;
	padding:10px 20px;
	color:#303030;
	letter-spacing:0.05em;
	box-shadow: 5px 5px  rgba(100,100,100,0.4);
	
}
.memo{
	max-width:80%;
	background: #eee;
	border-radius: 3px;
	padding: 1em 1em 1em 3em;
	position: relative;
}
.memo::before{
	position: absolute;
	content:"\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 20px;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}
.page_plain_list{
	margin-left: 2rem;
	list-style-type: circle;
	font-size: 0.9em;
}
.page_plain_list li{
	 margin-bottom:5px;
}
@media(min-width:1001px){
	.content article .page-inner .page-header .page-title{
		font-size: 1.8rem;
	}
	.section_header, .page-inner .post-content h2{
		font-size: 1.2rem;
	}
	}

/*----------------------------
ブログアーカイブ
----------------------------*/

.blog_post{
	background: #fff;
	margin-top: 2em;
	min-height: 100px;
	padding-bottom: 1em;
}
.blog_post .blog_date {
	padding-top: 3em;
	text-align: center;
	font-size: smaller;
}
.blog_post h2{
	text-align: center;
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.blog_post .blog_thumb{
	height: 300px;
	overflow: hidden;
	object-fit: cover;
}
.blog_post .blog_thumb img{

}
.blog_post .blog_excerpt p{
	padding: 1em;
	line-height: 1.6;
}
.blog_post .blog_btn{
	margin: 1em auto 2em;
	padding: 0.7em 1em;
	background: #eee;
	color: #333;
	border-radius: 5px;
	display: block;
	text-align: center;
	width: 8em;
}
@media(min-width:541px){
	.blog_post h2{
		font-size: 24px;
	}
	.blog_post .blog_thumb{
		height: 400px;
	}
}



/*----------------------------
ブログシングルページ
----------------------------*/
.blog_post .blog_thumb img{
	display: block;
	width:100%!important;
	height: 300px!important;
	object-fit: cover!important;
}

/*----------------------------
Business Press の設定
----------------------------*/
.file_btn{
	padding: 20px 10px;

}
.privacypolicy{
font-size:0.8em;

	margin-left:auto;
	margin-right:auto;
	box-shadow:　inset 1px 1px rgba(200,200,200,0.8);


}
.privacypolicy-label{
	padding-top:0.2em;
	padding-bottom:0.2em;
}
.privacypolicy-content{
	height:250px;
		overflow:scroll;
		border: 0.1px solid #ddd;
	padding: 5px;
	line-height:1.3;
	
}

/*----------------------------
ウィジェット
----------------------------*/

.widget_news {
	border: 1px solid #eee;
}
.widget_news h4{
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: 600;
	line-height: 1.2;
}
.widget_news p{
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
}
/*----------------------------
Ultimate Faqs
----------------------------*/
.ewd-ufaq-faqs{
	margin-left: 1em;
}
.ewd-ufaq-faq-title-text {
	border-left: 4px solid #808080;
	padding: 10px 10px 10px 15px;
	background: #eee;
	width: 100%!important;
}
.ewd-ufaq-faq-title-text h4{
	line-height: 1.2;
	font-size: 1rem;
	font-weight: 500;
	color: #303030;
}
.ewd-ufaq-faq-body{
	border-left: 2px dotted #808080;
}


/*----------------------------
ContactForm7
----------------------------*/
.wpcf7{
	width: 80%;
	margin:3em auto;
	
}
.wpcf7 form p label{
	font-weight: 100;
}
.wpcf7 form p label span input{
	width: 100%;
    padding: 14px 16px;
    font-size: 0.9em;
    border: none;
    color: #333;
    background: #f2f2f2;
    border-radius: 3px;
}

/*----------------------------
Simple Download Monitor [SDM]
----------------------------*/

.post-content *:last-child{
	margin-bottom: 10px;
}
.sdm_fancy2_item{
	background: #ddd;
	float: right!important;
}
.sdm_fancy2_download_title{
	font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif!important;
}


@media(min-width:1001px){
	.mt-200{
		margin-top: 200px;
	}
}