@charset "utf-8";

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src:  url('../font/NotoSansCJKjp-Light.woff') format('woff'),
    url('../font/NotoSansCJKjp-Light.otf') format('opentype')
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src:  url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../font/NotoSansCJKjp-Regular.otf') format('opentype')
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src:  url('../font/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../font/NotoSansCJKjp-Medium.otf') format('opentype')
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src:  url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
    url('../font/NotoSansCJKjp-Bold.otf') format('opentype')
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%!important;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 2;
  font-size: 1.8rem;
}

.pagetop {
  width: 100px!important;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 9999;
}
.pagetop a {
    display: block;
    background-color: #e9e7e7;
    text-align: center;
    color: #020272;
    font-size: 2rem;
    text-decoration: none;
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.6;
    border-radius: 10px;
    padding: 10px 0;
}

.pagetop a img{
  text-align: center;
}

.pagetop a:hover {
    display: block;
    background-color: #e9e7e7;
    text-align: center;
    color: #020272;
    font-size: 2rem;
    text-decoration: none;
}

html{
  font-size: 62.5%;
  line-height: 25px;
}

*{
  font-family: "Noto Sans Japanese";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a{
  text-decoration: none;
}

ul{
  list-style-type: none;
  padding: 0;
}

main{
  display: block;
}

#overlay{
  display: none;
}

#wide{
  z-index: 800;
  visibility:hidden;
}

body{
}

header{
  width: 1400px;
  margin: 0 auto;
}

header img{
  width: 525px;
  float: left;
  margin-top: 15px;
}

header nav.header ul{
  list-style-type: none;
  padding: 0;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

header nav.header ul li{
  width: 151px;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #cdcdcd;
  border-collapse: collapse;
  display: table-cell;
}

header nav.header ul li:last-child{
  border-right:1px solid #cdcdcd;
  background-color: #f37028;
}

header nav.header ul li a{
  width: 100%;
  padding: 25px 0px 15px 0px;
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
  color: #656565;
  border-collapse: collapse;
}

header nav.header ul li:last-child a{
  color: #fff;
}

header nav.header ul li a:hover{
  background-color: #0a5bb6;
  color: #fff;
  border-collapse: collapse;
}

header nav.header ul li:last-child a:hover{
  background: linear-gradient(#FF8B2D, #F37028);
}

header nav.header ul li a svg{
  font-size: 5rem!important;
  color: #0a5bb6;
  display: block!important;
  margin: 0 auto 13px auto;
}

header nav.header ul li:last-child a svg{
  color: #fff;
}

header nav.header ul li a:hover svg{
  color: #fff;
}



.logo {
  width: 280px;
  height: auto; /* 縦横比を維持 */
}




.bread{
  width: 100%;
  background-color: #EAEAEA;
}

.bread ul{
  width: 1400px!important;
  margin: 0 auto;
  padding: 10px 0;
}

.bread ul li{
  font-size: 1.3rem!important;
  margin-right: 20px;
  display: inline-block!important;
  border-bottom: none!important;
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

.bread ul li a{
  position: relative;
  color: #1779da;
  display: block;
  font-size: 1.3rem!important;
  padding-right: 20px;
}

.bread ul li a:before{
  position: absolute;
  top: 0%;
  left: 90%!important;
  content: '>'!important;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
  color: #000;
  font-size: 1.1rem!important;
}

.newsDetail{
  width: 960px;
  margin: 0 auto;
}

.newsDetail a{
	color:#0a5bb6;
	text-decoration:underline;
}

.newsDetail img{
  float: left;
  width: 300px;
  margin-right: 30px;
}

#main{
  width: 100%;
  clear: both;
  position: relative;
  z-index: 9998;
  margin-bottom: 120px
}

.newsArea{
  width: 100%;
  background-image: url(../img/circle.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
  /* top: 0%; */
  bottom: -10%;
}

.news{
  width: 1000px;
  margin: 90px auto 50px auto; 
}

.news span{
  display: block;
  margin-right: 76px;
  float: left;
}

.news span h1{
  font-size:3rem;
  letter-spacing: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #42ae0d;
}

.news span a{
  position: relative;
  color: #fff;
  background-color: #42ae0d;
  padding: 10px 40px 10px 10px;
  display: block;
  text-align: left;
  font-size: 1.5rem;
}

.news span a:before{
  position: absolute;
  top: 25%;
  left: 85%;
  content: '\f105';
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.news ul{
  overflow: hidden;
  display: inline-block;
  font-size: 1.5rem;
}
#enindex .news ul{margin-bottom:0;}
#enindex .sp-slides-container p{
	top:30% !important;
	bottom:0% !important;
	height:auto !important;
}
@media screen and (min-width: 1500px) {
	#enindex .newsArea{
		/*bottom:-35%;*/
	}
}
@media screen and (max-width: 1000px) {
	#enindex .sp-slides-container p{
		top:40% !important;
		bottom:0 !important;
	}
	/*#enindex .newsArea{
		bottom:-130% !important;
	}*/
}
@media screen and (max-width: 900px) {
	/*#enindex .newsArea{
		bottom:-140% !important;
	}*/
}

.news ul li{
  margin-bottom: 20px;
}

.news ul li time{
  margin-right: 30px;
  font-size: 1.5rem;
}

.news ul li a{
  color: #053391;
  font-size: 1.8rem;
}

.news ul li a:hover{
  padding-bottom: 8px;
  border-bottom: 1px solid #053391;
}

.newsArea span.newsAll a{
  position: relative;
  width: 200px;
  color: #fff;
  border:1px solid #42ae0d;
  background-color: #42ae0d;
  padding: 10px 40px 10px 10px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  margin-right: 30%;
}

.newsArea span.newsAll{
  display: block;
  float: right;
  margin-top: 50px;
}

.newsArea span.newsAll a:before{
  position: absolute;
  top: 25%;
  left: 85%;
  content: '\f105';
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.newsArea span.newsAll a:hover{
  background-color: #fff;
  color: #42ae0d;
  border:1px solid #42ae0d;
}

.newsArea span.newsAll a:hover:before{
  color: #42ae0d;
}

div.sp-slide{
  width: 100%!important;
}

p.sp-layer{
  width: 100%!important;
  text-shadow:3px 3px 2px #000;
  display: block;
  font-size: 4rem!important;
  text-align: center;
  color: #fff;
  white-space: normal!important;
}

p.sp-layer span{
  font-size: 4rem;
}

#containar{
  width: 100%;
  overflow: hidden;
  z-index: 9997;
  position: relative;
}

.circle{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 69.5%;
  z-index: 999;
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
}
#containar section{
  border-bottom: 1px solid #cdcdcd;
}

