@charset "UTF-8";

body{
	background-color: #fff;
	line-height: 1.85;
}
main{
    text-align: center;
}
section{
	max-width: 1124px;
	margin: auto auto 20px;
	padding-top: 75px;
}
.txt_a_l{
	text-align: left;
}
.product_title{
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--c_blue);
	margin:40px auto;
}
h2{
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--c_blue);
	margin: 20px auto 80px;
}
h2:first-child{
		margin:20px auto 80px;
	}
h2::after{
	content:'';
	width: 90px;
	height: 1px;
	display: block;
	background-color: #1B365D;
	margin: 30px auto auto;
}
h3{
	font-size: 3.7rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--c_blue);
}
h4{
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--c_blue);
	margin: 10px auto;
}
/****メニュー****/
.product_menu{
	max-width: 900px;
	margin: 20px auto -70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.product_menu .top-local-nav-link{
	box-sizing: border-box;
	border: 1px solid #C6DAE7;
	border-radius: 20px;
	font-size: 1.4rem;
	height: 44px;
	margin: auto 3px;
}
.top-local-nav-link:nth-child(4),
.top-local-nav-link:nth-child(5){
	padding-right: 13px;
}
.top-local-nav-link:nth-child(4)::before,
.top-local-nav-link:nth-child(5)::before{
	display: none;
	width: 0;
	height: 0;
}
/****キービジュ****/
.kv {
	overflow: hidden;
	background: #1b365d;
}
.kv .kv_slider img {
	display: block;
	width: 100%;
}
/****イントロ****/
.products_intro img{
	max-width: 560px;
	width: 100%;
	margin: auto;	
}
/****課題****/
.product_catch ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap:40px;
}
.product_catch_list{
	flex-grow: 1;
	width: 49%;
	box-sizing: border-box;
}
.product_catch_list dt{
	margin-bottom: 6px;
}
.product_catch .after{
	border: 1px solid #EA7600;
	border-radius: 10px;
	padding: 14px 30px 10px;
	width: 85%;
	margin: auto;
}
.product_catch dt{
	color: var(--c_blue);
	font-size: 2.6rem;
	font-weight: 700;
}
.after dt{
	color: #EA7600;
	font-size: 2.6rem;
	font-weight: 700;
}
/*****/
.product_catch_img img{
	margin-bottom: 10px;
}
.product_catch_img img:first-child{
	width: 100%;
}
.product_catch_img img:nth-child(2){
	width: 90px;
	margin-top: -50px;
}
.product_catch_txt{
	position: relative;
	z-index: 1;
	margin: 20px auto;
}
.product_catch_txt::before{
	content: '';
	width: 18px;
	height: 18px;
	display: block;
	border-top: solid 1px #EA7600;
	border-right: solid 1px #EA7600;
	transform: rotate(135deg);
	margin: 20px auto;
}
.product_catch_txt p{
	width: 90px;
	font-size: 2.2rem;
	color: #EA7600;
	background: #fff;
	margin:auto auto -18px;
	position: relative;
	display: block;
	z-index: 2;
}
.product_catch_txt dt{
	margin: 16px auto 6px;
	line-height: 1.6;
}
.product_catch_txt dd{
	margin: auto auto 16px;
}
/****/
.product_catch_txt p::before{
	content: '';
	width: 13px;
	height: 20px;
	display: inline-block;
	border-right: solid 1px #EA7600;
	transform: rotate(160deg);
	margin: auto;
}
.product_catch_txt p::after{
	content: '';
	width: 13px;
	height: 20px;
	display: inline-block;
	border-right: solid 1px #EA7600;
	transform: rotate(30deg);
	margin: auto;
}
/****製品使用イメージ****/

