@charset "utf-8";



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

　共通

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

/* ボディ */
body {
	color:#333;
	font-family:Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:62.5%;
	min-width: 1200px;
	position:relative;
}



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

　ヘッダ

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

#GDPR{
	width:250px;
	background: rgba(205, 205, 205, 0.8);
	padding:15px;
	position:fixed;
	top:110px;
	right:15px;
	z-index:810;
	border-radius:5px;
}
#GDPR p{
	width:200px;
	padding-right:50px;
	margin:0 auto;
	font-size:12px;
	line-height:130%;
	position:relative;
}
#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;
	position:relative;
}

/* ロゴ */
header h1 {
	position:absolute;
	top:0;
	left:50%;
	z-index:200;
	margin:0 0 0 -500px;
	background:#e60010;
	width:190px;
	/* line-height:95px; */
	line-height:55px;
	text-align:center;
	padding:30px 0 0;
}
header h1 img {vertical-align:middle;}

/* プライマリナビ */
header .primary:before, header .primary:after {content:""; display:table;}
header .primary:after {clear:both;}
header .primary {
	/zoom:1;
	width:1000px;
	margin:0 auto;
}
header .primary>ul:before, header .primary>ul:after {content:""; display:table;}
header .primary>ul:after {clear:both;}
header .primary>ul {
	/zoom:1;
	float:right;
}
header .primary>ul>li {
	float:left;
	border-left:solid 1px rgba(221, 221, 221, 0.55);
	position:relative;
}
header .primary>ul>li:last-child {border-right:solid 1px rgba(221, 221, 221, 0.55);}
header .primary>ul>li>a {
	display:block;
	color:#fff;
	text-decoration:none;
	/*line-height:60px;*/
	line-height:30px;
	padding:0 10px;
}
header .primary>ul>li>a:hover, header .primary>ul>li:hover>a {background-color:#333;}
header .primary .find>a {
	background:url(/_include/images/common/primarynav_icon01.png) 18px center no-repeat;
	padding:0 30px 0 45px;
}
header .primary .login>a {
	background:url(/_include/images/common/primarynav_icon02.png) 15px center no-repeat;
	padding:0 20px 0 45px;
}
header .primary .pulldown>a {
	background:url(/_include/images/common/primarynav_icon03.png) right 10px center no-repeat;
	padding-right:30px;
}

/* プライマリナビ - ドロップダウンメニュー */
header .primary>ul>li ul {
	position:absolute;
	left:-10%;
	z-index:300;
	background:rgba(51, 51, 51, 0.9);
}
header .primary>ul>li ul li a {
	display:block;
	color:#fff;
	background:url(/_include/images/common/primarynav_icon04.png) right 10px center no-repeat;
	font-size:1.4em;
	text-decoration:none;
	height:0;
	line-height:26px;
	padding:0 30px 0 10px;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transition:all .3s;
	transition:all .3s;
}
header .primary>ul>li:hover ul li a {
	overflow:visible;
	height:26px;
}
header .primary>ul>li ul li a:hover {background-color:#000;}
header .primary>ul>li ul li a img {
	vertical-align:middle;
	margin:0 8px 0 0;
}

/* グローバルナビ */
header .global {background:#e60010;}
header .global>ul:before, header .global>ul:after {content:""; display:table;}
header .global>ul:after {clear:both;}
header .global>ul {
	/zoom:1;
	display:block;
	width:1000px;
	margin:0 auto;
}
header .global>ul>li {
	float:left;
	width:162px;
	position:relative;
}
header .global>ul>li:first-child {margin:0 0 0 190px;}
header .global>ul>li>a {
	display:block;
	color:#fff;
	font-size:1.4em;
	text-decoration:none;
	text-align:center;
	/* line-height:95px;*/
	line-height:60px;
}
header .global>ul>li.longm>a{
	font-size: 1.25em;
}
header .global>ul>li>a:hover, header .global>ul>li:hover>a {background:#a4000b;}

/* グローバルナビ - ドロップダウンメニュー */
header .global>ul>li ul {
	position:absolute;
	left:-10%;
	z-index:300;
	background:rgba(153, 0, 0, 0.9);
}
header .global>ul>li ul li a {
	display:block;
	color:#fff;
	background:url(/_include/images/common/global_icon01.png) 25px center no-repeat;
	font-size:1.3em;
	text-decoration:none;
	height:0;
	line-height:28px;
	padding:0 25px 0 35px;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transition:all .3s;
	transition:all .3s;
}
header .global>ul>li:hover ul li a {
	overflow:visible;
	height:28px;
	border-bottom:solid 1px rgba(221, 221, 221, 0.2);
}
header .global>ul>li ul li:last-child a {border:none;}
header .global>ul>li ul li a:hover {background-color:#900;}

/* グローバルナビ - スマホ用 */
header .global .sp_global {display:none;}
header .global .find {display:none;}
header .global .showhide {display:none;}

/* 日本 */
header .global.jap>ul>li {width:115px;}
header .global.jap>ul>.store {width:120px;}
header .global.jap>ul>.store a {background:#006;}
header .global.jap>ul>.store:hover>a {background:#339;}



/* SNSアイコン */
.sns{
	display: inline-block;
	vertical-align: middle;
	margin-left: 2em;
}
.sns-list{
	display: flex;
}
.sns-list__item{}
.sns-list__item{
	margin-right: 1em;
}
.sns__more{}
.sns__icon{
	width: 24px;
}




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

　パンくずリスト

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

/* エリア */
.breadcrumbs {
	width:1000px;
	padding:10px 0;
	margin:0 auto;
}

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

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



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

　コンテンツタイトル

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

/* エリア */
.contents_title article {
	width:1000px;
	height:110px;
	margin:0 auto;
}

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



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

　ページトップ

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

/* エリア */
.pagetop {
	width:1000px;
	text-align:right;
	margin:40px auto 35px;
}

/* リンク */
.pagetop a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#666 url(/_include/images/common/pagetop_icon.png) 10px center no-repeat;
	font-size:1.3em;
	text-decoration:none;
	line-height:40px;
	padding:0 10px 0 25px;
}
.pagetop a:hover {opacity:0.6;}



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

　フッタ

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

/* エリア */
footer {
	background:#e60010;
	border-top:solid 10px #000;
}
footer article:before, footer article:after {content:""; display:table;}
footer article:after {clear:both;}
footer article {
	/zoom:1;
	width:1000px;
	padding:10px 0 45px;
	margin:0 auto;
	position:relative;
}

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

/* リンク */
footer nav {
	float:left;
	width:70%;
	font-size:1.1em;
}
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:10px 20px 0 0;
}
footer nav ul li:last-child {margin:10px 0 0 0;}
footer nav ul li a {
	color:#fff;
	text-decoration:none;
}
footer nav ul li a:hover {text-decoration:underline;}

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



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

　index - ビジュアル

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

/* エリア */
.index_visual {
	background:#333;
	position:relative;
}

/* スライドイメージ */
/* 2016/10/26　Slickプラグイン使用により、全変更 */
.index_visual article {
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.index_visual article a {outline:none;}
.index_visual article .slick-track {
	width:1200px !important;
	height:500px !important;
	margin:0 auto;
	overflow:hidden;
}
.index_visual article .slick-track a {
	position:absolute !important;
	width:1200px !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:50%;
	margin-left:-490px;
}
.index_visual article .slick-next {
	background:url(/_include/images/index/visual_move_n.png);
	right:50%;
	margin-right:-490px;
}

/* カバー */
.index_visual article a {
	display:block;
	position:relative;
}
.index_visual article a:after {
	content:url(/_include/images/index/visual_cover.png);
	position:absolute;
	top:0;
	z-index: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 5px;
}
.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 {
	color:#fff;
	background:#e60010;
	width:960px;
	padding:10px 20px;
	border-radius:5px;
	position:absolute;
	top:640px;
	left:50%;
	margin-left:-500px;
}
*/
.index_search {
	color:#fff;
	background:#e60010;
	padding:10px 20px;
}
.index_search form{
	width: 960px;
	margin-left: auto;
	margin-right: auto;

	text-align: right;
}
.index_search fieldset {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

/* ラベル */
.index_search label {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:1.5em;
	font-weight:bold;
	line-height:36px;
	margin:0 10px 0 0;
}

/* テキストボックス */
.index_search .text {
	background:#fff;
	border:solid 1px #ccc;
	padding:3px 3px 3px 0;
	border-radius:3px;
}
.index_search .text input {
	font-size:1.5em;
	height:30px;
	border:none;
	outline:none;
	width:360px;
	padding:0 5px;
	margin:0;
	vertical-align:middle;
}
.index_search .text button {
	background:transparent;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	vertical-align:middle;
}

/* セレクトボックス */
.index_search .select {}
.index_search .select a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:url(/_include/images/index/search_combobox.png) right center no-repeat;
	font-size:1.4em;
	text-decoration:none;
	width:170px;
	padding:0;
	margin:0 0 0 15px;
	line-height:33px;

	padding-right: 2em;
}
.index_search .select .move {background:url(/_include/images/index/search_combobox2.png) right center no-repeat;}

/* アルファベット検索 */
.index_search nav {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	right: 0;
	z-index:10;
}
.index_search nav ul {
	background:#900;
	width:1000px;
	text-align:center;
	padding:25px 0;

	margin-left: auto;
	margin-right: auto;
}
.index_search nav ul li {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	width:19px;
	line-height:30px;
	margin:0 5px;
}
.index_search nav ul li a {
	display:block;
	color:#900;
	background:#fff;
	text-decoration:none;
}
.index_search nav ul li a:hover {background:#ccc;}
.index_search .select_alpha {display:block;}



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

　index - カテゴリ

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

/* エリア */
.index_cateories {
	background:#edefef;
	padding:35px 0 0;
/*	margin:70px 0 0;*/
}

/* タイトル */
.index_cateories h2 {
	font-size:1.6em;
	font-weight:bold;
	width:975px;
	line-height:26px;
	border-left:solid 7px #333;
	padding:0 0 0 18px;
	margin:0 auto;
}
.index_cateories h2 span {
	font-size:0.8em;
	font-weight:normal;
	margin:0 0 0 20px;
}

/* リスト */
.index_cateories ul:before, .index_cateories ul:after {content:""; display:table;}
.index_cateories ul:after {clear:both;}
.index_cateories ul {
	/zoom:1;
	width:1003px;
	margin:10px auto 0;
	border-right:solid 1px #ddd;
}
.index_cateories ul li {
	float:left;
/*	width:199px;	20200114		*/
	width:165px;		/*	20200114	*/
	margin:10px 0 0;
	border-left:solid 1px #ddd;
}
.index_cateories ul li a {
	display:block;
	color:#333;
	text-decoration:none;
}
.index_cateories ul li a:hover {opacity:0.6;}
.index_cateories ul li a figure {text-align:center;}
.index_cateories ul li a figcaption {
	display:table-cell;
	width:199px;
	height:50px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	vertical-align:middle;
}



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

　index - コンテンツ

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

/* エリア */
.index_contents:before, .index_contents:after {content:""; display:table;}
.index_contents:after {clear:both;}
.index_contents {
	/zoom:1;
	width:1000px;
	margin:20px auto 0;
}

/* 新着情報 */
.index_news {
	float:left;
	width:650px;
}
.index_news article {margin:20px 0 0;}
.index_news article h3 {
	font-size:1.6em;
	font-weight:bold;
	line-height:26px;
	border-left:solid 7px #333;
	padding:0 0 0 18px;
	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:10px 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.2em;
	line-height:1.4;
	padding:5px;
	border-bottom:dotted 1px #999;
}
.index_news article li a small {
	float:left;
	width:100px;
}
.index_news article li a {
	float:right;
	color:#333;
	text-decoration:none;
	width:540px;
}
.index_news article li a:hover {text-decoration:underline;}

/* バナー */
.index_banner {
	float:right;
	width:330px;
	margin:10px 0 0;
}
.index_banner a {
	display:block;
	padding:5px 0;
	border:solid 1px #ccc;
	margin:10px 0 0;
}
.index_banner a img {height:40px;}
.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 {
	width:1000px;
	margin:40px auto 0;
	padding:0 0 65px;
}

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

/* リンク */
.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;
	margin:20px 27px 0 0;
}
.index_pickup li:nth-child(3n) {margin:20px 0 0;}
.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 {
	width:1000px;
	margin:20px auto 0;
}



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

　Product - 一覧

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

/* ナビ - アルファベット */
.product .nav_alpha {}
.product .nav_alpha small {
	display:block;
	font-size:1.7em;
}
.product .nav_alpha ul {
	background:#900;
	text-align:center;
	margin:10px 0 0;
	padding:7px 0;
}
.product .nav_alpha ul li {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	width:19px;
	line-height:30px;
	margin:0 5px;
}
.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.7em;
	line-height:40px;
	padding:0 10px;
	margin:15px 0 0;
}
.product .nav_count strong {font-weight:bold;}

/* ナビ - 検索 */
.product .nav_search {margin:20px 0 0;}
.product .nav_search>small {
	display:block;
	font-size:1.7em;
}
.search_bt{
	text-align:center;
	padding:10px;
	}
.product .nav_search form {
	background:#ebebeb;
	font-size:1.2em;
	margin:15px 0 0;
}
.product .nav_search form small {
	display:block;
	font-weight:bold;
	margin:20px 50px 0;
}
.product .nav_search form label {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.product .nav_search form label strong {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 5px 0 0;
}
.product .nav_search form .main {
	padding:20px;
	/*padding:20px 50px;*/
	border-bottom:solid 1px #fff;
}
.product .nav_search form .main label {
	/*width:440px;*/
	line-height:40px;
	margin-left:10px;
}
.product .nav_search form .main label strong {font-weight:bold;}
.product .nav_search form .main label select, .product .nav_search form .main label input {
	font-size:1.4em;
	width:350px;
	height:35px;/* 0830 add */
	vertical-align:middle;/* 0830 add */
}

.product .nav_search form .main label input{
	border:0;
	padding:10px 5px;
	font-size:1.2em;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.product .nav_search form .main label select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:solid 1px #ccc;
	background:#FFFFFF;
	background: url(/_include/images/product/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efefef 100%);
	background: url(/_include/images/product/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efefef1 100%);
	background-size: 15px, 100%;
	vertical-align:middle;
	}

.product .nav_search form .main label input {
	background:#fff;
	/*background:#fff url(/_include/images/product/search_icon.png) right 5px center no-repeat;*/
	width:320px;
	padding:0 30px 0 10px;
}
.product .nav_search form .sub {padding:0 100px 20px;}
.product .nav_search form .sub label {
	line-height:40px;
	margin:10px 20px 0 0;
}
.product .nav_search form .sub label select {
	font-size:1.4em;
	height:40px;
	border:solid 1px #ccc;
}

/* CADダウンロード　ナビ - 検索 ここから */
.product .nav_cadsearch{
	margin:20px auto;
	width:750px;
	}
.product .nav_cadsearch form {
	background:#ebebeb;
	margin:15px 0 0;
	padding:15px 15px 15px 30px;
	}
.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 {
	background:#fff;
	border:solid 1px #ccc;
	padding:3px 3px 3px 0;
	border-radius:3px;
}
.product .nav_cadsearch .text input {
	font-size:1em;
	border:none;
	outline:none;
	width:550px;
	padding:5px 5px;
	margin:0;
	vertical-align:middle;
	font-weight:normal;
}
.product .nav_cadsearch .text button {
	background:transparent;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	vertical-align:middle;
}

.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:750px;
	margin:15px auto;
	padding:15px 0;
	border-bottom:1px solid #DEDEDE;
	clear:both;
	overflow:hidden;
}
.product .cadlist h4{
	font-weight:bold;
	font-size:1.8em;
	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:left;
	font-size:1.3em;
	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 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.product .product_list:after{ content: ""; display: block; clear: both; }
.product .product_list li {
	/*float:left;
	display:inline;*/
	width:223px;
	border:solid 1px #ddd;
	margin:20px 0 0 20px;
}

.product .product_list li > a{
	display: block;
	color: inherit;

	height: 100%;
	box-sizing: border-box;
	text-decoration:none;
}

.product .product_list li figure {
	text-align:center;
	padding:15px 0;
	border-bottom:solid 1px #ddd;
}
.product .product_list li aside {margin:10px 10px 0;}
.product .product_list li dl {padding:10px;}
.product .product_list li dl dt {
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2;
}
.product .product_list li dl dd {
	font-size:1.3em;
	line-height:1.2;
	margin:10px 0 0;
}

/* ナビ - ページャ */
.product .nav_pagenation {
	margin:60px 0 0;
	padding:25px 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;
	font-size:1.5em;
	text-align:center;
	width:36px;
	line-height:36px;
}
.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:55px;
	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;
}

/* ナビ - ページ下部 */
.product_navigation {
	background:#ebebeb;
	padding:20px 0 50px;
}
.product_navigation strong {
	display:block;
	font-size:2.5em;
	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;
	width:970px;
	margin:10px auto 0;
}
.product_navigation ul li {
	float:left;
	line-height:29px;
	margin:10px 0 0 10px;
}
.product_navigation ul li a {
	display:block;
	color:#000;
	background:#ccc;
	font-size:1.5em;
	text-decoration:none;
	padding:0 20px;
}
.product_navigation ul li a:hover {
	color:#fff;
	background:#900;
}
.product_navigation form:before, .product_navigation form:after {content:""; display:table;}
.product_navigation form:after {clear:both;}
.product_navigation form {
	/zoom:1;
	width:950px;
	line-height:50px;
	margin:20px auto 0;
	clear: both;
}
.product_navigation form select, .product_navigation form input {
	height:50px;
	border:solid 1px #ccc;
}
.product_navigation form input {
	float:left;
	font-size:2.2em;
	width:690px;
	background:#fff url(/_include/images/product/search_icon.png) right 5px center no-repeat;
	padding:0 30px 0 10px;
}
.product_navigation form select {
	float:right;
	font-size:1.2em;
	width:205px;
}



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

　Product - カテゴリ

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

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

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


/* リスト */
.product.category ul:before, .product.category ul:after {content:""; display:table;}
.product.category ul:after {clear:both;}
.product.category ul {/zoom:1;}
.product.category li {
	float:left;
	width:472px;
	text-align:center;
	margin:28px 14px 0;
}
.product.category li dl {
	margin:0 2px;
	border-top:solid 1px #ddd;
}
.product.category li dt {
	font-size:2em;
	font-weight:bold;
	line-height:1.4;
	padding:10px 0;
}
.product.category li dd {
	font-size:1.2em;
	line-height:1.4;
	padding:10px 0;
}
.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:50px 0 0;
	padding:40px 0 0;
	text-align:center;
}
.product.category div h4 {
	font-size:1.6em;
	font-weight:bold;
	text-align:left;
	line-height:25px;
	border-left:solid 7px #333;
	padding:0 0 0 15px;
}
.product.category div a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:15px 10px 0;
}
.product.category div a:hover {opacity:0.6;}



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

　Product - 詳細

　Edit：2019/09/06

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

/* エリア */
.product.detail:before, .product.detail:after {content:""; display:table;}
.product.detail:after {clear:both;}
.product.detail {/zoom:1;}

/* 詳細 */
.product.detail .information {
	float:right;
	width:750px;
}
.product.detail .information strong {
	display:block;
	color:#ff0;
	background:#000;
	font-size:1.5em;
	text-align:center;
	line-height:1.4;
	padding:10px;
}
.product.detail .information .image {
	border:solid 1px #eaeaea;
	margin:10px 0 0;
}
.product.detail .information .image figure {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.product.detail .information .image figure:first-child {width:409px;}
.product.detail .information .image figure:first-child img {max-width:409px;}
.product.detail .information .image figure:last-child {width:339px;}
.product.detail .information .image figure:last-child img {max-width:339px;}
.product.detail .information .sp_text {display:none;}
.product.detail .information dl {margin:15px 0 0;}
.product.detail .information dl dt {font-size:3em;}
.product.detail .information dl dt:first-line {font-size:1.5em;}
.product.detail .information dl dd {
	font-size:1.7em;
	line-height:1.4;
	margin:10px 0 0;
	margin-bottom: 20px;	/*	20190530	*/
}

/* タブ */
.product.detail .information .tab {margin:30px 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;
	padding:0 2px;
	border-bottom:solid 1px #900;
}
.product.detail .information .tab ul li {
	float:left;
	margin:0 0 0 1px;
}
.product.detail .information .tab ul li a {
	display:block;
	color:#333;
	font-size:1.7em;
	text-decoration:none;
	line-height:42px;
	padding:0 15px 0 40px;
}
.product.detail .information .tab ul li .tab01 {background:#e0e0e0 url(/_include/images/product/detail_icon01off.png) 10px center no-repeat; background-size:auto 24px;}
.product.detail .information .tab ul li .tab02 {background:#e0e0e0 url(/_include/images/product/detail_icon02off.png) 10px center no-repeat; background-size:auto 24px;}
.product.detail .information .tab ul li .tab03 {background:#e0e0e0 url(/_include/images/product/detail_icon03off.png) 10px center no-repeat; background-size:auto 24px;}
.product.detail .information .tab ul li .tab04 {background:#e0e0e0 url(/_include/images/product/detail_icon04off.png) 10px center no-repeat; background-size:auto 24px;}
.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) 10px center no-repeat; background-size:auto 24px;}
.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) 10px center no-repeat; background-size:auto 24px;}
.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) 10px center no-repeat; background-size:auto 24px;}
.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) 10px center no-repeat; background-size:auto 24px;}

