@charset "UTF-8";

/*******************************
 businessCss 
*******************************/
.main-sub{
	background-image: url("../img/header_img.jpg");
}
/*common*/
.sec-box-inner h2{
	font-size: 24px;
	margin-bottom: 1em;
}
.btns .btn:before{
	font-family: FontAwesome;
	margin-right: 10px;
	margin-left: -10px;
}
.btn-mente:before{
	content: "\f0ad";
}
.btn-contact:before{
	content: "\f0e0";
	font-weight: 400;
}
/*============================================

PC用CSS

============================================*/
@media screen and (min-width: 1024px){

}