.purpose{
  width: 1400px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

.purpose img:nth-child(1){
  position: absolute;
  z-index: 998;
  height: 400px;
}

.purpose img:nth-child(2){
  width: 780px;
  height: 400px;
  position: relative;
  z-index: 0;
  float: left;
}

.purpose h2{
  margin-top: 0;
  padding: 23px 0px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  font-weight: 200;
}

.purpose h2 a{
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  padding: 15px 0;
  display: block;
  border-bottom: 2px solid #1779d9;
}

.purpose h2 a:hover{
  color: #1779d9;
}

.purpose h2 a:before{
  position: absolute;
  left: 87%;
  content: '\f138';
  color: #1779d9;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.8rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}
.purpose .purposedetail{
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 100px;
  overflow: hidden;
  margin-right: 40px;
}

.purpose .purposedetail p{
  font-size: 1.5rem;
  width: 500px;
  margin: 0px auto 25px auto;
}

.purpose .purposedetail ul{
  width: 500px;
  margin: 0 auto;
}

.purpose .purposedetail ul li{
  position: relative;
  padding:0 0 0 20px;
  overflow: hidden;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.purpose .purposedetail ul li:before{
  position: absolute;
  top: 0%;
  left: 0%;
  content: '\f111';
  color: #1779d9;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.0rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}


.function{
  width: 1400px;
  display: block;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background-color: #fff;
}

.function img:nth-child(2){
  position: absolute;
  z-index: 998;
  height: 400px;
}

.function img:nth-child(3){
  width: 780px;
  height: 400px;
  position: relative;
  z-index: 0;
  float: left;
}

.function h2{
  margin-top: 0;
  
  padding: 23px 0px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;}

.function h2 a{
  position: relative;
  margin-top: 0;
  font-size: 2.2rem;
  padding: 23px 0px;
  color: #000;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  font-weight: bold;
  border-bottom: 2px solid #42ae0d;
  display: block;
}

.function h2 a:hover{
  color: #42ae0d;
}

.function h2 a:before{
  position: absolute;
  left: 87%;
  content: '\f138';
  color: #42ae0d;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}


.function .functiondetail{
  margin: 0 50px 0 auto;
  padding-top: 30px;
  padding-right: 30px;
  overflow: hidden;
  float: left;
  margin-left: 40px;
}

.function .functiondetail p{
  font-size: 1.5rem;
  width: 500px;
  margin: 30px auto 25px auto;
}



.function .functiondetail ul{
  width: 500px;
  margin: 0 auto;
}

.function .functiondetail ul li{
  position: relative;
  padding:0 0 0 20px;
  overflow: hidden;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.function .functiondetail ul li:before{
  position: absolute;
  top: 0%;
  left: 0%;
  content: '\f111';
  color: #42ae0d;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.0rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.btn{
  width: 100%;
  clear: both;
  margin: 70px auto 0 auto;
}

.btn ul{
  width: 100%;
  text-align: center;
}

.btn ul li{
  width: 500px;
  text-align: center;
  display: inline-block;
  border:1px solid #cdcdcd;
}

.btn ul li:nth-child(1){
  margin-right: 100px;
}

.btn ul li a{
  position: relative;
  font-size: 2rem;
  color: #343434;
  padding:40px 0;
  display: block;
  border-bottom: 7px solid #0a5bb6;
}

.btn ul li a:before{
  position: absolute;
  top: 35%;
  left: 90%;
  content: '\f138';
  color: #0a5bb6;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.btn ul li a:hover{
  background-color: #0a5bb6;
  color: #fff;
}

.btn ul li a:hover:before{
  color: #fff;
}

.content{
  width: 960px;
  margin: 0 auto;
}

.content p{
  font-size: 1.5rem;
  display: table-cell;
}

/* 20190128 */
/*.newsDetail p{
  display: block;
}*/

.contenten{
  width: 960px;
  margin: 0 auto;
}

.contenten p{
  font-size: 1.5rem;
  display: table-cell;
}

.newsDetail p{
  display: block;
}

article{
  background:linear-gradient(to right, #d0f7fc, #e9f7d6);
  text-align: center;
  margin-top: 64px;
  padding: 70px 0;
}

article h1{
  position: relative;
  font-size: 2.8rem;
  margin-bottom: 90px;
}

article h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #1779da;/*線の色*/
  border-radius: 0px;/*線の丸み*/
}

article ul{
  width:960px;
  overflow: auto;
  margin: 0 auto;
  text-align: center;
}

article ul li{
  width: 250px;
  float: left;
  text-align: center;
  border:1px solid #cdcdcd;
  background-color: rgba(255,255,255,0.5);
  margin-right: 100px;
  margin-bottom: 30px;
}

article ul li:nth-child(3){
  margin-right: 0;
}

article ul li:last-child{
  margin-right: 0
}

article ul li a{
  color: #323433;
  text-align: center;
  font-size: 2.0rem!important;
  display: block;
  padding:40px 0;
}

article ul li a svg{
  display: block!important;
  text-align: center!important;
  margin: 0 auto 50px auto;
  font-size: 8rem!important;
  color: #317894;
}

article ul li a:hover{
  background-color: #fff;
}

article ul li a:hover svg{
  color: #0a5bb6;
}

.footbeforeAll{
  width: 100%;
  background-color: #f6f6f6;
  padding: 83px 0 4px 0;
}

.footbefore{
  width: 1064px;
  clear: both;
  margin: 0 auto;
  border-bottom: none!important;
  overflow: hidden;
  margin-bottom: 81px;
}

.footbeforeEN{
  width: 1400px;
  clear: both;
  margin: 0 auto;
  border-bottom: none!important;
  overflow: hidden;
  margin-bottom: 81px;
}

.suggestionBack .suggestion:hover{
  background: rgba(255,255,255,0.6);
  color: #000;
}

.contactBack .contact:hover{
  background: rgba(255,255,255,0.6);
  color: #000;
}

.contactBackEN .contact:hover{
  background: rgba(255,255,255,0.6);
  color: #000;
}

.suggestionBack{
  width: 482px;
  height: 303px;
  background: url("../img/suggestionBack.jpg");
  background-size: cover;
  float: left;
  border:1px solid #9e9e9e;
  padding: 3px 4px;
  color: #fff;
  margin-right: 100px;
}

.suggestionBack .suggestion{
  background: rgba(0,0,0,0.6);
  height: 100%;
  border:1px solid #918b8d;
}

.suggestionBack .suggestion h2{
  margin-top: 0;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  padding-top: 80px;
}

.suggestionBack .suggestion p{
  width: 80%;
  margin:0 auto;
  font-size: 1.8rem;
  line-height: 30px;
}

.contactBack{
  width: 482px;
  height: 303px;
  background: url("../img/contactBack.jpg");
  background-size: cover;
  float: left;
  border:1px solid #9e9e9e;
  padding: 3px 4px;
  color: #fff;
}

.contactBack .contact{
  background: rgba(0,0,0,0.6);
  height: 100%;
  border:1px solid #918b8d;
}

.contactBack .contact h2{
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  padding-top: 80px;
}

.contactBack .contact p{
  width: 80%;
  margin:0 auto;
  font-size: 1.8rem;
  line-height: 30px;
}

.contactBackEN{
  width: 1400px;
  height: 303px;
  background: url("../img/contactBack.jpg");
  background-size: cover;
  float: left;
  border:1px solid #9e9e9e;
  padding: 3px 4px;
  color: #fff;
}

.contactBackEN .contact{
  background: rgba(0,0,0,0.6);
  height: 100%;
  border:1px solid #918b8d;
}

.contactBackEN .contact h2{
  margin-top: 0;
  text-align: center;
  font-weight: 200;
  font-size: 2.5rem;
  padding-top: 80px;
}

.contactBackEN .contact p{
  width: 100%;
  margin:0 auto;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
}

footer{
  width: 100%;
  clear: both;
}

#footermenu{
  display: none;
}

#contact{
  width: 100%;
  background-image: url(../img/footback.jpg);
  background-repeat: no-repeat;
  clear: both;
  color: #fff;
}

#contact .bg-maskfoot{
  height: 100%;
  background: rgba(10,90,182,0.9);
  clear: both;
  overflow: hidden;
}

nav.footer{
  width: 1400px;
  margin:0 auto;
  padding: 32px 0;
}

.footercontents{
  width: 380px;
  padding: 0px 0 50px 0;
  border-right:1px solid #fff;
  float: left;
}

#contact .bg-maskfoot p{
  font-size: 2rem;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}

.footercontentsSed{
  overflow: hidden;
  padding-left: 30px;
}

#contact .bg-maskfoot ul{
  list-style-type: none;
  padding:0;
  display: block;
  float: left;
  margin-right: 20px;
}

#contact .bg-maskfoot ul:nth-child(1){
  margin-right: 119px;
}

#contact .bg-maskfoot ul li{
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#contact .bg-maskfoot ul li.last{
  margin-top: 50px;
}

#contact .bg-maskfoot ul li ul{
  float: none;
  margin-left: 24px;
  margin-top: 15px;
}

#contact .bg-maskfoot ul li ul li{
  margin-bottom: 10px;
}

#contact .bg-maskfoot ul li ul li:last-child{
  margin-top: 0;
}

#contact .bg-maskfoot ul li a{
  color: #fff;
}

#contact .bg-maskfoot ul li a:hover{
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

#contact .bg-maskfoot ul li svg{
  margin-right: 7px;
}

#contact .bg-maskfoot ul li a:hover{
}

#contact .bg-maskfoot ul li a svg{
  margin-right: 10px;
}

#contact .bg-maskfoot ul li span svg{
  margin-right: 10px;
}

.copy{
  background-color: #063972;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 22px 0;
}

#sitemap{
  clear: both;
}

#footermenu{
  display: none;
}

#copy{
  clear: both;
}

section.catalog{
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff!important;
  padding: 30px 0;
}

section.catalog dl dt{
  width: 200px;
  float: left;
  margin-right: 50px;
}

section.catalog dl ul{
  font-size: 1.5rem;
}

section.catalog dl ul li div a{
  width: 300px;
  border:1px solid #0a5bb6;
  background-color: #0a5bb6;
  padding: 10px 0;
  display: inline-block;
  color: #fff;
  text-align: center;
}

section.catalog dl dt a img{
  width: 200px;
}

div.catalogArea h1{
  margin-top: 100px;
  text-align: center;
  position: relative;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

div.catalogArea h1:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1779da;
  border-radius: 0px;
}

div.supportArea h1{
  margin-top: 100px;
  text-align: center;
  position: relative;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

div.supportArea h1:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1779da;
  border-radius: 0px;
}

