/*
Theme Name: 赤川器物製作所 Ver2.1
Description: web site（レスポンシブ対応）
Author: the 誠晃舎
Author URI: http://www.sks-net.co.jp/
Version: 2.1
Text Domain: 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
a { outline:none !important; color:#000; text-decoration: none; }
a:focus { outline:none !important; color:#000; text-decoration:none; }
a:active { outline:none !important; color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
a:visit { color:#000; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
a:hover img {
	opacity:0.75;
}
address {margin-top:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {	margin-bottom: 20px;}
ul,ol {	list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden !important;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea {
	border-radius:0;
	-webkit-appearance: none;
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	font-size:16px;
	line-height:180%;
	min-width: 1000px;
	color:#4B4B4B;
}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
	clear:both;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------*/
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#000;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	z-index:1000;
}
header div {
	margin:0 auto;
	min-width: 1100px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}

/*------------------------------ ロゴ ----------*/
header h1 {
	position: relative;
	margin:0 0 0 10px;
	-webkit-transition:0.3s;
			transition:0.3s;
}
#panel-btn {
	display: none;
}

/*------------------------------ グローバルナビ ----------*/
#gnav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
			align-items: stretch;
}
#gnav ul li {
	position: relative;
	text-align: center;
}
#gnav ul li a,
#gnav ul li span {
	position: relative;
	display: block;
	padding:0 20px;
	margin:0;
	color:#fff;
	font-size: 16px;
	font-weight:700;
	line-height: 80px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#gnav ul li a:hover {
	text-decoration: underline;
}
#gnav ul li.b_inquiry span {
	background:#00938D;
	color:#fff;
	-webkit-transition:0.20s;
	        transition:0.20s;
}
/*
#gnav ul li.b_inquiry span:hover {
	background:#00635F;
	text-decoration: none;
}
*/
@media only screen and (max-width:1400px) {
	header h1 {
		width:180px;
	}
	header h1 img {
		width:100%;
		height:auto;
	}
	#gnav ul li a,
	#gnav ul li span {
		padding:0 20px;
		font-size: 14px;
	}
}
@media only screen and (max-width:1250px) {

	#gnav ul li a,
	#gnav ul li span {
		padding:0 15px;
		font-size: 13px;
	}
}

/*-- サブメニュー ------------------------------*/
#gnav ul li ul {
	position:absolute;
	top:100%;
	left:0;
	max-width:220px;
	min-width:220px;
	display:block;
	z-index: 10;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#gnav ul li ul li {
	position: relative;
	overflow: hidden;
	text-align:left;
	height: 0;
	width: 100%;
	background:#000;
	padding: 0 !important;
	-webkit-transition: 0.3s;
			transition: 0.3s;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#gnav ul li ul li a {
	line-height: 50px !important;
	font-size:14px !important;
	padding:0 10px;
	color:#00938D;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#gnav ul li ul li a:before {
	position: absolute;
	content:'';
	top:50%;
	right:20px;
	width:6px;
	height: 6px;
	margin-top:-3px;
	border-top:1px solid #00938D;
	border-right:1px solid #00938D;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}
#gnav ul li ul li a:after {
	display: none !important;
}
#gnav ul li:hover ul li {
	overflow: visible;
	height: 50px;
	border-bottom:1px solid rgba(0,0,0,0.05);
}
#gnav ul li ul li:hover a {}

#gnav ul li.b_inquiry ul li {
	background: #00938D;
}
#gnav ul li.b_inquiry ul li a {
	color:#fff;
}
#gnav ul li.b_inquiry ul li a:before {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}

.instagram {
	margin:0 20px;
}
.instagram a {
	background:url(img/parts/instagram.png) 50% 50% no-repeat;
	background-size:25px auto;
	text-indent:-9999px;
	width:25px;
}

/*-----------------------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------------------*/

footer {
	position: relative;
	background:url(img/parts/footer.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:50px 0 30px 0;
	color:#fff;
	font-size: 14px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	min-height:500px;
}
footer .logo-f {
	margin:0 auto 50px auto;
	text-align: center;
}
footer div.bx-footer {
	position: relative;
	width:1000px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

/*-- フッターナビ ------------------------------*/
#fnav {
	width:530px;
	display: -webkit-flex;
	display: flex;
}
#fnav ul {
	width:50%;
}
#fnav ul li {
	font-size:18px;
	line-height:200%;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#fnav ul li a {
	color:#fff;
}
#fnav ul li a:hover {
	text-decoration: underline;
}
#fnav ul li ul {
	margin-left:110px;
}
#fnav ul li ul li {
	width:100%;
	font-weight:normal;
}
.instagram-f a {
	display: block;
	position: relative;
	overflow: hidden;
	background:url(img/parts/instagram.png) 50% 50% no-repeat;
	background-size:25px auto;
	text-indent:-9999px !important;
	width:25px !important;
}

/*-- 住所 ------------------------------*/
.bx-address {
	width:254px;
	margin-bottom:100px;
}
.bx-address p {
	text-align: center;
	background:#fff;
	line-height: 30px;
	color:#000;
	margin-bottom:10px;
}
.bx-address dl {
	margin-bottom:20px;
}
.bx-address dl div {
	display: -webkit-flex;
	display: flex;
}
.bx-address dl div dt {
	margin-right:10px;
}
.mb_20 {
	margin-bottom:20px;
}

/*-- コピーライト ------------------------------*/
footer small {
	position: absolute;
	left:0;
	bottom:0;
	display: block;
}

/*-- ページトップへ
#pageUp {
	position: fixed;
	right:20px;
	bottom:20px;
	width:60px;
	height:60px;
	border-radius:50%;
	background:rgba(0,0,0,0.50);
	border:1px solid rgba(255,255,255,0.50);
	z-index: 5000;
}
#pageUp:after {
	position: absolute;
	content:'';
	top:50%;
	left:50%;
	width:20px;
	height:20px;
	margin:-5px 0 0 -12px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
#pageUp:hover {
	cursor: pointer;
}
 ------------------------------*/

/*-----------------------------------------------------------------------------------------
	トップページ
-----------------------------------------------------------------------------------------*/

/*-- 動画 ------------------------------*/
#mv {
	position: relative;
	clear:both;
	overflow: hidden;
	height:100vh;
	width:100%;
	min-width: 960px;

	background:#fff;
}
#mv:after {
	position: absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.30);
	z-index:1;
}
#logomark {
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:auto auto auto auto;
	width:542px;
	height:194px;
	z-index: 2;
}
/*
#mv video {
	position: absolute;
	/*可変時の高さはjavascriptで取得 
	width:1920px;
	height: 1080px;
	opacity: 0;
}
*/
#mv iframe {
	position:absolute;
	width:1920px;
	height: 1080px;
	opacity: 0;
}
@media only screen and (max-width:1020px) {
	#mv {
		height:97.8vh;
	}
}
#mv img {
	width:100%;
	height:auto;
}

/*-- タイトル背景 ------------------------------*/
.ttl_head {
	background: url(img/parts/bg-ttl02.png) 50% 0 no-repeat;
	background-size:cover;
	height:200px;
}
.ttl_tp {
	background: url(img/parts/bg-ttl02.png) 50% 0 no-repeat;
	background-size:cover;
	padding:40px 0 20px 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	color:#fff;
	text-align: center;
}
.ttl_tp h1 {
	font-size:51px;
	font-weight:700;
}
.ttl_tp h1 span {
	font-size:35px;
	display: inline-block;
}
.ttl_tp h1 div {
	font-size:20px;
	display: block;
	margin:20px 0 10px 0;
}
.ttl_tp dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	margin:0 auto;
}
.ttl_tp dl div {
	display: -webkit-flex;
	display: flex;
	margin:0 10px;
}
.ttl_tp dl div dt {
	margin-right:10px;
}
/*
#slider-prod {
	display: none;
}
*/

/*-- Googlemap ------------------------------*/
#gmap {
	height: 370px;
	width:100%;
}
#gmap iframe {
	width:100%;
	height:100%;
}

/*-- ものづくり ------------------------------*/
.list-manu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}
.list-manu section {
	position: relative;
	width:50%;
	height:463px;
}
.list-manu section img {
	width:100%;
	height: auto;
}

.manu01 {
	background: url(img/content/top/manu01.png) 50% 50% no-repeat;
	background-size:cover;
}
.manu02 {
	background: url(img/content/top/manu02.png) 50% 50% no-repeat;
	background-size:cover;
}
.manu03 {
	background: url(img/content/top/manu03.png) 50% 50% no-repeat;
	background-size:cover;
}
.manu04 {
	background: url(img/content/top/manu04.png) 50% 50% no-repeat;
	background-size:cover;
}

.list-manu section .ttl-menu {
	position: absolute;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.50);
	height:185px;
	width:100%;
	color: #fff;
	font-size:35px;
	font-weight:700;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition:	0.6s;
			transition:	0.6s;
}
.list-manu section:hover .ttl-menu {
	opacity:0;
}
.list-manu section:nth-child(2n-1) h2 {
	position: absolute;
	top:35%;
	right:15%;
	text-align: center !important;
}
.list-manu section:nth-child(2n) h2 {
	position: absolute;
	top:35%;
	left:15%;
	text-align: center !important;
}
.list-manu section h2 span {
	font-size:21px;
	display: block;
	margin-top:20px;
}

.list-manu section a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

.list-manu section .title {
	font-size:66px;
	font-weight:bold;
	color:#00938D;
	-webkit-text-shadow: 0 0 7px rgba(0,0,0,0.10);
			text-shadow: 0 0 7px rgba(0,0,0,0.10);
}
.list-manu section .notice {
	font-size:18px;
	color:#fff;
	text-align: center;
	-webkit-text-shadow: 0 0 7px rgba(0,0,0,0.50);
			text-shadow: 0 0 7px rgba(0,0,0,0.50);
}
.list-manu section .mask {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(0,0,0,0.50);
	-webkit-transition:0.6s;
			transition:0.6s;
}
.list-manu section:hover .mask {
	opacity:1;
}
.list-manu section .title,
.list-manu section .notice {
	position: absolute;
	right:0;
	left:auto;
	width:55%;
	text-align: center;
	margin:auto auto auto auto;
	-webkit-transition:	0.6s;
			transition:	0.6s;
}
.list-manu section:nth-child(2n) .title {
	right:auto;
	left:0;
}
.list-manu section .title {
	top:32%;
}
.list-manu section:hover .title {
	top:36%;
}
.list-manu section .notice {
	bottom:32%;
}
.list-manu section:hover .notice {
	bottom:36%;
}
.list-manu section:nth-child(2n) .notice {
	right:auto;
	left:0;
}

/*-- 製品一覧 ------------------------------*/
#wrap-products {
	position: relative;
	clear:both;
	overflow: hidden;
	padding:80px 0 0 0;
}
#wrap-products h1 {
	font-size:35px;
	font-weight:700;
	color:#000;
	text-align:center;
	line-height:150%;
	margin-bottom:0;
}
#wrap-products h1 span {
	display: block;
	text-align: center;
	font-size:21px;
	color:#707070;
}
.list-category {
	display: -webkit-flex;
	display: flex;
}
.list-category li {
	position: relative;
	overflow: hidden;
	width:25%;
	padding: 50px 0 50px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-category li span {
	position: absolute;
	bottom:20px;
	width:100%;
	display: block;
	text-align: center;
	font-size:21px;
	color:#707070;
}
.list-category li:hover span {
	bottom:40%;
	color:#fff !important;
	z-index:10;
}
.list-category li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
	z-index: 20;
}
.list-category li:before {
	position: absolute;
	content:'';
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.60);
	-webkit-transform-origin:left top;
			transform-origin:left top;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: transform 0.5s;
			transition: transform 0.5s;
	z-index:1;
}
.list-category li:hover:before {
	transform-origin:left top;
	transform:scale(1, 1);
	z-index:1;
}

/*-- デジタルカタログ ------------------------------*/
#wrap-catalog {
	position: relative;
	overflow: hidden;
	background: url(img/parts/bg-ttl02.png) 50% 0 no-repeat;
	background-size:cover;
	padding:40px 0 20px 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	color:#fff;
	text-align: center;
}
#wrap-catalog h1 {
	font-size:35px;
	font-weight:700;
	color:#fff;
	text-align:center;
	line-height:150%;
	margin-bottom:0;
}
#wrap-catalog h1 span {
	display: block;
	text-align: center;
	font-size:21px;
	color:#fff;
}
#wrap-catalog a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*-- お知らせ ------------------------------*/
#wrap-news {
	position: relative;
	clear:both;
	overflow: hidden;
	padding:80px 0;
}
.bx-news {
	position: relative;
	width:1000px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-news h1 {
	font-size:35px;
	font-weight:700;
	color:#000;
	text-align:center;
	line-height:150%;
	margin-bottom:35px;
}
.bx-news h1 span {
	display: block;
	font-size:21px;
	color:#707070;
}
.bx-news dl {
	margin-bottom:50px;
}
.bx-news dl div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom:3px dotted #808080;
	padding:20px 10px;
	font-size:15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-news dl div dt {
	width:17%;
	border-right:1px solid #707070;
}
.bx-news dl div dd {
	width:77%;
	text-align:left;
	overflow:hidden;
}
.bx-news dl div dd a:hover {
	text-decoration: underline;
}
.more-news {
	position:relative;
	width:434px;
	line-height:70px;
	text-align:center;
	margin:0 auto;
}
.more-news a {
	display: block;
	color:#000;
	font-size:20px;
	line-height:70px;
	border:1px solid #707070;
}
.more-news a:hover {
	color:#fff;
	
}
.more-news a::before {
	position: absolute;
	content:'';
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.60);
	-webkit-transform-origin:left top;
			transform-origin:left top;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: transform 0.3s;
			transition: transform 0.3s;
	z-index:-1;
}
.more-news a:hover:before {
	transform-origin:left top;
	transform:scale(1, 1);
}

