@charset "UTF-8";
/*
Theme Name: yamashita_topics
Author: LeadDesign
Description: All
*/
.blog_head {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog_head .blog_top {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.blog_head .blog_top div {
	width: 50%;
}
.blog_head .blog_top div span {
	color: #fff;
	background-color: #80af3e;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
}
.blog_head .blog_top div time {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #aaaaaa;
	padding: 5px 0;
}
.blog_head .blog_middle {
	width: 100%;
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.blog_head .blog_middle:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
/* イベント一覧 */
.blog_view {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #aaaaaa;
	padding: 0px 0 20px 0;
	margin: 0 auto 20px auto;
}
.blog_view .blog_v_image {
	width: 200px;
}
.blog_view .blog_v_image img {
	height: 200px;
	width: 200px;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: bottom;';
}
.blog_view .blog_v_title {
	width: calc(100% - 420px);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.blog_view .blog_v_title .b_category {
	width: 100%;
	height: auto;
}
.blog_view .blog_v_title .b_category span {
	color: #fff;
	background-color: #80af3e;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
	text-align: center;
}
.blog_view .blog_v_title .b_title {
	width: 80%;
}
.blog_view .blog_v_title .b_title h3 {
	width: 100%;
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.blog_view .blog_v_title .b_title h3:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.blog_view .blog_v_title .blog_title p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.blog_view .blog_v_title .blog_time {
	width: auto;
}
.blog_view .blog_v_title .b_time time {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #aaaaaa;
	padding: 5px 0;
	margin: 30px 0 0 0;
}
.blog_view .blog_v_more {
	width: 200px;
}
.blog_view .blog_v_more a {
	width: 180px;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #fff;
	margin: 40px 0 0 auto;
}
.blog_view .blog_v_more a:after {
	content: ">";
	padding: 0 0 0 10px;
}
@media screen and (max-width:750px) {
	.blog_head .blog_middle {
		font-size:  13px;
	}
	/* 一覧 */
	.blog_view .blog_v_image {
		width: 100%;
		order: 2;
	}
	.blog_view .blog_v_image img {
		height: 100px;
		width: 100px;
		margin: 0 auto 10px auto
	}
	.blog_view .blog_v_title {
		width: 100%;
		order: 1;
	}
	.blog_view .blog_v_title .b_title {
		width: 100%;
	}
	.blog_view .blog_v_title .b_title h3 {
		font-size:  13px;
	}
	.blog_view .blog_v_title .b_time {
		width: 100%;
	}
	.blog_view .blog_v_title .b_time time {
		margin: 0 0 0 0;
	}
	.blog_view .blog_v_more {
		width: 100%;
		order: 4
	}
	.blog_view .blog_v_more a {
		width: 100%;
		font-size: 13px;
		padding: 2px 15px 2px 15px;
		margin: 10px auto 0 auto;
	}
	.blog_view .blog_v_more a:after {
		padding: 0 0 0 8px;
	}
}