/* ==========================
第2階層ページタイトル
============================= */
.page-title-box {
	background: url("../../product/img/main_visual.png") center center no-repeat;
	background-size: cover;
}

/*その他*/
.product-list {
  display: flex;
  justify-content: space-around;
}
.right-img-block p {
    width: -webkit-fill-available;
}
.contents-box img {
	width: auto;
	height: auto;
}

.contents-box .lead-title {
  margin-bottom: 70px;
}

.bold-txt.center-txt {
  padding-bottom: 70px;
	line-height: 2.5;
}

.product-list {
	margin: 130px auto;
}

@media screen and (max-width: 767px) {
.contents-box img {
	width: auto;
	height: auto;
}

	.product-box {
		margin-bottom: 30px;
	}

}