/*-- instagram ------------------------------*/
.bx-instagram {
	position:relative;
	clear:both;
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	padding:0 0 100px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-instagram p {
	margin-bottom:100px;
}

/*-----------------------------------------------------------------------------------------
	下層ページ共通
-----------------------------------------------------------------------------------------*/

article {
	position: relative;
}

/*-- ページタイトル ------------------------------*/
#ttl {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 520px;
	margin-bottom:100px;
	text-align: center;
}
#ttl h1 {
	width:1000px;
	margin:0 auto;
	color:#fff;
	font-size:50px;
	font-weight:700;
	letter-spacing: 4px;
	padding:250px 10px 0 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#ttl h1 span {
	margin-top:30px;
	display: block;
	font-size:25px;
}

/*-- コンテンツエリア ------------------------------*/
#contents {
	position: relative;
	width:1000px;
	margin:0 auto;
}

/*-- ボタン ------------------------------*/
.more {
	width:434px;
	line-height:70px;
	background:#00938D;
	text-align: center;
	font-size:25px;
	margin:0 auto 100px auto;
}
.more a {
	display: block;
	color:#fff;
}

/*-----------------------------------------------------------------------------------------
	プライバシーポリシーページ
-----------------------------------------------------------------------------------------*/

.t_privacy_policy {
	background:url(img/content/privacypolicy/bg_privacypolicy.jpg) 50% 0 no-repeat;
	background-size:cover;
}
#privacy_policy div {
	margin-bottom:70px;
}
#privacy_policy h2 {
	font-size:25px;
	font-weight:700;
	padding-bottom:20px;
	margin-bottom:20px;
	color:#00938D;
	border-bottom:1px solid #000;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------
	よくある質問ページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_faq {
	background:url(img/content/faq/bg_faq.jpg) 50% 0 no-repeat;
	background-size:cover;
}
.t_faq_md {
	font-size:25px;
	font-weight:700;
	margin-bottom:40px;
	line-height:100%;
	padding:20px;
	color: #fff;
	background:#9D9D9D;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.tm_top {
	margin:-20px 0 30px 0 !important;
}
.ttl-faq {
	font-size:25px;
	margin-bottom:40px;
	line-height:180%;
	text-align: center;
}

/*-- FAQ一覧 --------------------------------------*/
.list-faq {
	position: relative;
	margin-bottom:100px;
}
.list-faq div {
	position: relative;
	padding: 10px 0;
	border-bottom:1px solid #707070;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-faq div dt {
	position: relative;
	font-size:20px;
	font-weight: 700;
	line-height: 150%;
	padding: 20px 55px 15px 50px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-faq div dt:before {
	position: absolute;
	content:'';
	top:50%;
	left:10px;
	border-top: 1px solid #4B4B4B;
	border-right: 1px solid #4B4B4B;
	width:10px;
	height:10px;
	margin-top:-5px;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-transition: 0.2s;
			transition: 0.2s;
}
.list-faq div dt:hover {
	cursor: pointer;
	opacity: 0.7;
}
.list-faq div dd {
	display: none;
	position: relative;
	line-height: 180%;
	padding: 0 50px 50px 50px;
	color:#333;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.list-faq div dd a {
	text-decoration: underline !important;
	color:#0000ff !important;
}

/*-- slidetoggle --*/
.list-faq div.sel dt:before {
	top:45%;
	left:10px;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}

/*-- お問い合わせフォーム --*/
.more-contact {
	width:434px;
	line-height:70px;
	background:#00938D;
	text-align: center;
	font-size:25px;
	margin:0 auto 100px auto;
}
.more-contact a {
	display: block;
	color:#fff;
}

/*-----------------------------------------------------------------------------------------
	お問い合わせページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_inquiry {
	background:url(img/content/inquiry/bg_inquiry.jpg) 50% 0 no-repeat;
	background-size:cover;
}
.ttl-inquiry {
	font-size:25px;
	margin-bottom:40px;
	line-height:180%;
	text-align: center;
}

/*-- お問い合わせについての注意 ------------------------------*/
.list-inquiry {
	margin-bottom:100px;
}
.list-inquiry li {
	margin-left:25px;
	list-style:disc;
	font-size:20px;
	line-height:180%;
}

/*-- 問い合わせ・注文フォームフォーム ------------------------------*/
.inquiryForm {
	position: relative;
	margin:0 auto;
	width:1000px;
}
.inquiryForm div {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
			align-items:center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	border-bottom:1px solid #4B4B4B;
}
.inquiryForm div dt {
	padding:15px 70px 15px 0;
	width:20%;
}
.inquiryForm div dd {
	padding:15px 0;
	width:75%;
}
.inquiryForm div dt,
.inquiryForm div dd {
	position:relative;
	font-size:15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryForm div dd p {
	margin:0 0 20px 0;
}

/*-- text --*/
.inquiryForm div dd input[type="text"],
.inquiryForm div dd input[type="email"] {
	width:100%;
	height: 50px;
	line-height: 50px;
	padding:0 10px;
	display: inline-block;
	background:#fff;
	font-size: 16px;
	border:1px solid #707070;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.inquiryForm div dd.zip input[type="text"] {
	width:40%;
	padding:0 10px;
	display: inline-block;
}
.inquiryForm div dd.products input[type="text"] {
	width:50% !important;
	padding:0 10px;
	margin:0 0 0 20px;
	display: inline-block;
	text-align: right !important;
}

/*-- textarea --*/
.inquiryForm div dd textarea {
	display: block;
	width:100%;
	min-height: 200px;
	padding:10px;
	border:1px solid #707070;
	font-size: 16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-- radio --*/
.inquiryForm label {
	margin-right:50px;
	display:inline-block;
}
.inquiryForm label:hover {
	cursor:pointer;
}
.inquiryForm div dd input[type="radio"] {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -100%;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 11px 10px 12px 0;
    outline: none;
    border-radius: 10%;
	-webkit-appearance: none;
    		appearance: none;
}
.inquiryForm div dd input[type="radio"] {
    border-radius: 50%;
}
.inquiryForm div dd input[type="radio"]:checked:before {
    transform: scale(1);
}
.inquiryForm div dd input[type="radio"]:before {
    content: '';
	margin:-2px 0 0 -2px;
    width: 20px;
    height: 20px;
	display: block;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: 0.2s;
			transition: 0.2s;
}
.inquiryForm div dd input[type="radio"] {
    border:2px solid #4B4B4B;
}
.inquiryForm div dd input[type="radio"]:checked:before {
    background:#4B4B4B;
}

/*-- 必須 --*/
.h:after {
	position: absolute;
	top:50%;
	right:0;
	content:'必須';
	text-align: center;
	color:#fff;
	width:60px;
	background:#EE6464;
	line-height:32px;
	border-radius: 5px;
	font-size:16px;
	margin-top:-16px;
}

/*-- 任意 --*/
.n:after {
	position: absolute;
	top:50%;
	right:0;
	content:'任意';
	text-align: center;
	color:#fff;
	width:60px;
	background:#9D9D9D;
	line-height:32px;
	border-radius: 5px;
	font-size:16px;
	margin-top:-16px;
}
.error {
	display: block;
	margin:10px 0 0 0;
	color:#ff0000;
}
.bx-complete {
	position: relative;
	width:700px;
	margin: 0 auto 100px auto;
}
.ttl-sendmail {
	font-size:24px;
	letter-spacing: 3px;
	color:#333;
	margin:40px auto;
	text-align: center;
}
.send-box {
	position: relative;
	clear:both;
	overflow: hidden;
	margin:40px 0;
	border-radius: 5px;
	width:100%;
	padding:20px 0;
	text-align:center;
}
.send-box input[type="submit"] {
	border:none;
	background:#00938D;
	color:#fff;
	width:434px;
	height:70px;
	line-height:70px;
	font-size: 25px;
	margin-bottom:100px;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.send-box input[type="submit"]:hover {
	background:rgba(0,147,141,0.70);
	cursor: pointer;
}
.send-box p {
	margin:0;
}
.bx-captcha p {
	margin-bottom:10px !important;
}
.bx-captcha img {
	position: relative;
	padding:10px;
	display: block;
	width:100px;
	height:auto;
	border:1px solid #000;
	border-radius: 5px;
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------------------------
	会社案内ページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_company {
	background:url(img/content/company/bg_company.jpg) 50% 0 no-repeat;
	background-size:cover;
}
#company section h1 {
	text-align: center;
	font-size:40px;
	font-weight:700;
	margin-bottom: 50px;
}

/*-- 代表挨拶 ------------------------------*/
#message {
	margin-bottom: 100px;
}
#message h2 {
	text-align: center;
	font-size:35px;
	font-weight:700;
	margin-bottom: 50px;
}
#message h2 br {
display:none;
}
#message p {
	text-align: center;
	line-height:200%;
	font-size:18px;
	margin-bottom:50px;
}
/*-- CEO紹介 --*/
.bx-ceo {
	position: relative;
	width:510px;
	margin:0 auto 50px auto;
}
.bx-ceo img {
	display: block;
	margin-bottom: 10px;
}
.bx-ceo p {
	text-align:left !important;
	font-size:18px;
	font-weight:700;
}

/*-- 会社概要 ------------------------------*/
.profTable {
	margin-bottom:100px;
	border-top:1px solid #b5b5b5;
}
.profTable th,
.profTable td {
	font-size:20px;
	vertical-align: middle;
	text-align: left;
	border-bottom:1px solid #b5b5b5;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.profTable th {
	background:#f2f2f2;
	border-right:1px solid #b5b5b5;
	padding:15px 0 15px 40px;
	width:30%;
}
.profTable td {
	background:#fff;
	padding:15px 0 15px 40px;
	width:70%;
}

/*-- 所在地 ------------------------------*/
.bx-location {
	margin-bottom:50px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.bx-location div {
	width:45%;
	margin-bottom:50px;
}
.bx-location p {
	background:#333;
	line-height: 40px;
	color:#fff;
	font-size:18px;
	padding:0 15px;
	margin-bottom:10px;
}
.bx-location dl {
	margin-bottom:20px;
	display: -webkit-flex;
	display: flex;
}
.bx-location dl div {
	display: -webkit-flex;
	display: flex;
	width:auto !important;
	margin:0 20px 0 0 !important;
}
.bx-location dl div dt {
	margin-right:10px;
}
.bx-location iframe {
	width:100%;
}
.mb_45 {
	margin-bottom:45px;
}

/*-----------------------------------------------------------------------------------------
	設備紹介ページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_facility {
	background:url(img/content/facility/bg_facility.jpg) 50% 0 no-repeat;
	background-size:cover;
}
#facility section h1 {
	text-align: center;
	font-size:40px;
	font-weight:700;
	margin-bottom: 50px;
}

/*-- 設備一覧（リスト） ------------------------------*/
.list-facility {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}
.list-facility li {
	position: relative;
	width:30%;
	margin:0 5% 5% 0;
}
.list-facility li:last-child {
	width:65.4%;
}
.list-facility li:nth-child(3n){
	margin-right:0;
}
.list-facility li dl {
	margin-top:10px;
}
.list-facility li dl div {
	display: -webkit-flex;
	display: flex;
	font-size:14px;
}
.list-facility li dl div dt {
	width:45%;
	font-weight:700;
}
.list-facility li dl div dd {
	width:55%;
}

.img-facility {
	position: relative;
}
.mask-facility {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(1,98,94,0.80);
	-webkit-transition:	0.3s;
			transition:	0.3s;
}
.mask-facility .bx-facility {
	margin:10px;
	height: calc(100% - 20px);
	border:1px solid #fff;
	padding:30px 10px 10px 10px;
	color:#fff;
	text-align: center;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.mask-facility .bx-facility h3 {
	font-size: 16px;
	font-weight:700;
	padding-bottom: 10px;
	margin-bottom:10px;
	width:100%;
	border-bottom:2px solid #fff;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.mask-facility .bx-facility p {
	font-size:14px;
	width:100%;
	line-height:160%;
}

.btn {
	position: absolute;
	bottom:20px;
	left: 50%;
	width:20px;
	height:20px;
	margin-left:-10px;
	border-radius:50%;
	background:#00938D;
	z-index: 10;
}
.btn:before {
	position: absolute;
	content: '';
	top:8px;
	left: 6px;
	width:6px;
	height:6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.btn:hover {
	cursor: pointer;
}
.view-sel {
	bottom:auto !important;
	top:18px;
}
.view-sel:before {
	top:5px;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}

.view {
	opacity: 1 !important;
}

/*-- 設備一覧（テーブル） ------------------------------*/
.facilityTable {
	margin-bottom:100px;
}
.facilityTable caption {
	text-align: right;
	margin-bottom:10px;
	font-size:20px;
}
.facilityTable th,
.facilityTable td {
	font-size:18px;
	vertical-align: middle;
	border-bottom:1px solid #707070;
	padding:15px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.facilityTable th {
	background:#707070;
	border-right:1px solid #fff;
	text-align: center;
	color:#fff;
}
.facilityTable th:first-child,
.facilityTable th:nth-child(2) {
	width:44%;
	padding-left:30px;
}
.facilityTable th:last-child {
	width:12%;
	border-right:0;
}
.facilityTable td:first-child,
.facilityTable td:nth-child(2) {
	padding-left:30px;
}
.facilityTable td:last-child {
	text-align: center;
	border-right:0;
}
.facilityTable tr:nth-child(2n) {
	background:#F2F2F2;
}

/*-----------------------------------------------------------------------------------------
	政策の流れページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_flow {
	background:url(img/content/flow/bg_flow.jpg) 50% 0 no-repeat;
	background-size:cover;
	margin-bottom:0 !important;
}
.t_flow h1 {
	padding-top:230px !important;
}
.t_flow p {
	font-size:21px;
	color:#fff;
	margin-top:20px;
	line-height:180%;
}

#flow section h1 {
	text-align: center;
	font-size:40px;
	font-weight:700;
	margin-bottom: 50px;
}
.bx-flow {
	padding:100px 0;
	margin:0 auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}


/*-- 絞り加工とは ------------------------------*/
#flow01 {
	background:#f2f2f2;
}
#flow01 p {
	text-align: center;
	margin-bottom:50px;
	line-height:180% !important;
}

/*-- 絞り加工のメリット ------------------------------*/
#flow01 h2 {
	font-size:40px;
	font-weight:700;
	color:#00938D;
	text-align:center;
	margin-bottom:30px;
}
.list-merit {
	width:1000px;
	margin:0 auto;
	display: table;
	border-collapse: separate;
	border-spacing: 10px 0;
}
.list-merit li {
	position: relative;
	font-size:16px;
	font-weight:700;
	width:30%;
	color:#fff;
	margin:0 10px;
	display: table-cell;
	vertical-align: middle;
	padding:20px;
	background:#00938D;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-merit li em {
	font-size:24px;
}

/*-- 製品一覧ボタン --*/
.more-products {
	width:434px;
	line-height:70px;
	background:#00938D;
	text-align: center;
	font-size:25px;
	margin:50px auto;
}
.more-products a {
	display: block;
	color:#fff;
}

/*-- 流れ ------------------------------*/
#flow02 {
	padding: 80px 0;
	background:#f2f2f2;
}
.bx-flow-in {
	margin-bottom: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: center;
			justify-content: center;
}
.bx-flow-in p {
	margin: 0 0 0 20px;
	font-size:21px;
	font-weight:700;
}