main.supportArea{
  background-image: url(../img/back01.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 90% 55%, right center;
}

.supportEn ul{
  width: 960px;
}

.supportEn ul li{
  width: 45%;
  display: inline-block;
  margin-right: 20px!important;
}

main.productArea{
  background-image: url(../img/back02.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 60%;
}

main.productArea h1{
  background: rgba(0,0,0,0.3);
  margin-top: 0;
  text-align: center;
  position: relative;
  font-size: 3.5rem;
  margin-bottom: 0;
  color: #fff;
  padding: 80px 0;
  height: 100%;
}

main.productArea .black{
  background-image: url("../img/hImage01.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

main.productArea h2{
  width: 100%;
  position: relative;
  margin: 50px auto 50px auto;
  text-align: center;
  font-size: 2.4rem;
}

main.productArea h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1779da;
    border-radius: 0px;
}

main.supportArea h1{
  background: rgba(0,0,0,0.3);
  margin-top: 0;
  text-align: center;
  position: relative;
  font-size: 3.5rem;
  margin-bottom: 0;
  color: #fff;
  padding: 80px 0;
  height: 100%;
}

main.supportArea .black{
  background-image: url("../img/hImage02.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

main.supportArea h2{
  width: 100%;
  position: relative;
  margin: 50px auto 30px auto;
  font-size: 2.6rem;
  text-align: center;
}

main.supportArea h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1779da;
    border-radius: 0px;
}

main.contactArea{
  background-image: url(../img/back03.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 55%, right center;
}

main.contactArea h1{
  background: rgba(0,0,0,0.3);
  margin-top: 0;
  text-align: center;
  position: relative;
  font-size: 3.5rem;
  margin-bottom: 0;
  color: #fff;
  padding: 80px 0;
  height: 100%;
}

main.contactArea .black{
  background-image: url("../img/hImage04.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

main.contactArea h2{
  width: 100%;
  position: relative;
  text-align: center;
  margin: 50px auto 0 auto;
  font-size: 2.4rem;
}

main.contactArea h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1779da;
    border-radius: 0px;
}

main.companyArea{
  margin-bottom: 100px;
  /*background-image: url("../img/back04.jpg");
  background-repeat: no-repeat;
  background-position: fixed;*/
  /*background-size: cover;*/
  background:url("../img/back04.jpg") right top no-repeat;
  background-attachment: fixed;
}

main.companyArea h1{
  background: rgba(0,0,0,0.3);
  margin-top: 0;
  text-align: center;
  position: relative;
  font-size: 3.5rem;
  margin-bottom: 0;
  color: #fff;
  padding: 80px 0;
  height: 100%;
}

main.companyArea .black{
  background-image: url("../img/hImage03.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: unset;
  background-position-x: 20%;
}

main.companyArea h2{
  width: 100%;
  margin: 50px auto 30px auto;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
}

main.companyArea h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1779da;
    border-radius: 0px;
}

main.privacyArea{
  background:url("../img/back04.jpg") right top no-repeat;
  background-attachment: fixed;
}

main.privacyArea h1{
  background: rgba(0,0,0,0.3);
  margin-top: 0;
  text-align: center;
  position: relative;
  font-size: 3.5rem;
  margin-bottom: 0;
  color: #fff;
  padding: 80px 0;
  height: 100%;
}

main.privacyArea .black{
  background-image: url("../img/hImage05.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

main.privacyArea h2{
  width: 100%;
  position: relative;
  margin: 50px auto 50px auto;
  text-align: center;
  font-size: 2.4rem;
}

main.privacyArea h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #1779da;
    border-radius: 0px;
}

main.privacyArea p{
  font-size: 1.6rem;
  line-height: 24px;
}

main.privacyArea ol{
  font-size: 1.5rem;
}

main.privacyArea ol li{
  margin-bottom: 10px;
  line-height: 30px;
}

.archiveProduct{
  width: 100%;
  padding: 150px 0;
  text-align: center;
  overflow: hidden;
  background-image: url(../img/back02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 55%, right center;
}

.archiveProduct ul{
  width: 100%;
  overflow: hidden;
}

.archiveProduct ul li{
  width: 20%;
  height: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  /*opacity: 0;*/
}

/*
.archiveProduct ul li:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
}
.archiveProduct ul li:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
}
.archiveProduct ul li:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
}
.archiveProduct ul li:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
}
.archiveProduct ul li:nth-child(5) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
*/

.archiveProduct ul li:nth-child(1){
  background-image: url(../img/pro01.jpg);
}

.archiveProduct ul li:nth-child(2){
  background-image: url(../img/pro02.jpg);
}

.archiveProduct ul li:nth-child(3){
  background-image: url(../img/pro03.jpg);
}

.archiveProduct ul li:nth-child(4){
  background-image: url(../img/pro04.jpg);
}

.archiveProduct ul li:nth-child(5){
  background-image: url(../img/pro05.jpg);
}

.archiveProduct ul li dl{
  padding: 30px 0;
  background: rgba(0,0,0,0.5);
  margin: 0;
}

.archiveProduct ul li dl dt{
  font-size: 2.4rem;
  color: #fff;
  margin-bottom:10px;
}

.archiveProduct ul li dl dd:nth-child(2){
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.archiveProduct ul li dl dd:nth-child(3){
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.archiveProduct ul li dl dd{
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
}

.archiveProduct ul li dl dd a{
  width: 50%;
  margin: 0px auto 0 auto;
  color: #fff;
  display: block;
  border:1px solid #fff;
  padding: 10px 0;
  font-size: 1.8rem;
}

.archiveProduct ul li dl:hover dd a{
  background-color: #fff;
  border:1px solid #000;
  color: #000;  
}

.archiveProduct ul li dl dd a:hover{
  background-color: #fff;
  border:1px solid #000;
  color: #000;
}

.archiveProduct ul li:last-child{
  margin-right: 0;
}

/*
.archiveProduct ul li a{
  display: block;
  background-color: #0a5bb6;
  padding: 10px 0;
  font-size: 1.6rem;
  color: #fff;
}
*/

.archiveProduct ul li a svg{
  margin-left: 10px;
}

.archiveContact{
  width: 100%;
  padding: 150px 0;
  text-align: center;
  overflow: hidden;
  background-image: url(../img/back03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 55%, right center;
}

.archiveContact p{
  font-size: 2rem;
  margin-bottom: 50px;
}

.archiveContact p a{
  color: #1779da;  
}


.archiveContact ul{
  width: 100%;
  overflow: hidden;
}

.archiveContact ul li{
  width: 33.333%;
  height: 100%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.archiveContact ul li:nth-child(1){
  background-image: url(../img/contentback01.jpg);
}

.archiveContact ul li:nth-child(2){
  background-image: url(../img/contentback02.jpg);
}

.archiveContact ul li:nth-child(3){
  background-image: url(../img/contentback03.jpg);
}

.archiveContact ul li dl{
  padding: 30px 0;
  background: rgba(0,0,0,0.5);
  margin: 0;
}

.archiveContact ul li dl dt{
  font-size: 2.4rem;
  color: #fff;
  margin-bottom:10px;
}

.archiveContact ul li dl dd:nth-child(2){
  font-size: 1.5rem;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
}

.archiveContact ul li dl dd:nth-child(3){
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.archiveContact ul li dl dd{
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
}

.archiveContact ul li dl dd a{
  width: 50%;
  margin: 0px auto 0 auto;
  color: #fff;
  display: block;
  border:1px solid #fff;
  padding: 10px 0;
  font-size: 1.8rem;
}

.archiveContact ul li dl:hover dd a{
  background-color: #fff;
  border:1px solid #000;
  color: #000;  
}

.archiveContact ul li dl dd a:hover{
  background-color: #fff;
  border:1px solid #000;
  color: #000;
}

.archiveContact ul li:last-child{
  margin-right: 0;
}



.productList ul{
  width: 1060px;
  margin: 0 auto;
}

.productList ul li{
  width: 480px!important;
  padding: 0;
  padding-bottom: 0!important;
  background-color: #fff;
}

.productList ul li a{
  padding: 20px 0;
}

.productList ul li:nth-child(odd){
  margin-right: 80px!important;
}

.modelList ul{
  width: 1060px;
  margin: 0 auto 30px auto;
}

.modelList ul li:nth-child(odd){
  margin-right: 0px!important;
}

.modelList ul li{
  width:200px!important;
  padding: 0;
  padding-bottom: 0!important;
  background-color: #fff;
  margin-left: 80px;
}

.modelList ul li a{
  padding: 20px 0;
}

.modelList ul li:last-child{
  margin-right: 0px!important;
}

.modelList ul li:first-child{
  margin-top: 0px!important;
  margin-left: 0;
}

.modelList ul li:nth-child(5){
 margin-top: 0px!important;
  margin-left: 0; 
}

.modelList ul li:nth-child(9){
 margin-top: 0px!important;
  margin-left: 0; 
}

.modelList ul li:nth-child(13){
 margin-top: 0px!important;
  margin-left: 0; 
}

.modelList ul li:nth-child(17){
 margin-top: 0px!important;
  margin-left: 0; 
}

.modelList ul li:nth-child(21){
 margin-top: 0px!important;
  margin-left: 0; 
}

.modelList ul li:nth-child(25){
 margin-top: 0px!important;
  margin-left: 0; 
}






.companyArea .purposeS{
  width: 1400px;
}

.companyArea .purposeS table tr td:first-child{
  width: 20%!important;
}

.companyArea iframe{
  width: 960px;
  margin: 50px auto 80px auto;
  text-align: center;
  display: block;
}

.companyArea .chart img{
  width: 960px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.purposeS{
  width: 1400px;
  margin: 80px auto 0px auto;
}

.purposeS ul li:first-child{
  margin-top: 30px;
}

.purposeS ul li:nth-child(odd){
  margin-right: 150px;
}



.purposeS ul li{
  display: inline-block;
  border-bottom: 1px dotted #cdcdcd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.purposeS ul li a{
  position: relative;
  font-size: 1.8rem;
  color: #1779da;
  display: block;
}

.purposeS ul li a:before{
  position: absolute;
  top: 25%;
  left: 95%;
  content: '\f105';
  color: #1779da;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.purposeS p{
  font-size: 1.4rem;
}

.beforeback{
  width: 100%;
  text-align: center;
  margin: 0 auto 0px auto;
  clear: both;
  margin-top: 50px;
  margin-bottom: 50px;
}

.beforeback a{
  border:1px solid #42ae0d;
  background-color: #42ae0d;
  color: #fff;
  padding: 15px 0;
  width: 300px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin: 50px auto 0 auto;
}

.beforeback a:hover{
  border:1px solid #42ae0d;
  background-color: #fff;
  color: #42ae0d;
}

.purposeS section{
  border:none!important;
  overflow: hidden;
}

.purposeS section dl{
  width: 300px;
  background-color: #fff;
}

.purposeS section dl dt{
  height: 328px;
}

.purposeS section div{
  float: left;
  margin-right: 30px;
}

.purposeS dl dt{
  float: none;
}

.purposeS dl dt img{
  width: 300px;
}

.purposeS dl dd{
  margin-left: 0;
  display: block;
  text-align: left;
}

.purposeS dl dd:nth-child(3){
  font-size: 1.5rem;
  height: 50px;
}

.purposeS dl dd svg{
  font-size: 1.8rem;
  color: #0a5bb6;
  margin-right: 10px;
}

.purposeS dl dd a{
  font-size: 1.8rem;
  color: #0a5bb6;
}

main.productArea dl dd a{
  border-left: 3px solid #0a5bb6;
  padding-left: 10px;
  font-size: 2.2rem;
  margin: 10px 0;
  display: block;
}

.purposeS dl dd.button a{
  color: #fff;
  border:1px solid #0a5bb6;
  background-color: #0a5bb6;
  display: block;
  width: 100%;
  text-align: center;
  padding:10px 0; 
  font-size: 1.8rem;
}

.purposeS dl dd.button a:hover{
  border:1px solid #0a5bb6;
  background-color: #fff;
  color: #0a5bb6;
}

.purposeS dl dd.button a svg{
  color: #fff;
  margin-left: 10px;
}

.purposeS dl dd.button a:hover svg{
  color: #0a5bb6;
}

.purposeS dl:hover dt{
  opacity: 0.6;
}

.purposeS time{
  font-size: 1.5rem;
}

.purposebtn a{
  border:1px solid #0a5bb6;
  background-color: #0a5bb6;
  color: #fff;
  font-size: 1.8rem;
  width: 400px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.purposebtn a:hover{
  border:1px solid #0a5bb6;
  background-color: #fff;
  color: #0a5bb6;
}

div.catalogArea h2{
  width: 100%;
  margin: 0 auto;
  font-size: 2.2rem;

}

div.catalogArea h3{
  font-size: 2.0rem;

}

h4{

}

.supportArea h3{
  width: 960px;
  margin: 100px auto 40px auto;
}

.supportArea ul{
  width: 960px;
  margin: 0 auto;
}

#openFile dd ul li{
  width: 400px;
  border-bottom: 1px dotted #cdcdcd;
  padding:20px 0;
  margin-bottom: 20px;
  background-color: #fff;
}

.supportArea ul li a{
  position: relative;
  font-size: 1.6rem;
  display: block;
  color: #0a5bb6;
}

.supportArea ul li a:before{
  position: absolute;
  top: -5%;
  left: 95%;
  content: '\f105';
  color: #0a5bb6;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.supportArea article{
  padding: 150px 0;
  background: #fff;
  margin-top: 0;
  background-image: url(../img/back01.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:50% 55%, right center;
}

.supportArea ul.supportList li{
  padding-bottom:0; 
}

.supportArea ul.supportList{
  width: 960px;
  margin: 0 auto;
}

.supportArea ul.supportList li a:before{
  content: none;
}



section.productDetail{
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding:20px;
}

section.productDetail iframe{
  width: 960px;
}
section.productDetail img:first-child{
  width: 300px;
  margin-right: 100px;
}

section.productDetail img:nth-child(2){
  width: 300px;
}

section.productDetail table{
  font-size: 1.4rem;
  border:none;
  border-collapse: collapse;
}

section.productDetail table tr td:first-child{
  width: auto!important;
  background-color: #5C87B5;
  color: #fff;
  padding: 0 0 0 10px!important;
  border-bottom: 1px solid #fff;
}

section.productDetail table tr td{
  padding: 0!important; 
}

.detailImage{
  width: 300px;
  text-align: center;
  float: left;
}

.detailImage h3{
  text-align: left;
  margin-top: 0;
}

.detailImage img{
  display: block;
  margin-bottom: 20px;
  width: 300px;
}

.purposeS section div.performanceImage{
  width: 100%;
  display: block;
  float: none;
}

.purposeS section div.performanceImage img{
  display: inline-block;
  margin-right: 20px;
}

.productDetailsed img{
  float: left;
  margin-right: 30px!important;
}

.productDetailsed .productDetailSupple h3{
  margin-bottom: 0!important;
}

.productDetailsed .productDetailSupple{
  display: block;
}

.productDetailsed .productDetailSupple ul li{
  width: 100%;
  position: relative;
  margin-top: 0;
  font-size: 1.6rem;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 30px;
}

.productDetailsed .productDetailSupple ul li:before{
  position: absolute;
  top: 5%;
  left: 0%;
  content: '\f00c';
  color: #1779da;
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  z-index: 1;
  font-style: normal;
  font-weight: 900;
}

.purposeS h3{
  border-left: 7px solid #0a5bb6;
  border-bottom: 1px solid #cdcdcd;
  font-size: 2.2rem;
  padding: 10px 0 10px 20px;
  display: block;
  clear: both;
}

.detailTOP{
}

section.productDetail h3{
  border-left: 5px solid #0a5bb6;
  border-bottom: 1px solid #cdcdcd;
  font-size: 1.8rem;
  padding: 10px 0 10px 20px;
  display: block;
}

section.productDetail p{
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.questionArea{
  width: 960px;
  margin: 0 auto 0px auto;
}

.questionFielde{
  background-color: #fff;
}

.questionFielde h3{
  margin-bottom: 30px!important;
}

#questionButton dl dd a{
  border-left: none;
  font-size: 1.8rem;
  display: inherit;
}

#questionButton{
  font-size: 1.6rem;
  border-bottom: 1px dotted #cdcdcd;
  background-color: #fff;
  padding: 20px 0;
  margin-top:0!important;
  margin-bottom:0!important;
}

#questionButton dt{
  cursor: pointer;
}

#questionButton dt.title{
  position: relative;
}

#questionButton dt.title:before{
  position: absolute;
  top: 15%;
  left: 97%;
  content: '\f055';
  color: #1779da;
  font-family: fontAwesome;
  font-size: 25px;
  z-index: 1;
  font-style: normal;
}

#questionButton dt.active:before{
  position: absolute;
  top: 15%;
  left: 97%;
  content: '\f056';
  color: #1779da;
  font-family: fontAwesome;
  font-size: 25px;
  z-index: 1;
  font-style: normal;
}

#questionButton dt.title div{
  color: #1779da;
  cursor: pointer;
  font-size: 2rem;
  display: inline-block;
}

#questionButton dt.title div svg{
  margin-right: 10px;
  float: none;
}

#questionButton dt.title svg{
  text-align: right;
  float: right;
  color: #1779da;
}

#questionButton dd.detail svg{
  margin-top: -10px;
}

#questionButton dd.detail p{
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  padding-left: 20px;
  padding-right: 20px;
}

#questionButton dd.detail p:before{
  position: absolute;
  top: 0%;
  left: 0%;
  content: '\f0eb';
  color: #1779da;
  font-family: fontAwesome;
  font-size: 25px;
  z-index: 1;
  font-style: normal;
}

#questionButton dd.detail iframe{
  width: 960px;
  padding:0 20px;
}

#openFile{
  font-size: 1.6rem;
  margin-top: 20px;
}

#openFile dt.title div{
  cursor: pointer;
}

#openFile dd ul{
  margin-top: 0;
}

