@charset "utf-8";



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ボディ */
body {
	color:#333;
	font-family:Arial, "Arial Black", "Comic Sans MS", Courier, "Courier New", Impact, "Trebuchet MS", Verdana;
	font-size:62.5%;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ヘッダ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

#GDPR{
	width:35%;
	background: rgba(205, 205, 205, 0.9);
	padding:2%;
	position:fixed;
	bottom:60px;
	right:15px;
	z-index:810;
	border-radius:5px;
}
#GDPR p{
	font-size:1.1em;
	line-height:130%;
	padding-right:8%;
}
#GDPR p img{
	position:absolute;
	right:0;
	top:0;
}



/* GDPR2 */
#GDPR2{
	line-height: 1.5;
	font-size: 1.4em;
	color: #fff;
	
	position: fixed;
	z-index: 900;
	left: 0;
	right: 0;
	bottom: 0;
	
	padding: 1.5em 0;
}
#GDPR2 a{
	color: inherit;
}
#GDPR2:after,
#GDPR2:before{
	content: "";
	display: block;
}
#GDPR2:before{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: rgba(0,0,0,.3);
}
#GDPR2:after{
	position: absolute;
	z-index: -1;
	top: 0;
	left: -100vw;
	right: -100vw;
	bottom: 0;
	
	background: rgba(0,0,0,.8);
}

@media (min-width: 641px){
	#GDPR2{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 640px){
	#GDPR2{
		margin-left: 2%;
		margin-right: 2%;
	}
}

@media (min-width: 641px){
	.gdpr-grid{
		display: flex;
		align-items: flex-end;
	}
	.gdpr-grid__note{
		flex: 1 1 auto;
	}
	.gdpr-grid__agree{
		flex: 0 0 auto%;
		min-width: 20%;
		margin-left: 2em;
	}
}
@media (max-width: 640px){
	.gdpr-grid{}
	.gdpr-grid__note{}
	.gdpr-grid__agree{
		margin-top: 1.5em;
	}
}

.gdpr-button{
	box-sizing: border-box;
	display: block;
	width: 100%;;
	
	color: #fff;
	background: #E60010;
	
	border: 0;
	padding: .75em 1em;
	
	cursor: pointer;
}
/* GDPR2 */



/* エリア */
header {
	background:#000;
	padding:2% 0 0;
	position:relative;
}

/* エリア */
header {
	background:#000;
	padding:2% 0 0;
	position:relative;
}

/* ロゴ */
header h1 {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	background:#e60010;
	width:30%;
	height:100%;
	padding:0 2%;
}
header h1 img {
	width:100%;
	margin:15% 0 0;
}
	
/* プライマリナビ */
header .primary {display:none;}

/* グローバルナビ */
header .global {
	background:#e60010;
	text-align:right;
	padding:3%;
	position:relative;
}
header .global>ul {
	background:rgba(153, 0, 0, 0.9);
	width:100%;
	text-align:left;
	position:absolute;
	z-index:999;
	top:100%;
	left:0;
}
header .global>ul>li {position:relative;}
header .global>ul>li>a {
	display:block;
	color:#fff;
	background:url(/_include/images/common/global_icon01.png) 5% center no-repeat;
	background-size:auto 10px;
	font-size:1.3em;/* 0830 */
	text-decoration:none;
	line-height:35px;
	padding:0 8%;
	white-space:nowrap;
	overflow:hidden;
	height:0;
	-webkit-transition:all .3s;
	transition:all .3s;
	border:none;
}
header .global>.show>li>a {
	overflow:visible;
	height:35px;
	border-top:solid 1px rgba(221, 221, 221, 0.2);
}
header .global>.show>.find>a {
	background:transparent;
	line-height:50x;
	height:50px;
}
header .global>ul>li:first-child>a {border:none !important;}
header .global>ul>li .showhide {display:none;}
header .global>.show>li .showhide {
	display:block;
	position:absolute;
	top:5px;
	right:5px;
	background:none;
	line-height:normal;
	padding:0;
}
header .global>.show>li .showhide img {height:25px;}
header .global>.show>li .showhide .show {display:block;}
header .global>.show>li .showhide .hide {display:none;}
header .global>.show>.open .showhide .show {display:none;}
header .global>.show>.open .showhide .hide {display:block;}

/* グローバルナビ - ドロップダウンメニュー */
header .global>ul>li ul {
	background:#000;
	padding:0 10%;
}
header .global>ul>li ul li {
	overflow:hidden;
	height:0;
	-webkit-transition:all .3s;
	transition:all .3s;
}
header .global>ul>.open ul li {height:30px;}/* 0830 */
header .global>ul>li ul li a {
	display:block;
	color:#fff;
	background:url(/_include/images/common/global_icon01.png) 5% center no-repeat;
	background-size:auto 45%;
	font-size:1.3em;/* 0830 */
	text-decoration:none;
	line-height:27px;/* 0830 */
	padding:0 5% 0 10%;
	white-space:nowrap;
	border-bottom:solid 1px rgba(221, 221, 221, 0.2);
}
header .global>ul>li ul li:last-child a {border:none;}

/* Findリンクの装飾 */
header .global .find {
	color:#fff;
	text-align:right;
	overflow:hidden;
	height:0;
	-webkit-transition:all .3s;
	transition:all .3s;
}
header .global>.show>.find {
	overflow:visible;
	height:50px;
	border-top:solid 1px rgba(221, 221, 221, 0.2);
}
header .global .find>a {
	font-size:1.2em;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	line-height:50px;
	padding:0 2%;
	border:none !important;
}
header .global .find>a img {
	margin:0 2% 0 0;
	vertical-align:middle;
	width:15%;/* 0830 */
	display:none;
}



