#wrapper-main {
	padding: 0px;
	margin: 0px auto;
	max-width: 100%;
	width: 1024px;
	position: relative;
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
}

#wrapper-main img {
	border-radius: 0 !important;
}

#page {
	padding: 0px 2em 2em;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 962px;
	position: relative;
}

.bnr {
	display: none;
}

h3 {
	margin: 1em 0;
}

/*head*/

.btn_more {
	background-image: url(./-btn_more.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 2rem;
	margin: 1rem 0;
}

.btn_more:hover {
	background-image: url(./-btn_more_o.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 2rem;
	margin: 1rem 0;
	cursor: pointer;
}

.itemlist {
	padding: 33px 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.itemN,
.itemW {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em 0px !important;
}

.right,
.left {
	width: 100%;
	margin: 2em 0;
}

.right {
	text-align: center;
}

.no {
	width: 9%;
}

.description {
	width: 90%;
}

#sp16_top,
#sp16_mid {
	width: 100%;
	margin: 2em 0;
}

#sp16_mid {
	position: relative;
}

.why {
	position: absolute;
	top: 5.5%;
	left: 59%;
	width: 60px;
	height: 20px;
}

#sp16_mid_btn {
	background-image: url(./-btn_products.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 2rem;
	margin: 1rem 0;
	position: absolute;
	width: 40%;
	top: 40%;
	right: 10%;

}

#sp16_mid_btn:hover {
	background-image: url(./-btn_products_o.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 2rem;
	margin: 1rem 0;
	cursor: pointer;
}

.why {
	position: absolute;
	top: 17%;
    left: 68%;
    width: 7%;
    height: 4%;
}

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

	.itemN {
		width: 30%;
	}

	.itemW {
		width: 49%;
		justify-content: space-between;
	}

	.left {
		width: 65%;
	}

	.right {
		width: 34%;
	}


	#sp16_mid_btn,
	#sp16_mid_btn:hover {
		min-height: 3rem;
	}

}

@media screen and (max-width: 767px) {
	#page {
		padding: 1px 0 0 0;
	}