#openFile dd ul li:first-child{
  margin-top: 0;
}

#openFile dl:hover dt{
  opacity: 1!important;
}

.purposeS table{
  font-size: 1.6rem;
  border:1px solid #cdcdcd;
}

.purposeS table tr td:first-child{
  width: 10%!important;
  border-right: 1px dotted #cdcdcd;
  background-color: #5c87b5;
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.purposeS table tr td{
  padding: 20px 0 20px 20px;
  background-color: #fff;
  line-height: 30px;
}

.purposeS table tr{
  border-bottom: 1px dotted #cdcdcd;
}

.purposeS table tr:last-child{
  border-bottom: 1px solid #cdcdcd;
}

.ctalogLink{
  width: 100%!important;
}

.ctalogLink li{
  display: inline-block!important;
  width: 250px!important;
  margin-right: 20px!important;
}

.ctalogLink li a{
  display: inline-block!important;
}

.ctalogLink li a:before{
  content:none!important;
}

.ctalogLink li a:hover{
  text-decoration: underline;
}

.ctalogLink li svg{
  margin-right: 10px;
  font-size: 1.5rem;
}

#catalogButton{
  display: none;
}

.catalogAll dl{
  width: 960px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding: 0 0 50px 0;
  border-bottom: 1px dotted #cdcdcd;
}

.catalogAll dl dt{
  float: left;
}

.catalogAll dl dt img{
  width: 200px;
}

.catalogAll dl dd{
  padding-left: 30px;
  display: block;
  overflow: hidden;
}

.catalogAll dl dd p{
  font-size: 1.6rem;
  width: auto;
  margin:0 0 20px 0!important;
  border-bottom: 1px solid #0a5bb6;
  padding: 0 0 5px 0;
}

.catalogAll dl dt p.catalogno{
  color: #0a5bb6;
  font-weight: bold;
  margin-bottom: 10px!important;
  margin-top: 0;
}

.catalogAll dl dt p.catalogno a{
  color: #0a5bb6;
  background-color: #fff;
  border:none;
  width: auto;
  font-size: 1.5rem;
  text-align: left;
}

.catalogAll dl dt p.catalogno a span{
  font-size: 1.3rem;
}