/* SNSアイコン */
.sns{
	margin-top: 10px;
}
.sns-list{
	display: flex;
	justify-content: center;
}
.sns-list__item{}
.sns-list__item:not(:first-child){
	margin-left: 1em;
}
.sns-list__item{}
.sns__more{}
.sns__icon{}
.index_search .sns{
	display: none;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　パンくずリスト

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.breadcrumbs {
	background:#ebebeb;
	padding:1% 2%;
}

/* リスト */
.breadcrumbs ul:before, .breadcrumbs ul:after {content:""; display:table;}
.breadcrumbs ul:after {clear:both;}
.breadcrumbs ul {/zoom:1;}
.breadcrumbs li {
	float:left;
	line-height:1.5;
	margin:0 1em 0 0;
}
.breadcrumbs li+li {
	background:url(/_include/images/common/breadcrumbs_icon.png) left center no-repeat;
	background-size:auto 35%;
	padding:0 0 0 1.5em;
}

/* リンク */
.breadcrumbs li a {
	color:#666;
	text-decoration:none;
}
.breadcrumbs li a:hover {text-decoration:underline;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　コンテンツタイトル

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.contents_title article {
	background-size:contain;
	padding:0 5%;
}

/* タイトル */
.contents_title h2 {
	font-size:1.8em;
	line-height:100px;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ページトップ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.pagetop {
	text-align:right;
	margin:5% 2% 3%;
}

/* リンク */
.pagetop a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#666 url(/_include/images/common/pagetop_icon.png) 1em center no-repeat;
	background-size:auto 15%;
	font-size:1.1em;
	text-decoration:none;
	padding:1em 1em 1em 2.5em;
}
.pagetop a:hover {opacity:0.6;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　フッタ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
footer {
	background:#e60010;
	border-top:solid 5px #000;
}
footer article {
	padding:2% 0;
	position:relative;
}

/* 上部ライン */
footer aside:after {
	content:'';
	position:absolute;
	top:-5px;
	right:0;
	width:30%;
	border-top:solid 5px #e60010;
}

/* リンク */
footer nav {
	font-size:1.1em;
	margin:0 2%;
}
footer nav ul:before, footer nav ul:after {content:""; display:table;}
footer nav ul:after {clear:both;}
footer nav ul {/zoom:1;}
footer nav ul li {
	float:left;
	margin:2% 3% 0 0;
}
footer nav ul li:last-child {margin:2% 0 0 0;}
footer nav ul li a {
	color:#fff;
	text-decoration:none;
}

/* コピーライト */
footer aside {
	text-align:right;
	margin:0 2%;
}
footer aside img {width:20%;}
footer aside small {
	display:block;
	color:#fff;
	margin:2% 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - ビジュアル

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.index_visual {}

/* スライドイメージ */
/* 2016/10/26　Slickプラグイン使用により、全変更 */
.index_visual article {
	width:100%;
	position:relative;
	overflow:hidden;
}
.index_visual article a {outline:none;}
.index_visual article .slick-track {
	width:100% !important;
	overflow:hidden;
}
.index_visual article .slick-track a {
	position:absolute !important;
	width:100% !important;
	left:0 !important;
}
.index_visual article .slick-prev, .index_visual article .slick-next {
	position:absolute;
	top:50%;
	z-index:200;
	margin:-25px 0 0;
	opacity:0.6;
	width:50px;
	height:50px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	outline:none;
}
.index_visual article .slick-prev:hover, .index_visual article .slick-next:hover {opacity:0.8;}
.index_visual article .slick-prev {
	background:url(/_include/images/index/visual_move_p.png);
	left:2%
}
.index_visual article .slick-next {
	background:url(/_include/images/index/visual_move_n.png);
	right:2%
}
.index_visual article ul img {width:100%;}

/* スライドナビゲーション */
/* 2016/10/26　Slickプラグイン使用により、全変更 */
.index_visual .slick-dots {
	background:#fff;
	border-bottom:solid 1px #ccc;
	text-align:center;
	padding:5px 0;
}
.index_visual .slick-dots li {
	display:inline;
	padding:0 1px;
}
.index_visual .slick-dots button {
	background:url(/_include/images/index/dots_off.png) center no-repeat;
	width:15px;
	height:15px;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	outline:none;
}
.index_visual .slick-dots button:hover, .index_visual .slick-dots .slick-active button {background:url(/_include/images/index/dots_on.png) center no-repeat;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - 検索

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.index_search:before, .index_search:after {content:""; display:table;}
.index_search:after {clear:both;}
/*
.index_search {
	/zoom:1;
	color:#fff;
	background:#e60010;
	width:92%;
	margin:2% 2% 0;
	padding:2%;
	border-radius:5px;
	position:absolute;
}
*/
.index_search {
	/zoom:1;
	color:#fff;
	background:#e60010;
	padding:2%;
	margin-left: 34%;
}

/* ラベル */
/* 0830
.index_search label {
	float:left;
	font-size:1.2em;
	font-weight:bold;
	width:30%;
	line-height:22px;
}
*/
.index_search label {
	display:none;
}

/* テキストボックス */
.index_search .text {
	float:right;
	width:100%;/* 0830 */
	background:#fff;
	border:solid 1px #ccc;
	border-radius:3px;
	position:relative;
	padding:1px 0;
}
.index_search .text input {
	font-size:1.5em;/* 0830 */
	height:25px;/* 0830 */
	border:none;
	outline:none;
	width:90%;
	padding:2% 1% 0 1%;/* 0830 */
	margin:0;
	vertical-align:middle;
}
.index_search .text button {
	background:transparent;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	vertical-align:middle;
	position:absolute;
	top:1px;
	right:1%;
}
.index_search .text button img {height:30px;}/* 0830 */

/* セレクトボックス */
.index_search .select {display:none;}

/* アルファベット検索 */
.index_search nav {display:none;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - カテゴリ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.index_cateories {
	background:#edefef;
/*	padding:70px 2% 3%;	*/
	padding:5% 2% 3%;
}

/* タイトル */
.index_cateories h2 {
	font-size:1.7em;/* 0830 */
	font-weight:bold;
	line-height:1.5;
	border-left:solid 7px #333;
	padding:0 0 0 0.8em;
}
.index_cateories h2 span {display:none;}

/* リスト */
.index_cateories ul:before, .index_cateories ul:after {content:""; display:table;}
.index_cateories ul:after {clear:both;}
.index_cateories ul {
	/zoom:1;
	margin:2% 0 0;
}
.index_cateories ul li {
	display:inline-block;/* 0830 floatから変更 */
	width:32.3333333333333%;/* 0830 33%から細かく調整 */
	padding:2% 0;
	border-bottom:solid 1px #ddd;
}
.index_cateories ul li a {
	display:block;
	color:#333;
	text-decoration:none;
	border-left:solid 1px #ddd;
}
.index_cateories ul li:nth-child(3n) a {border-right:solid 1px #ddd;}
.index_cateories ul li a:hover {opacity:0.6;}
.index_cateories ul li a figure {
	text-align:center;
	margin:0 2%;
}
.index_cateories ul li a figure img {width:75%;}/* 0830 98%では大きすぎるので調整 */
.index_cateories ul li a figcaption {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2;
	vertical-align:middle;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - コンテンツ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.index_contents {margin:0 2%;}

/* 新着情報 */
.index_news {}
.index_news article {margin:5% 0 0;}
.index_news article h3 {
	font-size:1.7em;/* 0830 */
	font-weight:bold;
	line-height:1.5;
	border-left:solid 7px #333;
	padding:0 0 0 0.8em;
	position:relative;
}
.index_news article h3 a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	position:absolute;
	right:0;
	color:#666;
	background:#e4e4e4;
	font-size:0.8em;
	text-decoration:none;
	padding:0 0.5em;
	border-radius:3px;
}
.index_news article h3 a:hover {
	color:#fff;
	background:#900;
}
.index_news article ul {margin:1% 0 0;}
.index_news article li:before, .index_news article li:after {content:""; display:table;}
.index_news article li:after {clear:both;}
.index_news article li {
	/zoom:1;
	font-size:1.5em;/* 0830 */
	line-height:1.2;
	padding:2%;/* 0830 */
	border-bottom:dotted 1px #999;
}
.index_news article li a small {display:block;}
.index_news article li a {
	display:block;
	color:#333;
	text-decoration:none;
}
.index_news article li a:hover {text-decoration:underline;}

/* バナー */
.index_banner {margin:3% 0 0;}
.index_banner a {
	display:block;
	padding:1% 0;
	border:solid 1px #ccc;
	margin:1% 0 0;
}
.index_banner a img {width:90%;}
.index_banner a:hover img {
	-webkit-filter:grayscale(100%);
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:grayscale(100%);
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　index - ピックアップ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.index_pickup {
	margin:5% 2% 0;
	padding:0 0 4%;
}

/* タイトル */
.index_pickup h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.5;
	border-left:solid 7px #333;
	padding:0 0 0 0.8em;
}

/* リンク */
.index_pickup ul:before, .index_pickup ul:after {content:""; display:table;}
.index_pickup ul:after {clear:both;}
.index_pickup ul {/zoom:1;}
.index_pickup li {
	float:left;
	width:49%;
	margin:2% 2% 0 0;
}
.index_pickup li:nth-child(2n) {margin:2% 0 0;}
.index_pickup li img {width:100%;}
.index_pickup a:hover {opacity:0.6;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Product - 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* タイトル */
.product_title {background:#000;}
.product_title article {background:url(/_include/images/product/visual.jpg) right center no-repeat;}
.product_title h2 {color:#fff;}

/* エリア */
.product {margin:5% 0 0;}

.product h3{padding:0 2%;}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Product - 一覧

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ナビ - アルファベット */
.product .nav_alpha {margin:0 2%;}
.product .nav_alpha small {
	display:block;
	font-size:1.2em;
}
.product .nav_alpha ul:before, .product .nav_alpha ul:after {content:""; display:table;}
.product .nav_alpha ul:after {clear:both;}
.product .nav_alpha ul {
	/zoom:1;
	background:#900;
	margin:1% 0 0;
	padding:0 0 1%;
}
.product .nav_alpha ul li {
	float:left;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	width:8%;
	line-height:2;
	margin:1% 0 0 1%;
}
.product .nav_alpha ul li a {
	display:block;
	color:#900;
	background:#fff;
	text-decoration:none;
}
.product .nav_alpha ul li a:hover {background:#ccc;}

/* ナビ - カウント */
.product .nav_count {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#333;
	font-size:1.4em;
	line-height:2.5;
	padding:0 0.5em;
	margin:2% 2% 0;
}
.product .nav_count strong {font-weight:bold;}

/* ナビ - 検索 */
.product .nav_search {margin:2% 2% 0;}
.product .nav_search>small {
	display:block;
	font-size:1.2em;
}
.search_bt{
	text-align:center;
	padding:10px;
	}
.product .nav_search form {
	background:#ebebeb;
	font-size:1.2em;
	margin:1.5% 0 0;
}
.product .nav_search form small {
	display:block;
	font-weight:bold;
	margin:2% 2% 0;
}
.product .nav_search form label strong {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:0.8em;
	display:none;/* 0830 */
}
.product .nav_search form .main {
	padding:0 2% 2%;
	border-bottom:solid 1px #fff;
}
.product .nav_search form .main label {
	display:block;
	margin:2% 0 0;
}
.product .nav_search form .main label strong {
	font-weight:bold;
	width:50px;
}
.product .nav_search form .main label select, .product .nav_search form .main label input {
	font-size:1.4em;
	border:solid 1px #ccc;
}
/* 830 */
.product .nav_search form .main label select{
	width:100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding:3%;
	background:#FFFFFF;
	background: url(/_include/images/product/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(/_include/images/product/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%
	}
/* 830 */
.product .nav_search form .main label input{
	width:94%;
	}

.product .nav_search form .main label input {
	background:#fff;
	/*background:#fff url(/_include/images/product/search_icon.png) right 1% center no-repeat;*/
	/*background-size:auto 70%;*/
	padding-top:2%;
	padding-left:1%;
	padding-right:5%;
	line-height:normal;
}
.product .nav_search form .sub {padding:0 2% 2%;}
.product .nav_search form .sub label {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:1% 2% 0 0;
}
.product .nav_search form .sub label select {
	font-size:1.4em;
	border:solid 1px #ccc;
}

/* CADダウンロード　ナビ - 検索 ここから */
.product .nav_cadsearch{
	margin:20px auto;
	width:90%;
	}
.product .nav_cadsearch form {
	background:#ebebeb;
	margin:15px 0 0;
	padding:5%;
	width:90%;
	}
.product .nav_cadsearch fieldset {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
}


	/* ラベル */
.product .nav_cadsearch form label {
	/*display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;*/
	font-size:;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.8em;
	
}

	/* テキストボックス */
.product .nav_cadsearch .text {
	float:none;
	width:100%;/* 0830 */
	background:#fff;
	border:solid 1px #ccc;
	border-radius:3px;
	position:relative;
	padding:1px 0;
}
.product .nav_cadsearch .text input {
	font-size:1.2em;/* 0830 */
	font-weight:normal;
	height:35px;/* 0830 */
	border:none;
	outline:none;
	width:98%;
	padding:0 1% 0 1%;/* 0830 */
	margin:0;
	vertical-align:middle;
}
.product .nav_cadsearch .text button {
	background:transparent;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	vertical-align:middle;
	position:absolute;
	top:5px;
	right:1%;
}
.product .nav_cadsearch .text button img {height:30px;}/* 0830 */

.product .cadresult1{
	padding:15px;
	font-weight:bold;
	color:#FFFFFF;
	background:#333333;
	margin:0 auto;
	width:250px;
	text-align:center;
	font-size:1.5em;
	}
.product .cadresult2{
	padding:15px;
	color:#000000;
	margin:0 auto;
	text-align:center;
	font-size:1.5em;
	}

	/* CAD一覧 */
.product .cadlist{
	width:90%;
	margin:15px auto;
	padding:15px 0;
	border-bottom:1px solid #DEDEDE;
	clear:both;
	overflow:hidden;
}
.product .cadlist h4{
	font-weight:bold;
	font-size:1.5em;
	margin: 0 0 5px 0;
	}
.product .cadlist p{
	font-size:1.5em;
	}
.product .cadlist span.new{
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	background:#CC0000;
	font-size:0.8em;
	display:inline-block;
	}
.product .cadlist ul{
	margin:0 0 0 0;
	}
.product .cadlist li{
	background-image:url(/_include/images/product/detail_icon14.png);
	background-repeat:no-repeat;
	text-indent:30px;
	background-position:center middle;
	float:none;
	font-size:1.2em;
	min-height:30px;
	line-height:30px;
	margin:10px 15px 0 0;
	}
.product .cadlist li.cad{
	background-image:url(/_include/images/product/detail_icon09.png);
	}

.product .cadlist li a{
	display:block;
	color:#333333;
	}
.product .cadlist li a:hover{
	color:#666666;
	}
.product .cadlist li a:visited{
	color:#999999;
	}


/* CADダウンロード　ナビ - 検索 ここまで */


/* リスト */
.product .product_list {margin:2% 2% 0;}
.product .product_list li:before, .product .product_list li:after {content:""; display:table;}
.product .product_list li:after {clear:both;}
.product .product_list li {
	/zoom:1;
	padding:2%;
	border:solid 1px #ddd;
	margin:2% 0 0;
	width:95.5%;
}

.product .product_list li > a{
	display: block;
	color: inherit;
}
.product .product_list li > a:after{
	content: "";
	display: block;
	clear: both;
}

.product .product_list li figure {
	float:left;
	width:30%;
}
.product .product_list li figure img {width:100%;}
.product .product_list li article {
	float:right;
	width:66%;
}
.product .product_list li aside img {height:20px;}
.product .product_list li dl {padding:2% 0;	font-size:1.3em;}
.product .product_list li dl dt {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2;
}
.product .product_list li dl dd {
	line-height:1.2;
	margin:1% 0 0;
}

/* ナビ - ページャ */
.product .nav_pagenation {
	margin:2% 0 0;
	padding:2% 0 0;
	border-top:solid 1px #ddd;
	text-align:center;
}
.product .nav_pagenation ul:before, .product .nav_pagenation ul:after {content:""; display:table;}
.product .nav_pagenation ul:after {clear:both;}
.product .nav_pagenation ul {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.product .nav_pagenation ul li {
	float:left;
	color:#fff;
	background:#333;
	text-align:center;
	width:30px;
	line-height:2.5;
}
.product .nav_pagenation ul li a {
	display:block;
	color:#333;
	background:#ddd;
	text-decoration:none;
}
.product .nav_pagenation ul .prev, .product .nav_pagenation ul .next {
	color:#333;
	background:transparent;
	width:50px;
	font-size:1.3em;
	margin:0 10px;
}
.product .nav_pagenation ul .prev a, .product .nav_pagenation ul .next a {
	color:#333;
	background:transparent
}
.product .nav_pagenation ul li a:hover {
	color:#fff;
	background:#333;
}



.support .nav_pagenation {
	margin:2% 0 0;
	padding:2% 0 0;
	border-top:solid 1px #ddd;
	text-align:center;
}
.support .nav_pagenation ul:before, .support .nav_pagenation ul:after {content:""; display:table;}
.support .nav_pagenation ul:after {clear:both;}
.support .nav_pagenation ul {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.support .nav_pagenation ul li {
	float:left;
	color:#fff;
	background:#333;
	text-align:center;
	width:30px;
	line-height:2.5;
}
.support .nav_pagenation ul li a {
	display:block;
	color:#333;
	background:#ddd;
	text-decoration:none;
}
.support .nav_pagenation ul .prev, .support .nav_pagenation ul .next {
	color:#333;
	background:transparent;
	width:50px;
	font-size:1.3em;
	margin:0 10px;
}
.support .nav_pagenation ul .prev a, .support .nav_pagenation ul .next a {
	color:#333;
	background:transparent
}
.support .nav_pagenation ul li a:hover {
	color:#fff;
	background:#333;
}


/* ナビ - ページ下部 */
.product_navigation {
	background:#ebebeb;
	padding:2% 0;
}
.product_navigation strong {
	display:block;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
}
.product_navigation ul:before, .product_navigation ul:after {content:""; display:table;}
.product_navigation ul:after {clear:both;}
.product_navigation ul {
	/zoom:1;
	margin:0 2% 0 0;
}
.product_navigation ul li {
	float:left;
	line-height:2;
	margin:2% 0 0 2%;
}
.product_navigation ul li a {
	display:block;
	color:#000;
	background:#ccc;
	text-decoration:none;
	padding:0 0.5em;
}
.product_navigation ul li a:hover {
	color:#fff;
	background:#900;
}
.product_navigation form {margin:2% 2% 0;}
.product_navigation form select, .product_navigation form input {border:solid 1px #ccc;}
.product_navigation form input {
	font-size:1.4em;
	background:#fff url(/_include/images/product/search_icon.png) right 1% center no-repeat;
	background-size:auto 70%;
	width:94%;
	padding-left:1%;
	padding-right:5%;
}
.product_navigation form select {
	font-size:1.2em;
	margin:1% 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Product - カテゴリ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* セクションタイトル */
.product.category h3 {
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	margin:5% 0 0;
}
.product h3 {
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	margin:5% 0 0;
}

/* 製品紹介 */
.product-info{
	font-size: 1.25em;
	line-height: 1.75em;
	
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.product-info__inner{
	margin-left: 2%;
	margin-right: 2%;
}
.product-info__heading{
	font-size: 1.125em !important;
	line-height: 1.5em;
	text-align: left !important;
	
	margin-top: 0 !important;
	padding: 0  !important;
}
.product-info__media{}
.product-info__image{
	text-align: center;
	margin-bottom: 1em;
}
.product-info__li{
	margin-left: 1em;
	text-indent: -1em;
}
.product-info__body{}
.product-info__figure{
	text-align: center;
}
p + .product-info__figure{
	margin-top: 1em;
}
.product-info__figure > img{
	max-width: 90%;
}
.product-info__image > img{
	max-width: 80%;
	border: 1px solid;
	box-sizing: border-box;
}

/* リスト */
.product.category ul:before, .product.category ul:after {content:""; display:table;}
.product.category ul:after {clear:both;}
.product.category ul {
	/zoom:1;
	margin:0 2%;
}
.product.category li {
	float:left;
	width:48%;
	text-align:center;
	margin:2% 1% 0;
}
.product.category li dl {
	margin:0 1%;
	border-top:solid 1px #ddd;
}
.product.category li dt {
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2;
	padding:3% 3% 0;
}
.product.category li dd {
	font-size:1.2em;
	line-height:1.2;
	padding:3% 3%;
}
.product.category li dt {
	font-size:1em;
	font-weight:bold;
	line-height:1.2;
	padding:3% 0;
}
.product.category li img {width:100%;}
.product.category li a {
	display:block;
	color:#000;
	text-decoration:none;
	border:solid 1px #ddd;
}
.product.category li a:hover {opacity:0.6;}

/* 関連 */
.product.category div {
	border-top:solid 1px #ddd;
	margin:5% 2% 0;
	padding:5% 0 0;
	text-align:center;
}
.product.category div h4 {
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	line-height:2;
	border-left:solid 5px #333;
	padding:0 0 0 1em;
}
.product.category div img {width:80%;}
.product.category div a {
	display:block;
	margin:3% 0 0;
}
.product.category div a:hover {opacity:0.6;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Product - 詳細

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.product.detail {}

/* 詳細 */
.product.detail .information {}
.product.detail .information strong {
	display:block;
	color:#ff0;
	background:#000;
	font-size:1.2em;
	text-align:center;
	line-height:1.2;
	padding:0.5em;
	margin:0 2%;
}
.product.detail .information .image {margin:2% 2% 0;}
.product.detail .information .image figure {
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
}
.product.detail .information .image figure:first-child {width:85%;}
.product.detail .information .image figure:last-child {width:50%;}
.product.detail .information .image img {width:100%;}
.product.detail .information .sp_text {
	background:#f0f0f0;
	font-size:1.2em;
	line-height:1.2;
	padding:2%;
	border-top:solid 1px #ddd;
}
.product.detail .information .sp_text {display:none;}
.product.detail .information dl {margin:2% 2% 0;}
.product.detail .information dl dt {font-size:2em;}
.product.detail .information dl dt:first-line {font-size:1.5em;}
.product.detail .information dl dd {
	font-size:1.5em;
	line-height:1.2;
	margin:5% 0;/* 830 */
}

/* タブ */
.product.detail .information .tab {margin:2% 0 0;}
.product.detail .information .tab ul:before, .product.detail .information .tab ul:after {content:""; display:table;}
.product.detail .information .tab ul:after {clear:both;}
.product.detail .information .tab ul {
	/zoom:1;
	border-bottom:solid 1px #900;
}
.product.detail .information .tab ul li {
	float:left;
	width:22%;
	margin:0 0 0 0.5%;
}
.product.detail .information .tab ul li a {
	display:block;
	height:50px;
	text-indent:-9999px;
}
.product.detail .information .tab ul li .tab01 {background:#e0e0e0 url(/_include/images/product/detail_icon01off.png) center no-repeat;}
.product.detail .information .tab ul li .tab02 {background:#e0e0e0 url(/_include/images/product/detail_icon02off.png) center no-repeat;}
.product.detail .information .tab ul li .tab03 {background:#e0e0e0 url(/_include/images/product/detail_icon03off.png) center no-repeat;}
.product.detail .information .tab ul li .tab04 {background:#e0e0e0 url(/_include/images/product/detail_icon04off.png) center no-repeat;}
.product.detail .information .tab ul li .tab01.active, .product.detail .information .tab ul li .tab01:hover {color:#fff; background:#900 url(/_include/images/product/detail_icon01on.png) center no-repeat;}
.product.detail .information .tab ul li .tab02.active, .product.detail .information .tab ul li .tab02:hover {color:#fff; background:#900 url(/_include/images/product/detail_icon02on.png) center no-repeat;}
.product.detail .information .tab ul li .tab03.active, .product.detail .information .tab ul li .tab03:hover {color:#fff; background:#900 url(/_include/images/product/detail_icon03on.png) center no-repeat;}
.product.detail .information .tab ul li .tab04.active, .product.detail .information .tab ul li .tab04:hover {color:#fff; background:#900 url(/_include/images/product/detail_icon04on.png) center no-repeat;}

/* 共通項目 */
.product.detail .information .article h3 {
	font-size:1.7em;
	font-weight:bold;
	line-height:2;
	border-bottom:solid 1px #ddd;
	margin:5% 0 0;
	padding:0 2%;
}
.product.detail .information .article p {
	font-size:1.2em;
	line-height:1.2;
	margin:3% 2% 0;
}
.product.detail .information .article iframe {
	width:96% !important;
	height:auto !important;
	margin:2% auto 0;
}

/* スペック */
.product.detail .information .overview {}
.product.detail .information .overview table {
	font-size:1.2em;
	line-height:1.2;
	width:100%;
}
.product.detail .information .overview table th {
	text-align:left;
	width:35%;
	padding:1.5% 0 1.5% 2%;
	border-bottom:solid 1px #ddd;
}
.product.detail .information .overview table td {
	padding:1.5% 2% 1.5% 0;
	border-bottom:solid 1px #ddd;
}

/* 製品詳細のリスト表示用タグ設定2017.09.20 */
.product.detail .information .overview ul{
	margin:0;
	padding:0;
	}
.product.detail .information .overview li{
	list-style:disc;
	padding:0 0 0 1.5%;
	margin:0 3% 2% 5%;
	font-size:1.2em;
	}

/* 製品詳細のテーブル追加テンプレート設定2017.09.22 */
.product.detail .information .overview .inc_TB{
	width:96%;
	padding:0 2% 2% 2%;
	overflow-x:auto;
	}

.product.detail .information .overview .inc_TB::-webkit-scrollbar {
  height: 7px;
}
.product.detail .information .overview .inc_TB::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.product.detail .information .overview .inc_TB::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
.product.detail .information .overview h4{
	background:#EFEFEF;
	border-top:1px solid #DEDEDE;
	margin:0 auto;
	padding:3% 0;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	width:96%;
	}
.product.detail .information .overview .inc_TB table.specTB{
	border:1px solid #DEDEDE;
	border-collapse:collapse;
	margin:0;!important;
	padding:0;
	font-size:12px;
	width:100%;
	}
.product.detail .information .overview .inc_TB table.specTB th{
	border:1px solid #DEDEDE;
	border-collapse:collapse;
	padding:5px;
	}
.product.detail .information .overview .inc_TB table.specTB td{
	border:1px solid #DEDEDE;
	border-collapse:collapse;
	vertical-align:middle;
	padding:5px;
	}
.product.detail .information .overview .inc_TB p.remarks{
	font-size:11px;
	color:#666666;
	margin:5px 0;
	}
/* 製品詳細のテーブル追加テンプレート設定_追記2017.11.22 */
.product.detail .information .overview .inc_TB { padding-bottom: 35px;}
.product.detail .information .overview .inc_TB:last-child { padding-bottom: 0;}
.product.detail .information .overview table.specTB th,
.product.detail .information .overview table.specTB td { line-height: 1.5;}
.product.detail .information .overview table.specTB td span.deco {
	background-color: #dcdddd;
	padding: 0.03rem 0.3rem 0;
	margin-right: 0.1rem;
	border-radius: 0.2rem;
}
.product.detail .information .overview table.specTB sup {
	font-size: 87%;
  vertical-align: top;
  position: relative;
  top: 0;
}

/* FAQ */
.product.detail .information .faq {display:none;}
.product.detail .information .faq table {
	line-height:1.2;
	width:96%;
	margin:2% 2% 0;
}
.product.detail .information .faq table thead th {
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	padding:1.5% 0;
}
.product.detail .information .faq table thead th:first-child {
	background:#699;
	width:50%;
}
.product.detail .information .faq table thead th:last-child {background:#000;}
.product.detail .information .faq table tbody th {
	font-size:1.2em;
	text-align:left;
	padding:1.5%;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.product.detail .information .faq table tbody td {
	font-size:1.2em;
	padding:1.5%;
	border-bottom:solid 1px #ddd;
}

/* アクセサリー */
.product.detail .information .accessories {display:none;}
.product.detail .information .accessories .clearfix:before, .product.detail .information .accessories .clearfix:after {content:""; display:table;}
.product.detail .information .accessories .clearfix:after {clear:both;}
.product.detail .information .accessories .clearfix {/zoom:1;}
.product.detail .information .accessories .clearfix div {
	float:left;
	width:45%;
	text-align:center;
	border:solid 1px #ddd;
	margin:2% 0 0 2%;
}
.product.detail .information .accessories .clearfix div a {
	display:block;
	color:#000;
	line-height:1.2;
	text-align:left;
	text-decoration:none;
	padding:1%;
	border-top:solid 1px #ddd;
}
.product.detail .information .accessories .clearfix div a:hover {text-decoration:underline;}

/* 概要のアクセサリ */
.product.detail #option-area .clearfix:before {content:""; display:table;}
.product.detail #option-area .clearfix:after {clear:both;}
.product.detail #option-area .clearfix {/zoom:1;}
.product.detail #option-area .clearfix div{
	float:left;
	width:45%;
	text-align:center;
	border:solid 1px #ddd;
	margin:2% 0 2% 2%;
}
.product.detail #option-area .clearfix div a {
	display:block;
	color:#000;
	line-height:1.2;
	text-align:left;
	text-decoration:none;
	padding:1%;
	border-top:solid 1px #ddd;
	font-size:0.7em;
}
.product.detail #option-area .clearfix div a:hover {text-decoration:underline;}



/* 廃番 */
.product.detail .information .related {display:none;}
.product.detail .information .related .clearfix:before, .product.detail .information .related .clearfix:after {content:""; display:table;}
.product.detail .information .related .clearfix:after {clear:both;}
.product.detail .information .related .clearfix {/zoom:1;}
.product.detail .information .related .clearfix div {
	float:left;
	width:45%;
	text-align:center;
	border:solid 1px #ddd;
	margin:2% 0 0 2%;
}
.product.detail .information .related .clearfix div a {
	display:block;
	color:#000;
	line-height:1.2;
	text-align:left;
	text-decoration:none;
	padding:1%;
	border-top:solid 1px #ddd;
}
.product.detail .information .related .clearfix div a:hover {text-decoration:underline;}

/* 問い合わせ */
.product.detail .information .contact {
	text-align:center;
	border-top:solid 1px #900;
	margin:3% 0 0;
	clear:both;/* 概要アクセサリ調整でフロートが狂うのを解除 */
}
.product.detail .information .contact a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
	width:90%;
	line-height:3;
	margin:3% 0 0;
}
.product.detail .information .contact a:hover {opacity:0.6;}
.product.detail .information .contact .btn_contact {background:#900;}
.product.detail .information .contact .btn_request {background:#000;}

/* PC専用 常時表示メニュー */
.product_pc_nav {
	position:fixed;
	left:0;
	bottom:0;
	z-index:800;
	background:rgba(153, 0, 0, 0.88);
	width:100%;
}
.product_pc_nav ul {}
.product_pc_nav ul li {}
.product_pc_nav ul li a {
	display:block;
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	text-decoration:none;
	line-height:62px;
	padding:0 0 0 120px;
}
.product_pc_nav ul li a:hover {background-color:#900;}
.product_pc_nav ul li .download {background:url(/_include/images/product/detail_icon05.png) 68px center no-repeat;}
.product_pc_nav ul li .contact {display:none;}
.product_pc_nav ul li .catalog {display:none;}

/* PC専用 ダウンロード画面 */
.file_downloads div strong a.fd-link {
	position:absolute;
	right:50px;
	top:5px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
}
.file_downloads div strong a.fd-link {}

/* 製品画像下のFile DownloadはSPで非表示↓ */
.fd_link{
	display:none;
	}
/* 製品画像下のFile DownloadはSPで非表示↑ */

.file_downloads {
	display:none;
	position:fixed;
	left:0;
	bottom:0;
	z-index:700;
	background:rgba(0, 0, 0, 0.34);
	width:100%;
	height:100%;
}
.file_downloads div {
	position:fixed;
	top:50%;
	left:5%;
	margin:-200px 0 0;
	background:#fff;
	width:90%;
	height:394px;
	border:solid 3px #003;
}
.file_downloads div strong {
	display:block;
	color:#fff;
	background:#003 url(/_include/images/product/detail_icon05.png) 20px center no-repeat;
	font-size:1.5em;/*0830*/
font-weight:bold;
	line-height:62px;
	padding:0 0 0 75px;
	position:relative;
}
.file_downloads div strong a {
	position:absolute;
	right:10px;
	bottom:15px;
}
.file_downloads div article {display:flex;}
.file_downloads div article nav {
	background:#ededed;
	width:340px;
	height:332px;
	overflow-y:scroll;
}
.file_downloads div article nav a {
	color:#000;
	font-size:1.1em;
	text-decoration:none;
	line-height:20px;
	padding:5% 0 5% 35px;
}
.file_downloads div article nav li{
	padding-top:5%;
	padding-bottom:5%;
	}
.file_downloads div article nav a:hover {text-decoration:underline;}
.file_downloads div article nav .pdf {background:url(/_include/images/product/detail_icon08.png) 0px center no-repeat;}
.file_downloads div article nav .cad {background:url(/_include/images/product/detail_icon09.png) 0px center no-repeat;}
.file_downloads div article nav .fol {background:url(/_include/images/product/detail_icon10.png) 0px center no-repeat;}
.file_downloads div article nav .snd {background:url(/_include/images/product/detail_icon11.png) 0px center no-repeat; background-size:7%}
.file_downloads div article nav .alm {background:url(/_include/images/product/detail_icon12.png) 0px center no-repeat;}
.file_downloads div article nav .cat {background:url(/_include/images/product/detail_icon13.png) 0px center no-repeat; background-size:7%;}
.file_downloads div article nav .zip {background:url(/_include/images/product/detail_icon14.png) 0px center no-repeat;}
.file_downloads div article section {overflow-y:scroll;}
.file_downloads div article section a {
	display:block;
	border:solid 1px #ccc;
	margin:0px 0 0 2%;
}
.file_downloads div article section a:hover {border:solid 1px #069;}
.file_downloads div article section a img {width:100%;}

/* 追加分 ここから */
.file_downloads div article section nav a {
	display:block;
	color:#000;
	font-size:0.6em;
	text-decoration:none;
	line-height:0px;
	padding:3% 0 3% 35px;
	border:none;
} 
.file_downloads div article section nav li{
	margin-top:5px;
	margin-bottom:5px;
	padding:2% 0;
	}
.file_downloads div article section nav .pdf {background:url(/_include/images/product/detail_icon08.png) 20px center no-repeat;}
	
.file_downloads div article section nav {
	background:#ffffff;
	height:auto;
}
.file_downloads div article section nav li a:hover {
	text-decoration:underline;
	border:none;
	}
/*　追加分 ここまで */

/* SP版 非表示 */
.product.detail .categories {display:none;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Application - 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* タイトル */
.application_title {background:#053589;}
.application_title article {background:url(/_include/images/application/visual.png) right center no-repeat;}
.application_title h2 {color:#fff;}

/* エリア */
.application {margin:2% 2% 0;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Application - トップ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* イントロ */
.application .intro {font-size:1.2em;}

/* カテゴリ */
.application .application_category:before, .application .application_category:after {content:""; display:table;}
.application .application_category:after {clear:both;}
.application .application_category {/zoom:1;}
.application .application_category li {
	float:left;
	width:48%;
	margin:2% 2% 0 0;
}
.application .application_category li:nth-child(2n) {margin:2% 0 0;}
.application .application_category li a {
	display:block;
	color:#333;
	text-decoration:none;
	border:solid 1px #ddd;
}
.application .application_category li img {width:100%;}
.application .application_category li article {
	text-align:center;
	margin:2%;
}
.application .application_category li p {
	font-size:1.2em;
	line-height:1.2;
	text-align:left;
	min-height:80px;
}
.application .application_category li span {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#2a75ba;
	font-size:1.6em;
	font-weight:bold;
	line-height:2;
	padding:0 0.5em;
	margin:2% 0 0;
}
.application .application_category li a:hover span {background:#900;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Support - 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ベース組 */
.support__side{
	margin-top: 40px;
}

.support__category{
	
	font-size: 100%;
	
	overflow: hidden;
	
	
	
}
.category__heading{
	color: #fff;
	background-color: #000;
	
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
}
.category__items{
	background-color: #D8AAB0;
}
.category__title{
	color: #fff;
	background-color: #BD000E;
	padding: 1em;
	font-weight: bold;
	
	
	position: relative;
}
.category__title:after{
	content: "";
	display: block;
	
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	
	width: 8px;
	height: 8px;
	
	border-style: solid;
	border-color: #fff;
	border-width: 0 0 2px 2px;
	
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.category__item{
	border-top: 1px solid #fff;
}
.category__link{
	display: block;
	padding: .5em;
	
	color: #990000;
	text-decoration: none;
}




/* タイトル */
.support_title {background:#ebebe4;}
.support_title article {background:url(/_include/images/support/visual.png) right center no-repeat;}
.support_title h2 {color:#563836;}

/* エリア */
.support {margin:2% 0 0;}

/* セクションタイトル */
.support h3 {
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	margin:5% 0 0;
}

/* サブタイトル */
.support .subtitle {
	font-size:1.2em;
	text-align:center;
	margin:2% 0 0;
}

/* ナビゲーション */
.support .support_pagelist {
	border-top:solid 1px #ddd;
	margin:5% 2% 0;
}
.support .support_pagelist ul:before, .support .support_pagelist ul:after {content:""; display:table;}
.support .support_pagelist ul:after {clear:both;}
.support .support_pagelist ul {/zoom:1;}
.support .support_pagelist ul li {
	float:left;
	width:49%;
	margin:2% 0 0 2%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.support .support_pagelist ul li:nth-child(2n+1) {margin:2% 0 0;}
.support .support_pagelist ul li a {
	display:flex;
	color:#000;
	background:#ccc;
	font-size:1.2em;
	text-decoration:none;
	align-items: center;
	justify-content: center;
	line-height:1.5;
	border-radius:5px;
	width:100%;
	height: 50px;
}
.support .support_pagelist ul li a:hover, .support .support_pagelist ul li .active {background:#f2f2f2;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Support - トップ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* 導入 */
.support .intro {
	font-size:1.2em;
	text-align:center;
}

/* メニュー */
.support .support_nav {margin:1% 0 0;}
.support .support_nav ul {}
.support .support_nav ul li {}
.support .support_nav ul li a:before, .support .support_nav ul li a:after {content:""; display:table;}
.support .support_nav ul li a:after {clear:both;}
.support .support_nav ul li a {
	/zoom:1;
	display:block;
	color:#000;
	text-decoration:none;
	border-bottom:solid 1px #ddd;
}
.support .support_nav ul li:first-child a {border-top:solid 1px #ddd;}
.support .support_nav ul li a article {
	float:left;
	width:20%;
}
.support .support_nav ul li a figure {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:90px;
}
.support .support_nav ul li a article img {width:60%;}
.support .support_nav ul li a dl {
	float:right;
	width:80%;
	line-height:1.2;
}
.support .support_nav ul li a dl dt {
	display:table-cell;
	font-size:1.5em;
	font-weight:bold;
	vertical-align:middle;
	height:90px;
}
.support .support_nav ul li a dl dd {display:none;}
.support .support_nav ul li a:hover img {
	-webkit-filter:grayscale(100%);
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:grayscale(100%);
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Support - FAQ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* タブ */
.support .faq_tab {
	margin:2% 0 0;
	border-bottom:solid 1px #ddd;
}
.support .faq_tab ul:before, .support .faq_tab ul:after {content:""; display:table;}
.support .faq_tab ul:after {clear:both;}
.support .faq_tab ul {/zoom:1;}
.support .faq_tab ul li {
	float:left;
	width:48%;
	margin:0 1%;
}
.support .faq_tab ul li a {
	display:block;
	color:#333;
	background:#fff;
	font-size:1.2em;
	text-decoration:none;
	text-align:center;
	line-height:2.5;
	border:solid 1px #ddd;
	border-bottom:none;
}
.support .faq_tab ul li a:hover, .support .faq_tab ul li .active {background:#ebe8e4;}

/* FAQ内容 */
.support .faq_detail {margin:0 2%;}
.support .faq_detail dl {
	line-height:1.2;
	margin:2% 0 0;
}
.support .faq_detail dt {
	background:url(/_include/images/support/faq_icon01.png) 15px 15px no-repeat;
	background-size:auto 15px;
	font-size:1.3em;
	font-weight:bold;
	padding:1.2em 0 1.2em 40px;
	border-top:solid 1px #ddd;
}
.support .faq_detail dd {
	background:url(/_include/images/support/faq_icon02.png) 15px 10px no-repeat;
	background-size:auto 15px;
	font-size:1.2em;
	padding:1em 0 1em 40px;
	border-top:solid 1px #ddd;
}

/* faq custom 160721~ */

/* 一覧 */
.faq__heading{
	margin-bottom: 30px !important;
}
.faq__heading .small{
	display: inline-block;
	font-size: 80%;
	margin-bottom: .25em;
	
}

.faq_search{
	font-size: 120%;
	margin-bottom: 30px;
	
	text-align: center;
	padding: 30px;
	background-color: #EBE8E4;
}
.faq_search__kw,
.faq_search__send{
	display: inline-block;
}

.faq_search__title{
	font-weight: bold;
	margin-bottom: 10px;
}
.faq_search__kw{
}
.faq_search__input{
	padding: .25em .5em;
	border: 1px solid #ccc;
	
	padding: 1em;
	
	border-radius:			3px;
	-o-border-radius:		3px;
	-ms-border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.faq_search__send{}
.faq_search__submit{
	vertical-align: middle;
	
	padding: 3px;
	
	color: #fff;
	background-color: #000;
	
	border: 1px solid #ccc;
	
	border-radius:			3px;
	-o-border-radius:		3px;
	-ms-border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

.search_result{
	text-align: center;
	font-size: 140%;
	margin-bottom: 30px;
}
.big{
	font-size: 160%;
	font-weight: bold;
}






.js--faq{}
.js--faq__trigger{
	position: relative;
	cursor: pointer;
	padding-right: 40px !important;
}
.js--faq__trigger:after{
	content: "+";
	display: block;
	
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	
	margin: auto;
	
	
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	
	
	font-weight: normal;
	color: #fff;
	background-color: #000;
}
.js--faq.is--active .js--faq__trigger:after{
	content: "-";
}
.support .faq_detail .answer_part{
	padding: 0;
}
.js--faq dd{
	position: fixed;
	left: 100%;
}
.js--faq.is--active dd{
	position: static;
	left: auto;
	
	animation: 			kf--fadein .3s ease-in-out both;
	-o-animation: 		kf--fadein .3s ease-in-out both;
	-ms-animation: 		kf--fadein .3s ease-in-out both;
	-moz-animation: 	kf--fadein .3s ease-in-out both;
	-webkit-animation: 	kf--fadein .3s ease-in-out both;
}
.faq_detail__more{
	color: #000;
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 40px;
}
.faq__continue{
	color: #DE0008;
	text-decoration: underline;
}
.support .faq_detail dl{
	margin-top: 0;
}





.faq_pager{
	font-size: 120%;
	
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.faq_pager__commands{
	text-align: center;
	
	
}
.faq_pager__command{
	display: inline-block;
	vertical-align: middle;
	
	margin-left: 20px;
}
.faq_pager__command:first-child{
	margin-left: 0;
}
.faq_pager__back,
.faq_pager__next{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.faq_pager__back{}
.faq_pager__next{}

.faq_pager__pages{
	display: table;
}
.faq_pager__page{
	display: table-cell;
}
.faq_pager__button{
	display: block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	
	text-decoration: none;
	
	background-color: #e0e0e0;
}
.faq_pager__button:hover,
.faq_pager__button.is--active{
	color: #fff;
	background-color: #000;
}
.faq_pager__button.is--active{
	pointer-events: none;
}




/* faq詳細 */
.faq_navi{
	text-align: center;
	margin-bottom: 20px;
}
.faq_button{
	vertical-align: middle;
	display: inline-block;
	
	padding: .5em 1em;
	
	text-decoration: none;
	
	
	color: #fff;
	background-color: #000;
	
	
	border-radius:			3px;
	-o-border-radius:		3px;
	-ms-border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	
	box-sizing:				border-box;
	-o-box-sizing:			border-box;
	-ms-box-sizing:			border-box;
	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
}




.faq_detail_answer__wrap{}
.faq_detail_answer__wrap:after{ content: ""; display: block; clear: both; }
.faq_detail_answer__note{
	float: left;
	width: 58%;
	
}
.faq_detail_answer__image{
	float: right;
	width: 40%;
	overflow: hidden;
}
.faq_detail_answer__image img{
	width: 100%;
}





.faq_enquete{
	font-size: 100%;
	
	padding: 40px;
	
	margin-top: 40px;
	margin-bottom: 20px;
	
	text-align: center;
	background-color: #EBE8E4;
}
.faq_enquete__heading{
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.faq_enquete__commands{
	text-align: center;
}
.js--faq_enquete.is--active .faq_enquete__commands{
	display: none;
}
.faq_enquete__command{
	display: inline-block;
	margin-left: 20px;
}
.faq_enquete__command:first-child{
	margin-left: 0;
}
.faq_enquete__button{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	
	color: #fff;
	font-size: 150%;
	
	padding: .5em 3em;
	border:  0 none;
	
	border-radius:			3px;
	-o-border-radius:		3px;
	-ms-border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	
	box-sizing:				border-box;
	-o-box-sizing:			border-box;
	-ms-box-sizing:			border-box;
	-moz-box-sizing:		border-box;
	-webkit-box-sizing:		border-box;
	
}
.faq_enquete__button--y{ background-color: #DE0008; }
.faq_enquete__button--n{ background-color: #6699CC; }
.faq_enquete__button[disabled]{
	opacity: .25;
}
.faq_enquete__note{
	display: none;
}
.js--faq_enquete.is--active .faq_enquete__note{
	display: block;
	
	animation: 			kf--fadein .3s ease-in-out both;
	-o-animation: 		kf--fadein .3s ease-in-out both;
	-ms-animation: 		kf--fadein .3s ease-in-out both;
	-moz-animation: 	kf--fadein .3s ease-in-out both;
	-webkit-animation: 	kf--fadein .3s ease-in-out both;
}
.i__yes,
.i__no{
	width: 13px;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
}




/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Support - RoHS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* RoHS内容 */
.support .rohs_detail {
	text-align:center;
	line-height:1.2;
	margin:3% 2% 0;
}
.support .rohs_detail dt img {width:30%;}
.support .rohs_detail dd {
	font-size:1.5em;
	line-height:1.3;
	margin:2% 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Support - 廃番リスト

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* 廃番リスト内容 */
.support .discontinued_detail {}
.support .discontinued_detail a {
	display:block;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:3;
	border-radius:5px;
	margin:3% 2% 0;
}
.support .discontinued_detail a:hover {opacity:0.6;}
.support .discontinued_detail .link_list {background:#663;}
.support .discontinued_detail .link_contact {background:#900;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Support - 廃番リスト

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* 修理交換リスト内容 */
.support .replacement_detail {margin:0 2%;}
.support .replacement_detail ul:before, .support .replacement_detail ul:after {content:""; display:table;}
.support .replacement_detail ul:after {clear:both;}
.support .replacement_detail ul {/zoom:1;}
.support .replacement_detail ul li {
	float:left;
	width:49%;
	margin:2% 2% 0 0;
}
.support .replacement_detail ul li:nth-child(2n) {margin:2% 0 0;}
.support .replacement_detail ul li a {
	display:block;
	color:#fff;
	background:#399;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:2.5;
	border-radius:10px;
}
.support .replacement_detail ul li a:hover {opacity:0.6;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Support - ダウンロード

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* ダウンロード内容 */
.support .download_detail {margin:2% 0 0;}
.support .download_detail ul {border-top:solid 1px #ddd;}
.support .download_detail ul li .download_detail ul li {content:""; display:table;}
.support .download_detail ul li  {clear:both;}
.support .download_detail ul li {
	/zoom:1;
	display:block;
	color:#333;
	text-decoration:none;
	padding:2%;
	border-bottom:solid 1px #ddd;
	overflow:hidden;
}
.support .download_detail ul li a{
	color:#333333;
	text-decoration:underline;
	}
.support .download_detail ul li a:hover{
	color:#999999;
	text-decoration:none;
	}
.support .download_detail ul li a:hover img {
	-webkit-filter:grayscale(100%);
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:grayscale(100%);
}
.support .download_detail ul li figure {
	float:left;
	width:18%;
}
.support .download_detail ul li img {width:100%;}
.support .download_detail ul li article {
	float:right;
	width:80%;
}
.support .download_detail ul li small {
	display:block;
	font-size:1.2em;
}
.support .download_detail ul li strong {
	display:block;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2;
	margin:1% 0 0;
}

/* スマホ用テキスト */
.support .sp_download {
	font-size:1.2em;
	line-height:1.2;
	text-align:center;
	margin:2% 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Company - 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* タイトル */
.company_title {background:#b4d6e0;}
.company_title article {background:url(/_include/images/company/visual.png) right center no-repeat;}
.company_title h2 {color:#fff;}

/* エリア */
.company {margin:5% 2% 0;}

/* タイトル */
.company h3 {
	color:#000;
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
}

/* ナビゲーション */
.company nav {
	border-top:solid 1px #ddd;
	margin:5% 0 0;
}
.company nav ul:before, .company nav ul:after {content:""; display:table;}
.company nav ul:after {clear:both;}
.company nav ul {/zoom:1;}
.company nav ul li {
	float:left;
	width:49%;
	margin:2% 0 0 2%;
}
.company nav ul li:nth-child(2n+1) {margin:2% 0 0;}
.company nav ul li a {
	display:block;
	color:#000;
	background:#ccc;
	font-size:1.2em;
	text-decoration:none;
	text-align:center;
	line-height:3;
	border-radius:10px;
}
.company nav ul li a:hover, .company nav ul li .active {background:#f2f2f2;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Company - 会社概要

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.company .aboutus {}
.company .aboutus article {margin:5% 0 0;}

/* テキスト */
.company .aboutus article section p {
	font-size:1.5em;
	line-height:1.3;
	margin:1.5em 0 0;
}
.company .aboutus article section p:first-child {margin:0;}

/* 画像 */
.company .aboutus article figure {margin:3% 0 0;}
.company .aboutus article figure img {width:100%;}
.company .aboutus article figure figcaption {
	color:#666;
	line-height:1.2;
	margin:1% 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Company - CEOメッセージ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.company .ceomessage {}

/* メッセージ */
.company .ceomessage .contents01 {
	margin:5% 0;
	padding:0 0 5%;
	border-bottom:solid 1px #ddd;
}
.company .ceomessage .contents01 section p {
	font-size:1.5em;
	line-height:1.3;
	margin:1.5em 0 0;
}
.company .ceomessage .contents01 section p:first-child {margin:0;}
.company .ceomessage .contents01 figure {margin:3% 0 0;}
.company .ceomessage .contents01 figure img {width:100%;}
.company .ceomessage .contents01 figure figcaption {
	color:#666;
	text-align:center;
	line-height:1.2;
	margin:1% 0 0;
}
/*2019/04/23 追記*/
.company .ceomessage .contents01 figure table {
	width: 70%;
	color:#666;
	text-align:center;
	line-height:1.2;
	margin:10px auto 0;
	border-collapse: separate;
	border-spacing: 3px;
}
.company .ceomessage .contents01 figure table th,
.company .ceomessage .contents01 figure table td {
	padding: .3em .6em;
	vertical-align: middle;
	text-align: left;
}
.company .ceomessage .contents01 figure table th {
	white-space: nowrap;
	padding-right: .3em;
	border-right: 1px solid #B7B7B7;
}
/*2019/04/23 追記*/


/* フィロソフィー */
.company .ceomessage .contents02 {margin:5% 0 0;}
.company .ceomessage .contents02 section {text-align:center;}
.company .ceomessage .contents02 section p {
	font-size:1.5em;
	line-height:1.3;
	margin:1.5em 0 0;
}
.company .ceomessage .contents02 section p:first-child {margin:0;}
.company .ceomessage .contents02 figure {
	text-align:center;
	margin:2% 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Company - ネットワーク

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.company .globalnetwork {}

/* 地図 */
.company .globalnetwork .contents01 {
	margin:3% 0 5%;
	padding:0 0 5%;
	border-bottom:solid 1px #ddd;
}
.company .globalnetwork .contents01 figure:before, .company .globalnetwork .contents01 figure:after {content:""; display:table;}
.company .globalnetwork .contents01 figure:after {clear:both;}
.company .globalnetwork .contents01 figure {/zoom:1;}
.company .globalnetwork .contents01 figure img {display:none;}
.company .globalnetwork .contents01 figure a {
	float:left;
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
	text-align:center;
	line-height:3;
	width:49%;
	margin:2% 2% 0 0;
}
.company .globalnetwork .contents01 figure :nth-child(2n+1) {margin:2% 0 0;}
.company .globalnetwork .contents01 figure .sales {background:rgba(156, 21, 22, 0.77);}
.company .globalnetwork .contents01 figure .factory {background:rgba(0, 0, 51, 0.77);}
.company .globalnetwork .contents01 p {
	font-size:1.5em;
	line-height:1.3;
	margin:3% 0 0;
}

/* 各拠点 */
.company .globalnetwork .contents02 {margin:5% 0 0;}
.company .globalnetwork .contents02 h4 {
	color:#a31919;
	font-size:1.5em;
	font-weight:bold;
}
.company .globalnetwork .contents02 a {
	color:#333;
	text-decoration:none;
}
.company .globalnetwork .contents02 a:hover {text-decoration:underline;}
.company .globalnetwork .contents02 .details {
	width:100%;
	font-size:1.3em;
	margin:5% 0 0;
}
.company .globalnetwork .contents02 .details colgroup {width:30%;}
.company .globalnetwork .contents02 .details th {
	font-weight:bold;
	text-align:left;
	line-height:1.2;
	padding:3%;
	border-bottom:solid 1px #ddd;
}
.company .globalnetwork .contents02 .details td {
	line-height:1.2;
	padding:1% 0;
	border-bottom:solid 1px #ddd;
}
.company .globalnetwork .contents02 .oparator {
	width:95%;
	font-size:1.1em;
	margin:1% 0 0 5%;
}
.company .globalnetwork .contents02 .oparator th {display:none;}
.company .globalnetwork .contents02 .oparator td {
	display:block;
	line-height:1.2;
	padding:3%;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.company .globalnetwork .contents02 .oparator td:first-child {
	font-weight:bold;
	padding:3% 0 1%;
	border-left:none;
	border-right:none;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Company - 環境

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* エリア */
.company .environmentalmeasures {}

/* パラグラフ */
.company .environmentalmeasures p {
	font-size:1.5em;
	line-height:1.3;
	margin:5% 0 0;
}
.company .environmentalmeasures p:last-child {margin:3% 0 0;}

/* 画像 */
.company .environmentalmeasures ul:before, .company .environmentalmeasures ul:after {content:""; display:table;}
.company .environmentalmeasures ul:after {clear:both;}
.company .environmentalmeasures ul {
	/zoom:1;
	margin:2% 0 0;
}
.company .environmentalmeasures ul li {
	float:left;
	width:50%;
	text-align:center;
	margin:3% 0 0;
}
.company .environmentalmeasures ul li figcaption {
	color:#666;
	margin:1% 0 0;
}

/* 補足 */
.company .environmentalmeasures small {
	display:block;
	color:#666;
	text-align:center;
	line-height:1.2;
	margin:5% 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Contact - 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* タイトル */
.contact_title {background:#ebebe4;}
.contact_title article {background:url(/_include/images/contact/visual.png) right center no-repeat;}
.contact_title h2 {color:#563836;}

/* エリア */
.contactus {margin:2% 2% 0;}

/* ベリサイン */
.contactus .verisign {display:none;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Contact - トップ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* フォームへ */
.contactus .gotoform {
	text-align:center;
	padding:2% 0 0;
}
.contactus .gotoform a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#900 url(/_include/images/contact/gotoform.png) 5% center no-repeat;
	background-size:auto 60%;
	font-size:1.4em;
	text-decoration:none;
	line-height:3;
	padding:0 5% 0 12%;
	border-radius:5px;
}
.contactus .gotoform a:hover {opacity:0.6;}

/* 一覧 */
.contactus .contact_list {margin:2% 0 0;}
.contactus .contact_list:last-child {margin:0;}
.contactus .contact_list table {
	width:100%;
	font-size:1.2em;
	line-height:1.2;
}
.contactus .contact_list table colgroup {width:30%;}
.contactus .contact_list table tr {border-bottom:solid 1px #ddd;}
.contactus .contact_list table th {
	font-weight:bold;
	text-align:left;
	padding:2% 2% 2% 0;
}
.contactus .contact_list table td {padding:2% 0;}
.contactus .contact_list table a {
	color:#333;
	text-decoration:none;
}
.contactus .contact_list table a:hover {text-decoration:underline;}
.contactus .contact_list .button {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#333;
	background:#ccc;
	text-decoration:none;
	padding:0.2em 0.5em;
}
.contactus .contact_list .button:hover {
	color:#fff;
	background:#900;
	text-decoration:none;
}
.contactus .contact_list p {
	font-size:1.2em;
	text-align:center;
	line-height:1.2;
	border-bottom:solid 1px #ddd;
	margin:3% 0 0;
	padding:0 0 3%;
}

/* 連絡先 */
.local_contact {display:none;}
.local_contact div {}
.local_contact div strong {display:none;}
.local_contact div article {}
.local_contact div article table {
	width:100%;
	font-size:1.2em;
	line-height:1.2;
}
.local_contact div article table th {display:none;}
.local_contact div article table td {
	display:block;
	padding:1%;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.local_contact div article table tr td:first-child {
	font-weight:bold;
	padding:3% 0 1%;
	border-left:none;
	border-right:none;
}
.local_contact div article table a {
	color:#333;
	text-decoration:none;
}
.local_contact div article table a:hover {text-decoration:underline;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Contact - フォーム

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* 注意 */
.contactus .caution {font-size:1.2em;}

/* フォーム */
.contactus form {margin:3% 0 0;}
.contactus form table {
	width:100%;
	font-size:1.2em;
	line-height:1.2;
}
.contactus form table tr {border-bottom:solid 1px #ddd;}
.contactus form table th {
	display:block;
	font-weight:bold;
	text-align:left;
	padding:3% 0 1%
}
.contactus form table td {
	display:block;
	padding:1% 0;
}
.contactus form label {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 1% 0 0;
	white-space:nowrap;
}
.contactus form label input {margin:0 0.5% 0 0;}
.contactus form input:invalid, .contactus form textarea:invalid {
	background:#f99;
	border:solid 1px #900;
}
.contactus form .err_msg {
	display:none;
	color:#c00;
	font-weight:bold;
	margin:2px 0 0;
}
.contactus form input:invalid+.err_msg, .contactus form textarea:invalid+.err_msg {display:block;}
.contactus form input[name=company] {width:97%;}
.contactus form input[name=name] {width:97%;}
.contactus form input[name=email] {width:97%;}
.contactus form input[name=address] {width:97%;}
.contactus form input[name=zip] {width:97%;}
.contactus form input[name=state] {width:97%;}
.contactus form input[name=post] {width:97%;}
.contactus form input[name=tel] {width:97%;}
.contactus form input[name=fax] {width:97%;}
.contactus form textarea {
	width:97%;
	height:50px;
}
.contactus form section {
	text-align:center;
	margin:5% 0 0;
}
.contactus form section input {
	color:#fff;
	font-size:1.4em;
	text-align:center;
	line-height:2.5;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:2% 0 0;
}
.contactus form section input[type=submit] {
	background:#900;
	width:100%;
}
.contactus form section input[type=reset] {
	background:#ccc;
	padding:0 3%;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　Contact - サンクス

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* 文言 */
.contactus .thanks {
	text-align:center;
	padding:2% 0 0;
}
.contactus .thanks dt {
	color:#cd0102;
	font-size:3em;
}
.contactus .thanks dd {
	font-size:1.2em;
	line-height:1.2;
	margin:5% 0 0;
}
.contactus .thanks dd a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#ccc;
	font-size:1.1em;
	text-align:center;
	text-decoration:none;
	line-height:2.5;
	padding:0 1em;
	border-radius:5px;
	margin:3% 0 0;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　News

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* タイトル */
.news_title {background:#ebebe4;}
.news_title article {background:url(/_include/images/news/visual.png) center no-repeat;}
.news_title h2 {color:#fff;}

/* エリア */
.news {margin:2% 0 0;}

/* セクションタイトル */
.news h3 {
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	margin:5% 0 0;
}

/* 一覧 */
.news ul {margin:0 2%;}
.news li {
	margin:3% 0 0;
	padding:0 0 3%;
	border-bottom:dotted 1px #333;
}
.news li small {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#0a1c4a;
	line-height:2;
	padding:0 2%;
}
.news li dl {margin:2% 0 0;}
.news li dt {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2;
}
.news li dd {
	font-size:1.2em;
	line-height:1.2;
	margin:2% 0 0;
}
.news li dl a {color:#333;}
.news li dl a:hover {text-decoration:none;}

/* 年 */
.news .year {
	text-align:center;
	margin:5% 2% 0;
}
.news .year dt {
	color:#666;
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 2%;
	border-bottom:solid 1px #ddd;
}
.news .year dd {
	padding:0 0 2%;
	border-bottom:solid 1px #ddd;
}
.news .year a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#000;
	background:#ebebeb;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	line-height:3;
	padding:0 10%;
	border-radius:5px;
	margin:2% 1% 0;
}
.news .year a:hover {
	color:#fff;
	background:#c00;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　プライバシーポリシー

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* タイトル */
.privacy_title {background:#ebebe4;}
.privacy_title article {background:url(/_include/images/privacy/visual.png) center no-repeat;}
.privacy_title h2 {color:#fff;}

/* エリア */
.privacy {margin:2% 2% 0;}

/* セクションタイトル */
.privacy h3 {
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	margin:5% 0 0;
}

/* 日付等 */
.privacy small {
	display:block;
	font-size:1.2em;
	text-align:right;
	line-height:1.2;
	margin:5% 0 0;
}

/* パラグラフ */
.privacy p {
	font-size:1.2em;
	line-height:1.2;
	margin:2% 0 0;
}

/* 定義リスト */
.privacy dl {margin:3% 0 0;}
.privacy dt {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2;
}
.privacy dd {
	font-size:1.2em;
	line-height:1.2;
	margin:1% 0 0 1em;
}

/* 数字リスト */
.privacy ol {
	list-style-type:lower-roman;
	margin:1% 0 0 1em;
	padding:0 0 0 2em;
}
.privacy li {
	font-size:1.2em;
	line-height:1.2;
}
.privacy ol ol {
	list-style-type:decimal;
	margin:0;
	padding:0 0 0 1.5em;
}
.privacy ol ol li {font-size:inherit;}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　サイトマップ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* タイトル */
.sitemap_title {background:#481709;}
.sitemap_title article {background:url(/_include/images/sitemap/visual.png) center no-repeat;}
.sitemap_title h2 {color:#fff;}

/* エリア */
.sitemap {margin:2% 2% 0;}

/* セクションタイトル */
.sitemap h3 {
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	margin:5% 0 0;
}

/* リスト */
.sitemap ul {margin:5% 0 0;}
.sitemap li {
	padding:2%;
	border-bottom:solid 1px #ddd;
}

/* リンク */
.sitemap a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#a50606;
	font-size:1.2em;
	text-align:center;
	text-decoration:none;
	line-height:4;
	padding:0 5%;
	margin:0.1em 0;
}
.sitemap li a:first-child {background:#631108;}
.sitemap a:hover {opacity:0.6;}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　音サンプルページ用

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

.soundAUDIO{ padding:0 2%;}
.soundAUDIO ul{}
.soundAUDIO li{font-size:1.5em; font-weight:; padding:10px 0; border-bottom:1px solid #DEDEDE;}
.soundAUDIO li audio{ width:100%;}
.soundAUDIO li dt{ vertical-align:bottom; padding:10px 0;}
.soundAUDIO li dd{ vertical-align:middle;}

