@charset "UTF-8";

/*子テーマ用「base.css」*/


/*===============================
投稿一覧ページ
===============================*/

.ently_read-more .btn {
    box-shadow:none;
    border-color:#07b3ba #07b3ba #03868b #07b3ba !important;
	border-top: 1px solid #07b3ba;
	border-left: 1px solid #07b3ba;
	border-right: 1px solid #07b3ba;
    border-bottom: 3px solid #03868b;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff!important;
    background: #07b3ba;
}

.entry_inner{
	font-size:1.6rem;
	}
	
/*====SNSボタン======*/


.sns-btn_wrap ul.sns {
float:none;
overflow: hidden;
margin: 0;
padding: 0;
width:100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between
}

.sns-btn_wrap ul.sns li > a {
 padding: 6px 3px;
 display: block;
 text-align: center;
 color: #fff;
 border-radius:2px;
 text-decoration: none;
}

/*---各記事用---*/
 ul.sns {
 float:right;
overflow: hidden;
margin: 0;
padding: 0;
width:25%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between
}

.sns li {
 width: 33%;
 list-style: none;
 padding: 1%;
 box-sizing: border-box;
}
.sns li > a {
 padding: 3px;
 display: block;
 text-align: center;
 color: #fff;
 border-radius:2px;
 text-decoration: none;
}
.sns li > a:hover {
 cursor: pointer;
}
.sns li.twitter > a {
 background-color: #000;
}
.sns li.facebook > a {
 background-color: #3b5998;
}
.sns li.line > a {
 background-color: #00c300;
 font-weight: bold;
}	


@media screen and (max-width: 550px) {
ul.sns {
float:none;
overflow: hidden;
margin: 0;
padding: 0;
width:100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between
}
}


/*===============================
詳細ページ
===============================*/


.keni-main .keni-section h1 {
	font-size:3rem!important;
	line-height:4rem!important;
	}


/*====SNSボタンヘッダー======*/
.article-header ul.sns {
float:none;
overflow: hidden;
margin: 0;
padding: 0;
width:100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between
}


/*====SNSボタンフッター======*/
.footersns ul.sns {
float:none;
overflow: hidden;
margin: 0;
padding: 0;
width:100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between
}

/*メイン画面*/
.article-visual img{
	display:block;
	width:100%;
	}


/*著者情報*/
.author-profile {
	clear: both;
	padding: 15px;
	border: none;
	border-radius: 2px 0 0 2px;
}
.author-profile .author-profile-avatar {
	float: left;
	width: 65px;
}
.author-profile .author-profile-avatar img {
	float: left;
	border-radius: 50%;
}
.author-profile .author-profile-name {
	background:none;
	clear: none;
	color:#333;
	padding:0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 0 80px;
}
.author-profile .author-profile-bio {
	font-size:12px;
	color: #686868;
	overflow: hidden;
	margin: 1em 0 0.5em 80px;
	line-height:18px;
}


/*引用*/
blockquote {
    position: relative;
    margin: 0 0 2.5em 20px;
    padding: 20px 25px;
    color: #555;
    background: #f9f9f9;
    font-style:italic;
    border-left: 5px #00858a solid;
    }
    
blockquote::before {
    content: none;
    }
blockquote::after {
    content: none;
    }    
    
/*ブログカード（リンクカード）*/

.keni-link-card_wrap{
	max-width:90%;
	margin: 1.5em auto 2.5em;
	}

blockquote.keni-link-card{
    border-left:none;
    margin:0;
	}

/*関連コンテンツ*/

.yarpp-thumbnails-horizontal{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	display:block;
	width:24%!important;
	height:250px!important;
    }

.yarpp-thumbnail-title{
	width:92%!important;
	margin:auto;
	font-size:13px!important;
	color:#333!important;
	max-height:6.8rem!important;
	}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	width:100%!important;
	min-width:100%!important;
	}
	
.yarpp-thumbnails-horizontal .yarpp-thumbnail>img {
	display:blcck;
	margin:15px auto 10px;
	}

@media screen and (max-width: 1100px) {
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	width:32%!important;
	}
}
@media screen and (max-width: 550px) {
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	width:48%!important;
	}
}

/*下部ナビゲーション*/

.nav-links a{
	text-align:center;
	font-size:1.4rem!important;
	}



/*===============================
ウィジェットエリア
===============================*/

#custom_html-2{
	padding:0;
	text-align: center;
    background: #F0F0F0;
    }

.widget_search .search-box{
	margin:auto;
	}
    

#custom_html-3{
	padding:0;
	text-align: center;
    background: #F0F0F0;
   
    }    
    
#custom_html-4 h2{
	width:90%;
	text-align:center;
	max-width:200px;
	margin:auto;
	color:#333;
	background:none;
	font-size:20px;
	font-weight:normal;
	}
    
#custom_html-4 ul.ofl_sns{
	width:90%;
	max-width:200px;
	list-style:none;
	margin:20px auto 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between
	}
	
#custom_html-4 ul.ofl_sns li{
	font-size:50px;
	}
    
#custom_html-4 ul.ofl_sns li a{
	color:#666;
	}
    
#custom_html-4 ul.ofl_sns li a:hover{
	 color:#333;
	} 
    
    
    
    

    