@charset "utf-8";
@media screen and (max-width:834px){
html {
	-webkit-text-size-adjust: 100%;
}

/*********************************************************************************/
/* 共通設定
/*********************************************************************************/
.onlySmart {
  display:block;
}

.onlyPC {
  display:none;
}

/*********************************************************************************/
/* 基本設定
/*********************************************************************************/
body {
  width:100%;
  overflow-x:hidden;
}

.ua-ios html body {
  width:100%;
  overflow-x:hidden;
}

.wrapper {
  width: 100%;
}
.wrapper .inner {
  width: 96%;
  margin: 0 auto;
}
.wrapper .inner2 {
  width: 92%;
  margin: 0 auto;
}


/*********************************************************************************/
/* ヘッダー
/*********************************************************************************/
h1 {
  display:none;
}

#slider {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  padding-bottom:40px;
}

.slick-arrow {
	visibility:hidden;
}
/*
.slick-list {
	display: none;
}*/
#slider ul.slider {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

#slider ul.slider li {
	overflow:hidden;
}


#slider ul.slider li img {
	width:120%;
	margin-left:-5%;
	height:auto;
}

.slick-list {
  overflow: visible;

}

.slick-dots {
  bottom: -40px !important;
  margin:0 0 0 -3%;
  padding:0;
  width:105%;
}

html.ua-firefox .slick-dots {
  bottom: -45px !important;
}


.slick-dots li {
  width: 24%;
  height: 40px;
  margin: 0 !important;
  border-left: 1px solid #fff;
}
.slick-dots li button:before {
  width: 100%;
  height: 40px;
  line-height:40px;
  font-weight: bold;
  text-align: center;
  color: #005BAC;
  font-size: 12px;
  top: 0;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
#en .slick-dots li button:before {
  width: 100%;
  height: 40px;
  line-height:1.2;
  padding-top:3px;
  font-weight: bold;
  text-align: center;
  color: #005BAC;
  font-size: 12px;
  top: 0;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.slick-dots li:nth-child(1) {
  display: none;
}
.slick-dots li:nth-child(2) {
  background: #DD5333;
}
.slick-dots li:nth-child(3) {
  background: #96BE23;
}
.slick-dots li:nth-child(4) {
  background: #E4AA22;
}
.slick-dots li:nth-child(5) {
  background: #6BBEE5;
  border-right: 1px solid #fff;
}
#en .slick-dots li:nth-child(2) {
  background: #DD5333;
}
#en .slick-dots li:nth-child(3) {
  background: #96BE23;
}
#en .slick-dots li:nth-child(4) {
  background: #E4AA22;
}
#en .slick-dots li:nth-child(5) {
  background: #6BBEE5;
  border-right: 1px solid #fff;
}

.slick-dots li.slick-active:nth-child(2) {
  background: #FDF1E9;
}
.slick-dots li.slick-active:nth-child(2) button:before {
  color: #E73820;
}
.slick-dots li.slick-active:nth-child(3) {
  background: #EBF3D9;
}
.slick-dots li.slick-active:nth-child(3) button:before {
  color: #6EB92B;
}
.slick-dots li.slick-active:nth-child(4) {
  background: #FFF4D6;
}
.slick-dots li.slick-active:nth-child(4) button:before {
  color: #EF8200;
}
.slick-dots li.slick-active:nth-child(5) {
  background: #EAF6FD;
  border-right: 1px solid #fff;
}
.slick-dots li.slick-active:nth-child(5) button:before {
  color: #00B8EE;
}

.slick-dots li:nth-child(2) button:before {
  content: "電装部品" !important;
}

.slick-dots li:nth-child(3) button:before {
  content: "工業資材" !important;
}

.slick-dots li:nth-child(4) button:before {
  content: "産業車両" !important;
}

.slick-dots li:nth-child(5) button:before {
  content: "民生機器" !important;
}