/* 共通項目 */
.product.detail .information .article h3 {
	font-size:2em;
	font-weight:bold;
	line-height:40px;
	border-bottom:solid 1px #ddd;
	margin:30px 0 0;
}
.product.detail .information .article p {
	font-size:1.5em;
	line-height:1.2;
	margin:15px 0 0;
}
.product.detail .information .article iframe {margin:15px 55px 0;}

/* スペック */
.product.detail .information .overview {}
.product.detail .information .overview table {
	font-size:1.4em;
	line-height:1.2;
	width:100%;
}
.product.detail .information .overview table th {
	text-align:left;
	width:240px;
	padding:15px 0;
	border-bottom:solid 1px #ddd;
}
.product.detail .information .overview table td {
	padding:15px 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 5px;
	margin:0 0 5px 20px;
	font-size:1.5em;
	line-height:150%;
	}

/* 製品詳細のテーブル追加テンプレート設定2017.09.22 */
.product.detail .information .overview h4{
	background:#EFEFEF;
	border-top:1px solid #DEDEDE;
	margin:0;
	padding:10px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	}
.product.detail .information .overview table.specTB{
	border:1px solid #DEDEDE;
	border-collapse:collapse;
	margin:0;!important;
	padding:0;
	font-size:12px;
	}
.product.detail .information .overview table.specTB th{
	border:1px solid #DEDEDE;
	border-collapse:collapse;
	padding:5px;
	width:250px;
	}
.product.detail .information .overview table.specTB td{
	border:1px solid #DEDEDE;
	border-collapse:collapse;
	vertical-align:middle;
	padding:5px;
	}
.product.detail .information .overview p.remarks{
	font-size:11px;
	color:#666666;
	margin:5px 0;
	}
