@charset "UTF-8";

article img	{
	width:initial;
	height:initial;
	max-width: 100%;
}

/* タイトル */
h2.pickup_title{
	margin-bottom:20px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: #221814 solid 2px;
	padding-bottom:15px;
	color:#221814;
}

@media (max-width:991px) {
h2.pickup_title{
	font-size: 15px;
}

}