#en .slick-dots li:nth-child(2) button:before {
  content: "Electrical\A Equipment \A& Parts" !important;
  font-size: 10px;
  white-space: pre;
}
#en .slick-dots li.slick-active:nth-child(2) {
  background: #FDF1E9;
}
#en .slick-dots li.slick-active:nth-child(2) button:before {
  color: #E73820;
}
#en .slick-dots li:nth-child(3) button:before {
  content: "Raw\A Materials" !important;
  font-size: 10px;
  white-space: pre;
  padding-top:8px;
}
#en .slick-dots li.slick-active:nth-child(3) {
  background: #EBF3D9;
}
#en .slick-dots li.slick-active:nth-child(3) button:before {
  color: #6EB92B;
}
#en .slick-dots li:nth-child(4) button:before {
  content: "Construction \A& Agricultural\A Vehicles Devices" !important;
  font-size: 10px; 
  top: 0px;
  white-space: pre;
}
#en .slick-dots li.slick-active:nth-child(4) {
  background: #FFF4D6;
}
#en .slick-dots li.slick-active:nth-child(4) button:before {
  color: #EF8200;
}
#en .slick-dots li:nth-child(5) button:before {
  content: "Home Appliances &\A Components" !important;
  font-size: 10px;
  top: 0px;
  white-space: pre;
  padding-top:8px;
}
#en .slick-dots li.slick-active:nth-child(5) {
  background: #EAF6FD;
  border-right: 1px solid #fff;
}
#en .slick-dots li.slick-active:nth-child(5) button:before {
  color: #00B8EE;
}




.bgHead {
  width:100%;
  min-width:100%;
}

#height480 {
  height: 0;
  margin-top:-1px;
}

html.ua-ie #height480 {
  height: 339px;
}

html.ua-firefox #en #height480 {
  height: 337px;
}

html.ua-ie #en #height480 {
  height: 339px;
}

html.ua-edge #en #height480 {
  height: 337px;
}

#bgLogo {
  position: absolute;
  top:0;
  width:100%;
  min-width:100%;
  height: 0;
  padding-top:31.2%;
  z-index: 100;
  background-size:100%;
  overflow:hidden;
}
#bgLogo #box {
  position: absolute;
  top:0;
  width: 100%;
  padding-top:31.2%;
}
#bgLogo #box #fade {
  display: none;
  position: absolute;
  top: -70%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width:50%;
  height:auto;
}
#bgLogo #box #fade2 {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width:50%;
  height:auto;
}
/*
html.ua-ie #bgLogo {
  height: 339px;
}
*/

html.ua-firefox #bgLogo {
  position: absolute;
  top:0;
  width:100%;
  height: 0;
  padding-top:31.5%;
  z-index: 100;
  background-size:100%;
  overflow:hidden;
}

html.ua-firefox #en #bgLogo {
  position: absolute;
  top:0;
  width:100%;
  height: 0;
  padding-top:31.5%;
  z-index: 100;
  background-size:100%;
  overflow:hidden;
}

html.ua-ios #bgLogo {
  position: absolute;
  top:0;
  width:100%;
  height: 0 !important;
  padding-top:31.5% !important;
  z-index: 100;
  background-size:100%;
  overflow:hidden;
}


html.ua-ios #en #bgLogo {
  position: absolute;
  top:0;
  width:100%;
  height: 0 !important;
  padding-top:31.5% !important;
  z-index: 100;
  background-size:100%;
  overflow:hidden;
}

html.ua-ie #bgLogo {
  padding-top:30.5%;
}

html.ua-edge #bgLogo {
  padding-top:30.5%;
}

html.ua-chrome #bgLogo {
  padding-top:30.7%;
}



html.ua-firefox #bgLogo #box #fade {
  display: none;
  position: absolute;
  top: -70%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width:50%;
  height:auto;
}
html.ua-firefox #bgLogo #box #fade2 {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  width:50%;
  height:auto;
}


.line {
  margin: 0 auto;
  background: url(../img/bgLine.png);
}

html.ua-ios .line {
  margin: 0 auto;
  background: url(../img/bgLine.png);
}

