@charset "UTF-8";
#child.product-child  .til{
	font-size: 3.2rem;
	line-height: 4rem;
	margin-bottom: 2rem;
}
.product-child .sub-til{
	margin-bottom: 0rem;
}
.product-child .sub-til span{
	background: linear-gradient(-90deg, rgb(3, 220, 234), rgb(68, 186, 243));
	font-size: 1.8rem;
	line-height: 4.2rem;
	padding: 0.8rem 1rem;
	font-weight: bold;
	color: #fff;
}
.product-child .txt{
	margin-bottom: 2.4rem;
}
.product-child .txt span{
	background: #e6f3fa;
	color: var(--bl);
	font-weight: bold;
	padding: 0.8rem 2rem 0.6rem;
	font-weight: bold;
	border-radius:999px;
}
.product-child_detail {
	padding: 2.8rem  2.8rem;
	border: 1px solid #d9e4ea;
	background: var(--light);
	border-radius:4px;
	box-shadow: 0 16px 16px 0px rgba(68,186,243,.05);
	margin-bottom: 2.8rem;
	position:relative;
}
.product-child_detail::after{
	content:'';
	position: absolute;
    top: 50%;
	border-radius:6px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border:3px solid var(--light);
	z-index:-1;
}
.product-child_detail .img{
	width: 240px;
	height: 160px;
	background: #fff;
	display: block;
	position: relative;
	padding: 1rem 0.8rem;
	border-radius: 4px;
	border: 1px solid var(--light);
	box-shadow: 0 0 10px 0px rgba(68,186,243,.05);
}
.product-child_detail .img img {
	max-width: 180px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.product-child_detail-box{
	width: calc(100% - 280px);
}
.product-child_detail-box h3{
	font-weight: bold;
	font-size: 2.2rem;
}
.product-child_detail-box h3 span.company{
	font-size: 1.5rem;
	font-weight: normal;
	padding: 0;
	padding-left: 1rem;

	position:relative;
}
.product-child_detail-box h3 span.company::before{
	content:'/';
	font-weight: normal;
	font-size: 1.7rem;
	color: var(--dark);
	margin-right: 0.6rem;
}
.product-child_detail-box .url{
	margin-bottom: 2rem;

}
.product-child_detail-box .url a{
	border-bottom:1px solid var(--basic);
	font-size: 1.5rem;
	font-weight: bold;
}
.product-child_detail-box .subdetail{
	font-size: 1.5rem;

	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 2rem;
}
.product-child_detail-box .subdetail span.kakko{
	position: relative;
	padding: 0.2rem 0.8rem 0rem;
	margin-right: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
}


.product-child_detail-box .subdetail span.kakko::before, .product-child_detail-box .subdetail span.kakko::after {
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
}

.product-child_detail-box .subdetail span.kakko::before {
	border-left: solid 1.2px var(--basic);
	border-top: solid 1.2px var(--basic);
	border-bottom: solid 1.2px var(--basic);
	top: 0;
	left: 0;
}

.product-child_detail-box .subdetail span.kakko::after {
	border-right: solid 1.2px var(--basic);
	border-top: solid 1.2px var(--basic);
	border-bottom: solid 1.2px var(--basic);
	top: 0;
	right: 0;
}
.product-feature{
	padding-top: 2rem;
	padding-bottom: 3.2rem;
}
.product-feature h3{
	text-align: center;
	border-bottom:2px solid var(--bl);
	font-size: 2rem;
	padding-bottom: 1rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2.8rem;
}
.product-feature_li li{
	margin-bottom: 2.4rem;
}
.product-feature_li li:last-of-type{
	margin-bottom: 0;
}
.product-feature_li li h4{
	position:relative;
	font-size: 1.7rem;
	line-height: 2.6rem;
	font-weight: bold;
	padding-left: 9rem;
	letter-spacing: 0.05em;
	margin-bottom: 1.6rem;
}
/* .product-feature_li li:nth-child(4) h4 span{
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--bl);
	margin-right:1rem;
} */
.product-feature_li li h4::before{
	position:absolute;
	left:0rem;
	top:0rem;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--bl);
}
.product-feature_li li:nth-child(1) h4::before{
	content:'POINT1';
}
.product-feature_li li:nth-child(2) h4::before{
	content:'POINT2';
}
.product-feature_li li:nth-child(3) h4::before{
	content:'POINT3';
}
.product-feature_li li:nth-child(4) h4::before{
	content:'POINT4';
}
.product-contact{
	padding-top: 2rem;
	padding-bottom: 3.2rem;
	
}
.product-contact h3{
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 2rem;
	padding: 1.4rem 1rem 0.8rem;
	letter-spacing: 0.1em;
	background: linear-gradient(-90deg, rgb(3, 220, 234), rgb(68, 186, 243));
	border-radius: 2px;
	margin-bottom: 2.4rem;
}
.product-feature_li .img{
	max-width: 600px;
	width: 100%;
	margin: 1rem auto 1.6rem;
}
.product-ex{
	/* margin-top: 1.6rem; */
	margin-bottom: 2.4rem;
	padding: 2.4rem 2.4rem;
	border:3px solid var(--light);
	box-shadow: 0 1px 16px 0px rgba(68,186,243,.1);
	border-radius: 8px;
	position:relative;
}
.product-ex::after{
	content:'';
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	border-radius: 8px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	border:2px solid white;
}
.product-ex h3{
	font-weight: bold;
	font-size: 1.7rem;
	color: var(--dark);
}
.product-ex P{
	color: var(--dark);
	width: calc(100% - 88px);
	font-size: 1.5rem;
	line-height: 2.5rem;
}

