@charset "utf-8";
 /* ================================================ CSS Information
 File Name:      page-under.css
 Author:         Akira Honda
 Last updated:   2015/08/06
 Style Info:     グルーピングしない下層コンテンツの定義
 Root ID:        
 Notes:          
================================================================ */
/**
.pc-only {
  display: block;
}
.sm-only {
  display: none;
}
**/

/* 見出し */
.hl-main { border-bottom: 2px solid #000; }
.hl-main:not([class*="mb"]) { margin-bottom: 70px; }

.hl-main,
.hl-1 {
	line-height: 1.65;
	font-size: 32px;
	font-style: 3.2rem;
	text-align: center;
}
.hl-2 {
	position: relative;
	line-height: 40px;
	margin: 0 0 1em;
	padding: 0 0 .3em;
	border-bottom: 1px solid #000;
	font-size: 25px;
	font-size: 2.5rem;
	}
	.hl-2:before {
		display: block;
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 70px;
		height: 5px;
		background: #006837;
		content: '';
	}

.hl-3 {
	line-height: 1.6;
	font-size: 30px;
	font-size: 3rem;
}

.hl-main#thank { border: none; }

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

  02_GTシリーズ
  03_新品製造
  04_再研磨
  05_切断再製造
  06_超硬廃材リサイクル
  08_採用情報
  14_コーティング加工
  他
  
  導入部、メリット、商品一覧

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

/* 導入部 */
.page-intro {
	width: 1020px;
	overflow: hidden;
	margin: 80px auto 100px;
	}
	/* layout */
	.page-intro .lead {
		float: left;
		width: 480px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	
	.page-intro .lead2 {
		float: left;
		width: 500px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.page-intro .lead3 {
		float: left;
		width: 495px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.page-intro .photo {
		float: right;
		width: 500px;
	}
	/* design */
	.page-intro .lead-heading {
		line-height: 49px;
		margin: 0 0 10px;
		font-size: 30px;
		font-size: 3rem;
	}
	.page-intro .lead :last-child {
		margin-bottom: 0;
	}


/* 商品の特長 */
.business-feature {
	overflow: hidden;
	margin: 0 0 110px;
	}
	
	/* item - layout */
	.business-feature-item  {
		width: 100%;
		min-width: 1020px;
		overflow: hidden;
		padding: 0 0 100px;
		color: #fff;
		text-align: center;
	}
	/* item - design */
		.business-feature-item .item-title:not([class*=mb]) {
			margin-bottom: 50px;
		}
		.business-feature-item .sales-copy {
			line-height: 1.65;
			font-weight: bold;
		}
		.business-feature-item .sales-copy:not([class*="fsize"]) {
			font-size: 32px;
			font-size: 3.2rem;
		}
		.business-feature-item .sales-copy:last-child { margin-bottom: 0; }
	
		/* メリット色分け */
		.business-feature-item.merit01 { background: #006837; }
		.business-feature-item.merit02 { background: #37993a; }
		.business-feature-item.merit03 { background: #136f93; }
	
		/* 補足情報 */
		.business-feature-info {
			display: table;
			width: 100%;
			height: 200px;
			padding: 10px 0;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
			background: #000;
			color: #fff;
			}
			.business-feature-info .inner {
				display: table-cell;
				text-align: center;
				vertical-align: middle;
			}
			.business-feature-info .item-title {
				line-height: 1.5;
				margin: 0;
				font-size: 36px;
				font-size: 3.6rem;
				font-weight: bold;
			}
			.business-feature-info :last-child {
				margin-bottom: 0;
			}


/* 商品一覧 */
.products {
	margin-bottom: 110px;
	}
	
	/* article - layout */
	.product-article:after {
		display: block;
		clear: both;
		height:0;
		content: "";
	}
	.product-article:not(:last-child) {
		margin: 0 0 85px;
	}
	.product-article.product-article-new {
		position: relative;
	}
	.product-article.product-article-new:before {
		content: "NEW";
		width: 66px;
		height: 66px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 21px;
		font-weight: 700;
		color: #fff;
		background: #ff0000;
		border-radius: 50%;
		position: absolute;
		right: calc(100% + 8px);
		top: -12px;
	}
	.product-article .col {
		float: left;
		width: 480px;
		margin: 0;
	}
	.product-article .col + .col { float: right; }
	.product-article .txt img + p { margin: 25px 0 0; }
	
	/* article - design */
	.product-article .spec { margin: 0; }
	.product-article .spec dt {
		line-height: 30px;
		margin: 0;
		padding: 0 12px;
		background: #e9e9e9;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.product-article .spec li {
		position: relative;
		margin: 20px 20px 0 0;
		}
		.product-article .spec li:nth-child(5n) { margin-right: 0; }
		.product-article .spec .popup {
			display: block;
			position: absolute;
			z-index: 100;
			top: -10px;
			right: inherit;
			left: 5px;
			width: auto;
			line-height: 1.5em;
			opacity: 0;
			visibility: hidden;
			-webkit-transition: opacity .2s linear;
			   -moz-transition: opacity .2s linear;
					transition: opacity .2s linear;
			border: 1px solid #000;
			background: #fff;
			font-size: 14px;
			font-size: 1.4rem;
			text-align: center;
		}
		.product-article .spec li:nth-child(4n) .popup,
		.product-article .spec li:nth-child(5n) .popup { right: 5px; left: inherit;}
		.product-article .spec li:hover .popup {
			opacity: 1;
			visibility: visible;
		}



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

  02_GTシリーズ

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

/* 他の商品 */
.gt-series-more-wrap {
	width: 100%;
	background: #006837;
	}
	.gt-series-more {
		display: table;
		width: 1020px;
		height: 150px;
		margin: 0 auto;
		color: #fff;
	}
	.gt-series-more .inner {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	.gt-series-more .inner li {
		margin: 0 30px;
		vertical-align: middle;
	}

.dl-area{
width:100%;
display: flex;
/**justify-content: space-between;**/
justify-content: center;
gap: 0 1.25%;
flex-wrap: wrap;
padding: 3% 0;
}

.btn-dl01{
width:32.5%;
}
.btn-dl01 img{
width:100%;
}

.btn-dl01 a:hover{
opacity: 0.7;
}

.dl-btnbox{
width:70%;
margin: 3% auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.dl-btnbox-01{
width:45%;
}
.dl-btnbox-01 img{
width:100%;
}

.dl-btnbox-01 a:hover{
opacity: 0.7;
}

.btn-dl-txt{
text-align: center;
font-size: 2rem;
margin: 3% 0;
}

.btn-allbox{
border: 1px solid #000;
}
/* ---------------------------------------------------

  03_新品製造
  #new-production

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

/* 商品の特長 */
.new-production-feature .business-feature-item { /* extend */
	padding-bottom: 90px;
	letter-spacing: .1em;
}

/* 商品一覧 */
.new-production-products .product-article:not(:last-child) { /* extend */
	margin-bottom: 70px;
}
.new-production-products .product-article .col + .col { /* extend */
	width: 500px;
}



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

  04_再研磨

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

/* お客様の声 */
.regrinding-voice {
	width: 100%;
	margin: 0 0 110px;
	padding: 90px 0 150px;
	background: #e9e9e9;
	text-align: center;
	}
	
	/* article - layout */
	.regrinding-voice .voice-article {
		width: 960px;
		overflow: hidden;
		margin: 0 auto 80px;
		padding: 30px;
		border: 3px solid #000;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		background: #fff;
		text-align: left;
	}
	.regrinding-voice .voice-article:last-child {
		margin-bottom: 0;
	}
	.regrinding-voice .voice-article .txt {
		float: right;
		width: 624px;
	}
	.regrinding-contents .voice-article .photo {
		float: left;
		width: 240px;
	}
	
	/* article - design */
	.regrinding-voice .voice-article .head {
		display: table;
		width: 100%;
		line-height: 1.6;
		margin: -.2em 0 0;
		font-size: 20px;
		font-size: 2rem;
		}
		.regrinding-voice .voice-article .head .col {
			display: table-cell;
			padding: 0;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		.regrinding-voice .voice-article .head .col:nth-child(1) {
			width: 60%;
			padding-right: 10px;
		}
		.regrinding-voice .voice-article .head .col:nth-child(2) {
			width: 40%;
			padding-left: 22px;
			border-left: 4px solid #44af35;
		}
		
		.regrinding-voice .voice-article .company {
			margin: 0 0 .1em;
			font-size: 20px;
			font-size: 2rem;
			font-weight: normal;
		}
		.regrinding-voice .voice-article .address {
			margin: 0;
			font-size: 15px;
			font-size: 1.5rem;
		}
		
	.regrinding-voice .voice-article .comment {
		margin: 10px 0 0;
		padding: 20px 0 0;
		border-top: 1px solid #666;
		}
		.regrinding-voice .voice-article .comment *:last-child {
			margin-bottom: 0;
		}

	
	
/* 商品一覧 */
.regrinding-products {
	margin-bottom: 160px;
	}
	/* list - layout */
	.regrinding-products-list {
		overflow: hidden;
		margin: 40px -40px 0 0;
	}
	.regrinding-products-list + .regrinding-products-list {
		margin-top: 100px;
		padding-top: 120px;
		border-top: 2px solid #000;
	}
	/* item - design */
	.regrinding-products-item {
		display: table;
		float: left;
		width: 490px;
		margin: 0 40px 25px 0;
		}
		.regrinding-products-item .col {
			display: table-cell;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
		}
		.regrinding-products-item:not(.last) .col {
			padding-bottom: 25px;
			border-bottom: 1px dotted #808080;
		}
		.regrinding-products-item .col:nth-child(1) {
			width: 280px;
			padding-right: 40px;
			padding-left: 30px;
			text-align: right;
			vertical-align: top;
		}
		.regrinding-products-item .col:nth-child(2) {
			width: 210px;
			vertical-align: middle;
		}
		.regrinding-products-item .col b {
			display: block;
			line-height: 1.6;
			font-size: 20px;
			font-size: 2rem;
			text-align: left;
		}
		.regrinding-products-item .col b:before {
			display: inline-block;
			color: #44af35;
			text-indent: -1em;
			content: '■';
		}
	
	.regrinding-products-item.full {
		width: 1020px;
		}
		.regrinding-products-item.full .col:nth-child(1) {
			width: 810px;
			text-align: left;
			vertical-align: middle;
		}
		.regrinding-products-item.full .col b {
			display: inline-block;
			margin-right: 60px;
		}
		.regrinding-products-item.full .col img {
			vertical-align: middle;
		}



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

  05_切断再製造

--------------------------------------------------- */
  .cut_seido{ width:1020px !important;
			margin:0 auto;
			}

.cut_seido td { border:none;
			text-align:right;}

.cut_seido th { border:none;
			text-align:left;}

  .cut_jirei{ width:1020px !important;
			margin:0 auto;}
			
.cut_jirei th {border:none;
			text-align:left;
			vertical-align:top;
			line-height:25px;}			
.cut_jirei td {border:none;
			text-align:left;
			vertical-align:top;}	

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

  06_超硬廃材リサイクル

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

/* 商品の特長 */
.recycling-feature { /* extend */
	margin-bottom: 0;
	}
	.recycling-feature figure {
		margin: 70px 0 35px;
	}

/* 超硬廃材 回収・買取要項 */
.essential-point-wrap {
	margin: 0 0 110px;
	padding: 120px 0 150px;
	background: #eee;
	text-align: center;
	}
	.essential-point .tbl-1 { /* extend */
		border-bottom: none;
		}
		.essential-point .tbl-1 th {
			width: 150px;
		}
		.essential-point .tbl-1 tbody tr:first-child th,
		.essential-point .tbl-1 tbody tr:first-child td {
			border-width: 0;
		}
		

/* 回収イメージ */
.recovery-wrap {
	margin: 0 0 150px;
}

/* 関連コンテンツへの誘導 */
.recycling-container .page-induction { /* extend */
	height: 280px;
}


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

  07_会社概要

--------------------------------------------------- */
/* 経営理念・社是 */
.company-philosophy {
	margin-bottom: 130px;
	}
	.philosophy-list {
		width: fit-content;
		margin: 0 auto;
		list-style: none;
		font-size: 2.5rem;
		padding: 0;
	}
	.philosophy-list li {
		text-indent: -1em;
		padding-left: 1em;
	}
	.philosophy-list li:before {
		content: "";
		width: 0.5em;
		height: 0.5em;
		background: currentColor;
		border-radius: 50%;
		margin-right: 0.5em;
		display: inline-block;
		vertical-align: middle;
	}
	.philosophy-list li + li {
		margin-top: 0.25em;
	}
	.philosophy-list-num {
		margin-right: 0.5em;
	}
	.philosophy-container {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.philosophy-item {
		width: 48%;
		margin: 0 1%;
	}
	.philosophy-item img {
		width: 100%;
	}

/* あいさつ */
.company-greeting {
	margin-bottom: 130px;
	}
	/* layout */
	.company-greeting .txt {
		float: left;
		width: 720px;
		padding-right: 30px;
	}
	.company-greeting .photo {
		float: right;
		width: auto;
		width: 200px;
		text-align: center;
	}
	/* design */
	.company-greeting .txt h3 {
		margin-right: -30px;
	}
	.company-greeting .txt :last-child {
		margin-bottom: 0;
	}
	.company-greeting .greeting-box + .greeting-box {
		margin-top: 7%;
		padding-top: 7%;
		border-top: 1px dotted #000;
	}
	.company-greeting .greeting-box .photo {
		margin-left: 30px;
		margin-bottom: 30px;
	}


/* 概要 */
.company-outline {
	margin-bottom: 130px;
	}
	/* layout */
	.company-outline .txt {
		float: none;
		width: 490px;
		margin: 0 auto 60px;
	}
	.company-outline .photo {
		float: right;
		width: 460px;
		margin: 0;
	}
	/* design */
	.company-outline dd {
		margin: -2.125em 0 0 11.5em;
	}
	.company-outline .map {
		clear: both;
		width: 870px;
		margin: 0 auto 70px;
	}
	#gmap-canvas {
		width: 870px;
		height: 500px;
		margin: 0 auto 10px;
		background: #e9e9e9;
	}
    
.hl-3#map {
    position: relative;
    line-height: 40px;
    margin: 0 0 1em;
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    border-bottom: none;
    padding: 0;
    }
    
.factory-area{
width:870px;
margin: 0 auto 70px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}   

.factory-area2{
width:870px;
margin: 120px auto 70px;
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
align-items: flex-end;
column-gap: 80px;
}  

.factory-box{
width:355px;
}

.factory-box2{
width:355px;
margin-right: 80px;
}

.factory-box3{
flex-grow: 1;
}
.factory-box4{
width:370px;
}

.f-kugiri-l{
border-left: 1px dotted #666666;
}

.f-kugiri-b{
border-bottom: 1px dotted #666666;
}
	
/* 沿革 */
.tbl-history {
	margin-bottom: 140px;
	}
	.tbl-history th {
		width: 210px;
		padding: 10px 15px;
		border-top-width: 1px;
		background: #333;
		color: #fff;
		font-weight: normal;
	}
	.tbl-history td {
		padding: 10px 35px;
		border-top-width: 1px;
		background: #fff;
	}

/* 設備 */
.company-equipment {
	margin-bottom: 140px;
	}
	/* layout */
	.company-equipment .columns:not(:last-child) { margin-bottom: 70px; }
	.company-equipment .col {
		float: left;
		width: 490px;
		margin: 0 0 70px;
	}
	.company-equipment .col:nth-child(2) { float: right; }
    
.aki-space{
margin-bottom: 70px;
} 

/* 設備表 */
.tbl-equipment {
	width: 100%;
	margin: 0;
	}
	.tbl-equipment thead th {
		background: #333;
		color: #fff;
		text-align: center;
		vertical-align: middle;
	}
	.tbl-equipment thead th:not(first-child) { border-left: 1px solid #fff; }
	.tbl-equipment thead:after {
		display: block;
		height: 20px;
		background: transparent;
		content: '';
	}
	.tbl-equipment tbody td {
		padding: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	.tbl-equipment tbody td:nth-child(2) {
		width: 70px;
		background: #e9e9e9;
		text-align: center;
	}
    
.setubi-photo-area{
text-align: center;
}    

.setubi-photo{
width:262px;
margin: 0 auto 40px;
font-size: 14px;
font-size: 1.4rem;
}
.setubi-photo img{
max-width: 100%;
}


/* 動画紹介 */
.company-about-us-video {
	padding: 65px 0 150px;
	background: #e9e9e9;
	text-align: center;
	}
	.company-about-us-video iframe {
		display: block;
		max-width: 1020px;
		margin: 40px auto 0;
	}

/* SDGS */

.title-sdgs{
width:60%;
margin: 0 auto;
}
.title-sdgs img{
width:100% !important;
max-width: 100% !important;
}

.sdgs-01{
width: 100%;
position: relative;
margin-bottom: 5%;
}

.slide-title{
width: 37.656%;
    max-width: 723px;
    position: absolute;
    top:35%;
    left: 31.172%;
    line-height: 100%;
}
.slide-title img{
width:100%;
}

.slider{
    display:flex;
    width:100vw;
    overflow: hidden;
}
.gazou {
    display:flex;
    animation-name: loop;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
}

.gazou img{
width:100%;
}

@keyframes loop {
    0% {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

.sd-area{
width:53.125%;
margin: 0 auto 5%;
}

.sd-top{
width:100%;
margin-bottom: 3%;
}
.sd-top img{
width:100%;
}

.sd-txt01{
text-align: center;
margin-bottom: 5%;
line-height: 170%;
}

.sd-title{
width:100%;
margin-bottom: 2%;
line-height: 100%;
}
.sd-title img{
width:100%;
}

.sd-box{
width:100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 3%;
line-height: 170%;
}

.sd-l{
width:19.3137%;
}
.sd-l img{
width:100%;
}

.sd-r{
width:76.47%;
}


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

.slide-title{
width: 60%;
    position: absolute;
    top:30%;
    left: 20%;
}

.sd-area{
width:90%;
margin: 0 auto 5%;
}

.sd-txt01{
text-align: left;
}

}
/* ---------------------------------------------------

  08_採用情報

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

.recruit-main h2 {
	border-top: 5px solid #44af35;
	border-bottom: 5px solid #44af35;
}

.recruit-main h2 img {
	width: 100%;
}

.recruit-lead {
	width: 1020px;
	margin: 100px auto 75px;
}

.recruit-lead-heading {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.78;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #44af35;
	text-underline-offset: 7px;
	text-decoration-thickness: 4px;
	margin-bottom: 50px;
}

.recruit-lead-heading strong {
	font-size: 40px;
	font-weight: 700;
}

.recruit-container {
	overflow: hidden;
}

.recruit-h2 {
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0.05em;
	padding-top: 50px;
	margin-bottom: 40px;
}

.recruit-h2:before {
	content: attr(data-eng);
	font-size: 84px;
	line-height: 1.0;
	color: #00a43b;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: -1;
}

.recruit-information {
	background: #eaeae9;
	padding: 60px 0 70px;
}

.recruit-information-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}
.recruit-information-list-item {
	width: calc((100% - 60px) / 4);
	background: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
}

.recruit-information-list-item figure {
	text-align: center;
}

.recruit-information-list-item h3 {
	text-align: center;
	color: #00a43b;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.1666;
	min-height: 2.3332em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.recruit-numbers {
	padding: 70px 0 100px;
}

.recruit-numbers-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.recruit-numbers-list-item {
	width: calc((100% - 40px) / 3);
}

.recruit-numbers-list-item > img {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	border: 4px solid transparent;
	box-sizing: border-box;
	transition: all 0.2s;
	cursor: pointer;
}

.recruit-numbers-list-item:hover > img,
.recruit-numbers-list-item.is-open > img {
	border-color: #ff7100;
}

.recruit-numbers-list-item__child {
	margin-top: 32px;
	width: calc(300% + 40px);
	border: 4px solid #ff7100;
	border-radius: 15px;
	position: relative;
	background: #fff;
	display: none;
	box-sizing: border-box;
}

.recruit-numbers-list-item__child:before,
.recruit-numbers-list-item__child:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 20px 8px;
	border-color: transparent transparent #ff7100 transparent;
	position: absolute;
	top: -20px;
	left: 15%;
}

.recruit-numbers-list-item__child:after {
	border-color: transparent transparent #fff transparent;
	top: -12px;
}

.recruit-numbers-list-item:nth-child(3n+2) .recruit-numbers-list-item__child {
	margin-left: calc(-100% - 20px);
}

.recruit-numbers-list-item:nth-child(3n+2) .recruit-numbers-list-item__child:before,
.recruit-numbers-list-item:nth-child(3n+2) .recruit-numbers-list-item__child:after {
	left: 0;
	right: 0;
	margin: auto;
}

.recruit-numbers-list-item:nth-child(3n) .recruit-numbers-list-item__child {
	margin-left: calc(-200% - 40px);
}

.recruit-numbers-list-item:nth-child(3n) .recruit-numbers-list-item__child:before,
.recruit-numbers-list-item:nth-child(3n) .recruit-numbers-list-item__child:after {
	left: auto;
	right: 15%;
}

.recruit-numbers-list-item__child-close {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #ff7100;
	color: #fff;
	border-radius: 50px;
	padding: 0 0.5em;
	font-weight: bold;
	cursor: pointer;
}

.recruit-numbers-list-item__child-inner {
	display: flex;
	align-items: flex-start;
	column-gap: 32px;
	padding: 50px 45px 60px 20px;
}

.recruit-numbers-list-item__child-thumb {
	width: 293px;
	flex-shrink: 0;
}

.recruit-numbers-list-item__child-txt {
	flex-grow: 1;
}

.recruit-numbers-list-item__child-txt h3 {
	border-bottom: 2px solid #000000;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.recruit-numbers-list-item__child-txt p {
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	line-height: 2.06;
}

.recruit-engage {
	background: #000;
	padding: 90px 0;
}

.recruit-engage a {
	text-align: center;
	display: block;
	transition: all 0.2s;
}

.recruit-engage a img {
	width: 100%;
}

.recruit-engage a:hover {
	opacity: 0.7;
}

/* 募集職種 */
.wanted-jobs {
	margin-top: -10px;
	margin-bottom: 100px;
	}
	/* list - layaout */
	.wanted-jobs-list {
		min-height: 280px;
		margin-bottom: 100px;
		padding: 0 0 0 380px;
		background: url(../img/08/jobs-img01.jpg) no-repeat 0 0;
	}
	
	/* item - layout */
	.wanted-jobs-item {
		display: table;
		width: 100%;
		margin-bottom: 14px;
		padding: 0 0 10px;
		border-bottom: 1px solid #b3b3b3;
		}
		.wanted-jobs-item:last-child {
			margin-bottom: 0;
		}
	
	/* item - design */
	.wanted-jobs-item [class^='item-'] {
		display: table-cell;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.wanted-jobs-item [class^='item-']:last-child {
	}
	.wanted-jobs-item .item-date {
		width: 18%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.wanted-jobs-item .item-title {
		width: 58%;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.wanted-jobs-item .item-link {
		width: 24%;
		text-align: right;
	}

/* 応募について */
.entry-info {
	margin-top: 70px;
	text-align: center;
	}
	.entry-info .page-induction {
		height: 160px;
		margin: 60px 0 80px;
	}
.entry-info-wrap {
	padding: 40px 0 70px;
	background: #e9e9e9;
	}
	.entry-info-wrap .page-induction-wrap {
		background: #fff;
	}


/* 先輩社員の声 */
.staff-voice-wrap {
	/**padding: 90px 0 150px;**/
	padding: 90px 0 0;
	background: #eee;
	text-align: center;
	}
	
	/* article - layout */
	.voice-article {
		width: 960px;
		margin: 0 auto 80px;
		padding: 30px 30px 10px;
		border: 3px solid #000;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		background: #fff;
		text-align: left;
	}
	.voice-article:last-child {
		margin-bottom: 0;
	}
	
	/* figure - layout */
	.voice-article .staff-name { /* 名前、部門 */
		overflow: hidden;
		}
		.voice-article .staff-name .photo {
			float:right;
			max-width: 240px;
			height: auto;
		}
		.voice-article .staff-name figcaption {
			float: left;
			width: 624px;
		}
	/* figure - design */
	.voice-article .staff-name dl {
		line-height: 1.8;
		margin: 10px 0 0;
		font-size: 20px;
		font-size: 2rem;
		}
		.voice-article .staff-name dt {
			margin: 0 0 0 10px;
			font-weight:normal;
		}
		.voice-article .staff-name dd {
			margin: -1.8em 0 40px 0;
			padding: 0 0 30px 8em;
			border-bottom: 1px solid #666;
		}
		.voice-article .staff-name dd:first-child {
			margin-top: 0;
			padding-left: 10px;
		}
		.voice-article .staff-name dd:last-child {
			margin-bottom: 0;
		}
		.voice-article .staff-name dd img {
			vertical-align: middle;
			margin-left: 15px;
		}
	
	/* item - layout */
	.staff-qa-item { /* 質疑応答 */
		display: table;
		width: 100%;
		height: 160px;
		padding: 10px 0;
		border-bottom: 1px dashed #666;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		}
		.staff-qa-item:last-child {
			border-bottom: none;
		}
		.staff-qa-item .item-title {
			display: table-cell;
			width: 210px;
			vertical-align: middle;
		}
		.staff-qa-item .item-txt {
			display: table-cell;
			padding: 0;
			vertical-align: middle;
		}
	/* item - design */
	.staff-qa-item .item-title h3 {
		position: relative;
		left: -30px;
		min-height: 90px;
		line-height: 34px;
		margin: 0;
		padding: 10px 10px 10px 30px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		background: #006837;
		color: #fff;
		font-size: 20px;
		font-size: 2rem;
		}
		/* 色分け */
		.label-1 .item-title h3 { background-color: #006837; }
		.label-2 .item-title h3 { background-color: #006886; }
		.label-3 .item-title h3 { background-color: #598100; }
	.staff-qa-item .item-txt :last-child {
		margin: 0;
	}




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

  09_募集職種

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

/* article - layout */
.job-article {
	position: relative;
	min-height: 200px;
	margin-bottom: 120px;
	padding: 0 0 0 290px;
	}
	.job-article:last-child {
		margin-bottom: 150px;
	}

/* article - design */
.job-article .hl-2 { /* extend */
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
}
.job-article .tbl-job th {
	width: 200px;
	padding-left: 12px;
	border-top: 1px solid #b3b3b3;
	background: #333;
	color: #fff;
	font-weight: normal;
}
.job-article .tbl-job td {
	padding-left: 24px;
	border-top: 1px solid #b3b3b3;
	background: #fff;
}




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

  12_加工技術紹介
  15_ニュースリリース
  
  記事詳細

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

.media-articles {
	}
	/* design */
	.media-article {
		margin: 0 0 80px;
	}
	.media-article + .media-article {
		margin-top: 120px;
	}
	
	.media-cat-title { /* カテゴリー名 */
		line-height: 40px;
		margin: 0 0 50px;
		padding: 12px 12px 10px;
		background: #e6e6e6;
		font-size: 27px;
		font-size: 2.7rem;
		font-weight: bold;
	}
	.media-article .article-title .date { /* 日付 */
		display: block;
		line-height: 40px;
		color: #006837;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
	}
	.media-article .article-body > :last-child {
		margin-bottom: 0;
	}
	.media-article .article-body img {
		max-width: 730px;
		height: auto;
	}
	.media-article .chapter-2 {
		margin: 90px 0 0;
		}
		.media-article .chapter-2 .heading {
			line-height: 40px;
			margin: 0 0 1em;
			padding: 0 0 10px;
			border-bottom: 1px dotted #000;
			font-size: 25px;
			font-size: 2.5rem;
			text-align: center;
		}



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

  11_技術情報

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

.technique-list {
	}
	/* item - layout */
	.technique-item {
		position: relative;
		min-height: 330px;
		margin-bottom: 80px;
		padding: 0 0 60px 540px;
	}
	.technique-item:last-child {
		margin-bottom: 150px;
	}
	
	/* item - design */
	.technique-item .photo {
		position: absolute;
		top: -10px;
		left: 0;
		width: 480px;
	}
	.technique-item .leading-txt,
	.technique-item .more-link {
		line-height: 2;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.technique-item .leading-txt {
		margin-bottom: 1.4em;
	}



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

  12_加工技術紹介

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

/* 12.導入部 */
.processing-technology-intro {
	width: 1020px;
	margin: 0 auto 70px;
	text-align: center;
}

/* 記事 サマリー */
.processing-technology-media .media-summary {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 50px;
	padding: 14px 14px 0;
	border: 1px solid #b3b3b3;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	background: #fff;
	}
	/* layaout */
	.processing-technology-media .media-summary .summary-photo {
		float: left;
		width: 460px;
		margin: 0 0 14px;
		background: #e6e6e6;
		text-align: center;
	}
	.processing-technology-media .media-summary .summary-detail {
		float: right;
		width: 490px;
		margin: 0 0 7px;
	}
	
	/* design */
	.processing-technology-media .media-summary .summary-photo img {
		max-width: 100%;
		height: auto;
	}
	.processing-technology-media .media-summary .cat {
		display: inline-block;
		min-width: 160px;
		line-height: 1.3;
		padding: 5px 0 2px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		background: #e9e9e9;
		text-align: center;
	}
	.processing-technology-media .media-summary .heading {
		line-height: 1.7;
		margin: .7em 0 5px;
		font-size: 23px;
		font-size: 2.3rem;
	}
	.processing-technology-media .media-summary .more-link {
		margin-right: -12px;
	}




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

  13_Q＆A

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

/* 13.導入部 */
.qa-intro {
	width: 1020px;
	margin: 0 auto 90px;
	}
	/* design */
	.qa-intro .leading-txt {
		line-height: 2;
		margin: 0 0 75px;
		text-align: center;
		}
	.qa-intro .qa-menu li:not(:last-child) { /* メニュー */
		margin: 0 10px 0 0;
	}


/* Q&A 本文 */
.qa-list {
	margin-bottom: 100px;
	}
	.qa-group .qa-list:last-child {
		margin-bottom: 140px;
	}
	
	/* list- design */
	.qa-list .content-title {
		margin-bottom: 80px;
		border-bottom: 2px solid #000;
		text-align: center;
		font-size: 27px;
		font-size: 2.7rem;
	}
	
	/* item - design */
	.qa-item dt:before,
	.qa-item dd:before {
		position: absolute;
		top: 5px;
		left: 12px;
		width: 36px;
		height: 48px;
		background: url(../img/13/icn-qa.png) no-repeat 0 0;
		content: '';
	}
	.qa-item dt { /* Q */
		position: relative;
		min-height: 60px;
		line-height: 40px;
		margin: 0;
		padding: 10px 0 5px 75px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		background: #eee;
		font-size: 23px;
		font-size: 2.3rem;
	}
	.qa-item dd { /* A */
		position: relative;
		margin: 30px 0 70px;
		padding: 0 0 0 75px;
		}
		.qa-item dd:before {
			top: -10px;
			background-position: -36px 0;
		}
		.qa-item dd:last-child {
			margin-bottom: 0;
		}
	
	

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

  14_コーティング加工

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

/* 特長 */
.coating-processing-feature-wrap {
	margin: 0 0 110px;
	padding: 60px 0 80px;
	background: #000;
}
.coating-processing-feature {
	color: #fff;
	}
	/* design */
	.coating-processing-feature	.leading-txt {
		line-height: 2.62;
		margin: 50px 0 0;
	}


/* 取り扱いコーディング例 */
.coating-example {
	}
	
	/* list - design */
	.coating-example-list .hl-2 { /* extend */
		margin-bottom: .8em;
	}
	.coating-example-list .leading-txt {
		margin: 0 0 50px;
	}
	
	
	/* item - layout */
	.coating-example-item {
		width: 940px;
		overflow: hidden;
		margin: 0 auto 80px;
	}
	.coating-example-item table {
		width: 690px;
		float: right;
		margin-bottom: 0;
	}
	.coating-example-item .photo {
		width: 185px;
		float: left;
	}
	/* item - design */
	.coating-example-item .tbl-1 { /* extend */ }
	.coating-example-item .tbl-1 th {
		width: 120px;
		text-align: center;
		vertical-align: middle;
	}


/* その他 */
.coating-example .other-info {
	margin: 0 0 140px;
	text-align: center;
	}
	/* design */
	.coating-example .other-info .leading-txt {
		margin: .5em 0 0;
		padding: .8em 0 0;
		border-top: 1px dotted #808080;
	}
	
	

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

  15_ニュースリリース

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

.news-media {
	margin-bottom: 150px;
}

/* item - layout */
.news-media-item {
	display: table;
	width: 100%;
	line-height: 1.8;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #b3b3b3;
	font-size: 14px;
	font-size: 1.4rem;
	}
	.news-media-item:first-child {
		padding-top: 0;
	}
	.news-media-item [class^='media-'] {
		display: table-cell;
		vertical-align: middle;
	}
	.news-media-item .media-date {
		width: 15%;
	}
	.news-media-item .media-cat {
		width: 17%;
		}
	.news-media-item .media-title {
		width: 68%;
	}
	.news-media-item .media-title .new {
		background: #f00;
		color: #fff;
		margin-left: 1em;
		padding: 0 0.5em;
		border-radius: 50px;
	}

/* item - design */
.news-media-item .media-cat span {
	display: inline-block;
	min-width: 100px;
	max-width: 8em;
	line-height: 20px;
	/**background: #e9e9e9;**/
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
}




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

  16_ダウンロード

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

.download-container > section:not(:last-child) {
	margin-bottom: 140px;
}

/* ボタン */
.dl-btns {
	}
	/* design */
	.dl-btns ul {
		list-style: none;
		margin: 0;
		padding: 0;
		letter-spacing: -.4em;
	}
	.dl-btns li {
		display: inline-block;
		margin: 0 24px 0 0;
		letter-spacing: normal;
		}
		.dl-btns .dl-btn:last-child {
			margin-right: 0;
		}
	.dl-btns + .dl-btns {
		margin-top: 30px;
		padding-top: 16px;
		border-top: 1px dotted #808080;
	}
	.dl-btns .caption {
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
	}


/* フォーマットダウンロード */
.dl-format {
	}
	
	/* list- desing */
	.dl-format-item-list {
		margin: 0 0 60px;
	}
	
	/* item - design */
	.dl-format-item {
		position: relative;
		margin: 0 0 30px;
		padding: 0 0 30px 386px;
		border-bottom: 1px solid #808080;
		}
		.dl-format-item > .name {
			display: block;
			position: absolute;
			top: 8px;
			left: 10px;
			width: 300px;
			font-size: 24px;
			font-size: 2.4rem;
			}
			.dl-format-item > .name:before {
				color: #44af35;
				content: '■';
			}
		
	/* 16.関連コンテンツへの誘導 */
	.dl-format .page-induction {
		height: 200px;
	}
	

/* カタログダウンロード */
.dl-catalog {
	}
	
	/* list- desing */
	.dl-catalog-list {
		position: relative;
	}
	
	/* item- desing */
	.dl-catalog-item {
		position: relative;
		overflow: hidden;
		margin: 0 0 80px;
		}
		/* laytout */
		.dl-catalog-item .item-detail {
			float: right;
			width: 580px;
		}
		.dl-catalog-item .item-photo {
			float: left;
			width: 350px;
		}
		
		/* design */
		.dl-catalog-item .name {
			display: block;
			line-height: 1.8;
			padding: 5px 10px;
			background: #e9e9e9;
			font-size: 23px;
			font-size: 2.3rem;
		}
		.dl-catalog-item .dl-btn {
			display: block;
			line-height: 1;
			padding: 40px 0;
			border-bottom: 1px dotted #808080;
		}
		.dl-catalog-item .dl-btn:last-child {
			border-bottom: none;
		}
	
	/* 16.関連コンテンツへの誘導 */
	.dl-catalog .page-induction {
		height: 200px;
	}


/* 採用エントリーシート */
.dl-recruit-entrysheet {
	}
	/* design */
	.dl-recruit-entrysheet .dl-btns {
		margin-bottom: 80px;
		text-align: center;
	}
	
	/* 選考プロセス */
	.selection-process-wrap {
		margin-top: 70px;
		padding: 70px 0;
		background: #000;
		color: #fff;
		text-align: center;
		}
		/* design */
		.selection-process h3 {
			line-height: 40px;
			font-size: 32px;
			font-size: 3.2rem;
		}
		.selection-process li {
			position: relative;
			line-height: 2;
			font-size: 23px;
			font-size: 2.3rem;
			}
			.selection-process ol > li:not(:last-child) {
				margin: 0 0 55px;
				padding: 0 0 30px;
				border-bottom: 1px solid #39b54a;
			}
			.selection-process ol > li:not(:last-child):after {
				position: absolute;
				left: 50%;
				bottom: -26px;
				width: 68px;
				height: 26px;
				margin: 0 0 0 -34px;
				background: url(../img/16/step-sprite.png) no-repeat -160px 0;
				content: '';
			}
			.selection-process li:before {
				display: block;
				width: 160px;
				height: 26px;
				margin: 0 auto 10px;
				background: url(../img/16/step-sprite.png) no-repeat 0 0;
				content: '';
				}
				.selection-process li:nth-child(2):before { background-position: 0 -26px; }
				.selection-process li:nth-child(3):before { background-position: 0 -52px; }
				.selection-process li:nth-child(4):before { background-position: 0 -78px; }





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

  17_問い合わせフォーム

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

.contact-form {
	width: 800px;
	margin: 0 auto 150px;
}

/* フォーム要素 */
textarea,
input[type='text'],
input[type='tel'],
input[type='email']
{
	width: 100%;
	padding: 4px;
	border: 1px solid #666;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
	display: inline-block;
	margin-right: 10px;
}
.form-el-zip,
.form-el-text,
.form-el-tel,
.form-el-email,
.form-el-upload {
	display: inline-block;
}
.form-el-textarea {
	display: block;
}
.form-el-zip .mwform-zip-field input:nth-child(1) { width: 3em; margin-left: 5px; }
.form-el-zip .mwform-zip-field input:nth-child(2) { width: 4em; }
.form-el-tel input { width: 4em; }


/* フォームテーブル */
.tbl-mailform {
	}
	/* table - design */
	.tbl-mailform th {
		width: 220px;
		padding: 12px 8px 12px 0;
		border: 1px solid #666;
		background: #eee;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: right;
		vertical-align: middle;
	}
	.tbl-mailform td {
		padding: 10px 20px;
		border: 1px solid #666;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.tbl-mailform .caution {
		color: #f00;
	}
	
	.tbl-mailform :not([class*='inlineBlk']) li + li {
		margin-top: 10px;
	}
	
	/* プラグインが出力するエラーメッセージのスタイル上書き */
	.contact-form .tbl-mailform .error { /* extend */
		display: inline-block;
		position: relative;
		margin: 15px 0 0;
		padding: 0 10px;
		border-radius: 6px;
		background: #f00;
		color: #fff;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.contact-form .tbl-mailform .error:before {
		display: block;
		position: absolute;
		top: -16px;
		left: 10px;
		width: 0;
		height: 0;
		border: 8px solid transparent;
		border-bottom-color: #f00;
		content: '';
	}

/* フォームボタン */
.form-btns {
	text-align: center;
	}
	.form-btns input {
		min-width: 250px;
		height: 52px;
		line-height: 52px;
		margin: 0 20px;
		border: none;
		background: #44af35;
		color: #fff;
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
		-webkit-appearance: none;
	}
	.form-btns input:active,
	.form-btns input:focus {
		padding: 0;
		border: none;
	}
	.form-btns input:hover {
		background: #006837;
	}
	/* 戻るボタン */
	.form-btns input[name='submitBack'] {
		background: #888;
	}
	.form-btns input[name='submitBack']:hover {
		background: #666;
	}

/* 確認画面 */
.mw_wp_form_confirm .entry-el {
	display: none;
}

/* 完了画面 */
.contact-complete .signature { /* 署名 */
	margin: 50px 0 100px;
	padding: 0 0 0 20px;
	border-left: 10px solid #666;
}

/*ボタン追加**/

.toi-btnbox{
width:38.958%;
margin: 0 auto 5%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.toi-btnbox-l{width:48%;}
.toi-btnbox-l img{width:100%;}

.toi-btnbox-r{width:48%;}
.toi-btnbox-r img{width:100%;}


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

  18_営業エリア

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

.business-area {
	text-align: center;
	}
	/* desing */
	.business-area .leading-txt {
		line-height: 1.7;
		margin: 0 0 .5em;
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: bold;
	}
	.business-area .area-map {
		margin: 60px 0 70px;
	}



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

  35_プライバシーポリシー

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

.page-intro_priv{
    width: 1020px;
    overflow: hidden;
    margin: 80px auto 70px;}

.page-intro_priv th { border-bottom:none;
		}
.page-intro_priv td { border-bottom:none;
		}

.priv-txt { margin:0 15px 10px;}

/*　商品紹介CMS -- 2017年7月追加 --　*/
.page-title img {
  width: 60%;
  margin: 0 auto;
  /*max-width: 200px;*/
}
.product-head {
  margin: 0 auto;
  padding: 2% 0;
  width: 90%;
  max-width: 1020px;
}
.product-head .logo {
  width: 40%;
  max-width: 283px;
  float: left;
  padding-top: 2%;
}
.product-head .logo img {
  width: 100%;
}
.product-head .product-contact {
  width: 40%;
  max-width: 290px;
  float: right;
  line-height: 24px;
  font-size: 1.5rem;
}
.product-head .product-contact-sm {
  display: none;
}
.product-head .product-contact {
  width: 40%;
  max-width: 290px;
  float: right;
  line-height: 24px;
  font-size: 1.5rem;
}
.product-head .product-contact img {
  width: 90%;
  max-width: 247px;
}
.product-page-title {
  width: 100%;
  max-height: 240px;
  margin: 0 0 7%;
  padding: 10% 0 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e9e9e9;
  text-align: center;
}
.product-bar {
  height: 80px;
  background-color: #000000;
}
.product-wrap .hl-2 {
  color: #000000;
}
.product-language {
  width: 90%;
  margin: 0 auto 6%;
  max-width: 1020px;
}
.product-language a {
  width: 30%!important;
  float: left;
  margin: 0 2.5% 6%;
}
.product-language a:first-child  {
  margin-left: 0;
}
.product-language a:last-child  {
  margin-right: 0;
}
.product-language a img {
  width: 100%;
}
.product-wrap {
  clear: both;
  width: 90%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  max-width: 1020px;
}
.product-wrap .hl-2 {
  margin: 0 0 1%;
}
.product-wrap .mini-language {
  width: 50%;
  max-width: 110px;
  float: right;
  margin-bottom: 2%;
}
.product-wrap .mini-language img {
  width: 100%;
}
.product-wrap .specification-wrap {
  border: 2px solid #006837;
  display: table;
  width: 100%;
  margin-bottom: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-wrap .specification-wrap .midashi {
  width: 20%;
  max-width: 250px;
  display: table-cell;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #006837;
  padding: 2% 0;
  text-align: center;
  vertical-align: middle;
}
.product-wrap .specification-wrap .specification {
  display: table-cell;
  padding: 2%;
  vertical-align: middle;
  line-height: 23px;
}
.product-wrap .image-wrap {
  width: 100%;
  display: table;
  margin-bottom: 2%;
}
.product-wrap .image-wrap .photo01 {
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #CCC;
  display: inline-table;
  vertical-align: middle;
  text-align: center;
  float: left;
}
.image-wrap .photo01 img {
  width: 100%;
}
.product-wrap .image-wrap .photo02 {
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #CCC;
  display: inline-table;
  vertical-align: middle;
  text-align: center;
  float: right;
}
.image-wrap .photo02 img {
  width: 100%;
}
.image-wrap .movie {
  width: 48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  float: right;
}
.product-wrap .character-wrap {
  border: 2px solid #000;
  display: table;
  width: 100%;
  margin-bottom: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0%;
}
.product-wrap .character-wrap .midashi {
  width: 20%;
  max-width: 250px;
  display: table-cell;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #000;
  padding: 2% 0;
  text-align: center;
  vertical-align: middle;
}
.product-wrap .character-wrap .character {
  display: table-cell;
  padding: 2%;
  vertical-align: middle;
  line-height: 23px;
}
.product-form-link {
  padding: 5% 0;
  text-align: center;
  background-color: #E9E9E9;
}
.product-form-link .txt {
  font-size: 24px;
  margin-bottom: 2%;
}
.product-form-link .button {
  width: 60%;
  margin: 0 auto;
  max-width: 360px;
}
.product-form-link .button img {
  width: 100%;
}
.product-foot {
  padding: 1% 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #4D4D4D;
  font-size: 12px;
}
.new-product-list {
  margin-bottom: 10%;
}
.new-product-item {
  margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px dotted #000;
}
		
@media (max-width: 1020px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	.page-intro .lead {
		float: left;
		width: 45% !important;
		font-size: 17px;
		font-size: 1.7rem;
margin-left:3%;
	}

	.page-intro .lead2 {
		float: left;
		width: 45% !important;
		font-size: 17px;
		font-size: 1.7rem;
margin-left:3% !important;
	}

	.page-intro .lead3 {
		float: left;
		width: 45% !important;
		font-size: 17px;
		font-size: 1.7rem;
		margin-left:3% !important;
	}	
	

	.product-article {
		margin: 0 3% 5% !important;
	}
	.product-article .col {
		float: left;
		width: 45% !important;
		margin: 0;
	}

/* 商品一覧 */
.new-production-products .product-article { /* extend */
	margin-bottom: 5% !important;
}
.new-production-products .product-article .col + .col { /* extend */
	width: 45% !important;
}



	.regrinding-products-list {
		overflow: hidden;
		margin: 40px 0 0 0;
	}


	/* item - design */
	.regrinding-products-item {
		display: table;
		float: left;
		width: 45%;
		margin: 0 3% 25px 0;
		}

		.regrinding-products-item.full .col:nth-child(1) {
			width: 620px;
			text-align: left;
			vertical-align: middle;
		}


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

  11_技術情報

--------------------------------------------------- */
	.technique-item {
		position: relative;
		min-height: 330px;
		margin-bottom: 80px;
		padding: 0 30px 60px 540px !important;
	}
/* ---------------------------------------------------

  14_コーティング加工

--------------------------------------------------- */
	/* list - design */
	.coating-example-list .hl-2 { /* extend */
		margin-bottom: .8em;
		margin-left:3% !important;
	}
	.coating-example-list .leading-txt {
		margin: 0 3% 50px !important;
	}


/* カタログダウンロード */

		.dl-catalog-item .item-photo {
			float: left;
			width: 350px;
			margin-left:3% !important;

		}


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

  13_Q＆A

--------------------------------------------------- */
	.qa-item dd { /* A */
		position: relative;
		margin: 30px 3% 70px;
		padding: 0 0 0 75px;
		}
		

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

  08_採用情報

--------------------------------------------------- */		
		
	.wanted-jobs-item .item-link {
		width: 24%;
		text-align: right;
		padding-right:3%;
	}

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

  07_会社概要

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

/* 経営理念・社是 */
	.philosophy-item {
		width: 98%;
		margin: 0 1%;
	}

/* あいさつ */

	.company-greeting .txt {
		float: left;
		width: 720px;
		padding-left: 3%;
	}
	.company-outline .txt th {
		vertical-align: top;
		padding-left:3%;
	}	
		

}
@media screen and (max-width: 800px) {
/**
.pc-only {
  display: none;
}
.sm-only {
  display: block;
}
**/
.product-head .product-contact {
  display: none;
}
.product-head .product-contact-sm {
  display: block;
}
.product-head .logo {
    width: 60%;
    max-width: none;
    float: none;
    margin: 3% auto;
    text-align: center;
}
.product-head .product-contact-sm {
    display: block;
    text-align: center;
    margin-top: 5%;
}
.product-head .product-contact-sm img {
    width: 50%;
}
.product-bar {
    height: 20px;
}
.page-title {
    width: 100%;
    height: auto;
    margin: 0 0 5%;
    padding: 5% 0;
}
.page-title img {
    width: 30%;
}
.product-language {
    width: 95%;
}
.page-title:not([class*=mb]) {
    margin-bottom: 5%;
}
.product-language {
    width: 50%;
    margin: 15% auto 0;
}
.product-language a {
    width: 60%!important;
    float: none;
    margin: 0 auto 5%;
}
.product-language a img {
    margin-bottom: 10%;
}
.product-wrap .hl-2 {
    font-size: 16px;
}
.product-wrap {
    clear: both;
    width: 95%;
    max-width: none;
    margin-top: 10%;
}
.product-wrap .specification-wrap {
    display: block;
    width: 100%;
    margin-bottom: 5%;
}
.product-wrap .specification-wrap .midashi {
    width: 100%;
    max-width: none;
    display: block;
    padding: 2% 0;
    font-size: 14px;
}
.product-wrap .specification-wrap .specification {
    font-size: 14px;
    width: 96%;
    display: block;
}
.product-wrap .character-wrap .character {
    display: block;
}
.product-wrap .image-wrap {
    display: block;
}
.product-wrap .image-wrap .photo01 {
    width: 100%;
    display: block;
    float: none;
}
.product-wrap .image-wrap .photo02 {
    width: 100%;
    display: block;
    float: none;
}
.image-wrap .movie {
  width: 95%;
  margin: 5% auto;
  display: flex;
  float: none;
}
.product-wrap .character-wrap {
  display: block;
  width: 100%;
  margin-bottom: 5%;
}
.product-wrap .character-wrap .midashi {
  width: 100%;
  max-width: none;
  display: block;
  padding: 2% 0;
  font-size: 14px;
}
.product-form-link .txt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5%;
}
.product-form-link .button {
    width: 70%;
    margin: 0 auto 5%;
}
.product-foot {
  padding: 5% 0;
}




}