@charset "utf-8";

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

製品/設備ページスタイル

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

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

/* ▼共通部分 PC */
.sep1 {padding: 80px 0 10px 0;}

.sep2 {padding: 50px 0 40px 0;}

.gray_area {background: #e9e9e9;}

/* ▼タイトル部分 PC */
#pagetitle {
	background: url("../img/titlebk_product_pc_240205.jpg") center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#pagetitle .inner {padding: 120px 0;}

#pagetitle h1 {
	text-align: center;
	font-size: 45px; font-size: 4.5rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
}

/* ▼設備紹介部分 PC */
#pr01 {background: #fff;}

#pr01 h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 35px;
}

#pr01 h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

#pr01 p {
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	padding: 40px 0;
}

.p_list {
	width: 800px;
	margin: 0 auto;
	border-top: solid 1px #b0b0b0;
}

.p_list th, .p_list td {
	border-bottom: solid 1px #b0b0b0;
	box-sizing: border-box;
	text-align: left;
	padding: 12px 0;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	font-weight: normal;
	vertical-align: middle;
}

.p_list th {padding-left: 16px;}

.p_list td {
	width: 60px;
	text-align: center;
}

/* ▼製品紹介部分 PC */
#pr02 {background: #fff;}

#pr02 .inner {padding: 80px 0 20px 0;}

#pr02 h2 {
	color: #595757;
	font-size: 26px; font-size: 2.6rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 45px;
}

#pr02 h2::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	width: 320px;
	margin-left: -160px;
	height: 3px;
	background: #0084ff;
}

.photolist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.photolist > div {
	width: 420px;
	margin-bottom: 50px;
}

.photolist > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.photolist > div p {
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	margin-top: 12px;
}

/* ▼バナー部分 PC */
#bn .inner {padding: 50px 0 120px 0;}

.bnlist {
	display: flex;
	justify-content: space-between;
}

.bnlist > li a {
	display: flex;
	width: 476px;
	height: 230px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 26px; font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.bnlist > li:nth-of-type(1) a {
	background: url("../img/page_bnbk01_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.bnlist > li:nth-of-type(2) a {
	background: url("../img/page_bnbk02_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

}

@media only screen and (max-width: 767px) {

/* ▼共通部分 SP */
.sep1 {padding: 8vw 0 2vw 0;}

.sep2 {padding: 8vw 0 6vw 0;}

.gray_area {
	background: #e9e9e9;
	width: 94%;
	margin: 0 auto;
}

/* ▼タイトル部分 SP */
#pagetitle {
	background: url("../img/titlebk_product_sp_240205.jpg") center;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

#pagetitle .inner {padding: 25vw 0;}

#pagetitle h1 {
	text-align: center;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	color: #fff;
}

/* ▼設備紹介部分 SP */
#pr01 {background: #fff;}

#pr01 h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#pr01 h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

#pr01 p {
	font-size: 4vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	padding: 4vw 2%;
}

.p_list {
	width: 100%;
	margin: 0 auto;
	border-top: solid 1px #b0b0b0;
}

.p_list th, .p_list td {
	border-bottom: solid 1px #b0b0b0;
	box-sizing: border-box;
	text-align: left;
	padding: 3vw 0;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	font-weight: normal;
	vertical-align: middle;
}

.p_list th {padding-left: 3%;}

.p_list td {
	width: 20%;
	text-align: center;
}

/* ▼製品紹介部分 SP */
#pr02 {background: #fff;}

#pr02 .inner {padding: 10vw 0 2vw 0;}

#pr02 h2 {
	color: #595757;
	font-size: 5.5vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 5vw;
}

#pr02 h2::after {
	position: absolute;
	content: "";
	bottom: -1vw;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	height: 0.6vw;
	background: #0084ff;
}

.photolist {
	width: 90%;
	margin: 0 auto;
}

.photolist > div {
	width: 100%;
	margin-bottom: 8vw;
}

.photolist > div img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.photolist > div p {
	text-align: center;
	font-size: 4vw;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	margin-top: 2vw;
}

/* ▼バナー部分 SP */
#bn .inner {padding: 6vw 0 14vw 0;}

.bnlist > li a {
	display: flex;
	width: 90%;
	margin: 0 auto 7vw auto;
	height: 35vw;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.bnlist > li:nth-of-type(1) a {
	background: url("../img/page_bnbk01_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

.bnlist > li:nth-of-type(2) a {
	background: url("../img/page_bnbk02_20231021.jpg") no-repeat;
	background-size: cover;
	image-rendering: -webkit-optimize-contrast;
}

}
