@charset "utf-8";
/* CSS Document */


img, object, embed, video {
	max-width: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	max-width: 760px;
	margin: 30px auto 0;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*PC*/
@media print, screen and (min-width: 769px) {
.hedimg {
		background: url(./../images/product/hed_img.jpg);
		opacity: 1;
		top: 0;
	height: 500px;
	background-size: cover;
		z-index: 100;
	
	}

/*---------list----------------------*/


	.idx_list {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    list-style-type: none;
}
	
	.idx_list li {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
	background: rgba(0,0,0,0.7);
}
	
	.idx_list li:nth-child(4n+4) {
		margin-right: 0px;
	}
	
	
	.idx_list li a {
    display: block;
}
	
	.idx_list li a:hover {
		opacity: 1;
	}
	
	.idx_list li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 1;
}
	
	.idx_list li img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
	
	.litit {
		color: #fff;
		text-align: center;
		line-height: 1.3em;
	}
	
	.litxt {
		color: #fff;
		font-size: 0.9em;
		text-align: center;
		padding: 10px 20px;
	}	
	
	
	.subtit {
		text-align: center;
	}
	
	.subtit::after {
		margin: 10px auto;
	}
	
	.pro_box {
		border: 2px solid #0073d4;
		margin-bottom: 50px;
	}
	
	
	
	
	.product_tit {
		background: #0073d4;
		padding: 5px;
		font-size: 1.4em;
		color: #fff;
		text-align: center;
		margin:  0px auto 30px;
	}
	
	.text_list {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-left: 50px;
	}
	
	.text_list li {
		list-style-type: decimal;
		margin: 0 auto;
		font-size: 1.2em;
	}
	
	.text_list2 {
		margin-bottom: 30px;
		margin-top: 30px;
		padding-left: 50px;
	}
	
	.text_list2 li {
		list-style-type: disc;
		margin: 0 auto;
		font-size: 1.2em;
	}
	
	.w50L,.w50R {
		margin-bottom: 30px;
	}

	
	
.prolist_next {
	width:100%;
	margin:0 auto 0px;
	padding:0;
	list-style-type:none;
}

.prolist_next li {
	width:25%;
	float:left;
	position: relative;
	overflow: hidden;
}
	

.prolist_next li:nth-child(4n+4) {
	margin-right:0px;
}


	
.prolist_next li .title {
	color:#fff;
	font-weight:bold !important;
	position: absolute;
width: 100%;
	top: 45%;
	left: 0%;
	text-align:center;
}

.prolist_next li p.text {
	padding: 0 38px 25px;
	text-align: center
}

.prolist_next li:hover .photo {
	transform: scale(1.2);
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.prolist_next li a {
	color:#000000;					  
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
	width: 100%;
	height: 100%;
		background: rgba(0,0,0,0.4);
}	
	
	
	
	.prolist_next img {
		width: 100%;
		height: auto;
	}	
	
	
	.photo_hover_wrap_next {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	height:auto;
}
	.pro_titbox {
		width: 500px;
		float: left;
		margin: 50px auto;
	}
	
	.pro_name {
		width: 100%;
		margin: 0 auto!important;
	}
	
	.pro_name strong {
		color:#fff;
	font-size: 0.9em;
	font-weight:bold !important;
	letter-spacing:0 !important;
    display: block;
    font-weight: 500;
    letter-spacing: 0.15em;
	}
	
	.pro_name span {
			font-family:Arial, Helvetica, sans-serif;
	color:#fff;
    font-size:0.6em;
    margin:0 auto 0px;
	display: block;
	letter-spacing:0 !important;
	font-weight:bold !important;
	}
	
	
	.pro_hed {
		background: url(../images/product/producct_bg.jpg) 0 0 scroll;
		padding: 50px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: fixed;
	background-position: center center;
	margin: 30px auto 50px;
	}
	

	
	.product_title p {
		font-size: 1.5em;
		margin-top: 0px;
		color:  #fff;
		text-align: center;
		
	}
	
	
	.product_title p span {
		background: linear-gradient(transparent 60%, rgba(0,115,212,0.6) 0%);
	}
	
	
	.pro_img {
		width: 600px;
		float: right;
	}
	
	
	.pro_list {
		list-style: none;
		width: 100%;
		margin: 30px auto;
	}
	
	.pro_list li {
		width: 25%;
		display: block;
		float: left;
		position: relative;
	}
	.pro_list li:nth-child(2n+1) {
		background:  #0073d4;
	}
	
	.pro_list li:nth-child(2n) {
		background: #4891ce;
	}
	
	
	.pro_list li:nth-child(5n+5) {
		background: #4891ce;
	}
	
	.pro_list li:nth-child(6n+6) {
		background:  #0073d4;
	}
	
	.pro_list li:nth-child(7n+7) {
		background: #4891ce;
	}
	
		.pro_list3 {
		list-style: none;
		width: 100%;
		margin: 30px auto;
	}
	
	.pro_list3 li {
		width: 33.3%;
		display: block;
		float: left;
		position: relative;
	}
	.pro_list3 li:nth-child(2n+1) {
		background:  #0073d4;
	}
	
	.pro_list3 li:nth-child(2n) {
		background: #4891ce;
	}
	
			.pro_list5 {
		list-style: none;
		width: 100%;
		margin: 30px auto;
	}
	
	.pro_list5 li {
		width: 20%;
		display: block;
		float: left;
		position: relative;
	}
	.pro_list5 li:nth-child(2n+1) {
		background:  #0073d4;
	}
	
	.pro_list5 li:nth-child(2n) {
		background: #4891ce;
	}
	
	
	
	
	
.pro_num {
text-align: center;
margin: 20px auto!important;
color: #fff;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 50%;
border: 1px solid rgba(255,255,255,0.7);
font-size: 2.4em;
}
	

 p.pro_txt {
color: #fff;
font-weight: bold;
text-align: left;
padding:  0 20px 20px;
}
	

	
	.product_box {
		background: url(../images/product/pro_bg.jpg) 0 0 scroll;
		padding: 50px 0px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-attachment: fixed;
	background-position: center center;
		
	}	
	
	.product_box p {
		color: #fff;
	}
	
	
	.pro_tit {
		width: 200px;
		text-align: center;
		color: #fff;
		font-size: 1.8em;
		margin: 0 auto;
	}
	
	.pro_box_list {
		margin: 20px auto 30px;
		color: #fff;
		font-size: 1.2em;
	}
	
	
	.pro_box_list li {
		position: relative;
		margin-left: 35px;
	}
	
	.pro_box_list li::before {
		font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 25px;
left: -35px;
top: -10px;
color: #ff7200;
	}
	
	
/*	.pro_tit::after {
		content: "";
		width: 100px;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		background: #0076bf;
		height: 2px;
	}
	*/
	.bg_border {
		width: 60%;
		margin: 0 auto;
		line-height: 2.5em;
		background: #fff;
		padding: 20px;
			box-shadow:  5px 5px  #aaa;
			border-top: 1px solid #aaa;
			border-left: 1px solid #aaa;
	}
	
	
	.bg_box1 {
		background: url(./../images/product/ecoboard/img01.png) 0 0 no-repeat,
			url(../images/product/ecoboard/img02.png) 0 0 no-repeat;
		background-position:
			bottom right,
			top left;
		padding: 50px 50px;
		margin: 50px auto;
	}
	
	
		.bg_box2 {
		background: url(./../images/product/specialprocesseditem/img01.png) 0 0 no-repeat;

		background-position:
			bottom right;
		padding: 50px 50px;
		margin: 50px auto;
	}
	
	
			.bg_box3 {
		background: url(./../images/product/specialprocesseditem/img02.png) 0 0 no-repeat;

		background-position:
			bottom right;
		padding: 50px 50px;
		margin: 50px auto;
	}	
	
.bg_box4 {
		background: url(./../images/product/pallet_skit/img01.jpg) 0 0 no-repeat;

		background-position:
			bottom right;
		padding: 50px 50px;
					margin: 0 auto 50px;
					
	}	
	
	
.bg_box5 {
		background: url(./../images/product/ecoblock/img01.png) 0 0 no-repeat;
		background-position:
		bottom right;
		padding: 50px 50px;
		margin: 0 auto 50px;
					
	}	
	
				.bg_box6 {
		background: url(./../images/product/konpo_system/img01.jpg) 0 0 no-repeat;

		background-position:
			bottom right;
		padding: 50px 50px;
	margin: 0 auto 50px;
					
	}	
	
	
.bg_box7 {
		background: url(./../images/product/danroll/img01.png) 0 0 no-repeat;
		background-position:
		bottom right;
		padding: 50px 50px;
		margin: 0 auto 50px;
					
	}	
	
	
.bg_box8 {
		background: url(./../images/product/bearing/img01.jpg) 0 0 no-repeat;

		background-position:
		bottom right;
		padding: 50px 50px;
		margin: 0 auto 50px;
					
	}	
	

    .bord_one {
        margin: 0 auto 0 0;
    }
	

}




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





/*sp*/
@media only screen and (max-width: 768px) {
	.hedimg {
		background: url(./../images/product/hed_img.jpg);
	opacity: 1;
		top: 0;
		width: 80%;
		margin-left: 20%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 140% auto;
		min-height: 250px;
		background-size: cover;
		position: relative;
		z-index: 3;
		box-sizing: border-box;
	}

/*-----------------list--------------*/

	.idx_list {
    width: 100%;
    margin: 0px auto;
    padding: 0;
    list-style-type: none;
}
	
	.idx_list li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
	background: rgba(0,0,0,0.7);
}
	
	.idx_list li:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	
	.idx_list li a {
    display: block;
}
	
	.idx_list li a:hover {
		opacity: 1;
	}
	
	.idx_list li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 1;
}
	
	.idx_list li img {
    width: 100%;
    height: auto;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
	
	.litit {
		color: #fff;
		text-align: center;
		font-size: 0.9em;
	}
	
	.litxt {
		color: #fff;
		font-size: 0.7em;
		padding: 10px 20px;
		text-align: center;
	}
	
	
	.pro_box {
		border: 2px solid #0073d4;
		margin-bottom: 50px!important;
		margin: 2%;
	}
	
	
	.product_tit {
		background: #0073d4;
		padding: 5px;
		font-size: 1.4em;
		color: #fff;
		text-align: center;
		margin:  0px auto 30px;
	}
	
	.text_list {
		margin-bottom: 30px;
		padding: 0 40px;
	}
	
	.text_list li {
		list-style-type: decimal;
		margin: 0 auto;
		
		font-size: 1em;
	}
	
	.text_list2 {
		margin-bottom: 30px;
		padding: 0 40px;
	}
	
	.text_list2 li {
		list-style-type: disc;
		margin: 0 auto;
		
		font-size: 1em;
	}
	
	
	.prolist_next {
	width:100%;
	margin:0 auto 0px;
	padding:0;
	list-style-type:none;
}

.prolist_next li {
	width:50%;
	float:left;
	position: relative;
	overflow: hidden;
}
	

.prolist_next li:nth-child(4n+4) {
	margin-right:0px;
}


	
.prolist_next li .title {
	color:#fff;
font-size: 0.9em!important;
	font-weight:bold !important;
	position: absolute;
width: 100%;
	top: 45%;
	left: 0%;
	text-align:center;
}

.prolist_next li p.text {
	padding: 0 38px 25px;
	text-align: center
}

.prolist_next li:hover .photo {
	transform: scale(1.2);
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.prolist_next li a {
	color:#000000;					  
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
	width: 100%;
	height: 100%;
		background: rgba(0,0,0,0.4);
}	
	
	
	
	.photo_hover_wrap_next {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	height:auto;
}
	
	
	
.pro_list {
		list-style: none;
		width: 100%;
		margin: 30px auto;
	}
	
	.pro_list li {
		width: 50%;
		display: block;
		float: left;
		position: relative;
	}
	
	
.pro_list3 {
		list-style: none;
		width: 100%;
		margin: 30px auto;
	}
	
	.pro_list3 li {
		width: 33.3%;
		display: block;
		float: left;
		position: relative;
	}
	
	
	
	.pro_list5 {
		list-style: none;
		width: 100%;
		margin: 30px auto;
	}
	
	.pro_list5 li {
		width: 50%;
		display: block;
		float: left;
		position: relative;
	}	

	.bg_blue {
		background:  #0073d4;
	}
	
	
	.bg_light {
		background: #4891ce;
	}
	
	
.pro_num {
text-align: center;
margin: 20px auto!important;
color: #fff;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 50%;
border: 1px solid rgba(255,255,255,0.7);
font-size: 2.4em;
}
	

p.pro_txt {
color: #fff;
font-weight: bold;
text-align: center;
padding:  0 20px 20px;
}
	

	
	.product_box {
		background: url(../images/product/pro_bg.jpg) 0 0 no-repeat;
		padding: 30px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
		margin-bottom: 50px;
		
	}	
	
	.product_box p {
		color: #fff;
	}
	
	
	.pro_tit {
		width: 200px;
		text-align: center;
		color: #fff;
		font-size: 1.5em;
		margin: 0 auto;
	}
	
	.pro_box_list {
		margin: 20px auto 30px;
		color: #fff;
		font-size: 1.2em;
	}
	
	
/*	.pro_tit::after {
		content: "";
		width: 100px;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		background: #0076bf;
		height: 2px;
	}*/
	
		
		.product_title {
		font-size: 1.3em;
		margin: 0px auto;
		color:  #0073d4;
	}
	
	
.pro_img {
		width: 100%;
		margin-bottom: 0px;
	}
	
	
	.subtit {
		text-align: center;
	}	
	
		.subtit::after {
		margin: 10px auto;
	}
	
		.pro_titbox {
		width: 100%;
		margin: 30px auto;
	}
	
	.pro_name {
		width: 100%;
		margin: 0 auto!important;
	}
	
	.pro_name strong {
		color:#fff;
	font-size: 1.3em;
	font-weight:bold !important;
	letter-spacing:0 !important;
    display: block;
    letter-spacing: 0.15em;
	}
	
	.pro_name span {
			font-family:Arial, Helvetica, sans-serif;
	color:#fff;
    font-size:0.8em;
    margin:0 auto 0px;
	display: block;
	letter-spacing:0 !important;
	font-weight:bold !important;
	}
	
	
	.pro_hed {
		background: url(../images/product/producct_bg.jpg) 0 0 no-repeat;
		padding: 50px 0px;
		width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 30px auto 50px;
	}
	
	.product_title {
		width: 85%;
		margin: 0 auto;
	}

	
	.product_title p {
		font-size: 1.2em;
		margin-top: 0px;
		color:  #fff;
		text-align: center;
	}
		.product_title p span {
		background: linear-gradient(transparent 60%, rgba(0,115,212,0.6) 0%);
	}
	
.pro_box_list li {
		position: relative;
		margin-left: 25px;
	}
	
	.pro_box_list li::before {
		font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 20px;
left: -25px;
top: -5px;
color: #ff7200;
	}
	
	
		.bg_border {
		width: 90%;
		margin: 0 auto;
		line-height: 2.5em;
		background: #fff;
		padding: 20px;
		box-shadow:  5px 5px  #aaa;
			border-top: 1px solid #aaa;
			border-left: 1px solid #aaa;
	}
	
	
.bg_box1 {
		background: url(./../images/product/ecoboard/img01.png) 0 0 no-repeat,
			url(../images/product/ecoboard/img02.png) 0 0 no-repeat;
		background-position:
			bottom right,
			top left;
		padding: 100px 50px;
		margin: 50px auto;

	}
	
.bg_box2 {
		background: url(./../images/product/specialprocesseditem/img01.png) 0 0 no-repeat;

		background-position:
			bottom right;
		padding: 100px 50px;
		margin: 50px auto;
	}
	
	
.bg_box3 {
		background: url(./../images/product/specialprocesseditem/img02.png) 0 0 no-repeat;

		background-position:
			bottom right;
		padding: 100px 50px;
		margin: 50px auto;
	}	
	
	
	
.bg_box4 {
		background: url(./../images/product/pallet_skit/img01.jpg) 0 0 no-repeat;

		background-position:
			top left;
		padding: 200px 50px 0px;
		margin: 50px auto;
	}	
	
	
		
.bg_box5 {
		background: url(./../images/product/ecoblock/img01.png) 0 0 no-repeat;
		background-position:
		bottom right;
		padding: 50px 50px;
		margin: 0 auto 50px;
					
	}	

.bg_box6 {
		background: url(./../images/product/konpo_system/img01.jpg) 0 0 no-repeat;

		background-position:
			top left;
			padding: 200px 50px 0px;
	margin: 50px auto;
					
	}	
	
	
.bg_box7 {
		background: url(./../images/product/danroll/img01.png) 0 0 no-repeat;
		background-position:
		bottom right;
		padding: 50px 50px;
		margin: 0 auto 50px;
					
	}	
	
	
	.bg_box8 {
		background: url(./../images/product/bearing/img01.jpg) 0 0 no-repeat;

		background-position:
			top left;
			padding: 200px 50px 0px;
	margin: 50px auto;
					
	}
	

}