@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'hiragino_kaku_gothic_prow6';
	src: url('../fonts/hirakakupro-w6-webfont.eot');
	src: url('../fonts/fonts/hirakakupro-w6-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/fonts/hirakakupro-w6-webfont.woff2') format('woff2'),  url('../fonts/fonts/hirakakupro-w6-webfont.woff') format('woff'),  url('../fonts/fonts/hirakakupro-w6-webfont.ttf') format('truetype'),  url('../fonts/fonts/hirakakupro-w6-webfont.svg#hiragino_kaku_gothic_prow6') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'hiragino_kaku_gothic_prow3';
	src: url('../fonts/hirakakupro-w3-webfont.eot');
	src: url('../hirakakupro-w3-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/hirakakupro-w3-webfont.woff2') format('woff2'),  url('../fonts/hirakakupro-w3-webfont.woff') format('woff'),  url('../fonts/hirakakupro-w3-webfont.ttf') format('truetype'),  url('../fonts/hirakakupro-w3-webfont.svg#hiragino_kaku_gothic_prow3') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mitrregular';
	src: url('../fonts/mitr-regular-webfont.eot');
	src: url('../fonts/mitr-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/mitr-regular-webfont.woff2') format('woff2'),  url('../fonts/mitr-regular-webfont.woff') format('woff'),  url('../fonts/mitr-regular-webfont.svg#mitrregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'helveticalight';
    src: url('../fonts/helvetica-light-webfont.eot');
    src: url('../fonts/helvetica-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica-light-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-light-webfont.woff') format('woff'),
         url('../fonts/helvetica-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	color: #000000;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}
/*Header*/
header {
	border-top: 6px solid #002470;
	border-bottom: 1px solid #CCC;
}
/*Logo*/
.block-logo {
	padding: 10px 0;
}
.block-logo img {
	width: auto;
}
/*Language*/
.block-language {
}
.block-language ul {
	list-style: none;
	float: right;
}
.block-language li {
	float: left;
}
.block-language li#ja a {
	background: #eeeeee;
	padding: 5px 10px;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #000;
}
.block-language li#th a {
	font-family: 'mitrregular';
	background: #eeeeee;
	padding: 5px 10px;
	margin: 0;
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
.block-language li#ja a:hover, .block-language li#th a:hover {
	background: #d9d9d9;
}
.block-language li#ja a.active, .block-language li#th a.active {
	background: #002470;
	color: #FFF;
}

