@charset "utf-8";
/* CSS Document */
.blog-bn{
	width: 100%;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	margin: 0 auto;
	color: #333;
	margin-bottom: 50px;
}
.blog-bn ul{
	list-style-type: none;
	line-height: 1.6rem;
}
.blog-bn li,
.blog-bn .last{
	width: 100%;
	display: flex;
	position: relative;
	padding: 20px 0 15px;
}
.blog-bn ul li{
	border-top: #ccc dotted 1.5px;
}
.blog-bn ul .last{
	border-top: #ccc dotted 1.5px;
	border-bottom: #ccc dotted 1.5px;
}
.blog-bn .blogbn-l{
	width: 39%;
	padding-left: 3%;
}
.blog-bn .blogbn-l img{
	width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.blog-bn .blogbn-r{
	width: 54%;
	padding-left: 3%;
	padding-right: 1%;
}
.blog-bn .blogbn-r .date{
	font-size: 0.95rem;
	color:#868484;
}
.blog-bn .blogbn-r .blog-ttl{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 8px 0;
	position: relative;
	padding-right: 2%;
}
.blog-bn .blogbn-r .blog-ttl::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
	font-size: 1.5rem;
	color:#868484;
    position: absolute;
	right:0;
	bottom: 3%;
}
.blog-bn .blogbn-r .blog-subttl{
	font-size: 1rem;
	padding-right: 2%;
}
.blog-bn li .link{
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 768px){
.blog-bn{
	max-width: 880px;
	width: 100%;
}
.blog-bn .blogbn-upper,
.blog-bn .blogbn-lower{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}	
.blog-bn li,
.blog-bn .last,
.blog-bn .last2{
	width: 47%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 20px 0 11px;
}
.blog-bn ul li{
	border-top: #ccc dotted 1.5px;
}
.blog-bn ul .last,
.blog-bn ul .last2{
	border-top: #ccc dotted 1.5px;
	border-bottom: #ccc dotted 1.5px;
}
.blog-bn .blogbn-l{
	width: 40%;
}
.blog-bn .blogbn-r{
	width: 55%;
	padding-right: 5%;
}
.blog-bn .blogbn-r .date{
	font-size: 0.85rem;
	color:#868484;
}
.blog-bn .blogbn-r .blog-ttl{
	font-size: 0.9rem;
	margin: 5px 0;
	font-weight: bold;
	position: relative;
	padding-right: 2%;
}
.blog-bn .blogbn-r .blog-subttl{
	font-size: 0.85rem;
	padding-right: 2%;
}	
}