.catalogAll dl dd h4{
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.catalogAll dl dd h4 svg{
  margin-right: 10px;
}

.catalogAll dl dd a{
  display: block;
  width: 300px;
  padding: 10px 0;
  background-color: #0a5bb6;
  border:1px solid #0a5bb6;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 20px;
}

.catalogAll dl dd a:hover{
  background-color: #fff;
  border:1px solid #0a5bb6;
  border-radius: 20px;
  color: #0a5bb6;
}

.catalogAll dl:hover dt{
  opacity: 1;
}

.catalogAll ul{
  width: 700px;
  margin-top: 20px!important;
}

.catalogAll ul li{
  margin-right: 0!important;
  display: block!important;
}

div.contactForm{
  width: 960px;
  margin: 0 auto;
  font-size: 1.4rem;
  background-color: #fff;
}

div.contactForm h3{
  border-left: 5px solid #0a5bb6;
  border-bottom: 1px solid #cdcdcd;
  font-size: 1.8rem;
  padding: 10px 0 10px 20px;
  display: block;
  margin:50px 0 20px 0;
}

div.contactForm table{
  width: 960px!important;
  height: 100%!important;
  margin: 0 auto;
}

div.contactForm form table{
  width: 90%;
  table-layout: fixed;
}

div.contactForm form table tr{
  height: 50px!important;
  padding:20px 0!important; 
}

div.contactForm form table tr td:nth-child(1){
  width: 40%!important;
  padding-right: 20px;
}

div.contactForm form table tr td:nth-child(2){
  width: 60%!important;
  padding-left: 20px;
}

div.contactForm form table tr td input[type="text"]{
  width: 50%;
  padding: 5px 0;
}

div.contactForm form table tr td input[type="text"].zipnum{
  width: auto;
}

div.contactForm form table tr td input[type="text"].telnum{
  width: auto;
}

div.contactForm form table tr td input[type="email"]{
  padding: 5px 0;
  width: 100%;
}

div.contactForm form table tr td textarea{
  width: 100%;
}

.year{
  width: 200px!important;
}

.month{
  width: 200px!important;
}

input[type="submit"]{
  width: 300px;
  background-color: #0a5bb6;
  color: #fff;
  border:1px solid #0a5bb6;
  padding: 10px 0;
  margin-right: 50px;
  font-size: 1.5rem;
  cursor: pointer;
}

input[type="submit"]:hover{
  background-color: #fff;
  border:1px solid #0a5bb6;
  color: #0a5bb6;
}

input[type="reset"]{
  width: 300px;
  background-color: #eb373a;
  border:1px solid #eb373a;
  padding: 10px 0;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

input[type="reset"]:hover{
  background-color: #fff;
  border:1px solid #eb373a;
  color: #eb373a;
}

.sendbtn{
  width: 100%;
  margin: 50px auto 50px auto;
  text-align: center;
}

.mwform-checkbox-field-text{
  font-size: 1.6rem;
}

.purposebtn{
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}

.mwform-checkbox-field label{
  margin-right: 10px;
}

.mwform-checkbox-field label input[type="checkbox"]{
  margin-right: 5px;
}

.companyPage{
  width: 1400px;
  margin: 0 auto;
}

.recruitment{
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}

.recruitment textarea{
  width: 960px;
  height: 100px;
}

.recruitmentTable{
  width: 1400px;
  border-collapse: collapse;
  margin-top: 50px;
}

.recruitmentTable tr th{
  text-align: left;
  border-right:1px dotted #cdcdcd;
  border-bottom: 1px dotted #cdcdcd;
  font-size: 1.5rem;
  color: #fff;
  background-color: #5c87b5;
  border-collapse: collapse;
}

.recruitmentTable tr th:last-child{
  border-right: none;
}

.recruitmentTable tr td{
  border-right:1px dotted #cdcdcd;
  border-bottom: 1px dotted #cdcdcd;
  padding: 20px;
}

.recruitmentTable tr td:last-child{
  border-right: none;
}


.recruitmentTable tr td textarea{
  width: 100%;
  height: 20em;
  font-size: 1.5rem;
}


.userTable tr{
  padding:10px 0; 
}

.userTable tr td{
  font-size: 1.5rem;
}

.userTable tr td:nth-child(2){
  width: 60%!important;
}

.userTable tr td input[type="text"]{
  padding: 5px 0;
}

.userTable tr td input[type="text"].zipnum{
  width: auto;
}

.userTable tr td input[type="text"].telnum{
  width: auto;
}

.userTable tr td input[type="text"].year{
  width: auto;
}

.userTable tr td input[type="text"].month{
  width: auto;
}

.userTable tr td input[type="email"]{
  padding: 5px 0;
}

.userTable tr td a{
  color: #1779da;
}

.userTable tr td a:hover{
  text-decoration: underline;
}

/*メンテナンス動画*/
.movieArea{
  width: 960px;
  margin: 0 auto 50px auto;
}

.movieArea dl dd{
  margin-left: 0;
  font-size: 2.2rem;
  color: #0a5bb6;
  padding-bottom: 20px;
}

.movieArea dl dd a{
  color: #0a5bb6; 
}

.movieArea dl{
  width: 100%;
  margin-bottom: 50px;
}

.movieArea dl:nth-child(odd){
  margin-right: 100px;
}

.movieArea dl dd svg{
  font-size: 2.2rem;
  margin-right: 10px;
  color: #0a5bb6;
}

.movieArea dl dd.que{
  color: #000;
  font-size: 1.6rem;
}

.movieArea dl dt iframe{
  /*width: 100%; 20190128*/ 
  margin: 0;
}

.movieArea dl dd.button a{
  color: #fff;
  border:1px solid #0a5bb6;
  background-color: #0a5bb6;
  display: block;
  width: 100%;
  text-align: center;
  padding:10px 0; 
}
.movieArea dl dd a{
  border-left: 3px solid #0a5bb6;
  padding-left: 10px;
  font-size: 2rem;
  margin: 10px 0;
  display: block;
}

.movieArea dl dd.button a svg{
  color: #fff;
  margin-left:10px; 
}

.movieArea dl dd.button a:hover{
  border:1px solid #0a5bb6;
  background-color: #fff;
  color: #0a5bb6;
}

.movieArea dl dd.button a:hover svg{
  color: #0a5bb6;
}

/**/
.usemovieArea{
  width: 1400px;
  margin: 0 auto 50px auto;
}

.usemovieArea dl dd{
  margin-left: 0;
  font-size: 1.6rem;
  color: #0a5bb6;
}

.usemovieArea dl dd a{
  color: #0a5bb6; 
}

.usemovieArea dl{
  width: 45%;
  float: left;
  margin-bottom: 50px;
}

.usemovieArea dl:nth-child(odd){
  margin-right: 100px;
}

.usemovieArea dl dd svg{
  font-size: 1.6rem;
  margin-right: 10px;
  color: #0a5bb6;
}

.usemovieArea dl dt iframe{
  width: 100%;
  margin: 0;
}

.usemovieArea dl dd.button a{
  color: #fff;
  border:1px solid #0a5bb6;
  background-color: #0a5bb6;
  display: block;
  width: 100%;
  text-align: center;
  padding:10px 0; 
}
.usemovieArea dl dd a{
  border-left: 3px solid #0a5bb6;
  padding-left: 10px;
  font-size: 2rem;
  margin: 10px 0;
  display: block;
}

.usemovieArea dl dd.button a svg{
  color: #fff;
  margin-left:10px; 
}

.usemovieArea dl dd.button a:hover{
  border:1px solid #0a5bb6;
  background-color: #fff;
  color: #0a5bb6;
}

.usemovieArea dl dd.button a:hover svg{
  color: #0a5bb6;
}

iframe{
  /*width: 1400px; 20190128*/
  margin: 30px auto;
}

.iso{
  width: 1400px;
}

.iso img{
  width: 50%;
  height: 50%;
}

.slickall{
  width: 1000px!important;
  margin: 50px auto 80px auto!important;
  background-color: #fff;
}

.slick-slide img{
  width: 100%!important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;
    padding: 4px 8px;
    background: #000;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.slick-next {
    right: 25px!important;
}

.slick-prev {
    left: 25px!important;
}

.slick-prev:before, .slick-next:before{
  font-size: 3rem!important;
  color: #000!important;
}

.slick-slide {
  transition: .3s ease;
  transform: scale(.85);
  transform-origin: 110% 50%;
  filter: blur(7px);
  -ms-filter:blur(7px);
}
.slick-current {
  position: relative;
  z-index: 2;
  transform: scale(1);
  transform-origin: 50% 50%;
  filter: blur(0);
  -ms-filter:blur(0);
}
.slick-current + .slick-slide {
  transform-origin: -10% 50%;
}

/*会社概要テーブル*/
.companyTable{
  width:960px;
  border-collapse: collapse;
  margin: 50px auto 80px auto;
}

.companyTable tr{
  width: 50%;
  height: 50px;
}

.companyTable tr th{
  width: 200px;
  background-color: #5c87b5;
  color: #fff;
  border-top: 1px solid #fff!important;
}

.companyTable tr td{
  padding: 0 0 0 10px!important;
}



.catalogAll dl dt a:nth-child(4){
    display: block;
    width: 200px;
    padding: 10px 0;
    background-color: #0a5bb6!important;
    border: 1px solid #0a5bb6!important;
    border-radius: 20px;
    color: #fff!important;
    text-align: center;
    font-size: 1.4rem!important;
    margin-top: 10px;
}

.catalogAll dl dt a:nth-child(4):hover{
  background-color: #fff!important;
  border: 1px solid #0a5bb6!important;
  color: #0a5bb6!important;
}

.catalogwid{
  width: 960px!important;
  margin: 0 auto;
  background-color: #fff;
}

.catalogwid h3{
 width: 960px!important;
 font-size: 2.4rem;
}

.purposeS .catalogAll ul li{
  width: 700px;
  position: relative;
  border-bottom: none;
  font-size: 1.5rem;
  margin-top: 0!important;
  padding-left: 40px;
  padding-bottom: 0;
}

.catalogAll ul li:before{
  position: absolute;
  top: 0%;
  left: 0%;
  content: '\f00c';
  color: #1779da;
  font-family: fontAwesome;
  font-size: 25px;
  z-index: 1;
  font-style: normal;
}

.catalogAll dl dd p{
  position: relative;
  padding-left: 60px;
}

.catalogAll dl dd p span{
  position: absolute;
  background-color: #0a5bb6;
  color: #fff;
  padding: 0 10px;
  font-size: 1.2rem;
  border-radius: 5px;
  left: 0;
  margin-right: 30px;
}

/*メガドロップメニュー*/
.pc-nav{
  clear: both;
  margin-top: 100px;
  margin-bottom: 120px;
}
.pc-nav ul{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pc-nav ul li.nav1{
  position: relative;
  width: 300px!important;
  display: inline-block;
  border:1px solid #cdcdcd!important;
  padding: 0!important;
}

.pc-nav ul li.nav1 svg{
  display: block;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  font-size: 9rem;
  margin-bottom: 20px;
}

.pc-nav ul li .Wrap {
  position: absolute;
  top: 140px;
  left: -100%;
  z-index: 100;
  overflow: hidden;
  display: none;
  width: 1400px;
  height: 100vh;
}

.pc-nav ul li:nth-child(2) .Wrap {
  left: -250%;
}

.pc-nav ul li:nth-child(2) .Wrap .wrapInner a{
  width: 25%;
  font-size: 1.6rem;
  background-color: #;
  border:1px solid #;
}
.Wrap .wrapInner {
  margin: 30px auto 0;
  width: 100%;
  height: 500px;
  background:rgba(76,76,80,0.9);
  border-radius:8px;
  overflow: auto;
  padding: 50px 0;
}

.pc-nav ul li:nth-child(2) .Wrap .wrapInner{
  height: 300px;
}

.pc-nav ul li a{
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 0!important;
}

.pc-nav ul li a:hover{
  background-color: #0a5bb6;
  color: #fff;
}

.pc-nav ul li.nav1:hover a{
  background-color: #0a5bb6;
  color: #fff;
}

.pc-nav ul li a img{
  width: 100px;
}

.pc-nav ul li a:before{
  content: none;
}

.pc-nav ul li .Wrap .wrapInner a{
  font-size: 1.2rem;
  width: 250px;
  margin-bottom: 20px;
  color: #fff;
}

.pc-nav ul li.nav1:hover .Wrap .wrapInner a{
  background:rgba(0,0,0,0);
  color: #fff;
}

.pc-nav ul li .Wrap .wrapInner a:hover{
  background: rgba(53,91,177,0.6)!important;
  color: #fff;
}



.sp-nav{
  display: none;
}

.pc-naven{
  clear: both;
  margin-top: 100px;
  margin-bottom: 120px;
}
.pc-naven ul{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pc-naven ul li.nav1{
  position: relative;
  width: 300px!important;
  display: inline-block;
  border:1px solid #cdcdcd!important;
  padding: 0!important;
}

.pc-naven ul li:nth-child(odd){
  margin-right: 0!important;
}

.pc-naven ul li.nav1 svg{
  display: block;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  font-size: 9rem;
  margin-bottom: 20px;
}

.pc-naven ul li .Wrap {
  position: absolute;
  top: 140px;
  left: -160%;
  z-index: 100;
  overflow: hidden;
  display: none;
  width: 1400px;
  height: 100vh;
}

.pc-naven ul li:nth-child(2) .Wrap {
  left: -250%;
}

.pc-naven ul li:nth-child(2) .Wrap .wrapInner a{
  width: 25%;
  font-size: 1.6rem;
  background-color: #;
  border:1px solid #;
}
.Wrap .wrapInner {
  margin: 30px auto 0;
  width: 100%;
  height: 500px;
  background:rgba(76,76,80,0.9);
  border-radius:8px;
  overflow: auto;
  padding: 50px 0;
}

.pc-naven ul li:nth-child(2) .Wrap .wrapInner{
  height: 300px;
}

.pc-naven ul li a{
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 0!important;
}

.pc-naven ul li a:hover{
  background-color: #0a5bb6;
  color: #fff;
}

.pc-naven ul li.nav1:hover a{
  background-color: #0a5bb6;
  color: #fff;
}

.pc-naven ul li a img{
  width: 100px;
}

.pc-naven ul li a:before{
  content: none;
}

.pc-naven ul li .Wrap .wrapInner a{
  font-size: 1.2rem;
  width: 250px;
  margin-bottom: 20px;
  color: #fff;
}

.pc-naven ul li.nav1:hover .Wrap .wrapInner a{
  background:rgba(0,0,0,0);
  color: #fff;
}

.pc-naven ul li .Wrap .wrapInner a:hover{
  background: rgba(53,91,177,0.6)!important;
  color: #fff;
}

form h3{
  border-left: 5px solid #0a5bb6;
  border-bottom: 1px solid #cdcdcd;
  font-size: 1.8rem;
  padding: 10px 0 10px 20px;
  display: block;
  margin:50px 0 20px 0;
}

.userT p{
  font-size: 1.5rem;
}

.challenge{
  width: 960px;
  margin: 0 auto;
  font-size: 1.5rem;
  text-align: center;
}

.worldImg{

}

.challenge li{
  width: 100%;
  font-size: 1.8rem;
}

.enProduct p{
  font-size: 1.6rem;
}

.enProduct div{
  margin-bottom: 50px;
  margin-right: 30px!important;
}

.enProduct div:last-child{
  margin-right: 0;
}

.priceTable{
  width: 960px;
  font-size: 1.5rem;
  margin: 50px auto;
}

.priceTable td{
  padding: 10px;
}

.newsList ul li{
  width: 100%!important;

}

.newsList ul li:nth-child(odd){
  margin-right: 0!important;
}

@media screen and (max-width: 1800px) {
  article ul li{
    width: 300px;
    float: left;
    text-align: center;
    border:1px solid #cdcdcd;
    background-color: rgba(255,255,255,0.5);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1700px) {
  article ul li{
    width: 300px;
    float: left;
    text-align: center;
    border:1px solid #cdcdcd;
    background-color: rgba(255,255,255,0.5);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1600px) {
  article ul li{
    width: 300px;
  }


  #main{
    margin-bottom: 250px;
  }

  .newsArea{
    width: 100%;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -35%;
  }

  .news{
    width: 70%;
    margin: 90px auto 50px auto; 
  }

  .archiveProduct ul li dl dd:nth-child(3){
    font-size: 1.2rem;
  }

  article ul li{
    width: 300px;
    float: left;
    text-align: center;
    border:1px solid #cdcdcd;
    background-color: rgba(255,255,255,0.5);
    margin-right: 20px;
    margin-bottom: 30px;
  }

  p.sp-layer{
  	font-size: 3rem!important;
  }

  #enindex .sp-slides-container p{
  	top: 40%!important;
  }
}

@media screen and (max-width: 1500px) {
  article ul li{
    width: 30%;
    float: left;
    text-align: center;
    border:1px solid #cdcdcd;
    background-color: rgba(255,255,255,0.5);
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .archiveProduct ul li dl dd:nth-child(3){
    font-size: 1.2rem;
  }

  .newsArea{
    bottom: -30%;
  }

  #enindex .sp-slides-container p{
  	top: 40%!important
  }
  
 
}


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

	/*#enindex p.sp-layer{
	  font-size: 2.6rem!important;
	}*/
	p.sp-layer{
	  font-size: 2.6rem!important;
	}

  header{
    width: 1200px;
  }

  header img{
    width: 35%;
  }

  #main{
    margin-bottom: 350px;
  }

  article ul{
    width: 1200px;
  }

  article ul li{
    width: 370px;
    margin-right: 30px;
  }

  .newsArea{
    width: 100%;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -50%;
  }

  .footbeforeAll {
    width: 100%;
    background-color: #f6f6f6;
    padding: 83px 0 4px 0;
    margin-top: 100px;
}

  .news{
    width: 70%;
    margin: 90px auto 50px auto;
  }

  .newsArea span.newsAll{
    margin-top: 10px;
  }

  .productList ul li:nth-child(odd){
    margin-right: 50px!important;
  }

  .purpose{
    width: 1200px;
  }

  .function{
    width: 1200px;
  }

  .purpose img:nth-child(1){
    width: 500px
  }

  .purpose img:nth-child(2){
    width: 500px;
  }

  .function img:nth-child(3){
    width: 500px;
  }

  .function img:nth-child(2){
    width: 500px;
  }

  nav.footer{
    width: 1200px;
  }

  .footercontentsSed{
    padding-left: 30px;
    margin: 0;
  }

  #contact .bg-maskfoot ul:nth-child(1){
    margin-right: 50px;
  }

  .purposeS{
    width: 1200px;
  }

  .companyArea .purposeS{
    width: 1200px;
  }
  .companyArea iframe{
    width: 1200px;
  }
  .companyArea .chart img{
    width: 1200px;
  }

  .purposebtn{
    margin-right: 20px
  }

  .purposebtn a{
    width: 350px;
  }

  .detailImage{
    width: 300px;
  }

  .catalogAll dl{
    width: 960px;
  }

  section.productDetail{
    width: 960px;
  }

  .movieArea{
    width: 1200px;
  }

  .usemovieArea{
    width: 1000px;
  }

  main.supportArea h2{
    width: 100%;
  }

  .supportArea ul{
    width: 960px;
  }

  .supportArea ul.supportList{
    width: 1000px;
    margin:0 auto;
  }

  .supportArea ul.supportList li{
    width: 300px!important;
  }

  .bread ul{
    width: 1200px;
    padding: 10px 20px
  }

  .chart img{
    width: 1200px;
  }

  iframe{
    /*width: 1200px; 20190128*/
    margin: 30px auto;
  }

  main.contactArea h2{
    width: 100%;
  }

  div.contactForm{
    width: 1200px;
  }

  div.contactForm table{
    width: 1200px;
    table-layout: fixed;
  }

  div.contactForm form table{
    width: 80%!important;
    height: 500px!important;
  }

  div.contactForm .continuationTable{
    width: 80%;
    margin: 0 auto;
  }

  div.contactForm .continuationTable .mwform-checkbox-field-text{
    font-size: 1.4rem;
  }

  .sendbtn{
    width: 1200px;
  }

  .purposeS ul li:nth-child(odd){
    margin-right: 100px;
  }

  .purposeS ul li{
    width: auto;
    display: inline-block;
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .iso{
    width: 1200px;
  }

  .iso img{
    width: 50%;
    height: 50%;
  }

  .recruitment{
    width: 1200px;
  }

  .pc-nav ul li .Wrap {
    position: absolute;
    top: 140px;
    left: -110%;
    z-index: 100;
    overflow: hidden;
    display: none;
    width: 1200px;
    height: 100vh;
  }

  .pc-nav ul li:nth-child(2) .Wrap {
    left: -250%;
  }

  .pc-naven ul li .Wrap {
    position: absolute;
    top: 140px;
    left: -120%;
    z-index: 100;
    overflow: hidden;
    display: none;
    width: 1000px;
    height: 100vh;
  }

  .pc-naven ul li:nth-child(2) .Wrap {
    left: -250%;
  }

  .archiveContact ul li dl dt{
    font-size: 2rem;
  }

  .supportEn ul li{
    width: 45%!important;
  }

  .archiveProduct ul li {
    width: 50%;
}
}


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

  .newsArea span.newsAll{
    margin-top: 70px;

  }

  .archiveProduct ul li{
      width: 50%;
    }
}

@media screen and (max-width: 1250px) {
  .newsArea span.newsAll{
    margin-top: 0px;
  }
}

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

  div.contactForm form table tr td:nth-child(1){
  width: 35%!important;
}

  .modelList ul li{
    margin-left: 50px;
  }

    #main{
    margin-bottom: 300px;
  }

  .newsArea{
    width: 100%;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -60%;
  }

  .news{
    width: 70%;
    margin: 90px auto 50px auto;
  }

  .newsArea span.newsAll{
    margin-bottom: 0;
  }

  .purpose h2{
    width: auto;
  }

  .btn ul li:nth-child(1){
    margin-right: 0;
  }

  article ul{
    width: 1000px;
  }

  article ul li{
    width: 300px;
    margin-right: 30px;
  }

  .purposeS ul li a:before{
    left: 90%;
  }

  .companyArea .purposeS{
    width: 1000px;
  }

  .companyArea iframe{
    width: 1000px;
  }

  .companyArea .chart img{
    width: 1000px;
  }

    .companyImage{
    width: 1000px;
  }

  .companyImage ul li{
    width: 200px!important;
    border:none!important;
    margin-right: 20px!important;
  }

  .companyImage ul li img{
    width: 200px;
  }

  header{
    width: 1000px;
  }

  header nav.header ul li{
    width: 120px;
  }

  header nav.header ul li a svg{
    font-size: 3.5rem!important;
  }

  main.contactArea h2{
    width: 100%;
  }

  nav.footer{
    padding: 10px;
  }

  .archiveProduct ul li{
    width: 50%;
  }

  .purpose{
    width: 1000px;
  }

  .function{
    width: 1000px;
  }

  .function .functiondetail {
    margin: 0 0px 0 auto;
    padding-top: 30px;
    padding-right: 0px;
    overflow: hidden;
    float: left;
  }

  nav.footer{
    width: 1100px;
  }

  #contact .bg-maskfoot ul:nth-child(1){
    margin-right: 20px;
  }

  #contact .bg-maskfoot ul {
    list-style-type: none;
    padding: 0;
    display: block;
    float: left;
    margin-right:10px;
  }

  .purposeS{
    width: 1000px;
  }

  .productList ul{
    width: 1000px;
  }

  .modelList ul{
  width: 1000px;
  margin: 0 auto;
}

  .purposeS ul li:nth-child(odd) {
    margin-right: 70px;
  }

  .purposeS ul li {
    width: 480px;
    display: inline-block;
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .productList ul li:nth-child(odd){
    margin-right: 30px!important;
  }

  .detailImage{
    width: 300px;
  }

  section.productDetail{
    width: 960px;
  }

  .catalogAll dl{
    width: 1000px;
  }

  .movieArea{
    width: 1000px;
  }

  .usemovieArea{
    width: 1000px;
  }

  div.contactForm{
    width: 1000px;
  }

  div.contactForm form table {
    width: 85%!important;
    height: 500px!important;
  }

  div.contactForm .continuationTable{
    width: 85%;
    margin: 0 auto;
  }

  div.contactForm .continuationTable .mwform-checkbox-field-text{
    font-size: 1.4rem;
  }

.sendbtn{
  width: 1000px;
  margin: 50px 0;
}

.footbeforeEN{
  width: 1000px;
}

.contactBackEN{
  width: 1000px;
  margin: 0 auto;
}

.chart img{
  width: 1000px;
}

iframe{
  /*width: 1000px; 20190128*/
  margin: 30px auto;
}

.recruitment{
  width: 1000px;
}

.recruitmentTable{
  width: 1000px;
}

.iso{
  width: 1000px;
}

.iso img{
  width: 50%;
  height: 50%;
}

.recruitment{
  width: 1200px;
}

}

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

  .supportArea ul{
    width: 100%;
  }
  article ul li{
    width: 300px;
  }

  .userTable tr td{
    display: block;
  }

  .userTable tr td:nth-child(2){
    width: auto!important;
  }

  .archiveContact ul li{
  	width: 100%;
  	margin-right: 0;
  	margin-bottom: 20px;
  }

  .footbefore{
  	width: 100%;
  }

  .suggestionBack{
  	width: 45%;
  	margin-right: 10%;
  }

  .contactBack{
  	width: 45%;
  }
}


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

  .enProduct div{
    margin-right: 0!important;
  }
  .enProduct div dl{
    width: 100%;
  }
  .modelList ul{
    width: 100%;
  }

  .modelList ul li{
    width: 100%!important;
    margin-left: 0px;
  }

  div.contactForm form table tr td:nth-child(1){
    width: 100%!important;
  }

  .archiveContact ul li dl dt{
    font-size: 1.8rem;
  }

  .content{
    width: 100%;
  }

  .content p{
    display: block;
  }

  .newsDetail{
    width: 100%;
    margin: 0 auto;
  }

  .newsDetail p{
    display: block;
    padding: 0 20px;
  }

  .newsDetail img{
    float: none;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }


  #main{
    margin-bottom: 700px;
  }

  .newsArea{
    width: 100%;
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -130%;
  }

  .news{
    width: 70%;
    margin: 0px auto 50px auto;
  }

  .newsArea span.newsAll{
    float: none;
    margin-top: 0;
    margin-right: 0;
  }

  article ul{
    width: 100%;
    padding: 0 20px;
  }

  .questionArea{
    width: 100%;
  }

  .questionArea .beforeback{
    margin-top: 100px;
  }

  .supportArea ul.supportList{
    width: 100%;
  }

  .supportArea ul.supportList li{
    width: 100%!important;
  }

  .newsArea span.newsAll a{
    width: 100%;
  }

  .companyArea .purposeS{
    width: 100%;
  }

  .companyTable tr {
    width: 100%;
    height: 100px;
    float: left;
    display: block;
  }

  .companyArea iframe{
    width: 100%;
  }

  .slickall{
    width: 100%!important;
  }

  .companyArea .chart img{
    width: 100%;
  }

  section.productDetail{
    width: 100%;
  }

  section.productDetail iframe{
    width:100%;
  }

  .productDetail table{
    width: 100%!important;
  }


      .companyImage{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.companyImage ul li{
  width: 200px!important;
  border:none!important;
  margin-right: 20px!important;
}

.companyImage ul li img{
  width: 200px;
}

  #catalogButton{
    display: block;
    width: 100%;
  }

  #catalogButton .title{
    background-color: #05376F; 
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: center;
  }

  #catalogButton .title div svg{
    margin-left: 10px;
  }

  .ctalogLink{
    display: none;
  }

  .purposeS ul li:nth-child(odd){
    margin-right: 0px;
  }

  .purposeS ul li{
    width: 100%;
    display: inline-block;
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .productList ul li{
  	width: 100%!important;
  }

  div.contactForm form table tr td:nth-child(1){
    display: block;
  }
  header{
    width: 100%;
  }

  header img{
    float: none;
    width: 70%;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .header{
    display: none;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: fixed;
    /*bottom: 20px;
    right: 20px;*/
    top: 6px;
    right: 1px;
    width: 45px;
    height: 35px;
    z-index: 9999;
    background: linear-gradient(#48a0e8, #1064cb);
    border-radius: 4px;
  }

  a.menu-trigger:hover{
    background-color: #105ce5;
  }

  .menu-trigger span {
    position: absolute;
    z-index: 9999;
    left: 6px;
    width: 75%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 8px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 7px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(9px) rotate(-46deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-8px) rotate(46deg);
  }

  .bread ul{
    width: 100%;
  }

  #overlay{
    display: none;
    width: 100%;
    height:100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(255,255,255,1);
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
  }
  #overlay ul{
    padding-left: 0px;
    overflow-y: auto;
  }
  #overlay ul li{
    padding-left: 0px;
    list-style-type: none;
  }
  #overlay ul li a{
    color: #1779da;
    font-family: MyFont;
    display: block;
    text-decoration: none;
    padding: 20px 0;
    font-size: 1.5rem;
    border-bottom: 1px dotted #cdcdcd;
    text-align: left;
  }

  #overlay ul li a:before{
    position: absolute;
    left:95%;
    content: '\f105';
    color: #1779da;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    z-index: 1;
    font-style: normal;
    font-weight: 900;
  }

  p.sp-layer{
    width: 95%!important;
    font-size: 1.2rem!important;
    padding: 25px 0;
  }
