@charset "utf-8";


/*----------------------------------------------------

	business

----------------------------------------------------*/

nav .gmenu .gmenu03 a {
	background-image: url(../img/gmenu03_on.png);
}

/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
nav .gmenu .gmenu03 a {
	background-image: none;
}
}


/*----------------------------------------------------

	.pagetitleSec

----------------------------------------------------*/
.pagetitleSec {
	background-image: url(../../business/img/title_business_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/*　max-width: 767px より小さい幅の時　*/
@media (max-width: 767px) {
}



/*----------------------------------------------------

	.contents

----------------------------------------------------*/
.contents {
}

.businessImg {
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.contents {
}

.businessImg {
}
}

/*----------------------------------------------------

	.businessSec

----------------------------------------------------*/
.businessSec {
	padding: 150px 0 100px;
	clear: both;
	margin-top: 160px;
}

.businessSec ul {
	margin-right: -20px;
	margin-bottom: 40px;
}

.businessSec ul li {
	width: 394px;
	float: left;
	border: 3px double #CCCCCC;
	padding: 15px 20px 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.businessSec ul li h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 10px;
	padding: 0 2px;
}

@media (max-width: 767px) {
.businessSec {
	padding: 80px 0 30px;
	clear: both;
	margin-top: 40px;
}

.businessSec ul {
	margin-right: 0;
}

.businessSec ul li {
	width: 93%;
	float: none;
	padding: 15px 3% 20px;
	margin: 0 auto 10px;
}

.businessSec ul li h2 {
	font-size: 16px;
}
}