html.ua-ios #en .line {
  margin: 0px auto !important;
  background: url(../img/bgLine.png);
}

header {
  color: #fff;
}
header.top {
  width: 98%;
  padding:0 1%;
  border-bottom:1px solid #A2B2D0;
}
header.sub {
  background-color: #005BAC;
}
header #logo {
  float: none;
  margin: 5px 0 5px 0;
}
header #logo img {
	width:120px;
	height:auto;
}

header a {
  color: #fff;
}
header .inner {
  padding: 0 0 5px;
}
header .hdlink {
  float: none;
}
header .hdlink a {
  color: #fff;
}
header .hdlink ul {
  display:none;
}
header .hdlink h2 {
  margin:0;
  font-size: 0;
  text-align: left;
}
header .hdlink h2 img {
  width:120px;
  height:auto;
}


/* ================ スマホヘッダーサイドボタン ================ */
header #head_side_smart{
	display:block;
	width:50px;
	height:50px;
	margin:-48px 0 0 0;
	padding:0;
	float:right;
	list-style:none;
	text-align:center;
}

header #head_side_smart #btnmenu{
	width:40px;
	height:50px;
	margin:0;
	padding:0;
	cursor:pointer;
}
header #head_side_smart #btnmenu img{
	width:40px;
}




nav#gnav {
  border-top:1px solid #fff;
  font-size: 14px;
  position: absolute;
  z-index: 1000;
  width:100%;
  min-width:100%;
  display:none;
  top:50px;
}
nav#gnav .nav {
  width:100%;
}
nav#gnav .nav li {
  border-top: none;
  float: none;
  padding-top:0;
  height: auto;
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #005BAC;
  border-bottom:1px solid #fff;
  color:#fff;

}

nav#gnav .nav li img{
	display:none;
}
nav#gnav .nav li span {
  display:block;
  padding:18px 0;
  cursor:pointer;
}
nav#gnav .nav li:hover {
  border-top: none !important;
  background-color: #fff;
  color: #005BAC;
}


nav#gnav .nav li.current {
  border-top: none !important;
}
nav#gnav .nav li a.link {
  width: 100%;
  height: 40px;
  margin-top:0px;
  padding-top: 0px;
  padding-bottom:18px;
  text-decoration:none;
  color:#fff;
  display:block;
  position: relative;
}
nav#gnav .nav li a.link:hover {
  color: #005BAC;
}
nav#gnav .nav li .toggle.accordion {
  padding: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
nav#gnav .nav li .toggle.accordion:hover + a.link {
  color: #005BAC;
}
nav#gnav .nav .sub {
  display: none;
  z-index: 1;
  position:relative;
  top: 0;
  width: 100%;
}
nav#gnav .nav .sub p {
  border-bottom: 1px solid #fff;
}
nav#gnav .nav .sub p:last-child {
  border-bottom: none;
}
nav#gnav .nav .sub a {
  padding: 13px 0 10px;
  display: block;
  background: #D0D3E2;
  color: #002B69;
  text-decoration: none;
}
nav#gnav .nav .sub a:hover {
  background: #005AA0;
  color: #fff;
}
nav#gnav .nav .sub a.justy {
  padding: 13px 22px 10px;
  text-align-last: center;
  text-align: center;
  text-justify: none;
  -moz-text-align-last: center;
}
nav#gnav .nav .sub a.justy2 {
  padding: 13px 15px 10px;
  text-align-last: center;
  text-align: center;
  text-justify: none;
  -moz-text-align-last: center;
  letter-spacing: -2px;
}
nav#gnav .nav:hover .current {
  border-top: 6px solid #005BAC;
}

ul.bgColor {
  display:none;
}

#point2 {
  padding: 38px 0 38px;
  text-align: center;
}
#point2 .ttl img {
  width:100%;
  margin-bottom: 35px;
}
#point2 .txt {
  margin-bottom: 24px;
}

.bgGray {
  background: #F5F6FB;
}

