@charset "UTF-8";

.kanren{
	margin-top: 60px;
}
.kanren .title_m:after{
	margin: 15px 0 0;
}
.kanren_list{
	border-top: 1px solid #DCDCDC;

}
.kanren_list li{
	margin-top: 20px;
}
/*
.kanren_list li a p:before{
	content: '▶';
	font-size: 9px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: 15%;
}
*/
.kanren_list .cate{
	background: #5F9D90;
	color: #fff;
}
.kanren_list a{
	text-decoration: none;
}
.kanren_list .cate{
	font-size: 11px;
	padding: 1px 5px;
	margin-right: 10px;
}

@media screen and (max-width: 680px) {
	.kanren{
		padding: 0 10px;
		margin: 40px 0;
	}
	.kanren_list .text{
		display: block;
	}
}


.rank{
	padding: 10px;
	box-sizing: border-box;
}
.rank .blog_cat{
	display: inline-block;
	background: #5F9D90;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	box-sizing: border-box;
	padding: 1px 5px;
	text-align: center;
}
.rank .thumnail{
	float: left;
	margin-right: 10px;
}
.rank .thumnail img{
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.rank .text{
	zoom: 1;
	overflow: hidden;
}
.rank li:after{
	content: " "; display: block; clear: both;
}
.rank li+li{
	margin-top: 10px;
	border-top: 1px solid #DCDCDC;
	padding-top: 10px;
}
@media screen and (max-width: 680px) {
	.rank li+li{
		margin-top: 15px;
		padding-top: 15px;
	}
}

.blog_cate{
	display: inline-block;
	background: #5F9D90;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	box-sizing: border-box;
	padding: 1px 5px;
	text-align: center;
}


/*ブログ装飾*/
#main_wrapper .blog_box h1 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	color: #5F9D90;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
}
#main_wrapper .blog_box h1:after {
	content:" ";
	height: 4px;
	background: #e7e9ea;
	display: block;
	margin-top: 10px;
}


#main_wrapper .blog_box h2 {
	font-size: 20px;
    font-size: 2rem;
	line-height: 1.5;
	padding-left: 10px;
	border-left: 8px solid #5F9D90;
	border-bottom: 1px dotted #5F9D90;
	margin-bottom: 25px;
}
#main_wrapper .blog_box h3 {
	font-size: 18px;
	font-size: 1.8rem;
	background: #f1f1f1;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 30px;
}
#main_wrapper .blog_box h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e9ea;
	position: relative;
	padding-bottom: 5px;
}
#main_wrapper .blog_box h4:after {
	content:" ";
	border-bottom: 1px dotted #000;
	display: block;
	width: 54%;
	position: absolute;
	margin-top: 5px;
}



/* blog_list_card */
.blog_list_card:after{
	content:" "; display: block; clear: both;
}
.blog_list_card li{
	float: left;
	width: 30%;
	margin-right: 4.5%;
	margin-bottom: 1.6em;
	line-height: 1.4;
}
.blog_list_card li:nth-of-type(3n){
	margin-right: 0;
}
.blog_list_card li:nth-of-type(3n+4){
	clear: both;
}
.blog_list_card .thumnail{
	width: auto;
	height: 120px;
	overflow: hidden;
	border-radius: 4px;
}
.blog_list_card .thumnail img{
	position: relative;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#main .blog_list_card p.date{
	font-size: 12px;
	margin-bottom: 0;
}
.blog_list_card .date:after{
	content:" "; display: block; clear: both;
}
.blog_list_card .date .cate{
	float: right;
	padding: 0 4px;
	background: #5F9D90;
	color: #fff;
}
.blog_list_card a{
	text-decoration: none;
}
#main .blog_list_card title{
	margin-bottom: 5px;
	background: none;
	font-size:14px;
}
@media screen and (max-width: 680px) {
	.blog_list_card li{
		float: left;
		width: 48%;
		margin-right: 0;
		margin-bottom: 1.6em;
		line-height: 1.4;
	}
	.blog_list_card li:nth-of-type(even){
		float: right;
	}
	.blog_list_card li:nth-of-type(2n+3){
		clear: both;
	}
	.blog_list_card li:nth-of-type(3n+4){
		clear:none;
	}
	.blog_list_card .thumnail{
		width: auto;
		height: 120px;
	}
	.blog_list_card .thumnail img{
		width: 100%;
		height: 120px;
		object-fit: cover;
	}
	#main .blog_list_card p.date{
		font-size: 11px;
	}
}
@media screen and (max-width: 340px) {
	.blog_list_card .date .cate{
		float: none;
		display: inline-block;
		margin-bottom: 10px;
	}
}

img.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.blog_box img{
	max-width: 100%;
	height: auto;
}

/* 著者情報
============================================================================================================ */

.auther {
    margin: 30px 0 25px;
    padding: 10px;
    position: relative;
    z-index: 100;
    border: solid 1px #5F9D90;
    border-radius: 3px;
}
.auther .inner{
    background: #fff;
    padding: 20px;
}
.auther .inner:after{
    content:" "; display: block; clear: both; height: 0;
}
.auther .img{
    position: relative;
    width: 114px;
    height: 114px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}
.auther .img img{
	max-width:140%;
	min-width:100%;
	width:auto;
	min-height:100%;
	max-height:140%;
	height:auto;
	position:absolute;
	top: -7%;
    right: -31%;
	bottom:-40%;
	left:-40%;
	margin:auto;
}
.auther dl{
    position: relative;
    zoom: 1;
    overflow: hidden;
}
.auther dt{
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 10px;
	font-weight: bold;
    color: #5F9D90;
}
.auther dd{
	font-size: 12px;
	font-size: 1rem;
}
.auther p{
	font-size: 12px;
	font-size: 1rem;
}

.auther p span{
    color: #5F9D90;
    
}

@media screen and (max-width: 680px) {
	.auther {
        margin: 15px;
	    padding: 5px;
	}
	.auther .inner{
	    padding: 15px;
	}
	.auther .img{
	    position: relative;
	    width: 74px;
	    height: 74px;
	    overflow: hidden;
	    float: left;
	    margin-right: 20px;
	    border-radius: 100%;
	}

	.auther dl {
    position: relative;
    zoom: 1;
    overflow: initial;
}
	.auther dt{
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 10px;
		font-weight: bold;
        height: 58px;
        padding-top: 22px;
	}
	.auther dd{
		font-size: 12px;
		font-size: 1rem;
        font-weight: bold;
	}
    .auther p{
	font-size: 12px;
	font-size: 1rem;
}
}