/*-- 製造工程 --*/
.list-flow {
	margin-bottom:100px;
}
.list-flow li {
	padding: 40px 0;
	border-bottom: 1px dotted #40918C;
	margin:0 auto;
	width:1000px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
/*-- No --*/
.list-flow li .no {
	width:164px;
	height:164px;
	background: #fff;
	border: 1px solid #40918C;
	padding:40px 0 0 0;
	text-align: center;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-flow li .no em {
	color:#40918C;
	font-weight: bold;
	font-size:20px;
	display: block;
}
.list-flow li .no em span {
	font-size:40px;
}

/*-- img --*/
.bx-img-flow {
	width:204px;
}
.bx-img-flow img {
	width:100%;
	height:auto;
	display: block;
}
.bx-img-flow img:nth-child(2) {
	margin-top:10px;
}

/*-- 説明 --*/
.list-flow li p {
	background:#fff;
	border-radius: 10px;
	padding:20px;
	margin:0;
	width:581px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-flow li:last-child p {
	width:800px;
}

/*-- 動画 ------------------------------*/
.bx-movie {
	margin:0 auto;
	width:1000px;
}
.bx-movie p {
	font-size:25px;
}
.bx-movie img {
	width:1000px;
	height: auto;
}
.y-moive {
	position: relative;
	padding-top:56.25%;
}
.y-moive iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*-- 動画一覧 ------------------------------*/
#flow03 {
	padding: 80px 0;
	background:url(img/content/flow/bg_movie_other.jpg) 0 50% no-repeat;
	background-size:cover;
}
.bx-movie-list {
	background:#fff;
	width:1000px;
	margin:0 auto 100px auto;
}
.bx-movie-list h1 {
	color: #fff;
	font-size:25px !important;
	font-weight:700;
	background:#00938D;
	text-align: center;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.list-movie {
	margin:30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-movie .ttl-movie {
	font-size:25px;
	font-weight:700;
}
.list-movie div {
	position: relative;
	width:30%;
	margin:0 5% 5% 0;
}
.list-movie div:before {
	position: absolute;
	content:'';
	top:50%;
	left:50%;
	margin:-45px 0 0 -43px;
	background:#707070;
	width:86px;
	height:50px;
	border-radius: 10px;
}
.list-movie div:after {
	position: absolute;
	content:'';
	top:50%;
	left:50%;
	margin:-30px 0 0 -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #ffffff;
}
.list-movie div:nth-child(3n) {
	margin-right:0;
}
.list-movie div img {
	width:100%;
	height:auto;
	display: block;
	margin:0 0 5% 0;
}
.list-movie div a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*-- 動画一覧ボタン --*/
.more-movie {
	position: relative;
	width:350px;
	text-align: center;
	font-size:38px;
	margin:0 auto 100px auto;
	border:2px solid #333;
}
.more-movie a {
	display: block;
	line-height:70px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------
	OEMページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_oem {
	background:url(img/content/oem/bg_oem.jpg) 50% 0 no-repeat;
	background-size:cover;
	margin-bottom:0 !important;
}
.t_oem h1 {
	padding-top:230px !important;
}
.t_oem p {
	font-size:21px;
	color:#fff;
	margin-top:20px;
	line-height:180%;
}

#oem section h1 {
	text-align: center;
	font-size:40px;
	font-weight:700;
	margin-bottom: 50px;
}

/*-- お客様へのメッセージ ------------------------------*/
#oem01 {
	padding:100px 0 0 0;
	background:#f2f2f2;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#oem01 p {
	text-align: center;
	margin-bottom:50px;
	line-height:180% !important;
}
#oem01 h2 {
	font-size:35px;
	font-weight:700;
	color:#00938D;
	text-align:center;
	margin-bottom:100px;
	line-height:150%;
}

.bx-oem-message {
	padding:50px 0;
	text-align: center;
	background:url(img/content/oem/bg_oem_message.jpg) 50% 0 no-repeat;
	background-size:cover;
}
.bx-oem-message p {
	color:#fff;
	line-height:90px;
	border-radius:90px;
	font-size:25px;
	background: #333;
	margin:90px auto 0 auto;
	width:1000px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-- お客様へのメッセージ ------------------------------*/
#oem02 {
	padding:100px 0;
	margin:0 auto;
	background:#fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#oem02 h1 {
	font-size:35px;
	font-weight:700;
	text-align:center;
	margin-bottom:50px;
	line-height:150%;
}
#oem02 h1 br {
	display: none;
}
#oem02 dl {
	margin:0 auto;
	width:1000px;
}
#oem02 dl div {
	position: relative;
	margin:0 0 70px 20px;
	border:1px solid #707070;
}
#oem02 dl div dt {
	position: absolute;
	top:-25px;
	left:-20px;
	background:#4b4b4b;
	line-height:50px;
	border-radius:50px;
	color:#fff;
	font-size: 20px;
	font-weight:700;
	width:200px;
	text-align: center;
}
#oem02 dl div dt span {
	display: inline-block;
	font-size: 34px;
	margin:5px 0 0 5px;
}
#oem02 dl div dd {
	padding: 55px 30px 30px 30px;
	font-size:18px;
	line-height:180%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

#oem02 p {
	width:1000px;
	margin:0 auto;
}

/*-- お客様へのメッセージ ------------------------------*/
#oem03 {
	padding:100px 0;
	margin:0 auto;
	background:#f2f2f2;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#oem03 h1 {
	font-size:35px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
	line-height:150%;
}
#oem03 dl {
	margin:0 auto;
	width:1000px;
}
#oem03 dl div {
	position: relative;
	margin:0 0 70px 40px;
}
#oem03 dl div:after {
	position: absolute;
	content:'';
	left:50%;
	bottom:-35px;
	margin-left:-20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 20px 0 20px;
	border-color: #00938e transparent transparent transparent;
}
#oem03 dl div:last-child:after {
	display: none;
}
#oem03 dl div dt {
	position: absolute;
	top:-25px;
	left:-20px;
	background:#00938D;
	line-height:50px;
	color:#fff;
	font-size: 20px;
	font-weight:700;
	width:478px;
	text-align: center;
}
#oem03 dl div dd {
	padding: 55px 30px 30px 30px;
	font-size:18px;
	line-height:180%;
	background:#fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-- 特注製品の例 ------------------------------*/
#oem04 {
	padding:100px 0;
	margin:0 auto;
	background:#fff;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#oem04 h1 {
	font-size:35px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
	line-height:150%;
}
#oem04 p {
	font-size:18px;
	line-height:200%;
}
#oem04 .txt-oem04 {
	font-size:25px;
	margin:50px 0 10px 0;
}
#oem04 h2 {
	font-size:35px;
	font-weight:700;
	color:#00938D;
	text-align:center;
	margin:50px 0 30px 0;
	line-height:150%;
}

.list-oem {
	width:1000px;
	margin:0 auto;
}
.list-oem li {
	position: relative;
	line-height:60px;
	border-radius:60px;
	background:#4B4B4B;
	text-align: center;
	color:#fff;
	font-size:30px;
	font-weight:700;
	margin-bottom:20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;

}
.list-oem li:first-child:before {
	content: '① ';
}
.list-oem li:nth-child(2):before {
	content: '② ';
}
.txt-oem-make {
	position: relative;
	font-size:18px;
	color:#fff;
	text-align: center;
	z-index:0;
	padding-top:10px;
	line-height:150% !important;
	margin-bottom:100px;
}
.txt-oem-make em {
	display:block;
	margin:10px 0 0 10px;
	font-size:30px;
}
.txt-oem-make:before {
	position: absolute;
	content:'';
	left:50%;
	top:0;
	margin-left:-150px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 160px 150px 0 150px;
	border-color: #00938e transparent transparent transparent;
	z-index: -1;
}

/*-----------------------------------------------------------------------------------------
	ステンレスについてページ
	チタンについてページ
-----------------------------------------------------------------------------------------*/

.bx-features {
	padding:50px 0;
	width:1000px;
	margin:0 auto;
}

/*-- タイトル背景 ------------------------------*/
.t_titanium {
	background:url(img/content/material/bg_titanium.jpg) 0 0 no-repeat;
	background-size:cover;
	margin-bottom:0 !important;
}
.t_stainless {
	background:url(img/content/material/bg_stainless.jpg) 0 0 no-repeat;
	background-size:cover;
	margin-bottom:0 !important;
}
.t_material h1 {
	color:#4B4B4B !important;
}

#material section h1 {
	text-align: center;
	font-size:40px;
	font-weight:700;
	margin-bottom: 50px;
}
#features h2 {
	text-align: center;
	font-size:21px;
	font-weight:700;
	margin-bottom:30px;
}
#features p {
	font-size:21px;
	margin-bottom:30px;
}
.ctr {
	text-align: center;
	line-height:200%;
}

/*-- 特徴（チタニウム） ------------------------------*/
.list-features-stainless {
	position: relative;
	margin-bottom:50px;
	display: -webkit-flex;
	display: flex;
}
.list-features-stainless li {
	position: relative;
	width:33.33333333%;
	padding:100px 10px 30px 10px;
	color:#fff;
	font-size:20px;
	line-height:150%;
	text-align: center;
	counter-increment: features_cnt;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-features-stainless li:before {
	position: absolute;
	content:'';
	top:10%;
	left:5%;
	width:90%;
	height:44px;
	background: url(img/content/material/bg_feature.png) 0 0 no-repeat;
	background-size:100% auto;
}
.list-features-stainless li:after {
	position: absolute;
	content: counter(features_cnt);
	top:36px;
	left:50%;
	margin-left:-10px;
	font-size:30px;
	font-weight:700;
	color:#00938D;
}
.list-features-stainless li strong {
	font-size: 25px;
	display:block;
	line-height:180%;
}

/*-- 特徴（チタニウム） ------------------------------*/
.list-features-titanium {
	position: relative;
	margin-bottom:50px;
	display: -webkit-flex;
	display: flex;
}
.list-features-titanium li {
	position: relative;
	width:33.33333333%;
	padding:100px 10px 30px 10px;
	color:#fff;
	font-size:20px;
	line-height:150%;
	text-align: center;
	counter-increment: features_cnt;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-features-titanium li:before {
	position: absolute;
	content:'';
	top:10%;
	left:5%;
	width:90%;
	height:44px;
	background: url(img/content/material/bg_feature.png) 0 0 no-repeat;
	background-size:100% auto;
}
.list-features-titanium li:after {
	position: absolute;
	content: counter(features_cnt);
	top:38px;
	left:50%;
	margin-left:-10px;
	font-size:30px;
	font-weight:700;
	color:#00938D;
}
.list-features-titanium li strong {
	font-size: 35px;
	display:block;
	line-height:130%;
	margin-bottom:20px;
}
.list-features-titanium li:first-child strong {
	margin:30px 0 35px 0;
}
.txt-features {
	font-size:40px !important;
	color:#00938D;
	text-align: center;
	font-weight:700;
	margin-bottom:30px;
}

/*-- 特徴（背景色） ------------------------------*/
.list-features-stainless li:first-child,
.list-features-titanium li:first-child {
	background:#00938D;
}
.list-features-stainless li:nth-child(2),
.list-features-titanium li:nth-child(2) {
	background:#00A29B;
}
.list-features-stainless li:last-child,
.list-features-titanium li:last-child {
	background:#00B9B1;
}

/*-- タイトル背景 ------------------------------*/
#efforts {
	background: #f2f2f2;
	text-align: center;
}
#efforts h1 {
	background:#000;
	color:#fff;
	font-size:35px !important;
	text-align:center;
	line-height:60px;
	border-radius:60px;
	margin-bottom:40px;
}
#efforts p {
	font-size:20px;
	line-height:180%;
}
#efforts img {
	display: block;
	margin:50px auto;
}

/*-- 特徴詳細（チタニウム） ------------------------------*/
#efforts p.txt-efforts-titanium {
	font-size:18px !important;
	line-height:350%;
	text-align: center;
}
#efforts p.txt-efforts-titanium em {
	font-size:35px !important;
	color:#00938D;
	margin:0 5px;
}

/*-- 特徴詳細（ステンレス） ------------------------------*/
#efforts p.txt-efforts-stainless {
	font-size:21px;
	line-height:250%;
	text-align: center;
}
#efforts p.txt-efforts-stainless em {
	color:#00938D;
}