p.sp-layer{
  font-size: 2.0rem!important;
}
  p.sp-layer span{
    font-size: 1.6rem;
  }

  #containar section{
    border:none;
  }

  .purpose{
    width: 100%;
    background-image: url("../img/splash.jpg");
    color: #fff;
  }

  .purpose img:nth-child(1){
    display: none;
  }

  .purpose img:nth-child(2){
    display: none;
  }

  .purpose .purposedetail{
    padding: 30px 20px 40px 20px;
    background: rgba(0,0,0,0.5);
   	margin-right: 0px;
  }

  .purpose h2{
    width: 100%;
    padding: 10px 20px;
  }

  .purpose .purposedetail p{
    width: 100%;
  }

  .purpose .purposedetail ul{
    width: 100%;
  }

  .purpose .purposedetail a{
    color: #fff;
  }

  .purpose h2 a:before{
    color: #fff;
  }

  .function{
    width: 100%;
    background-image: url("../img/discharge.jpg");
    background-repeat: no-repeat;
    color: #fff;
  }

  .function .functiondetail{
    padding: 30px 20px 40px 20px;
    margin: 0 auto;
    float: none;
    background: rgba(0,0,0,0.2);
  }

  .function h2{
    width: 100%;
    padding: 10px 20px;
  }

  .function .functiondetail ul{
    width: 100%;
  }

  .function .functiondetail p{
    width: 100%;
  }

  .function .functiondetail a{
    color: #fff;
  }



  .function img:nth-child(2){
    display: none;
  }

  .function img:nth-child(3){
    display: none;
  }

  .function h2 a:before{
    color: #fff;
  }

  .btn ul li{
    width: 100%;
  }

  .btn ul li:nth-child(1){
    margin-bottom: 20px;
    margin-right: 0;
  }

  .btn ul{
    padding: 0 20px;
  }

  article h1{
    font-size: 2.0rem;
  }

  article ul li{
  	width: 250px;
    margin-right: 50px;
    margin-bottom: 30px;
  }

  article h1:before{
    bottom: -20px;
  }

  .news{
    width: 100%;
    padding: 0 20px;
  }

  .news span a{
    margin-bottom: 20px;
  }

  .news ul{
    width: 100%;
  }

  .news ul li:nth-child(1){
    padding-top: 40px;
    border-top: 1px dotted #cdcdcd;
  }

  .news ul li{
    width: 100%;
    padding-bottom: 40px;
    border-bottom:1px dotted #cdcdcd;
  }

  .news ul li time{
    display: block;
  }

  .footbefore{
    width: 100%;
    padding: 0 20px;
  }

  .suggestionBack{
    width: 100%;
    height: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .suggestionBack .suggestion p{
    padding-bottom: 80px;
  }

  .contactBack{
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .contactBack .contact p{
    padding-bottom: 80px;
  }

  .footercontents{
    width: 100%;
    float: none;
    border-right: none;
  }

  nav.footer{
    width: 100%;
  }

  #contact{
    display: none;
  }

   #footermenu{
      display: block;
    }

    #footerButton{
      margin-bottom: 0;
    }

    #footerButton dt.title{
      width: 100%;
      background-color: #0a5ab6;
      padding: 20px 0;
      color: #fff;
      text-align: center;
    }

    #footerButton dt.title div{
      font-size: 2rem;
    }

    #footerButton dt.title div svg{
      margin-left: 20px;
    }

    #footerButton dd.detail{
      width: 100%;
      background-color: #fff;
      margin: 0;
      padding: 20px 0;
    }

    #footerButton dd.detail ul{
      list-style-type: none;
      padding: 0 20px;
    }

    #footerButton dd.detail ul li{
      padding:15px 0; 
    }

    #footerButton dd.detail ul li ul{
      padding: 0 0 0 10px;
    }

    #footerButton dd.detail ul li a{
      display: block;
      color: #105ce5;
      text-decoration: none;
      margin-bottom: 10px;
      font-size: 1.6rem;
    }

    #footerButton dd.detail ul li ul li a{
      text-decoration: none;
      display: block;
      color: #000;
      border-bottom: 1px solid #000;
      margin-bottom: 0;
      font-size: 1.6rem;
      padding: 10px 0;
    }

    section.catalog{
      width: 100%;
      padding: 0 20px;
      margin-bottom: 50px;
    }

    .supportArea ul{
      width: 100%;
      padding: 0 20px;
    }

    .purposeS{
      width: 100%;
      padding: 0 20px;
    }

    .purposebtn{
      float: none;
      margin-right: 0;
    }

    .purposebtn a{
      width: 100%;
    }

    .beforeback a{
      width: 100%;
    }

    div.contactForm{
      width: 100%;
      padding: 0 20px;
      display: flex;
    }

    div.contactForm table{
      width: 100%!important;
      overflow: hidden;
    }

    div.contactForm form table tr{
      width: 100%;
      margin-bottom: 50px;
      display: inline-table;
    }

    div.contactForm form table tr td{
      width: 100%!important;
      display: contents;
      margin-bottom: 20px;
      padding: 20px 0;
    }

    div.contactForm form table tr td p{
      width: 100%;
    }

    main.contactArea h2{
      width: 100%;
    }

    .sendbtn{
      width: 100%;
    }

    .sendbtn input[type="submit"]{
      width: 100%;
      padding: 20px 0;
      margin-bottom: 20px;
    }

    .sendbtn input[type="reset"]{
      width: 100%;
      padding: 20px 0;
    }

    div.contactForm form table tr td:nth-child(2){
      width: 100%!important;
    }

    div.contactForm form table tr td input[type="email"]{
      width: 100%;
    }

    div.contactForm form table tr td textarea{
      width: 100%;
    }

    .mwform-checkbox-field label{
      margin: 30px 0;
    }

    div.contactForm form table tr td input[type="text"].year{
      width: 30%;
    }

    div.contactForm form table tr td input[type="text"].month{
      width: 30%;
    }

    .catalogAll dl{
      width: 100%;
    }

    .catalogAll dl dt{
      float: none;
      width: 100%;
    }

    .catalogAll dl dd{
      padding-left: 0;
    }

    .catalogAll dl dd a{
      width: 100%;
    }

    .movieArea{
      width: 100%;
      padding: 0 20px;
      margin-top: 60px;
    }

    .movieArea dl{
      width: 100%;
      margin-bottom: 100px;
    }

    .movieArea dl dd{
      text-align: center;
    }

    .usemovieArea{
      width: 100%;
      padding: 0 20px;
      margin-top: 60px;
    }

    .usemovieArea dl{
      width: 100%;
      margin-bottom: 100px;
    }

    .usemovieArea dl dd{
      text-align: left;
    }

    main.productArea h2{
      width: 100%;
    }

    .detailImage{
      width: 100%;
    }

    section.productDetail img:first-child{
      width: 100%;
      margin-right: 0;
      display: block;
    }

    .productDetailsed img{
      width: auto;
      float: none!important;
      margin: 0 auto!important;
      text-align: center;
    }

    section.productDetail img:nth-child(2){
      width: auto;
      margin: 0 auto;
    }

    .detailImage img{
      width: auto;
      margin: 0 auto;
    }

    .chart img{
      width: 100%;
    }

    iframe{
    width: 100%;
    margin: 30px auto;
  }

  .beforeback{
    width: 90%;
  }

  .iso{
    width: 100%;
  }

  .iso img{
    width: 50%;
    height: 50%;
  }

  .recruitment{
    width: 100%;
  }

  .recruitmentTable{
    width: 100%;
  }

  .pc-nav{
    display: none;
  }

  .pc-naven{
    display: none;
  }

  .sp-nav{
    width: 100%;
    color:#fff;
    font-size: 1.6rem;
    padding: 10px 0;
    text-align: center;
    margin-top: 60px;
    display: block;
  }

  .sp-nav dt.title{
    background-color: #0a5bb6;
    padding: 10px 0;
  }

  .sp-nav dt.title div svg{
    margin-left: 20px;
  }

  .sp-nav dd{
    margin: 0;
  }

  .sp-nav dd a{
    text-align: left;
  }

  .sp-nav ul{
    padding: 0;
    background-color: #fff;
  }

  .catalogwid{
    width: 100%!important;
  }

  .catalogAll dl dt img{
    width: 50%;
    margin:0 auto;
    display: block;
  }

  .catalogAll dl dt a:nth-child(4){
    width: 100%;
    margin-bottom: 30px;
  }

  .catalogwid h3{
  	width: 100%!important;
  }



}

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

	.supportEn ul li{
		width: 100%!important;
	}

  #main{
    margin-bottom: 700px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -150%;
  }

    .footbeforeAll {
	    width: 100%;
	    background-color: #f6f6f6;
	    padding: 83px 0 4px 0;
	    margin-top: 0px;
	}

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }
  .archiveContact p a{
  	display: block;
  }

  article ul li {
  	width: 100%;
    margin-right: 50px;
    margin-bottom: 30px;
    }

    section.productDetail table tr{

    }

    section.productDetail table tr td{

    }

    .purposeS table{
    	width: 100%!important;
    }

    

    .purposeS table tr td:first-child{
    	width: 40%!important;
    }

    .purposeS table tr td{
    	width: 100%!important;
    }

    #questionButton dt.title div{
    	font-size: 1.5rem;
    }

    #questionButton dt.title div svg{
    	font-size: 2rem;
    }

}

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

  #main{
    margin-bottom: 650px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -160%;
  }

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }
}

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

	/*#enindex p.sp-layer{
	  font-size: 2.0rem!important;
	}*/
	p.sp-layer{
	  font-size: 2.0rem!important;
	}

  #main{
    margin-bottom: 650px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -170%;
  }

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }

  .archiveProduct{
    padding: 50px 0;
  }

  .companyTable tr{
    height: auto;
  }

  .companyTable tr th{
    width: 100%;
    height: auto;
    display: block;
  }

  .companyTable tr td{
    padding:10px 0 10px 10px!important;
  }



  article ul li{
    margin-right: 0;
  }

  div.catalogArea h1{
      margin-top: 30px;
    }

    #containar section{
      width: 100%;
    }

    section.catalog dl dt a img{
      width: 200px;
      margin: 0 auto;
      display: block;
      text-align: center;
    }

    section.catalog dl dt{
      display: block;
      width: 100%;
      margin: 0 auto 30px auto;
    }

    section.catalog dl ul h2{
      overflow: hidden;
    }

    section.catalog dl ul li div{
      width: 100%;
      margin: 0;
    }

    section.catalog dl ul li div a{
      width: 100%;
    }

    .iso{
      width: 100%;
    }

    .iso img{
      width: 100%;
      height: 100%;
      display: block;
    }

    div.contactForm form table tr td:nth-child(1) {
        width: 100%!important;
        height: 60px!important;
            display: table-header-group;
    }
    
    .archiveProduct ul li{
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }

    .purposeS section dl{
      width: 100%;
    }

    .purposeS section dl dt{
      height: auto;
    }

    section.productDetail img{
      width: 100%;
    }

    section.productDetail img:nth-child(2){
      width: 100%;
    }

    .archiveContact ul li{
  	width: 100%;
  	margin-right: 0;
  	margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -180%;
  }

  .archiveContact ul li{
  	width: 100%;
  	margin-right: 0;
  	margin-bottom: 20px;
  }
}


