@charset "UTF-8";

/* #zknv
------------------------------- */
body#zknv main {
	padding-bottom: 12rem;
}
#zknv header .inner {
	padding: 1rem 2.85%;
}
#zknv header h1 {
	font-size: 1.25rem;
	width: auto;
	display: flex;
	align-items: center;
}
#zknv header h1 img {
	padding-right: 0.5rem;
}
#zknv header h1 span {
	padding-bottom: 0.375rem;
}
#zknv header nav {
	padding: 0;
	margin: 0 0 0 auto;
}
#zknv header nav div {
	padding: 0.75rem;
}
#zknv header nav div a {
	padding: 0;
}
.zknv_product nav div:nth-child(1) a,
.zknv_code nav div:nth-child(2) a,
.zknv_photo nav div:nth-child(3) a,
.zknv_seminar nav div:nth-child(4) a,
.zknv_news nav div:nth-child(5) a {
	opacity: 0.65;
}
#zknv section:nth-of-type(odd) {
	background: #fff;
}
#zknv footer {
	position: absolute;
	bottom: 0;
}
#zknv footer ul.sub_menu {
	border-top: none;
	/*justify-content: flex-start;*/
	justify-content: center;
	gap: 1.5rem;
}
/* #zknvHead
------------------------------- */
#zknvHead {
	background: #ebfafd !important;
}
#zknvHead .inner {
	padding: 3rem 2.85%;
}
#zknvHead h2 {
	text-shadow: none;
	text-align: left;
	color: #545454;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0 1.425%;
}
#zknvHead h2 img {
	width: 100%;
	max-width: 980px;
	margin: 1.5rem auto;
}
/* #btnSet
------------------------------- */
#btnSet .row {
	/*justify-content: space-between;*/
	/*justify-content: flex-start;*/
	justify-content: center;
	margin: 3rem auto;
	width: 100%;
	max-width: 1080px;
}
#btnSet .row a.btn_sky {
	width: calc(100% / 4 - 1rem);
	margin: .5rem;
	padding: 1rem 2rem !important;
}
#btnSet .row a.btn_sky:after {
	line-height: 2rem;
	right: 1rem;
}
.zknv_product #btnSet .row a.btn_sky:nth-child(1),
.zknv_code #btnSet .row a.btn_sky:nth-child(2),
.zknv_photo #btnSet .row a.btn_sky:nth-child(3),
.zknv_seminar #btnSet .row a.btn_sky:nth-child(4) {
	opacity: .65;
}
/* #pickNews
------------------------------- */
#pickNews h3 {
	/*text-align: left;*/
	border-bottom: 2px solid #707070;
	padding: 0.5rem;
}
#pickNews dl {
	width: 100%;
	max-width: 980px;
	display: flex;
	flex-wrap: wrap;
	margin: 3rem auto;
}
#pickNews dl dt {
	width: 14em;
	padding: 0.5rem 1.5rem 0.5rem 0.25rem;
	position: relative;
}
#pickNews dl dt:before {
	content: "";
	width: 6rem;
	height: 1.5rem;
	position: absolute;
	top: 0.75rem;
	right: 1.5rem;
}
#pickNews dl dt:after {
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
	width: 6rem;
	position: absolute;
	top: 0.75rem;
	right: 1.5rem;
}
#pickNews dl dt.news:before {
	background: #f07400;
}
#pickNews dl dt.news:after {
	content: "ニュース";
}
#pickNews dl dt.digi_doc:before {
	background: #864aa7;
}
#pickNews dl dt.digi_doc:after {
	content: "関連資料";
}
#pickNews dl dt.info:before {
	background: #009fae;
}
#pickNews dl dt.info:after {
	content: "お知らせ";
}
#pickNews dl dt.pkg_chg:before {
	background: #4eacec;
}
#pickNews dl dt.pkg_chg:after {
	content: "包装変更";
}
#pickNews dl dd {
	width: calc(100% - 14em);
	padding: 0.5rem 0;
}
#pickNews .btn_sky {
	width: 100%;
	max-width: 20rem;
	display: block;
	margin: 2rem auto;
}
/* .zknv_product（製品関連資料）
------------------------------- */
#product dl {
	width: 100%;
	max-width: 980px;
	/*max-width: 780px;*/
	display: flex;
	flex-wrap: wrap;
	margin: 3rem auto 4.5rem;
}
#product dl dt {
	width: 25rem;
	padding: .5rem;
	border-bottom: 1px solid #ccc;
}
#product dl dt.no_dd {
	width: 100%;
	padding: .5rem 3rem .5rem .5rem;
	position: relative;
}
#product dl dd {
	width: calc(100% - 25rem);
	padding: .5rem 3rem 0.5rem 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}