.product-contact_li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	/*	max-width: 400px;*/
	width: 100%;
	-ms-align-items: center;
	align-items: center;
}
.product-contact_li li{
	padding-left: 4rem;
	letter-spacing: 0.05em;
	font-size: 2.8rem;
	line-height: 4rem;
	font-weight: bold;
	background: var(--grad);
	background: -webkit-var(--grad);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position:relative;
}
.product-contact_li li:first-of-type{
	margin-right: 2.4rem;
}
.product-contact_li li::before{
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	content: '';
	display: block;
}
.product-contact_li li.tel-img::before{
	top: 0.4rem;
	left:0;
	width: 30px;
	height: 30px;
	background-image: url(../img/tel.png);

}
.product-contact_li li.mail-img::before{
	background-image: url(../img/mail.png);
	width: 36px;
	height: 21px;
	bottom: 0.7rem;
	left:0;
}
.product-menu{
	padding-top: 3.2rem;
	/*	padding-bottom: 1rem;*/
	position:sticky;
	top:6rem;
	left: 0;
	z-index:100;
}
.product-menu .parent br{
	display: block;
}
.product-menu .gnav{
	background: var(--sub);
	border-radius:999px;
	width: 100%;
	padding:0.4rem 0.8rem 0.4rem;
	height: auto;
	justify-content: center;
}
.product-menu .gnav li{
	position:relative;
}
.product-menu .gnav>li::after{
	    bottom: 1.7rem;
    padding-left: 1rem;
    transform: rotate(90deg);
    font-size: 1.8rem;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bl);
	    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    margin-left: -0.9rem;
    font-size: 1.4rem;
    color: #fff;
}
.product-menu .gnav li a{
	color: #fff;
	font-size: 1.4rem;
	line-height: 2rem;
	height: auto;
	padding: 0;
	width: 100%;
	display: block;

}
.product-menu .gnav li ul{
	margin-top: 5.6rem;
}

.product-menu .shita::after{
display: none;
}
.product-menu .gnav > li,.product-menu .gnav > li:nth-child(1),.product-menu .gnav > li:nth-child(2){
	width: 14%;
	position:relative;
	height: 50px;
	padding: 0 1rem;
}
.product-menu .gnav > li{
	border-right:1px solid rgba(255,255,255,.6);
}
.product-menu .gnav > li:last-of-type{
	border-right:none;
}
.product-menu .gnav > li > a,.product-menu .gnav>li>ul>li a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: inline-block;
	z-index:9;
	font-size: 1.3rem;
	line-height: 1.7rem;
}

.product-menu .gnav>li>ul>li{
	position:relative;
	background: #fff;
	z-index:10;
	width: calc(100% + 50px);
	margin-left: -25px;
	font-size: 1.2rem;
	line-height: 1.7rem;
}

.product-menu .gnav>li>ul>li{
	color: var(--dark);
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: normal;
	border:none;
	/*	border-top: 1px solid var(--light);*/
	padding: 0 1rem;
	transition:.2s;
}
.product-menu .gnav>li>ul>li:hover{
	z-index:8;

}
.product-menu .gnav li:hover > ul > li{
		height: auto;
	padding: 0.8rem 0.6rem;
}
.product-menu .gnav>li>ul>li:hover{
	/*height: 56px;*/
	/*	padding: 0;*/
}
.product-menu .gnav>li>ul>li:hover a{
	background: transparent;
	/*	color: var(--bl);*/
	/*	    height: 100%;*/

}

