﻿

/*================================================
 *  下層ページタイトル
 ================================================*/
.underVis .underVis_img {
	background: url(../images/bg-wholesale.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top 20%;
}


/*================================================
 *  bgArea
 ================================================*/
.bgArea {
	background: url(../images/bg-wholesale2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}
.bgArea .bgArea-inner {
	background-color: rgba(255,255,255,0.7);
	padding: 100px 160px;
    letter-spacing: .05em;
    line-height: 1.8;
    font-size: 17px;
}
@media screen and (max-width:768px) {
	.bgArea {
		padding: 80px 0;
    margin-top: 20px;
	}
	.bgArea .bgArea-inner {
		padding: 40px 20px;
	  font-size: 15px;
	}
	
}