/*-- 製品紹介（チタニウム）  ------------------------------*/
#introduction {
	background: #fff;
}
#introduction h1 {
	font-size:35px;
	font-weight:700;
	line-height:130%;
}
.bx-introduction {
	border:4px solid #00938D;
	padding:40px;
	margin-bottom:50px;
	text-align: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-introduction p {
	font-size:21px;
	line-height:180%;
	margin-bottom:50px;
}
.bx-introduction img {
	display: block;
	margin:0 auto 50px auto;
}

.list-pickup li {
	position: relative;
	line-height:60px;
	border-radius:60px;
	background:#00938D;
	text-align: center;
	color:#fff;
	font-size:21px;
	font-weight:700;
	margin-bottom:20px;
}
.list-introduction {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
.list-introduction div {
	background:#D7E2E1;
	padding:20px;
	width:48.5%;
	border-radius:10px;
	margin-top:30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-introduction div:last-child {
	width:100% !important;
}
.list-introduction div dt {
	font-size:30px;
	font-weight:700;
	text-align: center;
	color:#00938D;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:2px solid #00938D;
}
.list-introduction div dd {
	font-size:21px;
	text-align: left;
	line-height:150%;
}

/*-- 原因 ------------------------------*/
#cause {
	background:#f2f2f2;
	padding:50px 0;
}
.bx-cause {
	padding:50px 30px 50px 30px;
	width:1000px;
	margin: 0 auto 100px auto;
	background:#fff;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.bx-cause h1 {
	font-size:35px !important;
	margin-bottom:60px !important;
}
.list-cause {
	width:894px;
	margin:0 auto;
}
.list-cause div {
	position: relative;
	border:1px solid #707070;
	padding:50px 30px 30px 30px;
	margin-bottom:70px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-cause div:last-child {
	margin-bottom: 0 !important;
}
.list-cause div dt {
	position: absolute;
	top:-25px;
	left:-20px;
	background:#4B4B4B;
	width:200px;
	text-align: center;
	color:#fff;
	font-weight:700;
	line-height:50px;
	border-radius:50px;
	
}

/*-- 製品紹介（チタニウム）  ------------------------------*/
.bx-introduction .coming {
	margin:80px auto;
}

/*-----------------------------------------------------------------------------------------
	採用情報ページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_employment {
	background:url(img/content/employment/bg_employment.jpg) 50% 0 no-repeat;
	background-size:cover;
	margin-bottom:0 !important;
}

#employment section h1 {
	text-align: center;
	font-size:40px;
	font-weight:700;
	margin-bottom: 50px;
}
.bx-employment {
	padding:50px 0;
	width:1000px;
	margin:0 auto;
}
.bx-employment p {
	text-align: center;
	font-size:21px;
	line-height:220%;
	margin-bottom:70px;
}

/*-- テーブル ------------------------------*/
.employmentTable {
	border-top:1px solid #000000;
	width:1000px;
	margin: 0 auto 50px auto;
}
.employmentTable th,
.employmentTable td {
	padding:20px 15px;
	border-bottom:1px solid #000000;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.employmentTable th {
	background:#d9efee;
	font-weight:700;
	width:30%;
}
.employmentTable td {
	background:#fff;
	width:70%;
}
.employmentTable caption {
	font-size:25px;
	font-weight:700;
	margin:20px 0 40px 0;
}

/*-----------------------------------------------------------------------------------------
	採用エントリーフォームページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_entryform {
	background:url(img/content/entryform/bg_entryform.jpg) 50% 0 no-repeat;
	background-size:cover;
}
.ninsyo img {
	display: block;
	width:120px;
	height: auto;
	margin-bottom:30px;
}

/*-----------------------------------------------------------------------------------------
	技術紹介ページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_technology {
	background:url(img/content/technology/bg_technology.jpg) 50% 0 no-repeat;
	margin-bottom:0 !important;
}
.t_technology h1 {
	padding-top:230px !important;
}
.t_technology p {
	font-size:21px;
	color:#fff;
	margin-top:20px;
	line-height:180%;
}

#technology section h1 {
	text-align: center;
	font-size:40px;
	font-weight:700;
	margin-bottom: 50px;
}

/*-- 工場長メッセージ ------------------------------*/
.bx-technology {
	padding:50px 0;
	width:1000px;
	margin:0 auto;
}
.bx-technology img {
	width:100%;
	max-width:1000px;
	height:auto;
}
.bx-message {
	background:#f2f2f2;
	padding:15px 30px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.bx-message h2 {
	font-size: 30px;
	font-weight:700;
	margin-bottom:20px;
}
.bx-message p {
	font-size:18px;
	margin-bottom:30px;
	line-height:180%;
}

/*-- 工場長想い ------------------------------*/
.bx-manager-policy {
	position: relative;
	width:1000px;
	margin:0 auto 60px auto;
	padding:30px 30px 30px 0;
	border:1px solid #00938D;
	border-left:0;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.bx-manager-policy p {
	margin:0;
}
.bx-manager-policy p.ttl-manager {
	position:absolute;
	top:-25px;
	left: 0;
	background:#fff;
	text-align: center;
	line-height:50px;
	color: #00938D;
	padding:0 20px 0 0;
	font-size:30px;
	font-weight:700;
}

/*-- スタッフインタビュー ------------------------------*/
#interview {
	background: url(img/content/technology/bg-interview.jpg) 0 0 no-repeat;
	background-size:cover;
	padding:50px 0 0 0 !important;
}
.bx-staff h2 {
	font-size:35px;
	font-weight:700;
	color:#fff;
	text-align: center;
	background:rgba(0,147,141,0.80);
	line-height:80px;
}
.bx-staff-in {
	position: relative;
	display:-webkit-flex;
	display:flex;
	
}
#interview section:nth-child(2n) .bx-staff-in {
	-webkit-flex-direction: row-reverse;
			flex-direction: row-reverse;
}
.bx-staff-in dl {
	width:50%;
	padding:30px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
#interview section:nth-child(2n+1) .bx-staff-in dl {
	margin-left:14%;
}
.bx-staff-in dl dt,
.bx-staff-in dl dd {
	position: relative;
	overflow: hidden;
	width:70%;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.bx-staff-in dl dt {
	padding-left:70px;
	font-size:20px;
	font-weight:700;
	margin-bottom:20px;
	min-height:60px;
}
.bx-staff-in dl dt:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:60px;
	height:60px;
	background:#00938D;
}
.bx-staff-in dl dt:after {
	position:absolute;
	content:'Q';
	top:15px;
	left:12px;
	color:#fff;
	font-size:40px;
}
.bx-staff-in dl dd {
	padding:10px 10px 10px 50px;
	margin-bottom:20px;
	border:1px solid #707070;
	border-radius:10px;
}
.bx-staff-in dl dd:before {
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:30px;
	height:100%;
	background:#707070;
}
.bx-staff-in dl dd:after {
	position:absolute;
	content:'A';
	top:50%;
	left:10px;
	margin-top:-10px;
	color:#fff;
}
.staff01:after,
.staff03:after {
	position: absolute;
	content:'';
	top:0;
	left:0;
	width:50%;
	height:100%;
}
.staff02:after,
.staff04:after {
	position: absolute;
	content:'';
	top:0;
	right:0;
	width:50%;
	height:100%;
}
.staff01:after {
	background:url(img/content/technology/img-technology02.jpg) 0 0 no-repeat;
	background-size:cover;
}
.staff02:after {
	background:url(img/content/technology/img-technology03.jpg) 0 0 no-repeat;
	background-size:cover;
}
.staff03:after {
	background:url(img/content/technology/img-technology04.jpg) 0 0 no-repeat;
	background-size:cover;
}
.staff04:after {
	background:url(img/content/technology/img-technology05.jpg) 0 0 no-repeat;
	background-size:cover;
}

/*-----------------------------------------------------------------------------------------
	加工動画ページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_video {
	background:url(img/content/video/bg_video.jpg) 50% 0 no-repeat;
	background-size:cover;
}

/*-----------------------------------------------------------------------------------------
	お知らせページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_news {
	background:url(img/content/news/bg_news.jpg) 50% 0 no-repeat;
	background-size:cover;
}

/*-- お知らせ一覧 ------------------------------*/
.list-news {
	max-width:1000px;
	min-width:960px;
	margin:0 auto 100px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
}
.list-news li {
	position: relative;
	width:30%;
	margin:0 5% 5% 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition:0.20s;
	        transition:0.20s;
}
.list-news li:nth-child(3n){
	margin-right:0;
}
.list-news li div.img-news {
	position: relative;
	overflow: hidden;
	padding-top:100%;
	max-height:300px;
	margin-bottom:20px;
}
.list-news li div.img-news img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: auto;
	-webkit-transition:0.30s;
	        transition:0.30s;
}
.list-news li:hover div.img-news img {
	-webkit-transform: scale(1.10);
			transform: scale(1.10);
}
.list-news li p.entry-date {
	font-size:15px;
	margin-bottom:10px;
}
.list-news li p.ct {
	background:#00938D;
	line-height:35px;
	text-align: center;
	color:#fff;
	padding:0;
	width:60%;
	max-width:160px;
	font-size:18px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-news li p.ttl-news {
	font-size:18px;
	line-height:150%;
	margin-bottom:10px;
}
.list-news li p.notice-news {
	font-size:15px;
	line-height:120%;
}
.list-news li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*-- ページング ------------------------------*/
.pagination {
	position:relative;
	overflow:hidden;
	width:100%;
	display: inline-block;
	text-align: center;
	margin-bottom:100px;
}
.pagination span,
.pagination a {
	position: relative;
	display:inline-block;
	margin:0 10px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	-webkit-transition:0.20s;
	        transition:0.20s;
}
.pagination a:hover,
.pagination .current {
	color:#FFF !important;
	background:#999;
}
.pagination a.prev:hover:before,
.pagination a.next:hover:before {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
.pagination a.prev:before,
.pagination a.next:before {
	position: absolute;
	content:'';
	top:50%;
	width:10px;
	height:10px;
	margin-top:-5px;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
.pagination a.prev:before {
	left:12px;
	-webkit-transform:rotate(-135deg);
			transform:rotate(-135deg);
}
.pagination a.next:before {
	left:7px;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}

/*-- 詳細 ------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_news_detail {
	background:url(img/content/news/bg_news.jpg) 50% 50% no-repeat;
	background-size:cover;
	height:240px !important;
	margin-bottom:50px !important;
}
.t_news_detail h1 {
	padding-top:120px !important;
}

#wrap-content {
	position: relative;
	width:1000px;
	margin:0 auto 100px auto;
	display: -webkit-flex;
	display: flex;
}
/*-- contentエリア ------------------------------*/
#entry-content {
	width: 70%;
	padding:0 4% 20% 4%;
	border-right:1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#entry-content p {
	margin-bottom:30px;
}
#entry-content img {
	display: block;
	max-width:100%;
	height:auto;
	margin-bottom: 60px;
}
/*--  --*/
#news-header {
	position: relative;
	margin:0 auto;
	background:none;
	padding:0 10px;
	margin-bottom:50px !important;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	z-index: 1;
}
#news-header h1 {
	line-height: 130%;
	width:100%;
	font-size:40px;
	font-weight:700;
	margin:0 0 20px 0;
}
#news-header .entry-date {
	margin-bottom:35px;
}
#news-header .ct {
	background:#00938D;
	line-height:35px;
	text-align: center;
	color:#fff;
	padding:0;
	width:60%;
	max-width:160px;
	font-size:18px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

/*-- sidebar ------------------------------*/
#sidebar {
	width: 30%;
	padding:0 2%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
#sidebar ul.list-news-other li {
	position: relative;
	padding-left:25px;
	margin-bottom:10px;
}

/*-- お知らせ一覧 ------------------------------*/
.list-news-other li {
	position: relative;
	width:100%;
	margin:0 0 5% 0;
	-webkit-transition:0.20s;
	        transition:0.20s;
}
.list-news-other li div.img-news {
	position: relative;
	overflow: hidden;
	padding-top:100%;
	max-height:300px;
	margin-bottom:20px;
}
.list-news-other li div.img-news img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: auto;
	-webkit-transition:0.30s;
	        transition:0.30s;
}
.list-news-other li:hover div.img-news img {
	-webkit-transform: scale(1.10);
			transform: scale(1.10);
}
.list-news-other li p.entry-date {
	font-size:15px;
	margin-bottom:10px;
}
.list-news-other li p.ct {
	background:#00938D;
	line-height:35px;
	text-align: center;
	color:#fff;
	padding:0;
	width:60%;
	max-width:160px;
	font-size:18px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.list-news-other li p.ttl-news {
	word-wrap: break-word !important;
	font-size:18px;
	line-height:150%;
	margin-bottom:10px;
	width:100% !important;
}
.list-news-other li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*-----------------------------------------------------------------------------------------
	製品一覧ページ
-----------------------------------------------------------------------------------------*/

/*-- タイトル背景 ------------------------------*/
.t_products {
	background:url(img/content/products/bg_products.jpg) 50% 0 no-repeat;
	background-size:cover;
}
.t_detail {
	background:url(img/content/products/bg_details.jpg) 50% 0 no-repeat;
	background-size:cover;
	height:220px !important;
}
.t_detail h1 {
	letter-spacing: 4px;
	padding:110px 10px 0 10px !important;
}
#products h2 {
	font-size:35px;
	font-weight:700;
	text-align: center;
	margin-bottom:30px;
}
#products section {
	margin-bottom:50px;
}

/*-- 製品一覧 ------------------------------*/
.list-products {
	width:1000px;
	margin:0 auto 100px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
			flex-wrap:wrap;
}
.list-products li {
	position: relative;
	width:22%;
	max-width:225px;
	font-size:18px;
	margin:0 4% 2% 0;
	text-align: center;
	-webkit-transition:0.20s;
	        transition:0.20s;
}
.list-products li:nth-child(4n){
	margin-right:0;
}
.list-products li div.img-prod {
	position: relative;
	padding-top:100%;
	max-height:180px;
	margin-bottom:10px;
}
.list-products li div.img-prod img {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin: auto auto auto auto;
	width:auto;
	height: 60%;
	-webkit-transition:0.30s;
	        transition:0.30s;
}

.list-products li:hover div.img-prod img {
	-webkit-transform: scale(1.10);
			transform: scale(1.10);
}
.list-products li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent:-9999px;
	background/*\**/: #fff\9;
	filter:alpha(opacity=0);
}

/*-- 製品詳細 ------------------------------*/
#pro {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	margin-top: 45px;
	width:100%;
}
.bx-item-img {
	width: 47% !important;
}
.bx-item-img img {
	max-width:100%;
	height:auto;
}
.bx-item-img .caption {
	position: absolute;
	right:0;
	bottom:-50px;
    font-size: 15px;
    color: #666;
}