/* 製品詳細のテーブル追加テンプレート設定_追記2017.11.22 */
.product.detail .information .overview div.inc_TB { padding-bottom: 35px;}
.product.detail .information .overview div.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:100%;
	margin:15px 0 0;
}
.product.detail .information .faq table thead th {
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	padding:15px 0;
}
.product.detail .information .faq table thead th:first-child {
	background:#699;
	width:290px;
}
.product.detail .information .faq table thead th:last-child {background:#000;}
.product.detail .information .faq table tbody th {
	font-size:1.4em;
	text-align:left;
	padding:15px 10px;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.product.detail .information .faq table tbody td {
	font-size:1.4em;
	padding:15px 10px;
	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:238px;
	text-align:center;
	border:solid 1px #ddd;
	margin:20px 15px 0 0;
}
.product.detail .information .accessories .clearfix div:nth-child(3n) {margin:20px 0 0 0;}
.product.detail .information .accessories .clearfix div a {
	display:block;
	color:#000;
	line-height:1.2;
	text-align:left;
	text-decoration:none;
	padding:10px;
	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:238px;
	text-align:center;
	border:solid 1px #ddd;
	margin:20px 15px 0 0;
}
.product.detail #option-area .clearfix div:nth-child(3n) {margin:20px 0 0 0;}
.product.detail #option-area .clearfix div a {
	display:block;
	color:#000;
	line-height:1.2;
	text-align:left;
	text-decoration:none;
	padding:10px;
	border-top:solid 1px #ddd;
	font-size:12px;
}
.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:238px;
	text-align:center;
	border:solid 1px #ddd;
	margin:20px 15px 0 0;
}
.product.detail .information .related .clearfix div:nth-child(3n) {margin:20px 0 0 0;}
.product.detail .information .related .clearfix div a {
	display:block;
	color:#000;
	line-height:1.2;
	text-align:left;
	text-decoration:none;
	padding:10px;
	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:60px 0 0;
	padding:40px 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.8em;
	font-weight:bold;
	text-decoration:none;
	width:330px;
	line-height:65px;
	margin:0 10px;
}
.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;}

/* カテゴリ */
.product.detail .categories {
	float:left;
	width:220px;
}
.product.detail .categories strong {
	display:block;
	color:#fff;
	background:#000;
	font-size:1.5em;
	text-align:center;
	line-height:45px;
	border-radius:5px 5px 0 0;
}
.product.detail .categories nav {}
.product.detail .categories nav>ul>li>a {
	display:block;
	color:#333;
	background:#e0Dfe3;
	font-size:1.5em;
	text-decoration:none;
	line-height:15px;
	padding:7px 12px 8px;
}
.product.detail .categories nav>ul>li>a:hover {
	color:#fff;
	background-color:#bd000e;
}
.product.detail .categories nav>ul>li:last-child>a {border-radius:0 0 5px 5px;}
.product.detail .categories nav ul ul {display:none;}
.product.detail .categories nav ul ul li a {
	display:block;
	color:#900;
	background:#efc2c5;
	font-size:1.3em;
	text-decoration:none;
	line-height:15px;
	padding:7px 25px 8px;
	border-bottom:solid 1px #fff;
}
.product.detail .categories nav ul ul li a:hover {font-weight:bold;}
.product.detail .categories nav ul ul li:last-child a {border:none;}
.product.detail .categories nav .active>a {
	color:#fff;
	background:#bd000e url(/_include/images/product/categories_icon.png) right 12px center no-repeat;;
	font-weight:bold;
	line-height:15px;
	padding-top:11px;
	padding-bottom:11px;
}
.product.detail .categories nav .active>ul {display:block;}