#topics {
  padding-bottom: 27px;
}
#topics .ttl {
  color: #005BAC;
  font-size: 17px;
  font-weight: bold;
  padding-top: 28px;
  margin: 0 0  20px 0;
}
#topics .ttl span {
  font-size: 13px;
  padding-top: 3px;
}
#topics #newsList {
  font-size: 14px;
}
#topics #newsList a {
  color: #221814;
}
#topics #newsList li {
  border-bottom: 1px dotted #002B69;
  padding: 5px 0;
}
#topics #newsList li span {
  margin-right: 20px;
  display:block;
}
#topics #newsList li:last-child {
  border-bottom: none;
}

/*********************************************************************************/
/*フッター
/*********************************************************************************/
footer {
  padding: 18px 0 10px;
  background: #005BAC;
  color: #fff;
  overflow: hidden;
  min-width:100%;
}
footer a {
  color: #fff !important;
}
footer .pageTop {
  text-align: center;
  margin-bottom: 20px;
}

.footerLink {
  padding:0;
  display:none;
}

.footerLink:nth-child(4) {
  display:block;
  width:262px;
  margin: 15px auto 20px;
  padding:0;
  float:none;
  overflow:hidden;
}

.footerLink:nth-child(4) dd {
  width:120px;
  margin: 0;
  padding:3px;
  float:left;
  display:none;
}

#en .footerLink:nth-child(3) {
  display:block;
  width:302px;
  margin: 15px auto 20px;
  padding:0;
  float:none;
  overflow:hidden;
  border:none;
}

#en .footerLink:nth-child(3) dd {
  width:140px;
  margin: 0;
  padding:3px;
  float:left;
  display:none;
}


.footerLink dd.rules:last-child {
  display: block;
  text-align: center;
  width: 100%;
}
.footerLink dd.english {
  display:block;
  margin-top: 0px;
  margin-right: 10px;
  background: #879ECB;
  text-align: center;
  line-height: 1.3;
  
}
.footerLink dd.english a {
  display: block;
}
.footerLink dd.download {
  display:block;
  margin-top: 0;
  background: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 10px;
  display: block;
}
.footerLink dd.download a {
  display: block;
  color: #1557A0 !important;
}

#en .footerLink dd.english {
  display:block;
  margin-top: 0px;
  margin-right: 10px;
  background: #879ECB;
  text-align: center;
  line-height: 1.3;
  
}
#en .footerLink dd.english a {
  display: block;
}
#en .footerLink dd.download {
  display:block;
  margin-top: 0;
  background: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 10px;
  display: block;
}
#en .footerLink dd.download a {
  display: block;
  color: #1557A0 !important;
}


#companyInfo {
  float: left;
  width:100%;
  text-align:center;
}
#companyInfo h3 {
  vertical-align: top;
  margin: 0 0 10px;
}
#companyInfo p {
  letter-spacing: 0.01em;
}
#companyInfo p span{
  display:none;
}
#companyInfo p .onlySmart{
  display:inline;
}
#companyInfo a.contactBtn {
  width:16em;
  margin:20px auto;
  background: #fff;
  display: block;
  color: #002B69 !important;
  text-align: center;
  padding: 10px 0;
}

#ftTxt {
  font-size: 10px;
  margin-top: 30px;
  text-align: center;
}

#copyright {
  margin-top: 10px;
  font-size: 10px;
  text-align: center;
}

#main {
  text-align: center;
}

#single {
  padding-bottom: 60px;
}
#single .titleInfo {
  width: auto !important;
}

#topMessage {
  text-align: center;
  margin: 0 auto 30px;
}
#topMessage p {
  font-size: 12px;
  line-height: 2.2;
  width: 100%;
  text-align: left;
  display: inline-block;
}

#topMessage p br {
  display:none;
}

html.ua-ios #topMessage p {
  width: 100% !important;
}

.bnr_ozone {
  box-sizing: border-box;
  padding: 0 10px 38px;
}
.bnr_ozone img {
  height: auto;
  max-width: 100%;
}





}