@charset "utf-8";

h4:before{
	background-color:#5f99ff;
}

section#catch{
	margin-top:80px;
}

section#features{
	margin-top:45px;
}

.page_title h2{
	padding-left:15px;
}

/*.page_title h2:before{
	content:"";
	display:block;
	background:url(../../image/info@2x.png) no-repeat center center;
	background-size:cover;
	width:48px;
	height:47px;
	position:absolute;
	left:0;
}*/

ul.list{
	font-size:16px;
	line-height:24px;
	color:#331600;
}

ul.list li{
	margin-top:20px;
}

@media all and (min-width: 768px) {

	ul.list{
		margin-left:75px;
		justify-content:flex-start;
		display:flex;
		flex-wrap:wrap;
	}

	ul.list li{
		width:45%;
	}



}

@media all and (max-width: 767px) {

	section#catch{
		margin-top:40px;
	}

	.page_title h2:before{
		width:38px;
		height:37px;
	}


}

@media all and (max-width: 375px) {

}

@media all and (max-width: 320px) {


}
