main section h3{
	border:1px solid #7ecef4;
}
main section h3:before{
	background:#7ecef4;
}
main section{
	position:relative;
	padding-bottom:100px;
}
main section:after{
	content:"";
	display:block;
	width:88px;
	height:93px;
	background:url('../images/common/kokoro1.webp') no-repeat;
	position:absolute;
	right:100px;
	bottom:-20px;
}
#section10:after{
	display:none;
}
main section article{
	border:3px solid #ccc;
	border-radius:20px;
	padding:40px;
	box-sizing:border-box;
	position:relative;
}
main section article::after{
	content:"";
	position:absolute;
	bottom:-24px;
	right:40px;
	border-width:24px 18px 0 18px;
	border-style:solid;
	border-color:#ccc transparent transparent transparent;
	z-index:1;
}
main section article::before{
	content:"";
	position:absolute;
	bottom:-20px;
	right:43px;
	border-width:20px 15px 0 15px;
	border-style:solid;
	border-color:#fff transparent transparent transparent;
	z-index:2;
}

#section10 article{
	border:0 !important;
	padding:0 !important;
}
#section10 article::after,
#section10 article::before{
	display:none !important;
}