@media screen and (max-width: 650px) {
  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -200%;
  }
  
	/*#enindex p.sp-layer{
	  font-size: 1.2rem!important;
	}*/
	p.sp-layer{
	  font-size: 1.2rem!important;
	}
	
}

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

  #main{
    margin-bottom: 650px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -250%;
  }

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }
}

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

  #main{
    margin-bottom: 650px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -250%;
  }

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }
  article ul li{
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 30px auto;
  }

  article ul li:last-child{
    margin-right: auto;
  }

  article ul li a svg{
    font-size: 5rem;
    margin: 0 auto 20px auto;
  }

  p.sp-layer{
    width: 95%!important;
    font-size: 1.2rem!important;
    text-align: center;
    text-shadow:2px 2px 3px #000;
  }

  p.sp-layer span{
    font-size: 1.8rem;
  }

  .purposeS dl dt img{
    width: 100%;
  }

  .purposeS section div{
    float: none;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .catalogAll dl{
    width: 100%;
  }

  .catalogAll dl dt{
    float: none;
    width: 100%;
  }

  .catalogAll dl dd{
    padding-left: 0;
  }

  .archiveProduct ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .archiveContact ul li{
  	width: 100%;
  	margin-right: 0;
  	margin-bottom: 20px;
  }

  .productDetailsed{
    margin-top: 50px;
  }

  .newsList ul li a{
    width: 80%;
  }

  .newsList ul li a:before{
    left: 120%;
  }
}

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

  #main{
    margin-bottom: 650px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -280%;
  }

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }
}


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

  #main{
    margin-bottom: 650px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -320%;
  }

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }
  p.sp-layer{
    font-size: 1rem!important;
  }
}

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

  #main{
    margin-bottom: 650px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -350%;
  }

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }
}

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

  #main{
    margin-bottom: 650px;
  }

  .newsArea{
    width: 100%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    z-index: 9999;
    right: 0;
    /* top: 0%; */
    bottom: -420%;
  }

  .news{
    width: 100%;
    margin: 90px auto 50px auto;
  }
}

/*印刷用CSS*/
@media print{
 
 html,body{
 	width: 1200px;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
 }
 header{
    display: none;
  }

  .beforeback{
  	display: none;
  }

  .pagetop{
  	display: none;
  }

  footer{
    display: none;
  }

  .black{
    display: none;
  }

  .bread{
    display: none;
  }

  .purposeS{
  	margin:0;
  }

  .purposeS section div{
  	float: none;
  }

  main.productArea h2{
  	display: none;
  }

  .purposeS section{
  	overflow: visible;
  }

  section.productDetail{
  	width: 100%;
  	padding: 0;
  	margin: 0;
  }

  main.productArea{
  	background-image: none;
  }
 
}