.product-menu .gnav li:hover a.parent{
	opacity:0.8;
	background: transparent;
	color: #fff;
}
.product-top{
padding-top:16rem;
	margin-top: -12rem;
	padding-bottom: 3.2rem;
}
.product-til{
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 2.2rem;
	padding: 1.6rem 1rem 1.1rem;
	letter-spacing: 0.1em;
	background: linear-gradient(-90deg, rgb(3, 220, 234), rgb(68, 186, 243));
	border-radius:2px;
	margin-bottom: 2.4rem;
}
.product-li>li{
	flex-direction: column;
	width: 49%;

}
.product-li>li a{
	display: block;
	padding: 2.4rem 2.4rem 1rem 2.4rem;
	position:relative;
	border:3px solid var(--light);
	background: var(--light);
	border-radius:4px;
	transition:.3s;
}
.product-li>li a:hover{
	transform: translateX(0.8rem);
	box-shadow: 0 0 16px 0px rgba(68,186,243,.1);
	z-index:5;
}
.product-service_til{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 2rem;
	position:relative;
	padding-right: 2.4rem;
}
.product-service_til::after{
	position: absolute;
	top: 1.2rem;
	right: 0rem;
	border-radius: 1px;
	transition: 0.3s ease-in-out;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: translateY(-50%);
	font-size: 2.6rem;
}
.product-detail{
	margin-bottom: 2rem;
}
.product-detail .img{
	width: 160px;
	height: 80px;
	background: #fff;
	display: block;
	position:relative;
	padding: 1rem 0.8rem;
	border-radius:4px;
	border:1px solid var(--light);
	box-shadow: 0 0 10px 0px rgba(68,186,243,.05);
}
.product-detail .img img{
	max-width: 140px;
	max-height: 64px;
    width: auto;
    height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

}
.product-detail_box{
	width: calc(100% - 180px);
}
.product-detail_box p{
	font-weight: bold;
	line-height: 2.3rem;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
	letter-spacing: 0.08em;
}
.product-detail_box span{
	background: var(--bl);
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0.3rem 1rem;
	border-radius:999px;

}
.product-point{
	padding-bottom: 3.2rem;
}
.product-point h5{
	font-weight: 800;
	color: #c6d7df;
	font-size: 2.2rem;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.product-point_li{
	width: calc(100% - 70px);
	font-size: 1.5rem;
	line-height: 2.2rem;
}
.product-point_li li{
	margin-bottom: 0.8rem;
	position:relative;
	padding-left: 2.5rem;
}
.product-point_li li:last-of-type{
	margin-bottom: 0;
}
.product-point_li li:nth-child(1)::before,.product-point_li li:nth-child(2)::before,.product-point_li li:nth-child(3)::before,.product-point_li li:nth-child(4)::before{
	color: #c6d7df;
	position: absolute;
	font-size: 2.2rem;
	left:0.6rem;
	top:0rem;
	font-weight: 800;
}
.product-point_li li:nth-child(1)::before{
	content:'1';
}
.product-point_li li:nth-child(2)::before{
	content:'2';
}
.product-point_li li:nth-child(3)::before{
	content:'3';
}
.product-point_li li:nth-child(4)::before{
	content:'4';
}
.company-name {
	padding-top: 1rem;
	margin-top: auto;
	text-align: center;
	border-top:1px solid var(--dark);
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: var(--dark);
}
.product-feature .img-li{
	width: 100%;
	text-align: center;
	margin-bottom:2.4rem;
}
.product-feature .img-li .img{
width:calc(50% - 1rem);
}
/* .product-feature .img-li .img:first-of-type{
	margin-right:2rem
} */
.product-feature_box{
	border-top:1px solid var(--dark);
	padding:2.2rem 1.6rem 0;
	margin-top:2rem;
}
.product-feature_box h4{
	font-weight:bold;
	font-size:1.8rem;
	padding-left:1rem;
	border-left:3px solid var(--bl);
	margin-bottom:0.8rem;
}
.product-feature_box p{
	line-height:2.5rem;
	font-size:1.5rem;
}
.product-img_feature{
	margin: 2rem auto 0;
	/* margin-top:2rem; */
text-align: center;
}
.product-feature_img01{
	text-align: center;
	margin-bottom:2rem;
}
.product-li{
	align-items: stretch;
}
.product-li>li{
	/* height:100%;
	flex-direction: column;
	border: 3px solid var(--light);
     background: var(--light);
	 padding: 2.4rem 2.4rem 1rem 2.4rem; */
}
@media screen and (max-width: 1024px) {
	.product-detail .img{
		width: 140px;
		height: 80px;
	}
	.product-detail .img img{
		max-width: 120px;
		max-height: 64px;
	}
	.product-detail_box {
		width: calc(100% - 150px);
	}

}

@media screen and (max-width:769px) {
.product-hamburger {
		display : block;
		position: fixed;
		z-index : 100;
		right : 0.6rem;
		top   : 0.6rem;
		width : 42px;
		height: 42px;
		background: linear-gradient(140deg, rgb(3, 220, 234), rgb(68, 186, 243));
		box-shadow: 0 0 8px 0px rgba(68,186,243,.1);
		cursor: pointer;
		text-align: center;
		border-radius:999px;
	}
	.product-hamburger span {
		display : block;
		position: absolute;
		width   : 24px;
		height  : 2px ;
		left    : 9px;
		background : white;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition   : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}
	.product-hamburger span:nth-child(1) {
		top: 12px;
	}
	.product-hamburger span:nth-child(2) {
		top: 20px;
	}
	.product-hamburger span:nth-child(3) {
		top: 28px;
	}

	/* ナビ開いてる時のボタン */
	.product-hamburger.active span:nth-child(1) {
		top: 20px;
		left: 9px;
		-webkit-transform: rotate(-45deg);
		-moz-transform   : rotate(-45deg);
		transform        : rotate(-45deg);
	}

	.product-hamburger.active span:nth-child(2),
	.product-hamburger.active span:nth-child(3) {
		top: 20px;
		-webkit-transform: rotate(45deg);
		-moz-transform   : rotate(45deg);
		transform        : rotate(45deg);
	}

	nav.product-globalMenuSp {
		position: fixed;
		z-index : 80;
		top  : 0;
		left : -1000px;
		background: var(--light);
		text-align: center;
		width: 100%;
		/*  opacity: 0;*/
		transition: opacity .6s ease, visibility .6s ease;
		width: 100%;
		height: 100vh;
		transition: .4s all;
	}

	nav.product-globalMenuSp>ul {
		margin: 0 auto;
		padding: 0 1.6rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 100%;

	}



	nav.product-globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		transition: .4s all;
	}
	nav.product-globalMenuSp ul li:last-child {
		padding-bottom: 0;
	}
	nav.product-globalMenuSp ul li:hover{
		opacity:0.6;
	}

	nav.product-globalMenuSp li a {
		display: block;
		margin-bottom: 2.4rem;
		font-weight: 500;
		text-decoration :none;
		text-transform: uppercase;
		transition:.2s;
	}
	nav.product-globalMenuSp ul a:hover{
		color: var(--bl);
	}
	.nav.product-globalMenuSp ul a.btn{
		max-width: 280px;
	}
	nav.product-globalMenuSp ul>li:first-of-type>a{
		margin-bottom: 1.6rem;
	}
	nav.product-globalMenuSp ul>li:first-of-type>ul>li:first-of-type a{
		margin-bottom: 1rem;
	}
	nav.product-globalMenuSp ul>li:first-of-type>ul>li:first-of-type ul li a{
		margin-bottom:0.2rem;
	}
	nav.product-globalMenuSp ul>li:first-of-type>ul>li:first-of-type ul li:last-of-type a{
		margin-bottom:1.4rem;
	}
	nav.product-globalMenuSp>ul>li>a{
		margin-bottom: 2.4rem;
	}
	nav.product-globalMenuSp>ul>li:last-of-type>a{
		margin-bottom: 1.6rem;
	}
	nav.product-globalMenuSp>ul>li>ul>li>a{
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 0.8rem;
	}
	nav.product-globalMenuSp>ul>li>ul>li:last-of-type>a{
		margin-bottom: 0;
	}
	nav.product-globalMenuSp>ul>li>ul>li>ul>li>a{
		font-size: 1.4rem;
		margin-bottom: 0.2rem;
	}
	nav.product-globalMenuSp>ul>li>ul>li>ul>li:last-of-type>a{
		margin-bottom: 0.6rem;
	}
	/* このクラスを、jQueryで付与・削除する */
	nav.product-globalMenuSp.active {
		left:0px;
	}
	
	
	
	
/*	以下がproduct用に装飾したもの*/
	.product-child_detail {
		padding: 2.4rem 2.4rem;
	}
	.product-child_detail .img{
		width: 140px;
		height: 80px;
	}
	.product-child_detail-box {
		width: calc(100% - 160px);
	}
	.product-child_detail .img img{
		max-width: 80px;
	}
	.product-li>li a{
		padding: 2rem 1.6rem 1rem 1.6rem;
	}
	.product-menu .gnav>li>ul>li{
		display: none;
	}
	.product-menu .gnav{
		flex-wrap: wrap;
		padding-left: 2rem;
		padding-right: 2rem;
		border-radius:4px;
	}
	.product-menu .gnav > li,.product-menu .gnav > li:nth-child(1),.product-menu .gnav > li:nth-child(2){
		width: 25%;
		border:none;
		margin-bottom: 1rem;
		padding: 0 1rem;
	}
	.product-menu .gnav li a{
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
	.product-menu{
		position:fixed;
		bottom:0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 100%;
		top:inherit;
	}

	.product-menu_sp .product-hamburger{
		left: 0.6rem;
		top:inherit;
    bottom: 0.6rem;
		background: var(--sub);
		position: static;
		width: 40px;
		height: 40px;
	}
	.product-menu_sp-menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		position:fixed;
				left: 0.6rem;
    bottom: 0.6rem;
		z-index:800;
		background: #fff;
		border:1px solid var(--light);
		padding: 0.8rem;
		padding-right: 2rem;
		border-radius:999px;
		width: 190px;
		    box-shadow: 0 0 8px 0px rgba(255,185,0,.1);
		justify-content: space-between;
	}
	.product-menu_sp .product-hamburger span{
		left: 17px;
		height: 1.6px;
		width: 22px;
	}
	.product-menu_sp .product-hamburger span:nth-child(1){
		top:20px;
	}
	.product-menu_sp .product-hamburger span:nth-child(2){
		top:28px;
	}
	.product-menu_sp .product-hamburger span:nth-child(3){
		top:34px;
	}
	.product-hamburger.active span:nth-child(3){display: none;}
	.product-menu_sp .cat-txt{
		font-weight: bold;
		color: var(--sub);
		font-size: 1.5rem;

	}
	.product-hamburger.active span:nth-child(1){
		top:27px;
		left: 16px;
	}
	.product-menu_sp .product-hamburger span:nth-child(2) {
    top: 27px;
}
	.product-menu_sp nav.product-globalMenuSp{
		bottom: 0;
		top:inherit;
		height: auto;
		background: var(--sub);
		color: #fff;
		padding-bottom: 6.4rem;
	}
	.product-menu_sp nav.product-globalMenuSp>ul{
		position: static;
		top: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform:inherit;
    -ms-transform: inherit;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding-top: 2rem;
		flex-wrap: wrap;
	}
	.product-menu_sp nav.product-globalMenuSp>ul li{
		width: 33%; 
		text-align: center;
		margin-bottom: 1rem;

	}
	.product-menu_sp nav.product-globalMenuSp li a{
		color: #fff;
		font-size: 1.4rem;
		line-height: 2rem;
		letter-spacing: 0.01em;
		    display: inline-block;
		margin: 0;
	}
	.product-menu_sp .nav.product-globalMenuSp{
		left:0;
		bottom:-2000px!important;
		top:inherit;
	}
	.product-menu_sp .nav.product-globalMenuSp.active{
		bottom:0!important;
	}
	.product-feature .img-li .img{
		width:100%;
		}
		.product-feature .img-li .img:first-of-type{
			margin-bottom:2rem;
		}
		.product-detail .img{
		    width: 100px;
    height: 64px;
	}
	.product-detail_box {
		width: calc(100% - 110px);
	}
		.product-detail .img img{
			max-width: 88px;
			max-height: 56px;
		}
}