/* PC専用 常時表示メニュー */
.product_pc_nav {
	position:fixed;
	left:0;
	bottom:0;
	z-index:800;
	background:rgba(0, 0, 0, 0.88);
	/* background:rgba(153, 0, 0, 0.88); */
	width:100%;
	border-top:2px solid #DEDEDE;
}
.product_pc_nav ul:before, .product_pc_nav ul:after {content:""; display:table;}
.product_pc_nav ul:after {clear:both;}
.product_pc_nav ul {
	/zoom:1;
	width:996px;
	margin:0 auto;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	/* border-left:solid 1px #691414;
	border-right:solid 1px #a94a4a; */
}
.product_pc_nav ul li {
	float:left;
	width:330px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	/* インデントがあるもののみコメントアウトを外す */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000000', endColorstr = '#545454');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#000000', endColorstr = '#545454')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #000000, #545454);
	background-image: -ms-linear-gradient(top, #000000, #545454);
	background-image: -o-linear-gradient(top, #000000, #545454);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#000000), to(#545454));
	background-image: -webkit-linear-gradient(top, #000000, #545454);
	background-image: linear-gradient(top, #000000, #545454);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	/*border-left:solid 1px #a94a4a;
	border-right:solid 1px #691414;*/
}
_::-webkit-full-page-media, _:future, :root .product_pc_nav ul li {
	border-right:none;
}
.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 {background:url(/_include/images/product/detail_icon06.png) 68px center no-repeat;}
.product_pc_nav ul li .catalog {background:url(/_include/images/product/detail_icon07.png) 68px center no-repeat;}

/* PC専用 ダウンロード画面 */
.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:50%;
	margin:-200px 0 0 -325px;
	background:#fff;
	width:644px;
	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.8em;
	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:before, .file_downloads div article:after {content:""; display:table;}
.file_downloads div article:after {clear:both;}
.file_downloads div article {/zoom;}
.file_downloads div article nav {
	float:left;
	background:#ededed;
	width:340px;
	height:332px;
	overflow:scroll;
}
.file_downloads div article nav a {
	display:block;
	color:#000;
	font-size:1.3em;
	text-decoration:none;
	/*line-height:47px;*/
	padding:10px 0 10px 60px;
}
.file_downloads div article nav li{
	margin-top:5px;
	margin-bottom:5px;
	}
.file_downloads div article nav a:hover {text-decoration:underline;}
.file_downloads div article nav .pdf {background:url(/_include/images/product/detail_icon08.png) 15px center no-repeat;}
.file_downloads div article nav .cad {background:url(/_include/images/product/detail_icon09.png) 15px center no-repeat;}
.file_downloads div article nav .fol {background:url(/_include/images/product/detail_icon10.png) 15px center no-repeat;}
.file_downloads div article nav .snd {background:url(/_include/images/product/detail_icon11.png) 15px center no-repeat;}
.file_downloads div article nav .alm {background:url(/_include/images/product/detail_icon12.png) 15px center no-repeat;}
.file_downloads div article nav .cat {background:url(/_include/images/product/detail_icon13.png) 15px center no-repeat;}
.file_downloads div article nav .zip {background:url(/_include/images/product/detail_icon14.png) 15px center no-repeat;}
.file_downloads div article section {
	float:right;
	width:304px;
	height:332px;
}
.file_downloads div article section a {
	width:250px;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	
	margin:15px 0 0 15px;
}
.file_downloads div article section a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	}

.file_downloads div article section nav a {
	display:block;
	color:#000;
	font-size:1.3em;
	text-decoration:none;
	/*line-height:47px;*/
	padding:10px 0 10px 60px;
	border:none;
}
.file_downloads div article section nav li{
	margin-top:5px;
	margin-bottom:5px;
	}
.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;
	width:250px;
	overflow:hidden;
}
.file_downloads div article section nav li a:hover {
	text-decoration:underline;
	border:none;
	}
.file_downloads div article section a img{
	width:250px;

	}
/* PC版では下部のナビゲーションを非表示 */
.detail_nav {display:none;}

.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 {}

.fd_link{
	padding:10px;
	/*background:#000000;*/
	font-size:1.3em;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:30px;
	position:relative;
	clear:both;
	}
.fd_link a:hover{
	color:#DEDEDE;
	}
.fd_link a.download {
	background:url(/_include/images/product/detail_icon05.png) #990000 10px center no-repeat;
	background-size: 15%;
	color:#FFFFFF;
	padding:20px 20px 20px 50px;
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	}

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

　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 {
	width:1000px;
	margin:40px auto 0;
}



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

　Application - トップ

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

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

/* カテゴリ */
.application .application_category:before, .application .application_category:after {content:""; display:table;}
.application .application_category:after {clear:both;}
.application .application_category {
	/zoom:1;
	margin:40px 0 0;
}
.application .application_category li {
	float:left;
	width:309px;
	margin:20px 12px 0;
}
.application .application_category li img{
	width:307px;
}
.application .application_category li a {
	display:block;
	color:#333;
	border:solid 1px #ddd;
	text-decoration:none;
}
.application .application_category li article {
	text-align:center;
	margin:10px;
}
.application .application_category li p {
	font-size:1.3em;
	line-height:1.2;
	text-align:left;
	min-height:70px;
}
.application .application_category li span {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#2a75ba;
	font-size:2em;
	font-weight:bold;
	width:60px;
	line-height:60px;
	text-align:center;
}
.application .application_category li a:hover span {background:#900;}



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

　Support - 共通

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

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

/* エリア */
.support {
	width:1000px;
	margin:30px auto 0;
}

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

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

/* ナビゲーション */
.support .support_pagelist {
	border-top:solid 1px #ddd;
	margin:50px 0 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;
	margin: 20px 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.support .support_pagelist ul li:nth-child(4n) {margin:20px 0 0;}
.support .support_pagelist ul li a {
	display: flex;
	color: #000;
	background: #ccc;
	font-size: 1.7em;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	border-radius: 5px;
	width: 235px;
	height: 77px;
}
.support .support_pagelist ul li a:hover, .support .support_pagelist ul li .active {background:#f2f2f2;}



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

　Support - トップ

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

/* 導入 */
.support .intro {font-size:1.7em;}

/* メニュー */
.support .support_nav {
	padding:0 5px 20px;
	border-bottom:solid 1px #ddd;
}
.support .support_nav ul:before, .support .support_nav ul:after {content:""; display:table;}
.support .support_nav ul:after {clear:both;}
.support .support_nav ul {/zoom:1;}
.support .support_nav ul li {
	float:left;
	width:310px;
	margin:20px 10px 0;
}
.support .support_nav ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	border:solid 1px #ddd;
	border-radius:3px;
}
.support .support_nav ul li a article {
	display:table-cell;
	width:308px;
	height:120px;
	text-align:center;
	vertical-align:middle;
	border-bottom:solid 1px #ddd;
}
.support .support_nav ul li a dl {
	line-height:1.2;
	padding:20px 10px 10px;
}
.support .support_nav ul li a dl dt {
	font-size:1.5em;
	font-weight:bold;
	height:40px;
}
.support .support_nav ul li a dl dd {
	font-size:1.3em;
	height:50px;
	margin:5px 0 0;
}
.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:40px 0 0;
	padding:0 10px;
	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:310px;
	margin:0 0 0 10px;
}
.support .faq_tab ul li a {
	display:block;
	color:#333;
	background:#fff;
	font-size:1.7em;
	text-decoration:none;
	text-align:center;
	line-height:47px;
	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 dl {
	line-height:1.4;
	margin:40px 0 0;
}
.support .faq_detail dt {
	background:url(/_include/images/support/faq_icon01.png) 15px 15px no-repeat;
	font-size:1.8em;
	font-weight:bold;
	padding:17px 0 17px 65px;
	border-top:solid 1px #ddd;
}
.support .faq_detail dd {
	background:url(/_include/images/support/faq_icon02.png) 15px 10px no-repeat;
	font-size:1.5em;
	padding:10px 0 10px 65px;
	border-top:solid 1px #ddd;
}



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

　Support - RoHS

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

/* RoHS内容 */
.support .rohs_detail {
	text-align:center;
	line-height:1.4;
	margin:30px 70px 0;
}
.support .rohs_detail dd {
	font-size:1.7em;
	margin:20px 0 0;
}



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

　Support - 廃番リスト

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

/* 廃番リスト内容 */
.support .discontinued_detail {
	text-align:center;
	margin:60px 320px 0;
}
.support .discontinued_detail a {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:66px;
	border-radius:5px;
}
.support .discontinued_detail a:hover {opacity:0.6;}
.support .discontinued_detail .link_list {
	background:#663;
	width:100%;
}
.support .discontinued_detail .link_contact {
	background:#900;
	width:330px;
	margin:30px 0 0;
}



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

　Support - 廃番リスト

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

/* 修理交換リスト内容 */
.support .replacement_detail {margin:20px 350px 0;}
.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:80px;
	margin:20px 10px 0;
}
.support .replacement_detail ul li a {
	display:block;
	color:#fff;
	background:#399;
	font-size:1.7em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	line-height:50px;
	border-radius:10px;
}
.support .replacement_detail ul li a:hover {opacity:0.6;}



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

　Support - ダウンロード

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

/* ダウンロード内容 */
.support .download_detail {}
.support .download_detail ul:before, .support .download_detail ul:after {content:""; display:table;}
.support .download_detail ul:after {clear:both;}
.support .download_detail ul {/zoom:1;}
.support .download_detail ul li {
	float:left;
	width:174px;
	text-align:center;
	margin:50px 13px 20px;
}
.support .download_detail ul li img {height:200px;}
.support .download_detail ul li small {
	display:block;
	font-size:1.3em;
	line-height:2;
	border-bottom:solid 1px #ddd;
	margin:5px 0 0;
}
.support .download_detail ul li strong {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.4;
	border-bottom:solid 1px #ddd;
	padding:5px 0;
	min-height:50px;
}
.support .download_detail ul li a {
	color:#333;
	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 .sp_download {display:none;}



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

　Company - 共通

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

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

/* エリア */
.company {
	width:1000px;
	margin:40px auto 0;
}

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

/* ナビゲーション */
.company nav {
	border-top:solid 1px #ddd;
	padding:20px 0 0;
	margin:50px 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;
	margin:0 0 0 20px;
}
.company nav ul li:first-child {margin:0;}
.company nav ul li a {
	display:block;
	color:#000;
	background:#ccc;
	font-size:1.7em;
	text-decoration:none;
	text-align:center;
	width:235px;
	line-height:77px;
	border-radius:10px;
}
.company nav ul li a:hover, .company nav ul li .active {background:#f2f2f2;}



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

　Company - 会社概要

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

/* エリア */
.company .aboutus {}
.company .aboutus article:before, .company .aboutus article:after {content:""; display:table;}
.company .aboutus article:after {clear:both;}
.company .aboutus article {
	/zoom:1;
	margin:50px 0 0;
}

/* テキスト */
.company .aboutus article section {
	float:left;
	width:580px;
}
.company .aboutus article section p {
	font-size:1.7em;
	line-height:1.4;
	margin:1.5em 0 0;
}
.company .aboutus article section p:first-child {margin:0;}

/* 画像 */
.company .aboutus article figure {
	float:right;
	width:400px;
}
.company .aboutus article figure figcaption {
	color:#666;
	font-size:1.3em;
	line-height:1.2;
	margin:10px 0 0;
}



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

　Company - CEOメッセージ

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

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

/* メッセージ */
.company .ceomessage .contents01:before, .company .ceomessage .contents01:after {content:""; display:table;}
.company .ceomessage .contents01:after {clear:both;}
.company .ceomessage .contents01 {
	/zoom:1;
	margin:50px 0 30px;
	padding:0 0 30px;
	border-bottom:solid 1px #ddd;
}
.company .ceomessage .contents01 section {
	float:left;
	width:580px;
}
.company .ceomessage .contents01 section p {
	font-size:1.7em;
	line-height:1.4;
	margin:1.5em 0 10em;
}
.company .ceomessage .contents01 section p:first-child {margin:0;}
.company .ceomessage .contents01 figure {
	float:right;
	width:400px;
	margin-bottom: 20px;
}
.company .ceomessage .contents01 figure>img {
	max-width: 400px;
}
.company .ceomessage .contents01 figure figcaption {
	color:#666;
	font-size:1.3em;
	text-align:center;
	line-height:1.2;
	margin:10px 0 0;
}

/*2019/04/23 追記*/
.company .ceomessage .contents01 figure table {
	width: 74%;
	color:#666;
	font-size:1.3em;
	text-align:center;
	line-height:1.5;
	margin:10px auto 0;
	border-collapse: separate;
	border-spacing: 3px;
}
.company .ceomessage .contents01 figure table th,
.company .ceomessage .contents01 figure table td {
	vertical-align: middle;
	text-align: left;
}
.company .ceomessage .contents01 figure table th {white-space: nowrap; width: 25%; padding-left: 1%; border-right: 1px solid #B7B7B7; }
.company .ceomessage .contents01 figure table td {padding-left: 3%;}


/* フィロソフィー */
.company .ceomessage .contents02 {margin:40px 0 0;}
.company .ceomessage .contents02 section {text-align:center;}
.company .ceomessage .contents02 section p {
	font-size:1.7em;
	line-height:1.4;
	margin:1.5em 0 0;
}
.company .ceomessage .contents02 section p:first-child {margin:0;}
.company .ceomessage .contents02 figure {
	text-align:center;
	margin:30px 0 0;
}



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

　Company - ネットワーク

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

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

/* 地図 */
.company .globalnetwork .contents01 {
	margin:50px 0 30px;
	padding:0 0 30px;
	border-bottom:solid 1px #ddd;
}
.company .globalnetwork .contents01 figure {position:relative;}
.company .globalnetwork .contents01 figure a {
	display:block;
	color:#fff;
	font-size:1.5em;
	text-decoration:none;
	text-align:center;
	line-height:33px;
	min-width:100px;
	padding:0 10px;
	position:absolute;
}
.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 figure .country01 {top:178px; left:34px;}
.company .globalnetwork .contents01 figure .country02 {top:65px; left:366px;}
.company .globalnetwork .contents01 figure .country03 {top:106px; left:698px;}
.company .globalnetwork .contents01 figure .country04 {top:173px; left:674px;}
.company .globalnetwork .contents01 figure .country05 {top:193px; left:828px;}
.company .globalnetwork .contents01 figure .country06 {top:268px; left:766px;}
.company .globalnetwork .contents01 figure .country07 {top:110px; left:848px;}
.company .globalnetwork .contents01 figure .country08 {top:286px; left:623px;}
.company .globalnetwork .contents01 figure .country09 {top:230px; left:618px;}
.company .globalnetwork .contents01 figure .country10 {top:200px; left:200px;}
.company .globalnetwork .contents01 p {
	font-size:1.7em;
	line-height:1.4;
	margin:20px 0 0;
}

/* 各拠点 */
.company .globalnetwork .contents02 {
	margin:50px 0 0;
}
.company .globalnetwork .contents02 h4 {
	color:#a31919;
	font-size:1.7em;
	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.5em;
	margin:30px 0 0;
}
.company .globalnetwork .contents02 .details colgroup {width:270px;}
.company .globalnetwork .contents02 .details th {
	font-weight:bold;
	text-align:left;
	line-height:1.4;
	padding:10px 20px;
	border-bottom:solid 1px #ddd;
}
.company .globalnetwork .contents02 .details td {
	line-height:1.4;
	padding:10px 0;
	border-bottom:solid 1px #ddd;
}
.company .globalnetwork .contents02 .oparator {
	width:100%;
	font-size:1.5em;
	margin:30px 0 0;
}
.company .globalnetwork .contents02 .oparator .col01 {width:160px;}
.company .globalnetwork .contents02 .oparator .col02 {width:180px;}
.company .globalnetwork .contents02 .oparator .col03 {width:170px;}
.company .globalnetwork .contents02 .oparator .col04 {width:160px;}
.company .globalnetwork .contents02 .oparator th {
	background:#ddd;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	padding:10px 0;
}
.company .globalnetwork .contents02 .oparator td {
	line-height:1.4;
	padding:15px;
	border-left:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.company .globalnetwork .contents02 .oparator td:first-child {border-left:none;}



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

　Company - 環境

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

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

/* パラグラフ */
.company .environmentalmeasures p {
	font-size:1.7em;
	line-height:1.4;
	margin:50px 0 0;
}
.company .environmentalmeasures p:last-child {margin:30px 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:30px 0 0;
}
.company .environmentalmeasures ul li {
	float:left;
	width:25%;
	text-align:center;
}
.company .environmentalmeasures ul li figcaption {
	color:#666;
	font-size:1.3em;
	margin:5px 0 0;
}

/* 補足 */
.company .environmentalmeasures small {
	display:block;
	color:#666;
	font-size:1.3em;
	text-align:center;
	line-height:1.4;
	margin:50px 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 {
	width:1000px;
	margin:30px auto 0;
}

/* ベリサイン */
.contactus .verisign {
	text-align:center;
	margin:50px 0 0;
	padding:0 0 40px;
	border-bottom:solid 1px #ddd;
}
.contactus .verisign p {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:1.5em;
	line-height:72px;
	margin:0 0 0 10px;
}



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

　Contact - トップ

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

/* フォームへ */
.contactus .gotoform {
	text-align:center;
	padding:30px 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) 20px center no-repeat;
	font-size:1.8em;
	text-decoration:none;
	line-height:66px;
	padding:0 20px 0 90px;
	border-radius:5px;
}
.contactus .gotoform a:hover {opacity:0.6;}

/* 一覧 */
.contactus .contact_list {margin:30px 0 0;}
.contactus .contact_list:last-child {margin:0;}
.contactus .contact_list table {
	width:940px;
	font-size:1.5em;
	line-height:1.4;
	margin:0 30px;
}
.contactus .contact_list table colgroup {width:300px;}
.contactus .contact_list table tr {border-bottom:solid 1px #ddd;}
.contactus .contact_list table th {
	font-weight:bold;
	text-align:left;
	padding:20px 0 20px 20px;
}
.contactus .contact_list table td {padding:20px 20px 20px 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.5em;
	text-align:center;
	line-height:1.4;
	border-bottom:solid 1px #ddd;
	margin:30px 0 0;
	padding:0 0 70px;
}

/* 連絡先 */
.local_contact {
	display:none;
	position:fixed;
	left:0;
	bottom:0;
	z-index:700;
	background:rgba(0, 0, 0, 0.34);
	width:100%;
	height:100%;
}
.local_contact div {
	position:fixed;
	top:50%;
	left:50%;
	margin:-200px 0 0 -477px;
	background:#fff;
	width:954px;
	height:394px;
	border:solid 3px #003;
}
.local_contact div strong {
	display:block;
	color:#fff;
	background:#003;
	font-size:1.8em;
	font-weight:bold;
	line-height:62px;
	padding:0 0 0 20px;
	position:relative;
}
.local_contact div strong a {
	position:absolute;
	right:10px;
	bottom:15px;
}
.local_contact div article {
	height:332px;
	overflow-y:scroll;
}
.local_contact div article table {
	font-size:1.5em;
	line-height:1.4;
	margin:30px 10px;
}
.local_contact div article table .col01 {width:160px;}
.local_contact div article table .col02 {width:185px;}
.local_contact div article table .col03 {width:165px;}
.local_contact div article table .col04 {width:160px;}
.local_contact div article table th {
	background:#ddd;
	font-weight:bold;
	line-height:38px;
}
.local_contact div article table td {
	padding:10px 15px;
	border-left:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.local_contact div article table tr td:first-child {border-left: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.7em;}

/* フォーム */
.contactus form {margin:40px 30px 0;}
.contactus form table {
	width:100%;
	font-size:1.5em;
	line-height:1.4;
}
.contactus form table colgroup {width:260px;}
.contactus form table tr {border-bottom:solid 1px #ddd;}
.contactus form table th {
	font-weight:bold;
	text-align:left;
	padding:15px;
}
.contactus form table td {padding:15px 0;}
.contactus form label {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:0 20px 0 0;
}
.contactus form label input {margin:0 3px 0 0;}
.contactus form .invalid {
	background:#f99;
	border:solid 1px #900;
}
.contactus form .err_msg {
	display:none;
	color:#c00;
	font-weight:bold;
	margin:2px 0 0;
}
.contactus form .invalid+.err_msg {display:block;}
.contactus form input[name=company] {width:670px;}
.contactus form input[name=name] {width:670px;}
.contactus form input[name=email] {width:670px;}
.contactus form input[name=address] {width:350px;}
.contactus form input[name=zip] {width:350px;}
.contactus form input[name=state] {width:350px;}
.contactus form input[name=post] {width:350px;}
.contactus form input[name=tel] {width:350px;}
.contactus form input[name=fax] {width:350px;}
.contactus form textarea {
	width:670px;
	height:100px;
}
.contactus form section {
	text-align:center;
	margin:50px 0 0;
}
.contactus form section input {
	color:#fff;
	font-size:1.8em;
	text-align:center;
	line-height:66px;
	border:none;
	border-radius:5px;
	cursor:pointer;
	margin:0 10px;
}
.contactus form section input[type=submit] {
	background:#900;
	width:330px;
}
.contactus form section input[type=reset] {
	background:#ccc;
	width:100px;
}
.contactus .error {
	display:none;
	color:#c00;
	background:#fdd;
	font-size:1.5em;
	text-align:center;
	line-height:45px;
	margin:20px 0 0;
}



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

　Contact - サンクス

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

/* 文言 */
.contactus .thanks {
	text-align:center;
	padding:20px 0 0;
}
.contactus .thanks dt {
	color:#cd0102;
	font-size:5.6em;
}
.contactus .thanks dd {
	font-size:1.7em;
	line-height:1.4;
	margin:60px 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:66px;
	padding:0 20px;
	border-radius:5px;
	margin:40px 0 0;
}



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

　News

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

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

/* エリア */
.news {
	width:1000px;
	margin:30px auto 0;
}

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

/* 一覧 */
.news ul {padding:30px 0 0;}
.news li:before, .news li:after {content:""; display:table;}
.news li:after {clear:both;}
.news li {
	/zoom:1;
	margin:25px 0 0;
	padding:0 10px 25px;
	border-bottom:dotted 1px #333;
}
.news li small {
	float:left;
	color:#fff;
	background:#0a1c4a;
	width:120px;
	line-height:35px;
	font-size:1.5em;
	text-align:center;
}
.news li dl {
	float:right;
	width:845px;
}
.news li dt {
	font-size:1.8em;
	font-weight:bold;
	line-height:1.4;
}
.news li dd {
	font-size:1.5em;
	line-height:1.4;
	margin:10px 0 0;
}
.news li dl a {color:#333;}
.news li dl a:hover {text-decoration:none;}

/* 年 */
.news .year {
	text-align:center;
	margin:50px 0 0;
}
.news .year dt {
	color:#666;
	font-size:1.8em;
	font-weight:bold;
	padding:0 0 10px;
	border-bottom:solid 1px #ddd;
}
.news .year dd {
	padding:20px 0;
	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.7em;
	font-weight:bold;
	text-decoration:none;
	width:100px;
	line-height:35px;
	border-radius:5px;
	margin:0 5px;
}
.news .year a:hover {
	color:#fff;
	background:#c00;
}



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

　プライバシーポリシー

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

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

/* エリア */
.privacy {
	width:1000px;
	margin:30px auto 0;
}

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

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

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

/* 定義リスト */
.privacy dl {margin:30px 0 0;}
.privacy dt {
	font-size:1.8em;
	font-weight:bold;
	line-height:1.2;
}
.privacy dd {
	font-size:1.5em;
	line-height:1.2;
	margin:5px 0 0 1em;
}

/* 数字リスト */
.privacy ol {
	list-style-type:lower-roman;
	margin:5px 0 0 1em;
	padding:0 0 0 2.5em;
}
.privacy li {
	font-size:1.5em;
	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 url(/_include/images/sitemap/visual.png) center no-repeat;}
.sitemap_title h2 {color:#fff;}

/* エリア */
.sitemap {
	width:1000px;
	margin:30px auto 0;
}

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

/* リスト */
.sitemap ul {margin:30px 0 0;}
.sitemap li {
	padding:10px;
	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.5em;
	text-align:center;
	text-decoration:none;
	line-height:50px;
	min-width:70px;
	padding:0 25px;
	margin:0.1em 0;
}
.sitemap li a:first-child {background:#631108;}
.sitemap a:hover {opacity:0.6;}



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

　Mypage - 共通

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

/* タイトル */
.user_title {background:#ebe9eb;}
.user_title article {background:url(/_include/images/user/visual.jpg) right center no-repeat;}
.user_title h2 {color:#333;}

/* エリア */
.user:before, .user:after {content:""; display:table;}
.user:after {clear:both;}
.user {
	/zoom:1;
	width:1000px;
	margin:30px auto 0;
}

/* 詳細 */
.user .detail {
	float:right;
	width:750px;
}
.user .detail h3 {
	color:#000;
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	line-height:1.6;
}

/* ナビゲーション */
.user .menu {
	float:left;
	width:220px;
}
.user .menu strong {
	display:block;
	color:#fff;
	background:#000;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	border-radius:5px 5px 0 0;
}
.user .menu nav {}
.user .menu nav a {
	display:block;
	color:#333;
	background:#e0Dfe3;
	font-size:1.5em;
	text-decoration:none;
	line-height:15px;
	padding:7px 12px 8px;
}
.user .menu nav a:hover {
	color:#fff;
	background-color:#bd000e;
}
.user .menu nav li:last-child a {border-radius:0 0 5px 5px;}

/* タブ */
.user .detail .tab {
	margin:30px 0 0;
	border-bottom:solid 1px #900;
}
.user .detail .tab ul:before, .user .detail .tab ul:after {content:""; display:table;}
.user .detail .tab ul:after {clear:both;}
.user .detail .tab ul {/zoom:1;}
.user .detail .tab ul li {
	float:left;
	width:205px;
	margin:0 5px 0 0;
}
.user .detail .tab ul li a {
	display:block;
	color:#000;
	background:#e0dfe3;
	font-size:1.7em;
	text-decoration:none;
	text-align:center;
	line-height:42px;
}
.user .detail .tab ul li a:hover, .user .detail .tab ul li .active {
	color:#fff;
	background:#900;
	font-weight:bold;
}

/* メニュー */
.dl_list_nav:before, .dl_list_nav:after {content:""; display:table;}
.dl_list_nav:after {clear:both;}
.dl_list_nav {
	/zoom:1;
	width:1000px;
	margin:50px auto 0;
	padding:10px 0 20px;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.dl_list_nav a {
	float:left;
	color:#000;
	background:#ebebeb;
	font-size:1.5em;
	font-weight:bold;
	text-decoration:none;
	line-height:35px;
	padding:0 20px;
	margin:10px 10px 0 0;
	border-radius:3px;
}
.dl_list_nav a:hover {
	color:#fff;
	background:#900;
}



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

　Mypage - ダウンロード

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

/* リスト */
.user .user_download .dl_list {margin:30px 0 0;}
.user .user_download .dl_list li:before, .user .user_download .dl_list li:after {content:""; display:table;}
.user .user_download .dl_list li:after {clear:both;}
.user .user_download .dl_list li {
	/zoom:1;
	padding:15px 0;
	border-bottom:dotted 1px #333;
}
.user .user_download .dl_list li small {
	float:left;
	color:#fff;
	background:#6cc;
	font-size:1.5em;
	text-align:center;
	width:120px;
	line-height:34px;
	border-radius:3px;
}
.user .user_download .dl_list li table {
	float:left;
	max-width:460px;
	margin:0 0 0 15px;
}
.user .user_download .dl_list li table caption {
	font-size:1.8em;
	font-weight:bold;
	text-align:left;
	line-height:34px;
	white-space:nowrap;
}
.user .user_download .dl_list li table th {
	font-size:1.3em;
	line-height:2;
	width:85px;
}
.user .user_download .dl_list li table td {
	font-size:1.3em;
	line-height:2;
}
.user .user_download .dl_list li a {
	float:right;
	color:#fff;
	background:#6cc url(/_include/images/user/icon_download.png) 10px center no-repeat;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	width:90px;
	line-height:34px;
	padding:0 0 0 40px;
	border-radius:3px;
}
.user .user_download .dl_list li a:hover {background:#900 url(/_include/images/user/icon_download.png) 10px center no-repeat;}

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

/* MP3ダウンロード */
.user .user_mp3_download {margin:20px 0 0;}
.user .user_mp3_download em {
	display:block;
	font-size:1.5em;
	text-align:center;
}
.user .user_mp3_download em strong {
	color:#c00;
	font-size:2em;
	font-weight:bold;
}
.user .user_mp3_download small {
	display:block;
	color:#900;
	font-size:1.3em;
	text-align:right;
	margin:30px 0 0;
}
.user .user_mp3_download table {
	width:100%;
	margin:10px 0 0;
	font-size:1.5em;
	line-height:1.4;
}
.user .user_mp3_download th {
	background:#99cfc9;
	padding:10px 5px;
	border:solid 1px #e0e0e0;
}
.user .user_mp3_download td {
	padding:10px 5px;
	border:solid 1px #e0e0e0;
}
.user .user_mp3_download .center {text-align:center;}
.user .user_mp3_download p {
	font-size:1.5em;
	text-align:center;
	margin:50px 0 0;
	border-top:dotted 1px #000;
	padding:10px 0 0;
}
.user .user_mp3_download dl {
	background:#ededed;
	text-align:left;
	line-height:1.4;
	width:700px;
	height:200px;
	padding:10px;
	margin:30px auto 0;
	overflow-y:auto;
}
.user .user_mp3_download dl dt {
	font-size:1.7em;
	font-weight:bold;
}
.user .user_mp3_download dl dd {
	font-size:1.5em;
	margin:1em 0 0;
}
.user .user_mp3_download .button {
	text-align:center;
	line-height:1.4;
	margin:30px 0 0;
}
.user .user_mp3_download .button label {
	display:block;
	font-size:1.7em;
}
.user .user_mp3_download .button button {
	color:#fff;
	background:#6cc url(/_include/images/user/icon_download.png) 40px center no-repeat;
	font-size:2.1em;
	font-weight:bold;
	text-decoration:none;
	line-height:55px;
	padding:0 30px 0 75px;
	border-radius:3px;
	border:none;
	text-align:left;
	margin:40px 0 0;
	cursor:pointer;
}
.user .user_mp3_download .button button:hover {background:#900 url(/_include/images/user/icon_download.png) 40px center no-repeat;}
.user .user_mp3_download .button button[disabled] {
	background:#ccc url(/_include/images/user/icon_download.png) 40px center no-repeat;
	cursor:auto;
}

/* ダウンロードボタン02 */
.user .user_mp3_download .button02 {
	text-align:center;
	line-height:1.4;
	margin:30px 0 0;
}
.user .user_mp3_download .button02 label {
	display:block;
	font-size:1.7em;
	margin:0 0 30px;
}
.user .user_mp3_download .button02 form {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin:10px 5px 0;
}
.user .user_mp3_download .button02 button {
	background:transparent;
	padding:0;
	border:none;
	cursor:pointer;
}
.user .user_mp3_download .button02 button[disabled] {
	-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%);
	cursor:auto;
}



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

　Mypage - 輸出該非判定書

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

/* エリア */
.user .user_certification {text-align:center;}

/* テキスト */
.user .user_certification .em {
	font-size:1.7em;
	line-height:1.4;
	margin:30px 0 0;
}
.user .user_certification .small {
	font-size:1.5em;
	line-height:1.4;
	margin:30px 0 0;
	border-top:dotted 1px #333;
	padding:10px 0 0;
}

/* フォーム */
.user .user_certification fieldset {
	font-size:1.5em;
	margin:10px 0 0;
}
.user .user_certification .field01 {margin:50px 0 0;}
.user .user_certification fieldset label {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:120px;
	line-height:40px;
	text-align:left;
}
.user .user_certification fieldset select {
	width:330px;
	height:40px;
	line-height:40px;
}

/* 注意書き */
.user .user_certification .caution {
	background:#ededed;
	font-size:1.5em;
	text-align:left;
	line-height:1.4;
	width:700px;
	height:200px;
	padding:10px;
	margin:30px auto 0;
	overflow-y:auto;
}
.user .user_certification .caution p {margin:1em 0 0;}
.user .user_certification .caution p:first-child {margin:0;}

/* ボタン */
.user .user_certification .button {
	line-height:1.4;
	margin:30px 0 0;
}
.user .user_certification .button label {
	display:block;
	font-size:1.7em;
}
.user .user_certification .button button {
	color:#fff;
	background:#6cc url(/_include/images/user/icon_download.png) 40px center no-repeat;
	font-size:2.1em;
	font-weight:bold;
	text-decoration:none;
	line-height:55px;
	padding:0 30px 0 75px;
	border-radius:3px;
	border:none;
	text-align:left;
	margin:40px 0 0;
	cursor:pointer;
}
.user .user_certification .button button:hover {background:#900 url(/_include/images/user/icon_download.png) 40px center no-repeat;}
.user .user_certification .button button[disabled] {
	background:#ccc url(/_include/images/user/icon_download.png) 40px center no-repeat;
	cursor:auto;
}



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

　Mypage - メッセージダウンロード

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

/* 共通ヘッダ */
.user .user_mp3_list_head {
	text-align:center;
	margin:50px 0 0;
}
.user .user_mp3_list_head p {
	font-size:1.5em;
	line-height:1.4;
	margin:1em 0 0;
}

/* 検索 */
.user .user_mp3_list {}
.user .user_mp3_list fieldset {
	font-size:1.5em;
	padding:20px 25px;
	border-bottom:dotted 1px #333;
}
.user .user_mp3_list fieldset ul:before, .user .user_mp3_list fieldset ul:after {content:""; display:table;}
.user .user_mp3_list fieldset ul:after {clear:both;}
.user .user_mp3_list fieldset ul {
	/zoom:1;
	margin:5px 0 0;
}
.user .user_mp3_list fieldset li {
	float:left;
	margin:15px 10px 0 5px;
}
.user .user_mp3_list fieldset small {
	display:block;
	font-size:0.9em;
	margin:10px 0 0 95px;
}
.user .user_mp3_list fieldset label span {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:95px;
}
.user .user_mp3_list fieldset select {
	width:330px;
	height:40px;
	line-height:40px;
}
.user .user_mp3_list fieldset input[type=text] {
	width:330px;
	height:40px;
	line-height:40px;
}
.user .user_mp3_list .caution {
	color:#900;
	font-size:1.3em;
	line-height:1.4;
	margin:15px 10px 0;
}
.user .user_mp3_list .button {
	text-align:center;
	border-top:solid 2px #999;
	margin:40px 0 0;
}
.user .user_mp3_list .button button {
	color:#fff;
	background:#999;
	font-size:1.7em;
	font-weight:bold;
	text-decoration:none;
	width:360px;
	line-height:50px;
	border-radius:0 0 3px 3px;
	border:none;
	box-shadow:0px 1px 3px 1px #999;
	-moz-box-shadow:0px 1px 3px 1px #999;
	-webkit-box-shadow:0px 1px 3px 1px #999;
	cursor:pointer;
}
.user .user_mp3_list .button button:hover {background:#900;}



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

　Mypage - フリーダウンロード

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

/* リスト */
.user .user_dl_free p {
	font-size:1.7em;
	text-align:center;
	margin:20px 0 0;
}

/* リスト */
.user .user_dl_free ul {margin:50px 0 0;}
.user .user_dl_free li:before, .user .user_dl_free li:after {content:""; display:table;}
.user .user_dl_free li:after {clear:both;}
.user .user_dl_free li {
	/zoom:1;
	padding:15px 10px;
	border-bottom:dotted 1px #333;
}
.user .user_dl_free li dl {
	float:left;
	width:570px;
}
.user .user_dl_free li dt {
	color:#6cc;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.4;
}
.user .user_dl_free li dd {
	font-size:1.3em;
	line-height:1.4;
	margin:15px 0 0;
}
.user .user_dl_free li dd small {
	display:block;
	font-weight:bold;
	margin:15px 0 0;
}
.user .user_dl_free li a {
	float:right;
	color:#fff;
	background:#6cc url(/_include/images/user/icon_download.png) 10px center no-repeat;
	font-size:1.3em;
	font-weight:bold;
	text-decoration:none;
	width:90px;
	line-height:34px;
	padding:0 0 0 40px;
	border-radius:3px;
}
.user .user_dl_free li a:hover {background:#900 url(/_include/images/user/icon_download.png) 10px center no-repeat;}



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

　Mypage - 会員情報

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

/* 注意書き */
.user .user_information small {
	display:block;
	color:#c00;
	font-size:1.5em;
	margin:20px 0 0;
}

/* テーブル */
.user .user_information table {
	width:100%;
	font-size:1.5em;
	line-height:1.4;
	margin:20px 0 0;
}
.user .user_information colgroup {width:170px;}
.user .user_information tr {border-bottom:dotted 1px #a9afac;}
.user .user_information th {
	font-weight:bold;
	text-align:left;
}
.user .user_information th, .user .user_information td {padding:20px 5px;}
.user .user_information th em {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#c00;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.6;
	padding:0 5px;
	margin:0 5px 0 0;
}

/* フォーム */
.user .user_information input[type=text], .user .user_information input[type=email], .user .user_information input[type=tel], .user .user_information input[type=password] {width:480px;}
.user .user_information input[name=zipcode] {width:280px;}
.user .user_information .invalid {
	background:#f99;
	border:solid 1px #900;
}
.user .user_information span {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.user .user_information label {margin:0 20px 0 0;}
.user .user_information .error {
	display:none;
	color:#c00;
	background:#fdd;
	font-size:1.5em;
	text-align:center;
	line-height:45px;
	margin:20px 0 0;
}

/* ボタン */
.user .user_information .button {
	text-align:center;
	margin:50px 0 0;
}
.user .user_information .button a, .user .user_information .button button  {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	font-size:2.1em;
	font-weight:bold;
	text-decoration:none;
	width:320px;
	line-height:54px;
	border:none;
	border-radius:5px;
	margin:0 10px;
	cursor:pointer;
}
.user .user_information .button a:hover, .user .user_information .button button:hover {opacity:0.6;}
.user .user_information .button .btn_return {background:#999;}
.user .user_information .button .btn_edit {background:#900;}



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

　Mypage - 退会

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

/* 注意書き */
.user .user_leave p {
	font-size:1.5em;
	line-height:1.4;
	text-align:center;
	margin:20px 0 0;
}

/* ボタン */
.user .user_leave .button {
	text-align:center;
	margin:50px 0 0;
}
.user .user_leave .button small {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:1.5em;
	text-align:center;
	width:320px;
	line-height:1.4;
	margin:0 10px;
}
.user .user_leave .button a, .user .user_leave .button button  {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	font-size:2.1em;
	font-weight:bold;
	text-decoration:none;
	width:320px;
	line-height:54px;
	border:none;
	border-radius:5px;
	margin:0 10px;
	cursor:pointer;
}
.user .user_leave .button a:hover, .user .user_leave .button button:hover {opacity:0.6;}
.user .user_leave .button .btn_return {background:#999;}
.user .user_leave .button .btn_edit {background:#900;}



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

　ログイン

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

/* タイトル */
.login_title {background:#ebe9eb;}
.login_title article {background:url(/_include/images/user/visual.jpg) right center no-repeat;}
.login_title h2 {color:#333;}

/* エリア */
.login_form {
	width:1000px;
	margin:30px auto 0;
}

/* 要素 */
.login_form h3 {
	color:#000;
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
}

/* フォーム */
.login_form .login_area:before, .login_form .login_area:after {content:""; display:table;}
.login_form .login_area:after {clear:both;}
.login_form .login_area {
	/zoom:1;
	text-align:center;
	border-top:solid 1px #a9afac;
	border-bottom:solid 1px #a9afac;
	margin:20px 0 0;
}
.login_form .login_area dl {padding:20px 0 0;}
.login_form .login_area dt {
	font-size:2em;
	font-weight:bold;
}
.login_form .login_area form {
	float:left;
	width:499px;
	border-right:solid 1px #a9afac;
}
.login_form .login_area form dd {
	font-size:1.3em;
	margin:10px 0 0;
}
.login_form .login_area form label {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:1.4em;
	margin:30px 0 0;
}
.login_form .login_area form input[type=text], .login_form .login_area form input[type=password] {
	width:380px;
	height:30px;
	font-size:1.3;
}
.login_form .login_area section {
	float:right;
	width:500px;
}
.login_form .login_area section dd {
	font-size:1.5em;
	line-height:1.4;
	margin:50px 0 0;
}

/* ボタン */
.login_form .login_area .btn_login, .login_form .login_area .btn_regist  {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	font-size:1.8em;
	font-weight:bold;
	text-decoration:none;
	width:300px;
	line-height:50px;
	border:none;
	border-radius:3px;
	margin:10px 0 20px;
	cursor:pointer;
}
.login_form .login_area .btn_login:hover, .login_form .login_area .btn_regist:hover {opacity:0.6;}
.login_form .login_area .btn_login {background:#900 url(/_include/images/login/icon_arrow.png) right 15px center no-repeat;}
.login_form .login_area .btn_regist {
	background:#6cc url(/_include/images/login/icon_arrow.png) right 15px center no-repeat;
	margin:50px 0 0;
}

/* お知らせ */
.login_form .login_caution {
	background:#ffc;
	font-size:1.5em;
	line-height:1.4;
	text-align:center;
	padding:20px 0;
}
.login_form .login_caution dt {font-weight:bold;}
.login_form .login_caution a {color:#de0007;}
.login_form .login_caution a:hover {text-decoration:none;}

/* FAQ */
.login_form .login_faq {margin:50px 0 0;}
.login_form .login_faq h4 {
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
}
.login_form .login_faq ul {
	margin:30px 0 0;
	border-top:solid 1px #ddd;
}
.login_form .login_faq li {border-bottom:solid 1px #ddd;}
.login_form .login_faq dl {line-height:1.4;}
.login_form .login_faq dt {
	background:url(/_include/images/support/faq_icon01.png) 15px 15px no-repeat;
	font-size:1.8em;
	font-weight:bold;
	padding:17px 0 17px 65px;
}
.login_form .login_faq dd {
	background:url(/_include/images/support/faq_icon02.png) 15px 10px no-repeat;
	font-size:1.5em;
	padding:0 0 0 65px;
	height:0;
	overflow:hidden;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.login_form .login_faq .show {
	padding:10px 0 10px 65px;
	border-top:dotted 1px #ddd;
	min-height:30px;
	height:auto;
	overflow:auto;
}
.login_form .login_faq dt a {
	display:block;
	color:#333;
	background:url(/_include/images/login/icon_open.png) right 30px top no-repeat;
	text-decoration:none;
}
.login_form .login_faq dt .open {background:url(/_include/images/login/icon_close.png) right 30px top no-repeat;}



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

　会員登録 - 共通

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

/* タイトル */
.registry_title {background:#ebe9eb;}
.registry_title article {background:url(/_include/images/user/visual.jpg) right center no-repeat;}
.registry_title h2 {color:#333;}

/* エリア */
.registry {
	width:1000px;
	margin:30px auto 0;
}

/* ページタイトル */
.registry h3 {
	color:#000;
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	padding:0 0 20px;
	border-bottom:solid 1px #a9afac;
}

/* ボタン */
.registry .button {
	line-height:1.4;
	margin:50px 0 0;
	text-align:center;
}
.registry .button a, .registry .button button {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	font-size:2.1em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	width:320px;
	line-height:55px;
	border-radius:3px;
	border:none;
	margin:0 10px;
	cursor:pointer;
}
.registry .button a:hover, .registry .button button:hover {opacity:0.6;}
.registry .button .btn_leave {background:#ccc;}
.registry .button .btn_regist {background:#900;}

/* ベリサイン */
.registry .verisign {
	text-align:center;
	margin:30px 0 0;
}
.registry .verisign p {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	font-size:1.5em;
	line-height:72px;
	margin:0 0 0 10px;
}



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

　会員登録 - トップ

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

/* 画像 */
.registry.index figure {margin:15px 0 0;}

/* 会員規約 */
.registry.index h4 {
	color:#000;
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	margin:50px 0 0;
}
.registry.index>p {
	font-size:1.5em;
	line-height:1.4;
	text-align:center;
	margin:20px 0 0;
}
.registry.index p em {color:#c00;}
.registry.index .text {
	background:#ededed;
	font-size:1.5em;
	line-height:1.4;
	width:790px;
	height:200px;
	padding:10px;
	margin:30px auto 0;
	overflow-y:auto;
}
.registry.index .text dl {margin:20px 0 0;}
.registry.index .text dl:first-child {margin:0;}
.registry.index .text dt {font-weight:bold;}
.registry.index .text dd {margin:15px 0 0;}
.registry.index .text strong {font-weight:bold;}
.registry.index .text small {
	display:block;
	text-align:right;
	margin:20px 0 0;
}



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

　会員登録 - フォーム

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

/* 注意書き */
.registry.form small {
	display:block;
	color:#c00;
	font-size:1.5em;
	margin:20px 0 0;
}

/* テーブル */
.registry.form table {
	width:100%;
	font-size:1.5em;
	line-height:1.4;
	margin:20px 0 0;
}
.registry.form colgroup {width:240px;}
.registry.form tr {border-bottom:dotted 1px #a9afac;}
.registry.form th {
	font-weight:bold;
	text-align:left;
}
.registry.form th, .registry.form td {padding:20px 5px;}
.registry.form th em {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#fff;
	background:#c00;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.6;
	padding:0 5px;
	margin:0 5px 0 0;
}

/* フォーム */
.registry.form input[type=text], .registry.form input[type=email], .registry.form input[type=tel], .registry.form input[type=password] {width:480px;}
.registry.form input[name=zipcode] {width:280px;}
.registry.form .invalid {
	background:#f99;
	border:solid 1px #900;
}
.registry.form span {
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom:1;
}
.registry.form label {margin:0 20px 0 0;}
.registry.form .error {
	display:none;
	color:#c00;
	background:#fdd;
	font-size:1.5em;
	text-align:center;
	line-height:45px;
	margin:20px 0 0;
}



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

　会員登録 - 完了

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

/* テキスト */
.registry.thanks dl {text-align:center;}
.registry.thanks dt {
	font-size:3.5em;
	margin:80px 0 0;
}
.registry.thanks dd {
	font-size:1.8em;
	margin:30px 0 0;
}



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

　会社概要(日) - 共通

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

/* エリア */
.company_jp {
	width:1000px;
	margin:30px auto 0;
}

/* セクションタイトル */
.company_jp h3 {
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	margin:40px 0 0;
}

/* サブタイトル */
.company_jp .subtitle {
	font-size:1.7em;
	text-align:center;
	margin:30px 0 0;
}

/* ナビゲーション */
.company_jp .company_jp_nav_footer {
	border-top:solid 1px #ddd;
	padding:20px 0 0;
	margin:50px 0 0;
}
.company_jp .company_jp_nav_footer ul:before, .company_jp .company_jp_nav_footer ul:after {content:""; display:table;}
.company_jp .company_jp_nav_footer ul:after {clear:both;}
.company_jp .company_jp_nav_footer ul {/zoom:1;}
.company_jp .company_jp_nav_footer ul li {
	float:left;
	margin:20px 20px 0 0;
}
.company_jp .company_jp_nav_footer ul li:nth-child(4n) {margin:20px 0 0;}
.company_jp .company_jp_nav_footer ul li a {
	display:block;
	color:#000;
	background:#ccc;
	font-size:1.7em;
	text-decoration:none;
	text-align:center;
	width:235px;
	line-height:77px;
	border-radius:10px;
}
.company_jp .company_jp_nav_footer ul li a:hover, .company_jp .company_jp_nav_footer ul li .active {background:#f2f2f2;}



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

　会社概要(日) - トップ

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

/* 導入 */
.company_jp .intro {font-size:1.7em;}

/* メニュー */
.company_jp .company_jp_nav {padding:0 5px;}
.company_jp .company_jp_nav ul:before, .company_jp .company_jp_nav ul:after {content:""; display:table;}
.company_jp .company_jp_nav ul:after {clear:both;}
.company_jp .company_jp_nav ul {/zoom:1;}
.company_jp .company_jp_nav ul li {
	float:left;
	width:310px;
	margin:20px 10px 0;
}
.company_jp .company_jp_nav ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	border:solid 1px #ddd;
	border-radius:3px;
}
.company_jp .company_jp_nav ul li a article {
	display:table-cell;
	width:308px;
	height:120px;
	text-align:center;
	vertical-align:middle;
	border-bottom:solid 1px #ddd;
}
.company_jp .company_jp_nav ul li a dl {
	line-height:1.2;
	padding:20px 10px 10px;
}
.company_jp .company_jp_nav ul li a dl dt {
	font-size:1.5em;
	font-weight:bold;
	height:40px;
}
.company_jp .company_jp_nav ul li a dl dd {
	font-size:1.3em;
	height:50px;
	margin:5px 0 0;
}
.company_jp .company_jp_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%);
}
.company_jp .company_jp_nav ul li a span {text-decoration:underline;}



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

　会社概要(日) - ご挨拶・経営指針

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

/* エリア */
.company_jp .ceomessage {margin:50px 0 0;}

/* メッセージ */
.company_jp .ceomessage .contents01:before, .company_jp .ceomessage .contents01:after {content:""; display:table;}
.company_jp .ceomessage .contents01:after {clear:both;}
.company_jp .ceomessage .contents01 {/zoom:1;}
.company_jp .ceomessage .contents01 section {
	float:left;
	width:580px;
}
.company_jp .ceomessage .contents01 section p {
	font-size:1.7em;
	line-height:1.4;
	margin:1.5em 0 0;
}
.company_jp .ceomessage .contents01 section p:first-child {margin:0;}
.company_jp .ceomessage .contents01 figure {
	float:right;
	width:400px;
}
.company_jp .ceomessage .contents01 figure figcaption {
	color:#666;
	font-size:1.3em;
	text-align:center;
	line-height:1.2;
	margin:10px 0 0;
}

/* 理念 */
.company_jp .ceomessage .contents02 {
	background:#ffc;
	box-shadow:0px 1px 1px 0px #ccc;
	-moz-box-shadow:0px 1px 1px 0px #ccc;
	-webkit-box-shadow:0px 1px 1px 0px #ccc;
	margin:30px 0 0;
}
.company_jp .ceomessage .contents02 dl {
	color:#000;
	font-family:"ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	text-align:center;
	padding:50px 0;
}
.company_jp .ceomessage .contents02 dt {font-size:3.8em;}
.company_jp .ceomessage .contents02 dd {
	font-size:2.5em;
	margin:30px 0 0;
}



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

　会社概要(日) - 会社沿革

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

/* エリア */
.company_jp .history {margin:50px 0 0;}

/* リスト */
.company_jp .history li:before, .company_jp .history li:after {content:""; display:table;}
.company_jp .history li:after {clear:both;}
.company_jp .history li {
	/zoom:1;
	padding:0 0 20px 15px;
	border-bottom:dotted 1px #333;
	margin:20px 0 0;
}
.company_jp .history li small {
	float:left;
	color:#1c214d;
	background:#b4d6e0;
	font-size:1.5em;
	text-align:center;
	width:165px;
	line-height:35px;
	border-radius:3px;
}
.company_jp .history li p {
	float:left;
	font-size:1.8em;
	width:752px;
	line-height:1.4;
	margin:5px 0 0 15px;
}
.company_jp .history li a {
	float:right;
	width:38px;
}



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

　会社概要(日) - 会社概要

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

/* エリア */
.company_jp .outline {
	background:url(/_include/images/company_jp/outline_image.jpg) right top no-repeat;
	min-height:580px;
	margin:50px 0 0;
}

/* テーブル */
.company_jp .outline table {
	font-size:1.5em;
	line-height:1.4;
	width:600px;
}
.company_jp .outline colgroup {width:190px;}
.company_jp .outline tr {border-bottom:dotted 1px #ddd;}
.company_jp .outline th {
	font-weight:bold;
	text-align:left;
	padding:20px;
}
.company_jp .outline td {padding:20px 0;}



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

　会社概要(日) - 営業拠点（国内）

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

/* エリア */
.company_jp .network {
	border-bottom:solid 1px #ddd;
	padding:0 0 80px;
}

/* 導入 */
.company_jp .network dl {
	border-bottom:solid 1px #ddd;
	padding:0 0 30px;
}
.company_jp .network dt {
	font-size:2.3em;
	text-align:center;
	line-height:1.4;
	margin:40px 0 0;
}
.company_jp .network dd {
	font-size:1.7em;
	line-height:1.4;
	margin:30px 0 0;
}

/* 地図 */
.company_jp .network .contents01 {margin:50px 0 30px;}
.company_jp .network .contents01 figure {
	padding:11px 0 33px;
	position:relative;
	text-align:center;
}
.company_jp .network .contents01 figure a {
	display:block;
	color:#fff;
	font-size:1.5em;
	text-decoration:none;
	text-align:center;
	line-height:33px;
	min-width:100px;
	padding:0 15px;
	border-radius:3px;
	position:absolute;
}
.company_jp .network .contents01 figure .country01 {background:rgba(204, 164, 2, 0.77); top:232px; left:710px;}
.company_jp .network .contents01 figure .country02 {background:rgba(28, 132, 162, 0.77); top:140px; left:717px;}
.company_jp .network .contents01 figure .country03 {background:rgba(204, 164, 2, 0.77); top:195px; left:713px;}
.company_jp .network .contents01 figure .country04 {background:rgba(204, 164, 2, 0.77); top:267px; left:698px;}
.company_jp .network .contents01 figure .country05 {background:rgba(0, 83, 145, 0.77); top:74px; left:164px;}
.company_jp .network .contents01 figure .country06 {background:rgba(193, 125, 11, 0.77); top:305px; left:431px;}
.company_jp .network .contents01 figure .country07 {background:rgba(145, 31, 15, 0.77); top:169px; left:165px;}
.company_jp .network .contents01 figure .country08 {background:rgba(102, 51, 153, 0.77); top:216px; left:165px;}
.company_jp .network .contents01 figure .country09 {background:rgba(75, 181, 231, 0.77); top:0px; left:168px;}
.company_jp .network .contents01 figure .country10 {background:rgba(193, 125, 11, 0.77); top:124px; left:167px;}

/* 各拠点 */
.company_jp .network .contents02 {margin:50px 0 0;}
.company_jp .network .contents02 h4 {
	width:950px;
	font-size:1.7em;
	margin:0 auto;
}
.company_jp .network .contents02 table {
	width:940px;
	font-size:1.5em;
	line-height:1.4;
	margin:0 auto;
}
.company_jp .network .contents02 .col01 {width:200px;}
.company_jp .network .contents02 .col02 {width:700px;}
.company_jp .network .contents02 tr {border-bottom:solid 1px #ddd;}
.company_jp .network .contents02 th {
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	padding:10px 0;
}
.company_jp .network .contents02 td {
	vertical-align:middle;
	padding:10px 0;
}



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

　会社概要(日) - 営業拠点（海外）

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

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

/* 地図 */
.company_jp .globalnetwork .contents01 {margin:50px 0 30px;}
.company_jp .globalnetwork .contents01 figure {position:relative;}
.company_jp .globalnetwork .contents01 figure a {
	display:block;
	color:#fff;
	font-size:1.5em;
	text-decoration:none;
	text-align:center;
	line-height:33px;
	min-width:100px;
	padding:0 10px;
	position:absolute;
}
.company_jp .globalnetwork .contents01 figure .sales {background:rgba(156, 21, 22, 0.77);}
.company_jp .globalnetwork .contents01 figure .factory {background:rgba(0, 0, 51, 0.77);}
.company_jp .globalnetwork .contents01 figure .country01 {top:178px; left:34px;}
.company_jp .globalnetwork .contents01 figure .country02 {top:65px; left:366px;}
.company_jp .globalnetwork .contents01 figure .country03 {top:106px; left:698px;}
.company_jp .globalnetwork .contents01 figure .country04 {top:173px; left:674px;}
.company_jp .globalnetwork .contents01 figure .country05 {top:193px; left:828px;}
.company_jp .globalnetwork .contents01 figure .country06 {top:268px; left:766px;}
.company_jp .globalnetwork .contents01 figure .country07 {top:110px; left:848px;}
.company_jp .globalnetwork .contents01 figure .country08 {top:286px; left:623px;}

/* 各拠点 */
.company_jp .globalnetwork .contents02 {margin:50px 0 0;}
.company_jp .globalnetwork .contents02 h4 {
	color:#a31919;
	font-size:1.7em;
	font-weight:bold;
}
.company_jp .globalnetwork .contents02 a {
	color:#333;
	text-decoration:none;
}
.company_jp .globalnetwork .contents02 a:hover {text-decoration:underline;}
.company_jp .globalnetwork .contents02 .details {
	width:100%;
	font-size:1.5em;
	margin:30px 0 0;
}
.company_jp .globalnetwork .contents02 .details colgroup {width:270px;}
.company_jp .globalnetwork .contents02 .details th {
	font-weight:bold;
	text-align:left;
	line-height:1.4;
	padding:10px 20px;
	border-bottom:solid 1px #ddd;
}
.company_jp .globalnetwork .contents02 .details td {
	line-height:1.4;
	padding:10px 0;
	border-bottom:solid 1px #ddd;
}
.company_jp .globalnetwork .contents02 .oparator {
	width:100%;
	font-size:1.5em;
	margin:30px 0 0;
}
.company_jp .globalnetwork .contents02 .oparator .col01 {width:160px;}
.company_jp .globalnetwork .contents02 .oparator .col02 {width:180px;}
.company_jp .globalnetwork .contents02 .oparator .col03 {width:170px;}
.company_jp .globalnetwork .contents02 .oparator .col04 {width:160px;}
.company_jp .globalnetwork .contents02 .oparator th {
	background:#ddd;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	padding:10px 0;
}
.company_jp .globalnetwork .contents02 .oparator td {
	line-height:1.4;
	padding:15px;
	border-left:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.company_jp .globalnetwork .contents02 .oparator td:first-child {border-left:none;}



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

　会社概要(日) - 環境方針

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

/* エリア */
.company_jp .environment {margin:50px 0 0;}

/* 指針 */
.company_jp .environment .contents01:before, .company_jp .environment .contents01:after {content:""; display:table;}
.company_jp .environment .contents01:after {clear:both;}
.company_jp .environment .contents01 {
	/zoom:1;
	padding:0 0 50px;
	border-bottom:solid 1px #ddd;
}
.company_jp .environment .contents01 p {
	font-size:1.7em;
	line-height:1.4;
}
.company_jp .environment .contents01 ul {
	float:left;
	width:580px;
	list-style:decimal;
	margin:30px 20px 0 30px;
}
.company_jp .environment .contents01 li {
	font-size:1.7em;
	line-height:1.4;
	margin:10px 0 0;
}
.company_jp .environment .contents01 figure {
	float:right;
	width:350px;
	margin:30px 0 0;
}

/* 保全活動 */
.company_jp .environment .contents02 {
	text-align:center;
	margin:30px 0 0;
}
.company_jp .environment .contents02 h4 {
	font-size:2.1em;
	font-weight:bold;
}
.company_jp .environment .contents02 section {
	text-align:left;
	margin:40px 0 0;
}
.company_jp .environment .contents02 p {
	font-size:1.7em;
	line-height:1.4;
	margin:1em 0 0;
}
.company_jp .environment .contents02 ul:before, .company_jp .environment .contents02 ul:after {content:""; display:table;}
.company_jp .environment .contents02 ul:after {clear:both;}
.company_jp .environment .contents02 ul {
	/zoom:1;
	width:751px;
	margin:60px auto 0;
	border-right:solid 1px #ddd;
}
.company_jp .environment .contents02 li {
	float:left;
	width:249px;
	min-height:170px;
	padding:10px 0;
	border-left:solid 1px #ddd;
}
.company_jp .environment .contents02 figcaption {
	font-size:1.7em;
	line-height:1.4;
	margin:20px 0 0;
}



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

　会社概要(日) - 生産・物流

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

/* エリア */
.company_jp .production {margin:50px 0 0;}

/* テキスト */
.company_jp .production dl {}
.company_jp .production dt {
	font-size:2.3em;
	text-align:center;
	line-height:1.4;
}
.company_jp .production dd {
	font-size:1.7em;
	line-height:1.4;
}
.company_jp .production dd p {margin:30px 0 0;}

/* 画像 */
.company_jp .production figure {
	text-align:center;
	margin:70px 0 0;
}



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

　会社概要(日) - 研究・開発

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

/* エリア */
.company_jp .work {margin:50px 0 0;}

/* 上部 */
.company_jp .work .contents01 {
	padding:0 0 40px;
	border-bottom:solid 1px #ddd;
}
.company_jp .work .contents01 dl {}
.company_jp .work .contents01 dt {
	font-size:2.3em;
	text-align:center;
	line-height:1.4;
}
.company_jp .work .contents01 dd {
	font-size:1.7em;
	line-height:1.4;
}
.company_jp .work .contents01 dd p {margin:30px 0 0;}
.company_jp .work .contents01 figure {
	text-align:center;
	margin:60px 0 0;
}

/* 下部 */
.company_jp .work .contents02 {margin:30px 0 0;}
.company_jp .work .contents02 h4 {
	font-size:2.1em;
	font-weight:bold;
	text-align:center;
}
.company_jp .work .contents02 ul:before, .company_jp .work .contents02 ul:after {content:""; display:table;}
.company_jp .work .contents02 ul:after {clear:both;}
.company_jp .work .contents02 ul {
	/zoom:1;
	width:996px;
	margin:50px auto 0;
	border-right:solid 1px #ddd;
}
.company_jp .work .contents02 li {
	float:left;
	width:248px;
	min-height:330px;
	border-left:solid 1px #ddd;
}
.company_jp .work .contents02 li figcaption {
	font-size:1.7em;
	line-height:1.4;
	padding:10px;
}



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

　会社概要(日) - 事業領域

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

/* エリア */
.company_jp .business {margin:50px 0 0;}

/* 導入 */
.company_jp .business p {
	font-size:1.7em;
	text-align:center;
}

/* メニュー */
.company_jp .business nav {}
.company_jp .business nav ul:before, .company_jp .business nav ul:after {content:""; display:table;}
.company_jp .business nav ul:after {clear:both;}
.company_jp .business nav ul {/zoom:1;}
.company_jp .business nav ul li {
	float:left;
	width:472px;
	margin:20px 14px 0;
}
.company_jp .business nav ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	border:solid 1px #ddd;
	border-radius:3px;
}
.company_jp .business nav ul li a article {
	text-align:center;
	vertical-align:middle;
	border-bottom:solid 1px #ddd;
}
.company_jp .business nav ul li a dl {
	line-height:1.2;
	padding:20px 10px 10px;
}
.company_jp .business nav ul li a dl dt {
	font-size:1.5em;
	font-weight:bold;
}
.company_jp .business nav ul li a dl dd {
	font-size:1.3em;
	height:50px;
	margin:10px 0 0;
}
.company_jp .business 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%);
}


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

　会社概要(日) - 事業領域（下層）

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

/* エリア */
.company_jp .business_content {margin:50px 0 0;}

/* 導入 */
.company_jp .business_content .contents01 {}
.company_jp .business_content .contents01 dl {}
.company_jp .business_content .contents01 dt {
	font-size:2.3em;
	text-align:center;
	line-height:1.4;
}
.company_jp .business_content .contents01 dd {
	font-size:1.7em;
	line-height:1.4;
	margin:30px 0 0;
}

/* メイン画像 */
.company_jp .business_content .contents02 {
	text-align:center;
	border-top:solid 1px #ddd;
	padding:30px 0 0;
	margin:50px 0 0;
}
.company_jp .business_content .contents02 h4 {
	font-size:2.1em;
	font-weight:bold;
}
.company_jp .business_content .contents02 p {
	font-size:1.7em;
	margin:40px 0 0;
}
.company_jp .business_content .contents02 figure {margin:20px 0 0;}
.company_jp .business_content .contents02 figcaption {
	font-size:1.3em;
	margin:10px 0 0;
}

/* 事例 */
.company_jp .business_content .contents03 {}
.company_jp .business_content .contents03 ul:before, .company_jp .business_content .contents03 ul:after {content:""; display:table;}
.company_jp .business_content .contents03 ul:after {clear:both;}
.company_jp .business_content .contents03 ul {/zoom:1;}
.company_jp .business_content .contents03 li {
	float:left;
	width:485px;
	margin:40px 30px 0 0;
	padding:30px 0 0;
	border-top:solid 1px #ddd;
}
.company_jp .business_content .contents03 li:nth-child(2n) {margin:40px 0 0;}
.company_jp .business_content .contents03 h4 {
	font-size:2.1em;
	font-weight:bold;
	text-align:center;
}
.company_jp .business_content .contents03 h4 small {font-size:0.5em;}
.company_jp .business_content .contents03 figure {
	background:rgba(51, 51, 51, 0.23);
	text-align:center;
	margin:20px 0 0;
}
.company_jp .business_content .contents03 p {
	font-size:1.6em;
	line-height:1.4;
	margin:10px 0 0;
	min-height:2em;
}

/* 事例（グレーなし） */
.company_jp .business_content .contents03.nogray figure {background:transparent;}

/* 事例（3カラム） */
.company_jp .business_content .contents03.col03 li {
	width:315px;
	margin:40px 27px 0 0;
}
.company_jp .business_content .contents03.col03 li:nth-child(2n) {margin:40px 27px 0 0;}
.company_jp .business_content .contents03.col03 li:nth-child(3n) {margin:40px 0 0;}



/* FAQ内容 */


/* FAQ */
.support .nav_pagenation {
	margin:60px 0 0;
	padding:25px 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;
	font-size:1.5em;
	text-align:center;
	width:36px;
	line-height:36px;
}
.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:55px;
	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;
}

/* faq custom 160721~ */

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

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

.faq_search__title{
	font-weight: bold;
	margin-right: 10px;
}
.faq_search__kw{
	width: 80%;
	margin-right: 10px;
}
.faq_search__input{
	padding: .25em .5em;
	border: 1px solid #ccc;
	
	
	padding: 1em;
	width: 100%;
	
	
	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_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 b{
	font-size:0.8em;
	color:#666666;
	}
.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 65px;
	
	
	background-repeat:  no-repeat;
	background-position:  15px 10px;
	background-image: url(/_include/images/support/faq_icon02.png);
}
.faq_detail__more:hover{
	background-color: #fee;
}
.faq__continue{
	color: #DE0008;
	text-decoration: underline;
}
.support .faq_detail dl{
	margin-top: 0;
}





.faq_pager{
	font-size: 140%;
	
	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{
	margin-bottom: 20px;
	font-size: 140%;
}
.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: 140%;
	
	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{
	vertical-align: middle;
	margin-right: 10px;
}


/* ベース組 */
.support:after{ content: ""; display: block; clear: both; }
.support__content{
	float: right;
	width: 750px;
}
.support__side{
	float: left;
	width: 220px;
}


.support__category{
	
	font-size: 150%;
	
	overflow: hidden;
	
	border-radius:			3px;
	-o-border-radius:		3px;
	-ms-border-radius:		3px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}
.category__heading{
	color: #fff;
	background-color: #000;
	
	/* padding: 1em 0; */
	text-align: center;
	/* font-weight: bold; */
	font-weight:normal;
	line-height:45px;
	border-radius: 5px 5px 0 0;
}
.category__items{
	background-color: #efc2c5;
}
.category__item a {
    font-size: 13px;
}
.category__title{
	color: #fff;
	background-color: #BD000E;
	/* padding: 1em; */
	font-weight: bold;
	line-height:52px;
	padding:0px 12px;
	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;
	line-height: 45px;
    padding: 0 25px;
	
	color: #990000;
	text-decoration: none;
}
.category__link a:hover{
	font-weight:bold;
}


/* FAQ内容 */
.support .faq_detail dl {
	line-height:1.4;
	margin: 0;
}

a.category__link:hover {
    font-weight: bold;
}

.faq_search_hr{
	margin:1em;
}

.faq_search_form_information{
	line-height:1.5em;
}
.faq_search_form_information a{
	color:red;
}

.support .faq_detail dl {
	line-height:1.4;
	margin: 0;
}

a.category__link:hover {
    font-weight: bold;
}

.faq_search_hr{
	margin:1em;
}

.faq_search_form_information{
	line-height:1.5em;
}
.faq_search_form_information a{
	color:red;
}

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

　音サンプルページ用 Sound Sample

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

.soundAUDIO{ width:80%; margin:30px auto;}
.soundAUDIO ul{}
.soundAUDIO li{font-size:1.3em; font-weight:; padding:10px 0; border-bottom:1px solid #DEDEDE;}
.soundAUDIO li audio{vertical-align:middle; width:40%;}
.soundAUDIO li dt{ float:left; width:60%; vertical-align:bottom; padding-top:10px;}
.soundAUDIO li dd{ vertical-align:middle;}