.block-dis {}
.block-dis a {padding:0.5% 10px; margin:5px 10px; display:block; color:#FFF; background: #002470; text-decoration:none; }
.block-dis a:hover {display:block; color:#000; background: #d9d9d9; }

.icon-fcebook {
	margin: 5px 10px 0 0;
}
.icon-fcebook img {
	width: 24px;
}
/* Menu */
.menu-top {
	margin: 15px 0 0 0;
}
.menu {
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	float: right;
}
.menu li {
	position: relative;
	list-style: none;
	float: left;
	z-index: 8888;
	width: 150px;
	border-left: 1px solid #CCC;
}
.menu li:last-child {
	position: relative;
	list-style: none;
	float: left;
	z-index: 8888;
	width: 150px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.menu li a.active {
	display: block;
	/* background: #d9d9d9; */
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}

/* Links */
.menu li a {
	display: block;
	text-align: center;
	color: #000;
	padding: 5px 0;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu li:hover > a {
	display: block;
	text-align: center;
	text-decoration: none;
}
/* Sub Menu */
.menu ul {
	position: absolute;
	top: 39px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu li:hover > ul {
	opacity: 1;
}
.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	border: none;
}
.menu ul li:last-child {
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: left;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	border: none;
}
.menu li:hover > ul li {
	height: 44px;
	overflow: visible;
	padding: 0;
	text-align: left !important;
}
.menu ul li {width:180px;}
.menu ul li:last-child {width:180px;}
.menu ul li a {
	width: 100%;
	display: block;
	background: #f0f0f0;
	color: #000;
	text-align: left !important;
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
}
.menu ul li a:hover {
	width: 100%;
	background: #d9d9d9;
	text-decoration: none;
	text-align: left !important;
}
.menu .link-contact a {
	background: #0d3293 !important;
	border-bottom: 2px solid #0d3293;
	color: #FFF;
}

/*Slide*/
.slider {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden
}
.slick-slide {
	margin: 0px 10px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	color: black;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: .5;
}
.slick-current {
	opacity: 1;
}



/*Title*/
.title-1 {background:url(../images/title-bg.png) repeat-x ; padding:0 0 20px 25px; font-size:30px; font-weight:normal;}

/*Image*/
.img-1 img {width:100%;}


/*BTN*/
.block-butn-1 { margin:30px 0 0 0;}

a.butn  {
  color: #2e4778;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  border:1px solid #2e4778;
}
a.butn:hover {
  background: #3e5e9b;
  text-decoration: none;
  color:#FFF;
}

/*Baner*/
.block-banner-ad {padding:50px 0;}
.block-banner-ad img {width:100%;}

/*Block Blue*/
.block-blue {background:#f3f7f9; padding:50px 0;}

/*New Top*/
.block-article-list {margin:0 0 40px 0;}
.block-article-list ul {padding:0px; list-style:none;}
.block-article-list li {border-bottom:1px solid #ccc; padding:30px 0;}
.block-article-list li a { text-decoration:none; color:#000; display:block;}
.block-article-list li a:hover { opacity:0.5;}
.block-img-product  {float:left; margin:0 30px 0 0; display:none;}
.block-text-product {/* float:left; */}
.block-date {color:#2e4778; margin:0 20px 0 0;}
.block-recruitment { background:#00a0e9; color:#FFF; padding:5px 15px;}
.block-new { background:#ff0000; color:#FFF; padding:5px 15px;}
.block-text-article {margin:20px 0 0 0;}

/*Product Top*/
.block-products-top { padding:50px 0;}
.block-products-article {margin:30px 0 40px 0; border-bottom:1px  solid #CCC;}
.block-products-article ul {padding:0px; list-style:none;}
.block-products-article li {display: inline-block; text-align:center; width:200px; margin:0 15px; vertical-align:top;}
.block-products-article li a  {color:#000; text-decoration:none; display:block;}
.block-products-article li a:hover {opacity:0.5;}
.block-products-article h3 {margin:10px 0; font-size:18px; font-weight:bold; min-height:43px;}
.block-products-article img {width:100%;}

/*Banner AD*/
.block-banner-ad-footer { text-align:center; margin:50px 0 100px 0;}
.block-banner-ad-footer img {width:auto;}

/*Footer*/
.main-menu-footer { background:#e7e7e7; padding:20px 0 0 0;}
.menu-footer ul {padding:0px; list-style: none; text-align:center;}
.menu-footer li {display: inline-block; border-left:1px solid #CCC; padding:5px 20px;}
.menu-footer li:last-child {display: inline-block; border-left:1px solid #CCC; border-right:1px solid #CCC; padding:5px 20px;}
.menu-footer li a {display:block; color:#000;}

.main-copyright  { background:#404040; padding:20px 0 0 0;}
.block-copyright {text-align:center; color:#FFF; font-family:'helveticalight';}




/* scroll top */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #CCCCCC url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 9999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #CCCCCC;
	opacity: 1;
}
.hide {
	display: none;
}
@media only screen and (min-width: 768px) {
.cd-top {
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}
}
@media only screen and (min-width: 64em) {
.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
}
}
/* scroll top end */


/*Sub Page*/
.block-banner-sub {height:260px; background:url(../images/bg-sub-page.jpg) center; margin:20px 0 0 0;}
.block-banner-about {height:260px; background:url(../images/bg-about-page.jpg) center; margin:20px 0 0 0;}
.block-sub-page {padding:30px 0 0  0;}
.block-products-thumbnail {padding:0; min-height:450px;}
.block-products-thumbnail h3 {font-size:18px; font-weight:bold; padding:15px 0 0 0; min-height:58px;}
.thumbnail-img { margin-bottom:20px;}
.thumbnail-img img {width: auto; margin:auto;}
.block-products-thumbnail ol {padding:0 0 0 20px;}
.block-products-thumbnail li { padding:5px 0;}


.block-btn-products {padding:20px 0 30px  0; border-bottom:1px solid #CCC; margin-bottom:40px;}
.block-btn-products i {font-size:14px;}
a.butn-vdo  {
  color: #2e4778;
  padding:5px  20px;
  text-decoration: none;
  border:1px solid #2e4778;
}
a.butn-vdo:hover {
  background: #3e5e9b;
  text-decoration: none;
  color:#FFF;
}

/*About us*/
.block-company-table {padding:0 0 50px 0;}
.block-company-table table {width:100%; padding:0px; margin: 0;}
.block-company-table th {width:15%; border:1px solid #CCC; padding:5px 10px; background:#dcdcdc; font-weight:normal;}
.block-company-table td {width:85%; border:1px solid #CCC; padding:5px 10px;}
.map-iframe iframe  {width:100%; height:450px; border:0px;}


/*Contact us*/
.block-contact-table {padding:0 0 50px 0;}
.block-contact-table table {width:100%; padding:0px; margin:auto;}
.block-contact-table th {width:30%; border:1px solid #CCC; padding:5px 10px; background:#dcdcdc; font-weight:normal; /*vertical-align:top;*/ text-align:left;}
.block-contact-table td {width:70%; border:1px solid #CCC; padding:5px 10px;}
.block-contact-table span {color:#F00;}
.blokc-text-field {padding:5px 10px; width:100%; border:none;}
.blokc-text-area {padding:5px 10px; width:100%; border:none; height:100px;}

.butn-contact {
  color: #2e4778;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  background:none;
  border:1px solid #2e4778;
  cursor:pointer;
}
.butn-contact:hover {
  background: #3e5e9b;
  text-decoration: none;
  color:#FFF;
}


.block-contact-address {}
.address-1 {padding:0 0 10px 0; margin:0 0 20px 0; border-bottom:2px solid #2e4778;}
.address-2 {padding:0 0 10px 0;}
.address-2 p {margin-bottom:10px;}
.address-2 a {color:#3e5e9b; text-decoration:none;}


/*Breadcrumb*/
.breadcrumb-1 {
	padding:30px 0 0 0;
	
}
#breadcrumb-1 ul{
	width:100%;
	padding:30px 0 0 0;
    font-size:12px;
}
#breadcrumb-1 li {
	display:inline-block;
	list-style:none;
	padding:0;
	/*color:#FFF;*/
}
#breadcrumb-1 li a {
	color:#000;
	padding:0 15px 0 0;
	text-decoration:none;
	background:url(../images/arrow.png) right no-repeat;
	display:block;
}
#breadcrumb-1 li a:hover {
	color:#d9d9d9;
}

.block-products-detail {text-align:center; padding:30px 0 50px 0;}  
.block-btn-CAD {text-align:right;}


.show-desktop {display: block;}
.show-mobile {display:none;}