@media screen and (max-width:640px){
	.product-contact_li {
		display: block;

	}

	.product-contact_li li:first-of-type{
		margin-right: 0rem;
		margin-bottom: 1rem;
	}
	.product-child_detail{
		display: block;
	}
	.product-child_detail .img{
		margin: 0 auto 1.6rem;
		width: 220px;
		height: 120px;
	}
	.product-child_detail .img img {
		max-width: 130px;
	}
	.product-child_detail-box{
		width: 100%;
	}
	.product-ex h3{
		margin-bottom: 1rem;
	}
	.product-ex p{
		width: 100%;
	}
	.product-li>li{
		width: 100%;
		margin-bottom: 2rem;


	}
	.product-menu .gnav > li,.product-menu .gnav > li:nth-child(1),.product-menu .gnav > li:nth-child(2){
		width: 33.3%;
		border:none;
		margin-bottom: 1rem;
	}
	.product-menu .gnav li a.parent br{
		/*		display: none;*/
	}
	.product-detail .img {
		width: 120px;
		height: 80px;
	}
	.product-detail .img img{
		max-width: 100px;
		max-height: 64px;
		height:auto;
		width: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.product-detail_box {
		width: calc(100% - 130px);
	}
	.product-menu_sp nav.product-globalMenuSp>ul li{
		width: 48%; 
		text-align: left;

	}
	.product-detail_box span{
		font-size:1.2rem;
	}
}

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


}