#prod-slider {
	position:relative;
}
#prod-slider li {
	position:relative;
	width:500px;
}
#thumbsWrap {
	position: relative;
	width:100%;
	margin:0;
}
#thumbsWrap img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:auto;
	height:100%;
	margin:auto auto auto auto;
}
#thumbsWrap a {
	position: relative;
	padding-top:20%;
	overflow: hidden;
	width:110px;
	height: auto;
	margin:0 2% 2% 0;
	border:1px solid #c2c2c2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#thumbsWrap a:nth-child(4n),
#thumbsWrap a:last-child {
	margin-right:0 !important;
}

.bx-pager {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-align-items: center;
			align-items: center;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.button_pdf {
	position: relative;
	line-height: 56px;
	text-align: center;
	border:1px solid #707070;
	margin-bottom:30px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.button_pdf a {
	display: block;
}
.button_pdf a:hover {
	color:#fff;
	background:#333;
}

.bx-item-details {
	width: 45% !important;
}
.bx-item-details h1 {
	margin-bottom: 45px;
	padding: 3px 0px 3px 13px;
	border-left: 12px solid #000;
	font-size: 28px;
}
.bx-item-details .pro_sta {
	margin: 0px 0px 30px 0px;
	color: #161515;
	font-size: 14px;
}
.bx-item-details .pro_comment {
	font-size: 16px;
	color: #161515;
	line-height: 23px;
	letter-spacing: 3px;
}
.pro_table {
	margin-top: 60px;
}
.pro_table table {
	width: 1100px !important;
	margin: 0px auto;
	border-top: 1px solid #000;
	border-left: 0px !important;
	border-right: 0px !important;
}
.pro_table table tr:first-child {background: #8c8c8c !important;}
.pro_table table tr:first-child th,.pro_table table tr:first-child td {color: #FFF; font-size: 15px;}
.pro_table table tr:nth-child(even) {background: #d9d9d9;}
.pro_table table tr:hover {background: #5C5C5C; color: #FFF;}
.pro_table table tr {
	border-bottom: 1px solid #000;
}
.pro_table table th,
.pro_table table td {
	height: 38px !important;
	padding: 17px 0px 17px 10px !important;
	font-size: 14px;
	border-left: 0px !important;
	border-right: 0px !important;
}

/*関連商品*/
#pro_reco {
	position: relative;
	clear: both;
	background: #FFF;
	overflow: hidden;
	width:1000px;
	margin: 80px auto 0 auto;
	padding: 40px 50px;
}
#pro_reco h2 {
	text-align: center;
	font-size: 21px;
	letter-spacing: 3px;
	padding-bottom: 40px;
}
#pro_reco h2 span {
	font-size: 29px;
}

#slider3 li {
	width: 135px !important;
	margin: 0px 30px;
	position: relative;
}
#slider3 li img {
	border: 1px solid #666;
	width: 135px;
	height: 135px;
	object-fit: contain;
}
#slider3 li span {
	display: block;
	margin-top: 10px;
	line-height: 20px;
	text-align: center;
}
#slider3 li p a {
	color: #333;
	font-size: 13px;
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/

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

	a {}
	a:focus {}
	a:active {}
	a:hover {}
	a:visit {}
	a {
		-webkit-transition:0s;
				transition:0s;
	}
	a:hover img {
		opacity:1;
	}
	address {}
	b,strong {}
	em,i,b {}
	p {margin-bottom: 4%;}
	ul,ol {}
	img {}
	table {}
	input[type="text"], 
	input[type="button"], 
	input[type="submit"], 
	textarea {}

	/*-----------------------------------------------------------------------------------------
		body
	-----------------------------------------------------------------------------------------*/
	body {
		font-size:16px;
		line-height:180%;
		min-width: 100%;
	}
	html, body {}
	main {}

	/*-----------------------------------------------------------------------------------------
		header
	-----------------------------------------------------------------------------------------*/
	header {
		height:60px;
	}
	header div {
		margin:0;
		min-width:100%;
		display:block;
	}

	/*------------------------------ ロゴ ----------*/
	header h1 {
		width:165px !important;
		height:auto;
		margin:5px 0 0 15px;
		-webkit-transition:0s;
				transition:0s;
	}
	header h1 img {
		width:100%;
		height:auto;
	}
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:20px;
		right:15px;
		width:15px;
		max-width:20px;
		min-width:20px;
		height:15px;
		margin-top:0;
		z-index:7000;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 20px;
		height: 2px;
		background: #9e9e9e;
		-webkit-transition: 0.2s;
				transition: 0.2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 20px;
		height: 2px;
		background: #9e9e9e;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}
	#panel-btn-icon:before {
		margin-top: -8px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #9e9e9e;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	
	.dr_on {
		left:0 !important;
		-webkit-transition: .7s;
				transition: .7s;
	}
	.dr_off {
		left:-100%;
		-webkit-transition: .7s;
				transition: .7s;
	}


	/*------------------------------ グローバルナビ ----------*/
	#gnav {
		position:fixed;
		display: block;
		top:0;
		left:-100%;
		width:100%;
		height:100%;
		padding:12% 4% 4% 4%;
		background:#000;
		z-index: 5000;
	}
	#gnav ul {
		position: relative;
		overflow-x:hidden;
		margin:15% 5% 0 5%;
		height:80%;
		display: block;
		padding: 0 0 2% 0;
	}
	#gnav ul li {
		position: relative;
		text-align: left;
		padding-left:30px;
		border-bottom:1px solid rgba(255,255,255,0.10);
	}
	#gnav ul li a,
	#gnav ul li span {
		padding:5% 0;
		font-size: 14px;
		line-height:100%;
	}
	#gnav ul li:before {
		position: absolute;
		content: '';
		top:21px;
		left:5px;
		width:6px;
		height:6px;
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	#gnav ul li a:hover {
		text-decoration: none;
	}
	#gnav ul li.b_inquiry span {
		background:none;
		color:#fff;
		-webkit-transition:0s;
				transition:0s;
	}

	/*-- サブメニュー ------------------------------*/
	#gnav ul li ul {
		position:relative;
		overflow:hidden;
		-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
		top:auto;
		left:auto;
		max-width:100%;
		min-width:100%;
		border:0;
		margin:0;
		padding:0 !important;
	}
	#gnav ul li ul li {
		position: relative;
		height:0;
		font-size:14px;
		width: 50% !important;
		background:none;
		border:0;
		margin-left:30px;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}

	#gnav ul li ul li a {
		position: relative;
		line-height: 50px !important;
		font-size:14px !important;
		padding:0;
		color:#fff;
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
	}
	#gnav ul li ul li:before {
		display: none;
	}
	#gnav ul li ul li a:after {
		display: none !important;
	}
	#gnav ul li:hover ul li {
		overflow: visible;
		height: 50px;
		border-bottom:1px solid rgba(0,0,0,0.05);
	}
	#gnav ul li ul li:hover a {}

	#gnav ul li.b_inquiry ul li {
		background:none;
	}
	#gnav ul li.b_inquiry ul li a {
		color:#fff;
	}
	#gnav ul li.b_inquiry ul li a:before {
		border-top:1px solid #fff;
		border-right:1px solid #fff;
	}

	.instagram {
		margin:0;
		border-bottom:0 !important;
	}
	.instagram:before {
		display: none;
	}
	.instagram a {
		background:url(img/parts/instagram.png) 50% 50% no-repeat;
		background-size:25px auto;
		text-indent:-9999px;
		width:25px;
	}

	/*-----------------------------------------------------------------------------------------
		footer
	-----------------------------------------------------------------------------------------*/

	footer {
		background-size:cover;
		padding:8% 4%;
		min-height:auto;
	}
	footer .logo-f {
		margin:0 auto 5% auto;
		width:80%;
		max-width:220px;
	}
	footer .logo-f img {
		width:100%;
		height:auto;
	}
	footer div.bx-footer {
		width:100%;
		margin:0;
		display:block;
	}

	/*-- フッターナビ ------------------------------*/
	#fnav {
		position: relative;
		width:100%;
		display:block;
		margin-bottom:20%;
	}
	#fnav ul {
		width:auto;
	}
	#fnav ul li {
		font-size:18px;
		line-height:150%;
		border-bottom: 1px solid #fff;
	}
	#fnav ul li a {
		position: relative;
		display: block;
		padding:2%;
	}
	#fnav ul li span {
		position: relative;
		display: block;
		padding:2% 2% 0 2%;
	}
	#fnav ul li a:after {
		position: absolute;
		content:'';
		top:50%;
		right:8px;
		border-top:1px solid #fff;
		border-right:1px solid #fff;
		width:10px;
		height:10px;
		margin-top:-5px;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	#fnav ul li a:hover {
		text-decoration: none;
	}
	#fnav ul li ul {
		margin-left:0;
	}
	#fnav ul li ul li {
		width:100%;
		padding-left:4%;
		font-weight:normal;
	}
	#fnav ul li ul li:last-child {
		border-bottom:0;
	}
	
	.instagram-f {
		position: absolute;
		bottom:-50px;
		left:0;
		border:0 !important;
	}
	.instagram-f a {
		position: relative;
		display: block;
		background:url(img/parts/instagram.png) 0 50% no-repeat;
		background-size:25px auto;
		text-indent:0 !important;
		width:100px !important;
		line-height:30px;
		padding-left:40px !important;
	}
	.instagram-f a:after {
		display: none;
	}

	/*-- 住所 ------------------------------*/
	.bx-address {
		width:70%;
		margin:0 auto 10% auto;
	}
	.bx-address p {
		line-height: 35px;
		margin-bottom:4%;
	}
	.bx-address dl {
		margin-bottom:4%;
	}
	.bx-address dl div {}
	.bx-address dl div dt {
		margin-right:4%;
	}
	.mb_20 {
		margin-bottom:4%;
	}

	/*-- コピーライト ------------------------------*/
	footer small {
		position:relative;
		display: block;
		line-height: 40px;
		text-align: center;
	}

	/*-----------------------------------------------------------------------------------------
		トップページ
	-----------------------------------------------------------------------------------------*/

	/*-- 動画 ------------------------------*/
	#mv {
		height:400px !important;
		width:100%;
		min-width: 100% !important;
	}
	#mv:after {}
	#logomark {
		width:250px;
		height:85px;
	}
	#logomark img {
		width:100%;
		height:auto;
	}
	#mv iframe {
		position:absolute;
		width:100% !important;
		height:400px !important;
		left:0 !important;
		top:0 !important;
		opacity:0;
	}

	/*-- タイトル背景 ------------------------------*/
	/*-- カタログ --*/
	.ttl_head {
		height:auto;
	}
	.ttl_tp {
		padding:4% 0;
	}
	.ttl_tp h1 {
		font-size:26px;
	}
	.ttl_tp h1 span {
		font-size:30px;
	}
	.ttl_tp h1 div {
		display: none;
	}
	.ttl_tp address {
		margin:2% auto;
	}
	.ttl_tp dl {
		display:block;
		text-align: center;
	}
	.ttl_tp dl div {
		margin:1% 0;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
	}
	.ttl_tp dl div dt {
		margin-right:2%;
	}
	.ttl_tp dl div dd {
		word-wrap:break-word;
	}
	
	#wrap-products #slider3 {
		margin:15% auto 10% auto;
		width:300px;
	}
	#wrap-products #slider3 li,
	#wrap-products #slider3 li img {
		border:0 !important;
	}
	#wrap-products #slider3 li a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-indent:-9999px;
		background/*\**/: #fff\9;
		filter:alpha(opacity=0);
	}
	#wrap-products .bx-prev {
		display: block !important;
		top:110px !important;
		left:-80px !important;
	}
	#wrap-products .bx-next {
		display: block !important;
		top:110px !important;
		right:-80px !important;
	}
	
	/*
	#slide-prod .bx-next {
		left:5% !important;
	}
	#slide-prod li a {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-indent:-9999px;
		background/*\**: #fff\9;
		filter:alpha(opacity=0);
	}
	*/
	/*-- Googlemap ------------------------------*/
	#gmap {}
	#gmap iframe {}

	/*-- ものづくり ------------------------------*/
	.list-manu {
		display:block;
	}
	.list-manu section {
		position: relative;
		width:100%;
		height:250px;
	}
	.list-manu section img {}

	.manu01 {}
	.manu02 {}
	.manu03 {}
	.manu04 {}

	.list-manu section .ttl-menu {
		position:absolute;
		height:auto;
		font-size:18px !important;
		font-weight:700;
		text-align: center;
		padding:4% 0;
		-webkit-transition:	0s;
				transition:	0s;
	}
	.list-manu section:hover .ttl-menu {
		opacity:1;
	}
	.list-manu section:nth-child(2n-1) h2 {
		position:relative;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}
	.list-manu section:nth-child(2n) h2 {
		position:relative;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}
	.list-manu section h2 span {
		display: none;
	}
	.list-manu section a {}
	.list-manu section .title {
		display: none;
	}
	.list-manu section .notice {
		display: none;
	}
	.list-manu section .mask {
		display: none;
	}
	.list-manu section:hover .mask {}
	.list-manu section .title,
	.list-manu section .notice {
		display: none;
	}
	.list-manu section:nth-child(2n) .title {
		display: none;
	}
	.list-manu section .title {}
	.list-manu section:hover .title {}
	.list-manu section .notice {}
	.list-manu section:hover .notice {}
	.list-manu section:nth-child(2n) .notice {}

	/*-- 製品一覧 ------------------------------*/
	#wrap-products {
		padding:0;
	}
	#wrap-products h1 {
		font-size:18px;
		padding:4% 0;
		background:#f2f2f2;
	}
	#wrap-products h1 span {
		display:none;
	}
	.list-category {
		display:none;
	}
	/*
	.list-category {
		display:block;
	}
	.list-category li {
		position: relative;
		overflow: hidden;
		width:100%;
		padding: 50px 0 50px 0;
		text-align: center;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	.list-category li span {
		position: absolute;
		bottom:20px;
		width:100%;
		display: block;
		text-align: center;
		font-size:21px;
		color:#707070;
	}
	.list-category li:hover span {
		bottom:40%;
		color:#fff !important;
		z-index:10;
	}
	.list-category li a {}
	.list-category li:before {}
	.list-category li:hover:before {}
	*/
	
	/*-- デジタルカタログ ------------------------------*/
	#wrap-catalog {
		padding:5% 0;
	}
	#wrap-catalog h1 {
		display: none;
	}
	#wrap-catalog h1 span {}
	#wrap-catalog a {
		color:#fff;
		font-size:20px;
		display: block;
		position:relative;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		text-indent:0;
		filter:alpha(opacity=100);
	}
	
	/*-- お知らせ ------------------------------*/
	#wrap-news {
		padding:10% 0;
	}
	.bx-news {
		width:94%;
		margin:0 auto;
	}
	.bx-news h1 {
		font-size:24px;
		margin-bottom:6%;
	}
	.bx-news h1 span {
		font-size:16px;
	}
	.bx-news dl {
		margin-bottom:12%;
	}
	.bx-news dl div {
		padding:4% 2%;
		font-size:14px;
		display: block;
	}
	.bx-news dl div dt {
		width:100%;
		border-right:0;
	}
	.bx-news dl div dd {
		width:100%;
	}
	.bx-news dl div dd a:hover {}
	.more-news {
		width:70%;
		line-height:60px;
	}
	.more-news a {
		font-size:16px;
		line-height:60px;
	}
	.more-news a:hover {
		color:#000;
	}
	.more-news a::before {}
	.more-news a:hover:before {}

	/*-- instagram ------------------------------*/
	.bx-instagram {
		margin:0 auto;
		width:94%;
		padding:0 0 10% 0;
		/*height:400px;*/
		overflow-y: hidden;
	}
	.bx-instagram p {
		margin-bottom:10%;
	}

	/*-----------------------------------------------------------------------------------------
		下層ページ共通
	-----------------------------------------------------------------------------------------*/

	article {}

	/*-- ページタイトル ------------------------------*/
	#ttl {
		height:auto;
		margin:60px 0 10% 0;
	}
	#ttl h1 {
		width:100%;
		margin:0;
		font-size:24px;
		letter-spacing: 2px;
		padding:15% 2%;
	}
	#ttl h1 span {
		display: none;
	}

	/*-- コンテンツエリア ------------------------------*/
	#contents {
		width:100%;
		margin:0;
	}

	/*-- ボタン ------------------------------*/
	.more {
		width:70%;
		line-height:50px;
		font-size:16px;
		margin:0 auto 10% auto;
	}
	.more a {}

	/*-----------------------------------------------------------------------------------------
		プライバシーポリシーページ
	-----------------------------------------------------------------------------------------*/

	.t_privacy_policy {
		background:url(img/content/privacypolicy/bg_privacypolicy_sp.jpg) 50% 0 no-repeat;
		background-size:cover;
	}
	#privacy_policy div {
		margin:0 auto 8% auto;
	}
	#privacy_policy h2 {
		font-size:18px;
		padding-bottom:2%;
		margin-bottom:2%;
	}
	#privacy_policy #contents div {
		width:90%;
	}

	/*-----------------------------------------------------------------------------------------
		よくある質問ページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_faq {
		background:url(img/content/faq/bg_faq_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
	}
	.t_faq_md {
		font-size:18px;
		margin-bottom:4%;
		line-height:100%;
		padding:4%;
	}
	.tm_top {
		display: block !important;
		margin:-20px 0 4% 0 !important;
		font-size: 16px !important;
	}
	.ttl-faq {
		font-size:16px;
		margin:0 auto 4% auto;
		width:90%;
		text-align: left;
	}
	.ttl_faq br {
		display: none;
	}

	/*-- FAQ一覧 --------------------------------------*/
	.list-faq {
		width:90%;
		margin:0 auto 10% auto;
	}
	.list-faq div {
		padding: 2% 0;
	}
	.list-faq div dt {
		font-size:16px;
		padding: 4% 5% 2% 40px;
	}
	.list-faq div dt:before {
		width:6px;
		height:6px;
		margin-top:0
	}
	.list-faq div dt:hover {
		opacity: 1;
	}
	.list-faq div dd {
		display: none;
		padding: 0 5% 5% 50px;
	}
	.list-faq div dd a {}

	/*-- slidetoggle --*/
	.list-faq div.sel dt:before {}

	/*-- お問い合わせフォーム --*/
	.more-contact {
		width:60%;
		line-height:60px;
		font-size:18px;
		margin:0 auto 10% auto;
	}
	.more-contact a {}

	/*-----------------------------------------------------------------------------------------
		お問い合わせページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_inquiry {
		background:url(img/content/inquiry/bg_inquiry_sp.jpg) 50% 0 no-repeat;
		background-size:cover;
	}
	.ttl-inquiry {
		font-size:18px;
		margin-bottom:12%;
	}

	/*-- お問い合わせについての注意 ------------------------------*/
	.list-inquiry {
		width:90%;
		margin:0 auto 10% auto;
	}
	.list-inquiry li {
		margin-left:25px;
		font-size:16px;
	}

	/*-- 問い合わせ・注文フォームフォーム ------------------------------*/
	.inquiryForm {
		margin:0 auto;
		width:90%;
	}
	.inquiryForm div {
		display:block;
		border-bottom:0;
	}
	.inquiryForm div dt {
		padding:3% 0 3% 70px;
		width:100%;
	}
	.inquiryForm div dd {
		padding:0 0 3% 0;
		width:100%;
	}
	.inquiryForm div dt,
	.inquiryForm div dd {
		font-size:14px;
	}
	.inquiryForm div dd p {
		margin:0 0 4% 0;
	}
	
	/*-- text --*/
	.inquiryForm div dd input[type="text"],
	.inquiryForm div dd input[type="email"] {}
	.inquiryForm div dd.zip input[type="text"] {}
	.inquiryForm div dd.products input[type="text"] {}

	/*-- textarea --*/
	.inquiryForm div dd textarea {}

	/*-- radio --*/
	.inquiryForm label {
		margin-right:0;
		display:block !important;
	}
	.inquiryForm label:hover {
		cursor:pointer;
	}
	.inquiryForm div dd input[type="radio"] {}
	.inquiryForm div dd input[type="radio"] {}
	.inquiryForm div dd input[type="radio"]:checked:before {}
	.inquiryForm div dd input[type="radio"]:before {}
	.inquiryForm div dd input[type="radio"] {}
	.inquiryForm div dd input[type="radio"]:checked:before {}

	/*-- 必須 --*/
	.h:after {
		right:inherit;
		left:0;
	}

	/*-- 任意 --*/
	.n:after {
		right:inherit;
		left:0;
	}
	.error {
		margin:2% 0 0 0;
	}
	.bx-complete {
		width:100%;
		margin: 0 auto 10% auto;
	}
	.ttl-sendmail {
		font-size:18px;
		margin:12% auto;
	}
	.send-box {
		margin:8% 0;
		width:100%;
		padding:4% 0;
	}
	.send-box input[type="submit"] {
		width:70%;
		height:60px;
		line-height:60px;
		font-size: 18px;
		margin-bottom:10%;
	}
	.send-box input[type="submit"]:hover {}
	.send-box p {}
	.bx-captcha p {
		margin-bottom:2% !important;
	}
	.bx-captcha img {
		padding:1%;
		margin-bottom:2%;
	}

	/*-----------------------------------------------------------------------------------------
		会社案内ページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_company {
		background:url(img/content/company/bg_company_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
	}
	#company section h1 {
		font-size:24px;
		margin:8% 0;
	}

	/*-- 代表挨拶 ------------------------------*/
	#message {
		margin-bottom: 10%;
	}
	#message h2 {
		font-size:26px;
		margin-bottom:6%;
		line-height:150%;
	}
	#message h2 br {
		display: block;
	}
	#message p {
		text-align: left;
		line-height:200%;
		font-size:16px;
		width:90%;
		margin:0 auto 8% auto;
	}
	#message p br {
		display:none;
	}
	/*-- CEO紹介 --*/
	.bx-ceo {
		position: relative;
		width:90%;
		margin:0 auto 10% auto;
	}
	.bx-ceo img {
		width:100%;
		height:auto;
		margin-bottom: 2%;
	}
	.bx-ceo p {
		text-align:left !important;
		font-size:16px;
		font-weight:700;
		width:100% !important;
		margin:0 0 4% 0 !important;
	}
	.bx-ceo p br {
		display:block !important;
	}

	/*-- 会社概要 ------------------------------*/
	.profTable {
		width:90%;
		margin:0 auto 10% auto;
	}
	.profTable th,
	.profTable td {
		font-size:16px;
	}
	.profTable th {
		padding:3%;
	}
	.profTable td {
		padding:3%;
	}

	/*-- 所在地 ------------------------------*/
	.bx-location {
		width:90%;
		margin:0 auto 10% auto;
	}
	.bx-location div {
		width:100%;
		margin-bottom:8%;
	}
	.bx-location p {
		line-height: 50px;
		font-size:16px;
		padding:0;
		margin-bottom:4%;
		text-align: center;
	}
	.bx-location dl {
		display: block;
		margin-bottom:4%;
	}
	.bx-location dl div {
		margin:0 3% 0 0 !important;
	}
	.bx-location dl div dt {
		margin-right:3%;
	}
	.bx-location iframe {}
	.mb_45 {
		margin-bottom:4%;
	}

	/*-----------------------------------------------------------------------------------------
		設備紹介ページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_facility {
		background:url(img/content/facility/bg_facility_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
	}
	#facility section h1 {
		font-size:24px;
		margin:8% 0;
	}

	/*-- 設備一覧（リスト） ------------------------------*/
	.list-facility {
		display:block;
		width:90%;
		margin:0 auto 8% auto;
	}
	.list-facility li {
		position: relative;
		overflow: hidden;
		width:100%;
		margin:0 0 5% 0;
	}
	.list-facility li:last-child {
		width:100% !important;
	}
	.list-facility li:last-child img {
		width:130% !important;
		max-width:130% !important;
		margin-left:-25%;
	}
	.list-facility li:last-child .mask-facility {
		max-width:100% !important;
		margin-left:-50%;
		
	}
	.list-facility li:nth-child(3n){}
	.list-facility li dl {
		margin:5% auto 10% auto;
		max-width:300px;
	}
	.list-facility li dl div {}
	.list-facility li dl div dt {}
	.list-facility li dl div dd {}

	.img-facility {}
	.img-facility img {
		max-width:300px;
		width:100%;
		height:auto;
		margin:0 auto;
		display: block;
		
	}
	.mask-facility {
		max-width:300px;
		width:100%;
		margin-left:-150px;
		left:50%;
	}
	.mask-facility .bx-facility {
		margin:2%;
		height: calc(100% - 12px);
		padding:40px 2% 4% 2%;
	}
	.mask-facility .bx-facility h3 {
		padding-bottom: 2%;
		margin-bottom:2%;
	}
	.mask-facility .bx-facility p {
		text-align: left;
	}

	.btn {}
	.btn:before {}
	.btn:hover {}
	.view-sel {}
	.view-sel:before {}

	.view {}

	/*-- 設備一覧（テーブル） ------------------------------*/
	.facilityTable {
		width:90%;
		margin:0 auto 10% auto;
	}
	.facilityTable caption {
		margin-bottom:2%;
		font-size:14px;
	}
	.facilityTable th,
	.facilityTable td {
		font-size:14px;
		padding:3%;
	}
	.facilityTable th {}
	.facilityTable th:first-child,
	.facilityTable th:nth-child(2) {
		width:42.5%;
		text-align: left;
		padding-left:4%;
	}
	.facilityTable th:last-child {
		width:15%;
	}
	.facilityTable td:first-child,
	.facilityTable td:nth-child(2) {
		text-align: left;
		padding-left:4%;
	}
	.facilityTable td:last-child {}
	.facilityTable tr:nth-child(2n) {}

	/*-----------------------------------------------------------------------------------------
		制作の流れページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_flow {
		background:url(img/content/flow/bg_flow_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
		margin-bottom:0 !important;
	}
	.t_flow h1 {
		padding:10% 2% 4% 2% !important;
	}
	.t_flow p {
		font-size:12px;
		margin:0 2% 10% 2%;
		white-space:nowrap;
	}
	#flow section h1 {
		font-size:24px;
		margin:8% 0;
	}
	.bx-flow {
		padding:4% 3%;
	}

	/*-- 絞り加工とは ------------------------------*/
	#flow01 {}
	#flow01 p {
		text-align: left;
		margin-bottom:10%;
	}
	#flow01 p br {
		display: none;
	}

	/*-- 絞り加工のメリット ------------------------------*/
	#flow01 h2 {
		font-size:24px;
		margin:8% 0;
	}
	.list-merit {
		width:90%;
		margin:0 auto;
		display:block;
		border-spacing:0;
	}
	.list-merit li {
		position: relative;
		font-size:16px;
		width:100%;
		color:#fff;
		margin:0 0 4% 0;
		display: block;
		padding:4%;
	}
	.list-merit li em {
		font-size:24px;
		line-height:150% !important;
	}

	/*-- 製品一覧ボタン --*/
	.more-products {
		width:70%;
		line-height:50px;
		font-size:16px;
		margin:10% auto;
	}
	.more-products a {}

	/*-- 流れ ------------------------------*/
	#flow02 {
		padding: 10% 0;
	}
	.bx-flow-in {
		margin-bottom:0;
	}
	.bx-flow-in img {
		width:35%;
		height:auto;
	}
	.bx-flow-in p {
		margin: 0 0 0 4%;
		font-size:18px !important;
	}

	/*-- 製造工程 --*/
	.list-flow {
		margin-bottom:10%;
	}
	.list-flow li {
		padding: 8% 0;
		margin:0 auto;
		width:100%;
		display:block;
	}
	/*-- No --*/
	.list-flow li .no {
		margin:0 auto 8% auto;
	}
	.list-flow li .no em {
		font-size:16px;
	}
	.list-flow li .no em span {
		font-size:30px;
	}

	/*-- img --*/
	.bx-img-flow {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
		-webkit-justify-content: center;
				justify-content: center;
		width:100%;
	}
	.bx-img-flow img {
		width:45%;
		height:auto;
		display: block;
		margin:0 2%;
	}
	.bx-img-flow img:nth-child(2) {
		margin-top:0;
	}

	/*-- 説明 --*/
	.list-flow li p {
		padding:4%;
		margin:4% auto;
		width:94%;
	}
	.list-flow li:last-child p {
		width:94%;
	}

	/*-- 動画 ------------------------------*/
	.bx-movie {
		margin:0;
		width:100%;
	}
	.bx-movie p {
		font-size:24px;
		text-align: center;
		margin-bottom:8%;
	}
	.bx-movie img {
		width:100%;
		height: auto;
	}
	.y-moive {
		width:90%;
		margin:0 auto !important;
	}
	.y-moive iframe {}

	/*-- 動画一覧 ------------------------------*/
	#flow03 {
		padding:3% 0 4% 0;
		background:url(img/content/flow/bg_movie_other.jpg) 0 50% no-repeat;
		background-size:cover;
	}
	.bx-movie-list {
		width:90%;
		margin:0 auto 10% auto;
	}
	.bx-movie-list h1 {
		font-size:18px !important;
		font-weight:700;
		padding:4% 0;
		margin-bottom:8%;
	}

	.list-movie {
		margin:0 auto;
		font-size:12px;
		line-height:180%;
	}
	.list-movie .ttl-movie {
		font-size:18px;
	}
	.list-movie div {
		position: relative;
		width:45%;
		margin:0 2.5% 5% 2.5%;
	}
	.list-movie div:before {
		top:100px;
		left:50%;
		margin:0 0 0 -25px;
		width:50px;
		height:30px;
		border-radius:5px;
	}
	.list-movie div:after {
		position: absolute;
		content:'';
		top:110px;
		left:50%;
		margin:0 0 0 -5px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 5px 0 5px 10px;
		border-color: transparent transparent transparent #ffffff;
	}
	.list-movie div:nth-child(3n) {
		margin-right:5%;
	}
	.list-movie div:nth-child(2n) {
		margin-right:0 !important;
	}
	.list-movie div img {
		width:100%;
		height:auto;
		display: block;
		margin:0 0 5% 0;
	}
	.list-movie div p {
		font-size:13px;
		line-height: 130%;
	}
	.list-movie div a {}

	/*-- 動画一覧ボタン --*/
	.more-movie {
		width:70%;
		font-size:18px;
		margin:0 auto 10% auto;
	}
	.more-movie a {
		line-height:60px;
	}

	/*-----------------------------------------------------------------------------------------
		OEMページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_oem {
		background:url(img/content/oem/bg_oem_sp.jpg) 50% 0 no-repeat;
		background-size:cover;
		margin-bottom:0 !important;
	}
	.t_oem h1 {
		padding:10% 2% 4% 2% !important;
	}
	.t_oem p {
		font-size:16px;
		margin:0 2% 10% 2%;
	}
	#oem section h1 {
		font-size:24px;
		margin:8% 0;
	}

	/*-- お客様へのメッセージ ------------------------------*/
	#oem01 {
		padding:4% 0 0 0;
	}
	#oem01 p {
		width:90%;
		text-align:left;
		margin:0 auto 8% auto;
	}
	#oem01 p br {
		display: none;
	}
	#oem01 h2 {
		font-size:20px;
		width:90%;
		margin:0 auto 8% auto;
	}
	#oem01 h2 br {
		display: none;
	}
	.bx-oem-message {
		padding:10% 0;
		background:url(img/content/oem/bg_oem_message.jpg) 50% 0 no-repeat;
		background-size:cover;
	}
	.bx-oem-message img {
		width:90%;
		height:auto;
		display: block;
		margin:0 auto 8% auto;
	}
	.bx-oem-message p {
		line-height:150%;
		border-radius:90px;
		font-size:18px;
		margin:12% auto 0 auto;
		width:90%;
		padding:2% 6%;
	}

	/*-- お客様へのメッセージ ------------------------------*/
	#oem02 {
		padding:10% 0;
		margin:0 auto;
		width:90%;
	}
	#oem02 h1 {
		font-size:22px !important;
		margin-bottom:15% !important;
	}
	#oem02 h1 br {
		display: block;
	}
	#oem02 dl {
		margin:0 auto;
		width:100%;
	}
	#oem02 dl div {
		position: relative;
		margin:0 0 12% 4%;
		border:1px solid #707070;
	}
	#oem02 dl div dt {
		top:-25px;
		left:-20px;
		line-height:40px;
		border-radius:40px;
		font-size: 16px;
		width:170px;
	}
	#oem02 dl div dt span {
		display: inline-block;
		font-size: 24px;
		margin:5px 0 0 5px;
	}
	#oem02 dl div dd {
		padding: 35px 6% 6% 6%;
		font-size:16px;
	}
	#oem02 p {
		width:90%;
		margin:0 auto;
	}
	#oem02 p br {
		display: none;
	}

	/*-- お客様へのメッセージ ------------------------------*/
	#oem03 {
		padding:8% 0;
		margin:0;
	}
	#oem03 h1 {
		font-size:22px !important;
		margin-bottom:15% !important;
	}
	#oem03 dl {
		margin:0 auto;
		width:90%;
	}
	#oem03 dl div {
		position: relative;
		margin:0 0 100px 2%;
	}
	#oem03 dl div:after {
		bottom:-45px;
		margin-left:-14px;
		border-width: 16px 14px 0 14px;
	}
	#oem03 dl div:last-child:after {
		display: none;
	}
	#oem03 dl div dt {
		position: absolute;
		top:-25px;
		left:-10px;
		line-height:40px;
		font-size: 15px !important;
		width:85%;
	}
	#oem03 dl div dd {
		padding: 35px 6% 6% 6%;
		font-size:16px;
		line-height:180%;
	}
	#oem03 dl div dd br {
		display: none;
	}

	/*-- 特注製品の例 ------------------------------*/
	#oem04 {
		padding:10% 0;
	}
	#oem04 h1 {
		font-size:22px !important;
		margin-bottom:15% !important;
	}
	#oem04 img {
		width:90%;
		height:auto;
		display: block;
		margin:0 auto 4% auto;
	}
	#oem04 p {
		font-size:16px;
		line-height:200%;
		width:90%;
		text-align: left;
		margin:10% auto 4% auto;
	}
	#oem04 p br {
		display: none;
	}
	#oem04 .txt-oem04 {
		font-size:20px;
		text-align: center !important;
	}
	#oem04 h2 {
		font-size:24px;
		margin:10% 0 6% 0;
		line-height:150%;
	}

	.list-oem {
		width:90%;
		margin:0 auto;
	}
	.list-oem li {
		position: relative;
		line-height:150%;
		border-radius:60px;
		text-align: left;
		font-size:18px;
		padding:3% 6% 3% 45px;
		margin-bottom:4%;
	}
	.list-oem li:before {
		position: absolute;
		top:13px;
		left:15px;
		
	}
	.list-oem li:first-child:before {}
	.list-oem li:nth-child(2):before {}
	.txt-oem-make {
		position: relative;
		font-size:12px !important;
		color:#fff;
		text-align: center !important;
		z-index:0;
		padding-top:2%;
		line-height:150% !important;
		margin-bottom:70px !important;
	}
	.txt-oem-make em {
		display:block;
		margin:10px 0 0 10px;
		font-size:20px;
	}
	.txt-oem-make:before {
		margin-left:-130px;
		border-style: solid;
		border-width: 120px 130px 0 130px;
	}
	.txt-oem-make br {
		display: block !important;
	}

	/*-----------------------------------------------------------------------------------------
		ステンレスについてページ
		チタンについてページ
	-----------------------------------------------------------------------------------------*/

	.bx-features {
		padding:10% 0 4% 0;
		width:90%;
		margin:0 auto 12% auto;
	}

	/*-- タイトル背景 ------------------------------*/
	.t_titanium {
		background:url(img/content/material/bg_titanium_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
	}
	.t_stainless {
		background:url(img/content/material/bg_stainless_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
	}
	.t_material h1 {}

	#material section h1 {
		font-size:24px;
		margin-bottom: 8%;
	}
	#features h2 {
		text-align: center;
		font-size:21px;
		font-weight:700;
		margin-bottom:30px;
	}
	#features p {
		font-size:16px;
		margin-bottom:6%;
	}
	#features p strong {
		font-size:20px !important;
		margin-bottom:6%;
	}
	.ctr {
		text-align: left;
		line-height:180%;
	}

	/*-- 特徴（チタニウム） ------------------------------*/
	.list-features-stainless {
		margin-bottom:0 !important;
		display:block;
	}
	.list-features-stainless li {
		width:100%;
		padding:100px 2% 6% 2%;
		color:#fff;
		font-size:18px;
	}
	.list-features-stainless li:before {
		background: url(img/content/material/bg_feature.png) 50% 50% no-repeat;
		background-size:auto 100%;
	}
	.list-features-stainless li:after {
		top:33px;
		font-size:24px;
	}
	.list-features-stainless li strong {
		font-size: 22px;
	}

	/*-- 特徴（チタニウム） ------------------------------*/
	.list-features-titanium {
		margin-bottom:10% !important;
		display:block;
	}
	.list-features-titanium li {
		width:100%;
		padding:100px 2% 6% 2%;
		color:#fff;
		font-size:18px;
	}
	.list-features-titanium li:before {
		background: url(img/content/material/bg_feature.png) 50% 50% no-repeat;
		background-size:auto 100%;
	}
	.list-features-titanium li:after {
		top:36px;
		font-size:24px;
	}
	.list-features-titanium li strong {
		font-size: 22px;
	}
	.list-features-titanium li:first-child strong {
		margin:30px 0 35px 0;
	}
	.txt-features {
		font-size:24px !important;
		margin-bottom:6%;
	}

	/*-- 特徴（背景色） ------------------------------*/
	.list-features-stainless li:first-child,
	.list-features-titanium li:first-child {}
	.list-features-stainless li:nth-child(2),
	.list-features-titanium li:nth-child(2) {}
	.list-features-stainless li:last-child,
	.list-features-titanium li:last-child {}

	/*-- タイトル背景 ------------------------------*/
	#efforts {}
	#efforts h1 {
		font-size:22px !important;
		line-height:150%;
		border-radius:50px;
		padding:3% 4%;
		margin-bottom:8%;
	}
	#efforts p {
		font-size:18px;
		text-align:left;
	}
	#efforts p br {
		display: none;
	}
	#efforts img {
		width:100%;
		height: auto;
		margin:5% auto;
	}

	/*-- 特徴詳細（チタニウム） ------------------------------*/
	#efforts p.txt-efforts-titanium {
		font-size:18px;
		line-height:200%;
		margin-bottom:4% !important;
		text-align: left;
	}
	#efforts p.txt-efforts-titanium em {
		font-size:24px !important;
	}

	/*-- 特徴詳細（ステンレス） ------------------------------*/
	#efforts p.txt-efforts-stainless {
		font-size:18px;
		line-height:200%;
		margin-bottom:4% !important;
		text-align: left;
	}
	#efforts p.txt-efforts-stainless em {}
	#efforts p.txt-efforts-stainless br {}

	/*-- 製品紹介（チタニウム）  ------------------------------*/
	#introduction {}
	#introduction h1 {
		font-size:18px !important;
		line-height:180%;
		border-radius:50px;
		margin-bottom:8%;
	}
	.bx-introduction {
		padding:6%;
		margin-bottom:10%;
	}
	.bx-introduction p {
		font-size:15px;
		margin-bottom:10%;
	}
	.bx-introduction p br {
		display: none;
	}
	.bx-introduction img {
		width:100%;
		height:auto;
		margin:0 auto 10% auto;
	}
	.list-pickup li {
		line-height:150%;
		border-radius:50px;
		font-size:16px;
		padding:3% 4%;
		margin-bottom:6%;
	}
	.list-introduction {
		display: block;
	}
	.list-introduction div {
		padding:6%;
		width:100%;
		margin-top:6%;
	}
	.list-introduction div:last-child {
		width:100% !important;
	}
	.list-introduction div dt {
		font-size:20px;
		padding-bottom:3%;
		margin-bottom:3%;
	}
	.list-introduction div dd {
		font-size:18px;
		line-height:180%;
	}

	/*-- 原因 ------------------------------*/
	#cause {
		padding:10% 0;
	}
	.bx-cause {
		padding:10% 6%;
		width:94%;
		margin: 0 auto 10% auto;
	}
	.bx-cause h1 {
		font-size:24px !important;
		line-height:150%;
		margin-bottom:12% !important;
	}
	.list-cause {
		width:100%;
		margin:0 auto;
	}
	.list-cause div {
		padding:35px 6% 6% 6%;
		margin-bottom:10%;
	}
	.list-cause div:last-child {}
	.list-cause div dt {
		width:180px;
	}

	/*-- 製品紹介（チタニウム）  ------------------------------*/
	.bx-introduction .coming {
		margin:5% auto;
	}

	/*-----------------------------------------------------------------------------------------
		採用情報ページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_employment {
		background:url(img/content/employment/bg_employment_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
	}

	#employment section h1 {
		font-size:24px;
		margin-bottom: 8%;
	}
	.bx-employment {
		padding:10% 0;
		width:90%;
		margin:0 auto;
	}
	.bx-employment p {
		text-align:left;
		font-size:18px;
		line-height:180%;
		margin-bottom:8%;
	}
	.bx-employment p br {
		display: none;
	}

	/*-- テーブル ------------------------------*/
	.employmentTable {
		width:90%;
		margin: 0 auto 10% auto;
	}
	.employmentTable th,
	.employmentTable td {
		padding:4% 3%;
	}
	.employmentTable th {}
	.employmentTable td {}
	.employmentTable caption {
		font-size:18px;
		font-weight:700;
		margin:4% 0;
	}

	/*-----------------------------------------------------------------------------------------
		採用エントリーフォームページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_entryform {
		background:url(img/content/entryform/bg_entryform_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
	}
	.ninsyo img {
		display: block;
		width:120px;
		height: auto;
		margin-bottom:6%;
	}

	/*-----------------------------------------------------------------------------------------
		技術紹介ページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_technology {
		background:url(img/content/technology/bg_technology_sp.jpg) 50% 0 no-repeat;
		margin-bottom:0 !important;
	}
	.t_technology h1 {
		padding:10% 2% 4% 2% !important;
	}
	.t_technology p {
		font-size:16px;
		margin:0 2% 10% 2%;
	}

	#technology section h1 {
		font-size:24px;
		margin:10% 0 8% 0;
	}

	/*-- 工場長メッセージ ------------------------------*/
	.bx-technology {
		padding:0 0 4% 0;
		width:100%;
		margin:0;
	}
	.bx-technology img {
		max-width:100%;
		height:auto;
	}
	.bx-message {
		padding:4%;
	}
	.bx-message h2 {
		font-size: 30px;
		margin-bottom:8%;
		line-height:150%;
	}
	.bx-message p {
		font-size:16px;
		margin-bottom:6%;
	}

	/*-- 工場長想い ------------------------------*/
	.bx-manager-policy {
		position: relative;
		clear:both;
		width:94%;
		border-top:0;
		margin:12% auto 16% auto !important;
		padding:0 6% 6% 0;
	}
	.bx-manager-policy p {}
	.bx-manager-policy p.ttl-manager {
		top:-60px;
		left:0;
		text-align:left;
		margin:0 !important;
		padding:0 4% 0 0 !important;
	}

	/*-- スタッフインタビュー ------------------------------*/
	#interview {
		background: url(img/content/technology/bg-interview.jpg) 0 0 no-repeat;
		background-size:cover;
		padding:4% 0 0 0 !important;
	}
	.bx-staff h2 {
		font-size:24px;
		line-height:80px;
	}
	.bx-staff-in {
		position: relative;
		clear:both;
		overflow: hidden;
		display:block;

	}
	#interview section:nth-child(2n) .bx-staff-in {
		-webkit-flex-direction: row;
				flex-direction: row;
	}
	.bx-staff-in dl {
		position: relative;
		clear:both;
		overflow: hidden;
		width:100%;
		padding:4%;
		z-index: 10;
		margin-top:105%;
	}
	#interview section:nth-child(2n+1) .bx-staff-in dl {
		margin-left:0;
	}
	.bx-staff-in dl dt,
	.bx-staff-in dl dd {
		width:100%;
	}
	.bx-staff-in dl dt {
		padding-left:50px;
		font-size:16px;
		margin-bottom:4%;
		min-height:40px;
	}
	.bx-staff-in dl dt:before {
		width:40px;
		height:40px;
	}
	.bx-staff-in dl dt:after {
		top:7px;
		left:9px;
		font-size:24px;
	}
	.bx-staff-in dl dd {
		padding:2% 2% 2% 50px;
		margin-bottom:4%;
	}
	.bx-staff-in dl dd:before {}
	.bx-staff-in dl dd:after {}
	.staff01:after,
	.staff03:after {
		width:100%;
	}
	.staff02:after,
	.staff04:after {
		width:100%;
	}
	.staff01:after {
		background:url(img/content/technology/img-technology02.jpg) 0 0 no-repeat;
		background-size:100% auto;
	}
	.staff02:after {
		background:url(img/content/technology/img-technology03.jpg) 0 0 no-repeat;
		background-size:100% auto;
	}
	.staff03:after {
		background:url(img/content/technology/img-technology04.jpg) 0 0 no-repeat;
		background-size:100% auto;
	}
	.staff04:after {
		background:url(img/content/technology/img-technology05.jpg) 0 0 no-repeat;
		background-size:100% auto;
	}

	/*-----------------------------------------------------------------------------------------
		加工動画ページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_video {
		background:url(img/content/video/bg_video_sp.jpg) 50% 0 no-repeat;
		background-size:cover;
	}

	/*-----------------------------------------------------------------------------------------
		お知らせページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_news {
		background:url(img/content/news/bg_news_sp.jpg) 50% 0 no-repeat;
		background-size:cover;
	}

	/*-- お知らせ一覧 ------------------------------*/
	.list-news {
		max-width:100%;
		min-width:100%;
		margin:0 auto 10% auto;
		display:block;
	}
	.list-news li {
		position: relative;
		width:100%;
		margin:0;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
		padding:3% 2%;
		border-bottom:1px solid #ccc;
		-webkit-transition:0s;
				transition:0s;
	}
	.list-news li:nth-child(3n){}
	.list-news li div.img-news {
		position: relative;
		overflow: hidden;
		padding-top:0;
		max-height:auto;
		margin:0 4% 0 0;
		width:25% !important;
	}
	.list-news li div.img-news img {
		position:relative;
		width:100%;
		height: auto;
		-webkit-transition:0s;
				transition:0s;
	}
	.list-news li:hover div.img-news img {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
	.list-news li .txt-news {
		width:70%;
	}
	.list-news li p.entry-date {
		font-size:14px;
		margin-bottom:2%;
	}
	.list-news li p.ct {
		line-height:25px;
		width:50%;
		max-width:100px;
		font-size:15px;
	}
	.list-news li p.ttl-news {
		font-size:16px;
		margin-bottom:2%;
	}
	.list-news li p.notice-news {
		display: none;
	}
	.list-news li a {}

	/*-- ページング ------------------------------*/
	.pagination {
		width:94%;
		margin:0 auto 10% auto;
	}
	.pagination span,
	.pagination a {
		margin:0 2%;
		width:20px;
		height:20px;
		line-height:20px;
		-webkit-transition:0s;
				transition:0s;
	}
	.pagination a:hover,
	.pagination .current {}
	.pagination a.prev:hover:before,
	.pagination a.next:hover:before {}
	.pagination a.prev:before,
	.pagination a.next:before {
		width:6px;
		height:6px;
		margin-top:-3px;
	}
	.pagination a.prev:before {
		left:12px;
		-webkit-transform:rotate(-135deg);
				transform:rotate(-135deg);
	}
	.pagination a.next:before {
		left:7px;
		-webkit-transform:rotate(45deg);
				transform:rotate(45deg);
	}

	/*-- 詳細 ------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_news_detail {
		background:url(img/content/news/bg_news_sp.jpg) 50% 50% no-repeat;
		background-size:cover;
		height:auto !important;
		margin-bottom:0 !important;
	}
	.t_news_detail h1 {
		padding:8% 0 !important;
	}

	#wrap-content {
		width:100%;
		margin:0;
		display:block;
	}
	/*-- contentエリア ------------------------------*/
	#entry-content {
		width: 90%;
		padding:4% 0;
		border-right:0;
		margin:0 auto 10% auto;
	}
	#entry-content p {
		margin-bottom:6%;
	}
	#entry-content img {
		margin-bottom: 8%;
	}
	/*--  --*/
	#news-header {
		width:100%;
		margin:0 auto;
		background:none;
		padding:2% 0;
		border-bottom:1px solid #ccc;
		height:auto !important;
		margin-bottom:4% !important;
		z-index: 1;
	}
	#news-header h1 {
		line-height: 130%;
		width:100% !important;
		font-size:22px;
		margin:0 0 2% 0 !important;
	}
	#news-header .entry-date {
		margin-bottom:0;
	}
	#news-header .ct {
		line-height:30px;
		padding:0;
		width:50%;
		max-width:100px;
		font-size:15px;
	}

	/*-- sidebar ------------------------------*/
	#sidebar {
		width: 100%;
		padding:4%;
		margin:0 auto;
		background:#f9f9f9;
	}
	#sidebar ul.list-news-other li {
		padding-left:0;
		margin-bottom:0;
		display: -webkit-flex;
		display: flex;
		padding:3% 0;
		border-bottom:1px solid #ccc;
		/*
		-webkit-align-items: center;
				align-items: center;
		*/
	}

	/*-- お知らせ一覧 ------------------------------*/
	.list-news-other li {
		position: relative;
		width:100%;
		margin:0;
		-webkit-transition:0.20s;
				transition:0.20s;
	}
	.list-news-other li div.img-news {
		position: relative;
		overflow: hidden;
		padding-top:0;
		max-height:auto;
		margin:0 4% 0 0;
		width:25%;
	}
	.list-news-other li div.img-news img {
		position:relative;
		width:100%;
		height: auto;
		-webkit-transition:0s;
				transition:0s;
	}
	.list-news-other li:hover div.img-news img {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
	.list-news-other li p.entry-date {
		font-size:14px;
		margin-bottom:0;
	}
	.list-news-other li .txt-news {
		width:70%;
	}
	.list-news-other li p.ct {
		line-height:25px;
		width:50%;
		max-width:100px;
		font-size:15px;
	}
	.list-news-other li p.ttl-news {
		font-size:16px;
		margin-bottom:0;
	}
	.list-news-other li a {}

	/*-----------------------------------------------------------------------------------------
		製品一覧ページ
	-----------------------------------------------------------------------------------------*/

	/*-- タイトル背景 ------------------------------*/
	.t_products {
		background:url(img/content/products/bg_products_sp.jpg) 50% 0 no-repeat;
		background-size:cover;
	}
	.t_detail {
		background:url(img/content/products/bg_details.jpg) 50% 0 no-repeat;
		background-size:cover;
		height:220px !important;
	}
	.t_detail h1 {
		letter-spacing: 4px;
		padding:110px 10px 0 10px !important;
	}
	#products h2 {
		font-size:24px !important;
		margin-bottom:10% !important;
	}
	#products section {
		margin-bottom:4%;
	}

	/*-- 製品一覧 ------------------------------*/
	.list-products {
		width:94%;
		display: block;
		margin:0 auto 10% auto !important;
	}
	.list-products li {
		position: relative;
		clear:both;
		overflow: hidden;
		border-bottom:1px solid #ccc;
		width:100%;
		max-width:100%;
		font-size:18px;
		margin:0;
		padding: 2%;
		text-align: left;
		-webkit-transition:0s;
				transition:0s;
		-webkit-box-sizing: border-box;
	        	box-sizing: border-box;
	}
	.list-products li:nth-child(2n){
		margin-right:0;
	}
	.list-products li div.img-prod {
		position: relative;
		width:25%;
		padding:0;
		display: inline-block;
		max-height:auto !important;
		margin:0 4% 0 0 !important;
	}
	.list-products li div.img-prod img {
		position: relative;
		width:100%;
		height: auto;
		direction: block;
	}

	.list-products li:hover div.img-prod img {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
	.list-products li a {}

	/*-- 製品詳細 ------------------------------*/
	#pro {
		display:block;
		margin:10% auto 5% auto;
		width:90%;
	}
	.bx-item-img {
		width: 100% !important;
	}
	.bx-item-img img {
		max-width:100%;
		height:auto;
	}
	.bx-item-img .caption {
		position: absolute;
		right:0;
		bottom:-50px;
		font-size: 15px;
		color: #666;
	}

	#prod-slider {}
	#prod-slider li {
		width:100%;
	}
	#thumbsWrap {}
	#thumbsWrap img {}
	#thumbsWrap a {
		position: relative;
		padding-top:20%;
		overflow: hidden;
		width:23%;
		height: auto;
		margin:0 2% 2% 0;
	}
	#thumbsWrap a:nth-child(4n),
	#thumbsWrap a:last-child {
		margin-right:0 !important;
	}

	.bx-pager {}
	.button_pdf {
		line-height: 50px;
		margin-bottom:6%;
	}
	.button_pdf a {}
	.button_pdf a:hover {}

	.bx-item-details {
		width: 100% !important;
		margin: 10% auto;
	}
	.bx-item-details h1 {
		margin-bottom: 12%;
		padding: 1% 0px 1% 4%;
		border-left: 12px solid #000;
		font-size: 22px;
	}
	.bx-item-details .pro_sta {
		margin: 0px 0px 6% 0px;
	}
	.bx-item-details .pro_comment {
		font-size: 16px;
		line-height: 23px;
		letter-spacing: 3px;
	}
	.pro_table {
		margin-top:0 !important;
	}
	.pro_table table {
		width: 840px !important;
		margin: 0 auto;
	}
	.pro_table table tr:first-child {background: #8c8c8c !important;}
	.pro_table table tr:first-child th,.pro_table table tr:first-child td {color: #FFF; font-size: 15px;}
	.pro_table table tr:nth-child(even) {background: #d9d9d9;}
	.pro_table table tr:hover {background: #5C5C5C; color: #FFF;}
	.pro_table table tr {
		border-bottom: 1px solid #000;
	}
	.pro_table table th,
	.pro_table table td {
		height: 38px !important;
		padding: 17px 0px 17px 10px !important;
		font-size: 14px;
		border-left: 0px !important;
		border-right: 0px !important;
	}

	/*関連商品*/
	#pro_reco {
		width:85%;
		margin: 12% auto 0 auto;
		padding:0;
	}
	#pro_reco h2 {
		text-align: center;
		font-size: 18px !important;
		letter-spacing: 1px;
		padding-bottom: 2%;
	}
	#pro_reco h2 span {
		font-size: 18px !important;
	}
	.bx-prev {
		left:-2.5% !important;
	}
	.bx-next {
		left:auto !important;
		right:-2.5% !important;
	}

	/*
	
	#slider3 li img {
		border: 1px solid #666;
		width: 100px;
		height: 100px;
		object-fit: contain;
	}
	#slider3 li p {
		margin-top: 10px;
		line-height: 20px;
	}
	#slider3 li p a {
		color: #333;
		font-size: 13px;
	}
	*/
	.txt-scroll {
		display: block;
		font-size: 14px;
		color:#ff0000;
		width:90%;
		text-align: left;
		margin:0 auto 4% auto;
		
	}
	.scroll {
		position: relative;
		padding:3%;
		width:90%;
		margin:0 auto 10% auto;
		overflow-y: hidden;
		border:1px solid #333;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	
	
}


