article h3
{
	font-size: 26px;
	line-height: 140%;
	color: #4C4339;
	background-image: url(../images/cap_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


article h4
{

	font-size: 22px;
	line-height: 120%;
	color: #4C4339;
	margin-bottom: 20px;
}

article h4 span
{
	background: url(../images/cap_line.gif) repeat-x left top,
	url(../images/cap_line.gif) repeat-x left bottom,
	 url(../images/bg_h4.gif) no-repeat left center;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;

}

article .icon_car span:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f5de';
	font-weight: 900;
	margin-right: 10px;
}

article h5
{
	font-size: 18px;
	line-height: 100%;
	color: #4C4339;
	margin-bottom: 20px;
	background-image: url(../images/bg_h5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{



}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

}

