@charset "Shift_JIS";

/*------------------------
o
------------------------*/

@media screen and (min-width:768px) {
	#mainColumn h2.fukidashi_yellow{
	font-size:24px;
	}
}
#mainColumn h2.fukidashi_yellow{
	color:#fff;
	background: #8BC34A;
	text-align:center;
	position: relative;
	text-align:center;
	color:#fff;
	font-weight:700;
	
	padding: 20px 10px;
	border-style: none;
	margin: -20px -10px 25px -10px;
}
	
#mainColumn h2.fukidashi_yellow:before{
	border-top: 12px solid #8BC34A;
}

#mainColumn h2.fukidashi_yellow:after{
	background: transparent;
}

.list_BOX{
	background:#ebf4d5;
	padding: 1rem 1rem 1rem 2rem; 
	border-radius:10px;
}

