@charset "UTF-8";
/* CSS Document */

.title {
	width:100%;
	padding:60px 0 45px 0;
	background-image:url(../img/title-bg.jpg);
	background-position:center top 50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.title h1 {
	width:335px;
	margin:0 auto;
}

.product-info {
	width:1000px;
	margin:0 auto;
	padding-top:56px;
}

.import,
.wholesale {
	width:100%;
	margin-bottom:60px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.import h2,
.wholesale h2 {
	width:100%;
	margin-bottom:40px;
	color:#004300;
	font-size:36px;
	font-size:3.6rem;
	line-height:60px;
	line-height:6.0rem;
	font-weight:normal;
	border-bottom:1px solid #004300;
}

.import ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.import li {
	margin-bottom:22px;
	color:#505050;
	font-size:14px;
	font-size:1.4rem;
	line-height:36px;
	line-height:3.6rem;
	font-weight:normal;
}
.import li:nth-child(1) {
	width:36.4%;
}
.import li:nth-child(2) {
	width:29.9%;
}
.import li:nth-child(3) {
	width:32%;
}
.import li:nth-child(4) {
	width:24%;
}
.import li:nth-child(5) {
	width:18.2%;
}
.import li:nth-child(6) {
	width:32%;
}
.import li:nth-child(7) {
	width:23%;
}

.wholesale ul {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wholesale li {
	margin-bottom:22px;
	color:#505050;
	font-size:14px;
	font-size:1.4rem;
	line-height:36px;
	line-height:3.6rem;
	font-weight:normal;
}
.wholesale li:nth-child(1) {
	width:33%;
}
.wholesale li:nth-child(2) {
	width:32.5%;
}
.wholesale li:nth-child(3) {
	width:32.5%;
}

@media only screen and (min-width:769px) and (max-width:1025px) {
}

@media screen and ( max-width:768px ) {
	.title {
		width:100%;
		padding:40px 0 25px 0;
		background-image:url(../img/title-bg.jpg);
		background-position:center top 50%;
		background-repeat:no-repeat;
		background-size:cover;
	}
	.title h1 {
		width:40%;
		margin:0 auto;
	}
	
	.product-info {
		width:92%;
		margin:0 auto;
		padding-top:20px;
	}
	
	.import,
	.wholesale {
		margin-bottom:40px;
	}
	.import h2,
	.wholesale h2 {
		margin-bottom:20px;
		color:#004300;
		font-size:20px;
		font-size:2.0rem;
		line-height:38px;
		line-height:3.8rem;
	}
	
	.import ul {
		width:100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.import li {
		margin-bottom:12px;
		color:#505050;
		font-size:10px;
		font-size:1.0rem;
		line-height:20px;
		line-height:2.0rem;
		font-weight:normal;
		letter-spacing:-0.04em;
	}
	.import li:nth-child(1) {
		width:68%;
	}
	.import li:nth-child(2) {
		width:47.5%;
	}
	.import li:nth-child(3) {
		width:50.9%;
	}
	.import li:nth-child(4) {
		width:38%;
	}
	.import li:nth-child(5) {
		width:29%;
		padding-right:30%
	}
	.import li:nth-child(6) {
		width:58%;
	}
	.import li:nth-child(7) {
		width:40%;
	}
	
	.wholesale ul {
		width:100%;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wholesale li {
		margin-bottom:12px;
		font-size:10px;
		font-size:1.0rem;
		line-height:20px;
		line-height:2.0rem;
		font-weight:normal;
	}
	.wholesale li:nth-child(1) {
		width:48%;
	}
	.wholesale li:nth-child(2) {
		width:48%;
	}
	.wholesale li:nth-child(3) {
		width:48%;
	}
}