@charset "utf-8";
.products_h{position:relative;margin:90px 0 36px;}
.products_h::before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:12px;
	width:calc(100% - 12px);
	height:1px;
	background:#ccc;
}
.products_h::after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:6px;
	height:1px;
	background:#2E67B6;
	transition:width 0.3s;
}

.products_h h2{
	font-size:2rem;
	position:relative;
	margin:0;
	padding:40px 0 0;
}
.products_h h2::after{display:none;}
.products_h h2::before{
	content:attr(data-en);
	font-family: "Poppins", sans-serif;
	font-weight:bold;
	display:inline-block;
	font-size:3.2rem;
	margin-right:9px;
	letter-spacing:0;
	display:inline-block;
	position:relative;
	top:auto;
	left:auto;
	width:auto;
	height:auto;
	background:none;
}
.products_h h2 span::before{content:'（';}
.products_h h2 span::after{content:'）';}
.products_nav{
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:15px;
	margin:0;
	padding:0;
}
.products_nav_item{
	list-style:none;
}
.products_nav_link{
	display:block;
	text-decoration:none;
}
.products_nav_link .thumb{
	position:relative;
	height:150px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#EEF1F6;
	border:1px solid rgba(0,0,0,0);
	transition:border .3s;
	margin-bottom:5px;
	overflow:hidden;
}
.products_nav_link:hover .thumb{border-color:#2E67B6;}
.products_nav_link .thumb img{
	width:100%;
	max-width:158px;
	height:auto;
}
.products_nav_link p{
	margin:0;
	padding-bottom:15px;
	position:relative;
	text-align:center;
	font-size:1.4rem;
	line-height:1.5;
}
.products_nav_link p::after{
	content:'';
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width:7px;
	height:7px;
	border-top:1px solid #111;
	border-right:1px solid #111;
	transform:rotate(135deg);
	transition:border .3s;
}

.industry_nav{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px 20px;
	margin:0;
	padding:0;
}
.industry_nav_item{
	list-style:none;
	margin:0;
}
.industry_nav_link{
	display:block;
	text-decoration:none;
}
.industry_nav_link .thumb{
	position:relative;
	height:117px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#EEF1F6;
	border:1px solid rgba(0,0,0,0);
	transition:border .3s;
	margin-bottom:8px;
}
.industry_nav_link:hover .thumb{border-color:#2E67B6;}
.industry_nav_link p{
	margin:0;
	font-size:1.4rem;
	display:inline-block;
	padding-right:27px;
	background:url(/img/common/arrow_r_black.svg) right center no-repeat;
}
.products_bnr{
	display:flex;
	justify-content:center;
	margin:60px 0 0;
	text-align:center;
}
.products_link_d,.products_link_c{
	display:block;
	width:220px;
	color:#fff !important;
	text-decoration:none !important;
	padding:11px 20px;
	margin:0 10px;
	transition:background .3s,color .3s;
}
.products_link_d{background:#111;border:2px solid #111;}
.products_link_c{background:#2E67B6;border:2px solid #2E67B6;}
.products_link_d:hover{background:#fff;color:#111 !important;}
.products_link_c:hover{background:#fff;color:#2E67B6 !important;}
.products_copy{color:#2E67B6;}
.products_copy_h{margin-top:60px;}

.products_head,.products_body_item,.value_list{
	display:flex;
	gap:15px;
	margin:0;
	padding:0;
	width:100%;
	font-size:1.4rem;
}
.products_body{
	margin:0;
	padding:0;
	width:100%;
	font-size:1.4rem;
}
.products_head_item{
	flex:1;
	list-style:none;
	border-top:1px solid #111;
	display:flex;
	text-align:center;
	justify-content:center;
	align-items:center;
	min-height:50px;
	padding:10px 0;
	font-weight:bold;
	margin:0;
}

.products_body_item{list-style:none;margin:0;width:100%;display:block;}
.products_link{display:block;text-decoration:none !important;color:#111 !important;transition:background .3s;width:100%;}
.products_link:hover{background:#EEF1F6;}
.value_item{
	flex:1;
	list-style:none;
	border-top:1px solid #ccc;
	min-height:80px;
	display:flex;
	align-items:center;
	overflow-wrap:anywhere;
	word-break:break-word;
	margin:0;
}
.value_item sup{
	line-height:0;
	position:relative;
	top:-0.5em;
	vertical-align:baseline;
}
.products_img{
	position:relative;
	flex:1;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
.value_item.value_name{border-color:#111;}
.products_name{
	flex:0 0 auto;
	max-width:50%;
	margin:0;
}
.products_name span{
	padding-right:27px;
	background:url(/img/common/arrow_r_black.svg) right center no-repeat;
}
.products_body_item:last-child .value_item{
	border-bottom:1px solid #ccc;
}
.products_body_item:last-child .value_item.value_name{border-color:#111;}

.scroll_table.scroll_products{
	overflow-x:auto;
}

/* 詳細ページ */
.products_child .page_title{margin-bottom:60px;}
.products_child .page_title::before{
	content: attr(data-name);
	font-family:YakuHanJP,'Noto Sans CJK JP','Noto Sans JP',sans-serif;
	font-size:1.6rem;
}
.products_main{
	display:flex;
	justify-content:space-between;
}
.products_img,.products_main_txt{width:48.181818%;}
.products_main_catchcopy{
	font-size:2.2rem;
	color:#2E67B6;
}
.products_main_list{font-weight:bold;}
.products_main_txt .products_bnr{justify-content:flex-start;}
.products_main_txt .products_link_d,.products_main_txt .products_link_c{margin:0 20px 0 0;}

.products_child .products_name span{
	padding:0;
	font-weight:bold;
	background:none;
}
.products_child .products_name span.page_link_d{
	padding:0 0 0 21px;
	font-weight:normal;
	background:url(/img/common/arrow_b_black.svg) 0 center no-repeat;
}

.products_txt_b{display:block;color:#2E67B6;margin-bottom:5px;}
.products_child .column_3 img{margin-bottom:20px;}

.products_link.pn_link .products_name{font-weight:bold;}
.products_link.pn_link .products_name span{
	padding-left:21px;
	font-weight:normal;
	background:url(/img/common/arrow_b_black.svg) 0 center no-repeat;
	text-decoration:underline;
}
.products_link.pn_link:hover .products_name span{text-decoration:none;}
.product_column h4{
	margin:0 0 15px;
	color:#2E67B6;
	padding:0;
	border:none;
	line-height:3.2rem;
}
.product_column h4 + p{margin-top:0;}

table.lineup{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
table.lineup th{
	width:auto;
	border-top:none;
	padding:10px 13px;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#EEF1F6;
}
table.lineup th.w15{width:15% !important;}
table.lineup th.w20{width:20% !important;}
table.lineup td{
	padding:10px 13px;
	border-top:none;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.lineup td::after{display:none;}
table.lineup tr:last-child th,table.lineup th.last{border-bottom:1px solid #ccc !important;}

.products_body_item .products_img{max-width:80px;}

th{width:auto;}

.relation_nav{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:40px;
	margin:0;
	padding:0;
}
.relation_nav_item{
	list-style:none;
	margin:0;
}
.relation_nav_item ul li{
	list-style:disc;
	margin-bottom:5px;
}
.relation_nav_link{
	display:block;
	text-decoration:none;
}
.relation_nav_link .thumb{
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#F5F5F5;
	border:1px solid rgba(0,0,0,0);
	transition:border .3s;
	margin-bottom:5px;
}

.product_rela_more{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#EEF1F6;
	padding:30px;
	margin-top:50px;
}
.product_rela_more h2{
	margin:0 !important;
	padding:0 !important;
}
.product_rela_more h2::before,.product_rela_more h2::after{display:none !important;}
.product_rela_list{
	display:flex;
	margin:0 !important;
	padding:0 !important;
}
.product_rela_item{
	list-style:none;
	margin:0 0 0 20px;
}
.product_rela_link{
	display:block;
	min-width:220px;
	padding:14px 0;
	background:#2E67B6;
	border:2px solid #2E67B6;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
	transition:background 0.3s;
}
.product_rela_link:hover{
	background:#fff !important;
	color:#2E67B6 !important;
}
.product_sc_txt{display:none;}

.link_return span{
	display:inline-block;
	padding-left:25px;
	background:url(/img/common/icon_back_white.svg) 0 center no-repeat;
}
.link_return:hover span{
	background:url(/img/common/icon_back.svg) 0 center no-repeat;
}

@media screen and (max-width:900px){
.products_nav{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.products_nav_item,.industry_nav_item{width:calc((100% / 3) - 10px);}
.industry_nav{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:20px 15px;
}


}
@media screen and (max-width:767px){

.products_h{position:relative;margin:80px 0 26px;}
.products_h h2{
	font-size:1.5rem;
	padding:20px 0 0;
}
.products_h h2::before{
	font-size:2.4rem;
	margin-right:6px;
}
.products_nav,.industry_nav{display:block;border-top:1px solid #ccc;}
.products_nav_item,.industry_nav_item{
	width:auto;
	border-bottom:1px solid #ccc;
	margin:0 !important;
}
.products_nav_link,.industry_nav_link{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:9px 0;
}
.products_nav_link .thumb,.industry_nav_link .thumb{
	height:72px;
	width:100px;
	margin:0 15px 0 0;
}
.products_nav_link .thumb img,.industry_nav_link .thumb img{
	max-width:64px;
	height:auto;
}
.products_nav_link p,.industry_nav_link p{
	padding:0 40px 0 0;
	width:calc(100% - 115px);
	text-align:left;
}
.products_nav_link p::after{
	right:20px;
	left:auto;
	bottom:0;
	top:0;
	margin:auto;
}

.products_bnr,.products_main_txt .products_bnr{
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin:10px 0 0;
}
.products_link_d,.products_link_c{
	margin:16px 10px 0;
	font-size:1.4rem;
	text-align:left;
}
.products_link_d{background:#111 url(/img/common/arrow_r_white.svg) right 20px center no-repeat;}
.products_link_c{background:#2E67B6 url(/img/common/arrow_r_white.svg) right 20px center no-repeat;}
.products_link_d:hover,.products_link_c:hover{
	background:#fff url(/img/common/arrow_r_black.svg) right 20px center no-repeat;
}
.products_main_txt .products_link_d, .products_main_txt .products_link_c{
	margin:16px 10px 0 0;
}
.products_copy_h{margin-top:40px;}

.products_top_item {
	overflow-x:auto;
	-webkit-overflow-scrolling: touch;
	width:100%;
}
.products_parent h3{margin-top:60px;}

.products_top_item .products_head,.products_top_item .products_body,.products_top_item .value_list,.products_top_item .products_link {
	width:740px !important;
	max-width: none !important;
	flex: none !important;
}
.product_sc_txt{display:block;font-size:1.2rem;}
.col1 .products_name{max-width:none;}

.products_head,.products_body_item,.value_list{
	gap:10px;
	font-size:1.3rem;
}
.products_body{
	font-size:1.3rem;
}
.products_body p{font-size:1.3rem;}
.products_head_item{
	padding:10px 0;
}

.products_name span{
	padding-right:27px;
	background:url(/img/common/arrow_r_black.svg) right center no-repeat;
}

.scroll_table.scroll_products .products_head,.scroll_table.scroll_products .products_body,.scroll_table.scroll_products .value_list{
	min-width:800px;
}
.content_area.products_parent h2 + p{font-size:1.4rem;}
.products_copy{font-size:1.4rem;}

/* 詳細ページ */
.products_child .page_title{margin-bottom:40px;line-height:2.8rem;}
.products_child .page_title::before{font-size:1.4rem;margin-bottom:8px;}
.products_main{display:block;}
.products_img,.products_main_txt{width:auto;}
.products_main_catchcopy{font-size:1.8rem;}
table.lineup{width:auto !important;}
.product_column h4{margin:0 0 10px;}
table.lineup th,table.lineup td{display:table-cell;white-space:nowrap;min-width:180px;}
.products_main_list{font-size:1.4rem;}

.relation_nav{
	grid-template-columns:repeat(2,1fr);
	gap:40px 20px;
}

.product_rela_more{
	padding:20px;
	margin-top:40px;
	display:block;
	text-align:center;
}
.product_rela_list{
	flex-wrap:wrap;
	justify-content:center;
}
.product_rela_item{
	margin:15px 10px 0;
}
}
