@charset  "utf-8";
/*
-----------------
created 2020.01.28
-----------------
up date 2020.03.06
-----------------
table of contents
-----------------

 */
#blogWrap #blogLeft article p {
	font-size: 1.6rem;
}

#blogWrap #blogLeft article #pastBlog {
	margin-top: 30px;
}
#blogWrap #blogLeft article #pastBlog p {
	padding: 0 0 30px;
}
#blogWrap #blogLeft article #pastBlog .fukidashi01:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}
#blogWrap #blogLeft article #pastBlog .fukidashi02:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e0edff;
}
#blogWrap #blogLeft article #pastBlog .fukidashi03:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
}
#blogWrap #blogLeft article #pastBlog .fukidashi04:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #e0edff;
}
#blogWrap #blogLeft article #pastBlog img{
	max-width: 695px;
	height: auto;
}