section.product_more{
	width: 100%;
	max-width: none;
}
.product_more_inner{
	position: relative;
	z-index: 1;
	background-color: #f2f4f6;
	overflow: hidden;	
}
.product_more_inner_txt dt{
	margin-bottom: 30px;
}
.product_more_inner_img{
	height: 580px;
	overflow: hidden;
	position: relative;
}
.product_more_inner_img_bg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}
.product_more_inner_img_bg img{
	width: 100%;
}
.product_point_inner_txt h3{
	margin:auto auto 60px 20px;
}
.product_more_inner_txt {
	display: flex;
	column-gap: 50px;
	align-items:center; 
	max-width: 1000px;
	margin: 60px auto;
}
.product_more_inner_txt dl{
	text-align: left;
}
.product_more_inner_txt dl p::before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url("../img/icon_cheak.svg");
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
}
.product_more_inner_txt dl p{
	display: inline-block;
	font-size: 2.0rem;
}
/****製品ポイント****/
.product_point_inner{
	display: flex;
	column-gap: 50px;
	align-items:center; 
	margin: auto;
	justify-content: center;
}
.product_point_inner>img{
	padding-right: 40px;
}
.product_point_inner_txt{
	text-align: left;
}
.chubokankyo-feature{
	width: 160px;
}
/****製品デティール****/
.product_detail　{
	width: 1000px;
	margin: auto;
}
.product_detail .product_detail_inner{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #1B365D;
}
.product_detail .product_detail_inner:nth-child(3),
.product_detail .product_detail_inner:nth-child(4),
.product_detail .product_detail_inner:nth-child(5){
	flex-wrap: nowrap;
}
.product_detail figure{
	flex-grow: 1;
	width: 50%;
	box-sizing: border-box;
}
.product_detail .product_detail_inner div{
	flex-grow: 1;
	box-sizing: border-box;
	padding: 0 20px;
}
/****製品利点****/
.product_detail .product_detail_inner{
	width: 92%;
	padding: 50px;
	margin: 10px auto;
}
.product_detail>div:first-child img{
	padding: 10px 0 40px;
}
.product_detail>div:nth-child(2) img{
	padding: 10px 0 40px;
}
.product_detail_inner{
	box-sizing:content-box;
}
figure{
	max-width: 500px;
	margin: auto;
}
figcaption{
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	color: var(--c_blue);
}
/****製品スペック****/
#product_info table{
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}
#product_info table th, #product_info table td{
	padding: 10px 8px;
	letter-spacing: normal;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.product_info_note{
	max-width: 1000px;
	margin:20px auto 140px;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 40px;
}
.product_info_note p{
	font-size: 1.5rem;
}
.product_info_list tr:first-child img{
	width: 140px;	
}
.product_info_list tr:nth-child(7) img,
.product_info_list tr:nth-child(8) img,
.product_info_list tr:nth-child(9) img{
	width: 36px;
	margin: 4px 10px;
}
/****ipad****/
@media screen and (max-width:1024px) {
}
/****sp****/
@media screen and (max-width:769px) {
	body{
		font-size: 1.4rem;
	}
	.product_title{
		font-size: 2.6rem;
	}
	h2{
		font-size: 3.0rem;
		width: 88%;
		margin:40px auto;
	}
	h2:first-child{
		margin:40px auto;
	}
	h3{
		font-size: 1.8rem;
	}
	h4{
		font-size: 1.8rem;
	}
section{
	margin: auto auto 0;
	padding-top: 63px;
}
/****メニュー****/
	.product_menu{
		flex-wrap: wrap;
		margin: 10px auto -40px;
	}
	.product_menu .top-local-nav-link{
		font-size: 1.3rem;
		height: 50px;
		line-height: 1.3;
		font-weight: 500;
		margin: 2px;
		padding:2px;
		flex-grow: 1;
		border-radius: 14px;
	}
	.top-local-nav-link::before{
		bottom: 6px;
	}
/****課題****/
	.product_catch dt{
		font-size: 2.0rem;	
	}
	.after dt{
		font-size: 2.0rem;	
	}
	.product_catch_list{
		width: 100%;		
	}
	.product_catch_txt::before{
		width: 16px;
		height: 16px;
		margin: 10px auto;
	}
	.product_catch_txt{
		margin:auto auto 80px;
	}
	.product_catch_list:last-child .product_catch_txt{
		margin-bottom: auto;
	}
	.product_catch_list>dt,
	.product_catch_list>dd{
		width: 88%;	
		margin-left: auto;
		margin-right: auto;
	}
	.product_catch ul{
		display:block;
	}
	.product_catch .after{
		padding:14px 30px 10px;
	}
/****製品使用イメージ****/
	.product_more_inner_img{
		height: 225px;
	}
	.product_more_inner_txt{
		display: block;
		margin: 20px auto 40px;
	}
	.product_more_inner_txt dl{
		width: 80%;
		margin: 20px auto;
	}
	.product_more_inner_txt dl h3{
		text-align: center;
	}
	.product_more_inner_txt dl p{
		font-size: 1.6rem;
		padding-left: 30px;
	}
	.product_more_inner_txt dl p::before{
		margin-left: -36px;
		margin-right: 6px;
	}
	.product_more_inner_txt dd{
		margin-bottom: 10px;
	}
	.product_more_inner_txt img{
		width: 55%;
	}
/****製品ポイント****/
	.product_point_inner{
		display: block;
	}
	.product_point_inner>img{
		padding-right: 0;
		width: 50%;
	}
	.product_point_inner_txt h3{
		margin: 20px auto;
	}
	.product_point_inner_txt{
		text-align: center;
	}
	.product-features{
		max-width: none;
		width: 85%;
		align-items: center;
		justify-content: center;
	}
	.chubokankyo-feature{
		width: 50%;
	}
	.product-features{
		column-gap: normal;
		grid-row-gap: 16px;
	}
	.chubokankyo-feature figure{
		gap:2px;
	}
/****製品利点****/
	figcaption{
		font-size: 2.1rem;
	}
	.product_detail .product_detail_inner{
		padding: 40px 10px;
	}
	.product_detail figure{
		width: 100%;
	}
	.txt_a_l{
		text-align: center;
	}
	.product_detail>div img{
		padding: 10px 0 40px;
	}
	.product_detail .product_detail_inner:nth-child(3),
	.product_detail .product_detail_inner:nth-child(4),
	.product_detail .product_detail_inner:nth-child(5){
		flex-wrap: wrap;
	}
/****製品スペック****/
	#product_info table{
		width: 96%;
	}
	.product_info_note{
		width: 96%;
		justify-content: flex-start;
	}
	.product_info_note p{
		font-size: 1.1rem;
	}
	.product_info_note img{
		max-width: 160px;
	}
}