#product dl a.icon_pdf:before {
	right: .5rem;
}
/* .zknv_seminar（セミナー情報）
------------------------------- */
#seminar p {
	text-align: center;
	margin: 3rem auto;
}
/* .zknv_info（お問い合わせ）
------------------------------- */
#contact .box_border {
	width: 100%;
	max-width: 980px;
	padding: 1.5rem 3rem;
	margin: 3rem auto;
	border: 2px solid #ccc;
}
#contact .box_border dl dt {
	font-size: 1.125rem;
	font-weight: bold;
	padding: 0.125rem 0;
}
#contact .box_border dl dd {
	padding: 0.125rem 1rem;
}
/* .zknv_news（お知らせ）
------------------------------- */
#listNews dl {
	width: 100%;
	max-width: 980px;
	display: flex;
	flex-wrap: wrap;
	margin: 3rem auto;
}
#listNews dl dt {
	width: 14em;
	padding: 0.5rem 1.5rem 0.5rem 0.25rem;
	position: relative;
	border-bottom: 1px solid #ccc;
}
#listNews dl dt:before {
	content: "";
	width: 6rem;
	height: 1.5rem;
	position: absolute;
	top: 0.75rem;
	right: 1.5rem;
}
#listNews dl dt:after {
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
	width: 6rem;
	position: absolute;
	top: 0.75rem;
	right: 1.5rem;
}
#listNews dl dt.news:before {
	background: #f07400;
}
#listNews dl dt.news:after {
	content: "ニュース";
}
#listNews dl dt.digi_doc:before {
	background: #864aa7;
}
#listNews dl dt.digi_doc:after {
	content: "関連資料";
}
#listNews dl dt.info:before {
	background: #009fae;
}
#listNews dl dt.info:after {
	content: "お知らせ";
}
#listNews dl dt.pkg_chg:before {
	background: #4eacec;
}
#listNews dl dt.pkg_chg:after {
	content: "包装変更";
}
#listNews dl dd {
	width: calc(100% - 14em);
	padding: 0.5rem 0;
	border-bottom: 1px solid #ccc;
}
/* .zknv_code（製品コード）
------------------------------- */
#code_1 table td {
	width: 35%;
	white-space: nowrap;
}
/* .zknv_photo（製品写真）
------------------------------- */
#photo_1 table {
	min-width: 400px;
}
#photo_1 table td {
	width: 42.5%;
}
#photo_1 table td img {
	width: 50%;
	max-width: 200px;
	margin: auto;
}
#photo_1 table td img.imgW {
	width: 100%;
	max-width: 450px;
	margin: auto;
}
#photo_1 table td a img.zipDL {
	width: 2.5rem;
	margin-top: .25rem;
}
#photo_1 table td a:hover img.zipDL {
	filter: brightness(120%);
}



/* style */
.f_s {
	font-size: 100% !important;
}
.outer_scroll {
	width: 100%;
	overflow-x: scroll;
	padding: 0 0 1rem;
}
table {
	margin: 3rem auto .25rem;
	max-width: 1080px;
	line-height: 1.45;
}
table th,
table td {
	border: 1px solid #666;
	padding: 1rem 1.5rem;
	text-align: center;
	background: #fff;
}
table th {
	font-weight: bold;
	color: #525252;
	white-space: nowrap;
}
.bg_green {
	background: #47a01a;
	color: #fff;
}
.bg_purple {
	background: #864aa7;
	color: #fff;
}
.dsp_inblock {
	display: inline-block;
}