@charset "utf-8";

.siteHeader.business img,
.siteFooter.business img {
  max-width: 100%;
  height: auto;
}




/*==================================================================================
 siteHeader.company
==================================================================================*/



.foreignAllWrap.foreign {
  padding-top: 0px;
}
#foreignTop.foreignAllWrap {
  padding-top: 0px;
}
.foreignAllWrap #contents {
  margin: 0 auto 20px;
  padding: 200px 0 90px;
  max-width: 858px;
}
.foreignAllWrap  #wrapper #contents {
  width: auto;
  padding: 150px 0 40px;
}
@media (max-width: 1024px) {
  .foreignAllWrap #contents {
    padding: 120px 0 50px;
  }
 /* #main-info {
    width: auto;
    margin: 0 auto;
  }
  #wrapper {
    width: 94%;
    margin: 0 auto;
  }*/
  #wrapper {
    background: none;
  }
}

.foreignAllWrap .headerLogo img {
  max-width: 100%;
  height: auto;
}

.foreignAllWrap .clearfix {
  zoom: 1;
}
.foreignAllWrap  .wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
}
.foreignAllWrap .clearfix:before,.foreignAllWrap  .clearfix:after {
  content: "";
  display: table;
}
.foreignAllWrap .clearfix:after {
  clear: both;
}
.header_foreign {
  line-height: 1;
}
.header_foreign .bold {
  font-weight: bold;
}
.globalNavi.company a:hover,
.siteHeader.company a:hover {
  text-decoration: none !important;
}
.siteHeader.foreign {
  position: fixed;
  padding: 12px 0 15px;
  width: 100%;
  border-top: 10px solid #738792;
  z-index: 100;
  background: white;
  line-height: 1;
}
.siteHeader.foreign:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50px;
  width: 50px;
  height: 10px;
  background: #fabe00;
}
.siteHeader.foreign > .wrap {
  position: relative;
  margin: 0 auto;
  width: 94%;
  max-width: 1120px;
}
.siteHeader.foreign .headerLogo {
  float: left;
  line-height: 0;
  background: transparent;
}
.siteHeader.foreign .headerLogo a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .siteHeader.foreign .spMenuArea {
    display: block !important;
  }
}
.siteHeader.foreign .menuBtn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 3%;
  width: 40px;
  height: 40px;
}
@media (min-width: 1025px) {
  .siteHeader.foreign .menuBtn {
    display: none;
  }
}
.siteHeader.foreign .menuBtn:after {
  content: "MENU";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 11px;
  color: #526d7b;
}
.siteHeader.foreign .menuBtn span {
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 3px;
  background: #133664;
}
.siteHeader.foreign .menuBtn span:first-of-type {
  top: 5px;
}
.siteHeader.foreign .menuBtn span:nth-of-type(2) {
  top: 13px;
}
.siteHeader.foreign .menuBtn span:last-of-type {
  top: 21px;
}
.siteHeader.foreign .menuBtn.open span:first-of-type {
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.siteHeader.foreign .menuBtn.open span:nth-of-type(2) {
  display: none;
}
.siteHeader.foreign .menuBtn.open span:last-of-type {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.siteHeader.foreign .btnArea {
  float: right;
  padding-top: 28px;
}
.siteHeader.foreign .btnArea .links {
  float: right;
  padding-bottom: 15px;
  font-size: 14px;
}
.siteHeader.foreign .btnArea .links li {
  float: left;
}
.siteHeader.foreign .btnArea .links li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #b5bfc4;
}
.siteHeader.foreign .btnArea .links li a {
  color: #526d7b;
}
.siteHeader.foreign .btnArea .language {
  float: right;
  clear: both;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  background: #133664;
}
.siteHeader.foreign .btnArea .language a{
  display: block;
  padding: 0 26px 0;
  color: #fff;
  line-height: 30px;
}
.siteHeader.foreign .btnArea #search-form {
  position: relative;
  float: left;
  width: 250px;
  text-align: left;
  background: transparent !important;
  margin: 0;
  height: auto;
}
.siteHeader.foreign .btnArea #keywords {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .5em;
  width: 240px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #738792;
  font-size: 14px;
  position: static;
}
.siteHeader.foreign .btnArea #search-btn {
  position: absolute;
  top: 0;
  left: 210px;
  padding: 6px;
  border-radius: 0 3px 3px 0;
  background: #133664;
}
@media (min-width: 1025px) {
  .siteHeader.foreign .globalNavi {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .siteHeader.foreign {
    position: fixed;
    padding: 6px 0 6px;
    border-bottom: 1px solid #b9c3c8;
    width: 100%;
    z-index: 101;
  }
  .siteHeader.foreign > .wrap {
    width: auto;
  }
  .siteHeader.foreign > .wrap:before {
    top: -13px;
    left: 3%;
    width: 100px;
  }
  .siteHeader.foreign .headerLogo {
    padding-left: 3%;
    width: 100px;
  }
  .siteHeader.foreign .spMenuArea {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 45px;
    left: 0;
    padding: 0 0 40px;
    width: 100%;
    max-height: calc(100vh - 47px);
    border-top: 1px solid #b9c3c8;
    overflow: auto;
    background: #133664;
  }
  .siteHeader.foreign .btnArea {
    position: relative;
    float: none;
    clear: both;
    padding: 10px 0 0;
    width: 100%;
    text-align: center;
    background: #133664;
  }
  .siteHeader.foreign .btnArea .links {
    display: inline-block;
    float: none;
    clear: both;
    margin-right: 65px;
    padding: 0 15px 0 0;
    border-right: 2px solid #b5bfc4;
    font-size: 14px;
  }
  .siteHeader.foreign .btnArea .links li {
    float: left;
  }
  .siteHeader.foreign .btnArea .links li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid #b5bfc4;
  }
  .siteHeader.foreign .btnArea .links li a {
    color: #fff;
  }
  .siteHeader.foreign .btnArea .language {
    position: absolute;
    top: 10px;
    left: 50%;
    /*margin-right: -140px;*/
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .siteHeader.foreign .btnArea #search-form {
    float: none;
    clear: both;
    position: absolute;
    top: 20px;
    left: 10%;
    width: 80%;
  }
  .siteHeader.foreign .btnArea #keywords {
    width: 100%;
    height: 46px;
  }
  .siteHeader.foreign .btnArea #search-btn {
    top: 1px;
    right: 1px;
    left: auto;
    padding: 13px;
  }
}

/*==================================================================================
 .globalNavi.company
==================================================================================*/
@media (max-width: 1024px) {
  .header_foreign > .globalNavi.foreign {
    display: none !important;
  }
}

.globalNavi.foreign {
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  font-size: 14px;
  background: #133664;
  z-index: 100;
  line-height: 1;
}
.globalNavi.foreign > ul{
  width: 94%;
  max-width: 560px;
}
@media (min-width: 1025px) {
  .globalNavi.foreign > ul:hover li.current > a {
    color: #fff;
    background: #738792;
  }
  .globalNavi.foreign > ul:hover li.current > a:hover {
    color: #133664;
    background: #fabe00;
  }
}
.globalNavi.foreign > ul > li {
  float: left;
  width: 25%;
  text-align: center;
}
/*
.globalNavi.foreign > ul > li:nth-child(2) {
  width: 13.03571%;
}
.globalNavi.foreign > ul > li:nth-child(3) {
  width: 16.78571%;
}
.globalNavi.foreign > ul > li:nth-child(4) {
  width: 13.03571%;
}
.globalNavi.foreign > ul > li:nth-child(5) {
  width: 15.44643%;
}
.globalNavi.foreign > ul > li:nth-child(6) {
  width: 19.10714%;
}
.globalNavi.foreign > ul > li:nth-child(7) {
  width: 10.44643%;
}
*/
.globalNavi.foreign > ul > li:last-child a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .globalNavi.foreign > ul > li.current > a, .globalNavi.company > ul > li.dropDownOn > a {
    color: #133664;
    background: #fabe00;
  }
}
.globalNavi.foreign > ul > li > a {
  display: block;
  position: relative;
  padding: 17px 0 14px;
  color: #fff;
}
.globalNavi.foreign > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.globalNavi.foreign > ul > li > a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .globalNavi.foreign > ul > li > a:hover {
    color: #133664;
    background: #fabe00;
  }
}
.globalNavi.foreign > ul > li .dropDown {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  padding: 30px 0;
  width: 100%;
  border-top: 1px solid #b9c3c8;
  background: #133664;
}
.globalNavi.foreign > ul > li .dropDown .category {
  display: block;
  position: relative;
  float: left;
  margin-right: 2.67857%;
  padding: 33px 0 31px;
  width: 22.32143%;
  border: 1px solid #667d96;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.globalNavi.foreign > ul > li .dropDown .category:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 90%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fabe00;
  border-bottom: 2px solid #fabe00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.globalNavi.foreign > ul > li .dropDown ul {
  position: relative;
  float: left;
  font-size: 14px;
}
.globalNavi.foreign > ul > li .dropDown ul:not(:last-of-type) {
  padding-right: 4.46429%;
}
.globalNavi.foreign > ul > li .dropDown ul.onImage {
  padding-left: 95px;
}
.globalNavi.foreign > ul > li .dropDown ul li {
  float: left;
  clear: both;
}
.globalNavi.foreign > ul > li .dropDown ul li:not(:last-child) {
  padding-bottom: 15px;
}
.globalNavi.foreign > ul > li .dropDown ul li.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
.globalNavi.foreign > ul > li .dropDown ul li.image img {
  width: 100%;
  height: auto;
}
.globalNavi.foreign > ul > li .dropDown ul li a {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.globalNavi.foreign > ul > li .dropDown ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fabe00;
}
@media (max-width: 1024px) {
  .globalNavi.foreign {
    position: static;
  }
  .globalNavi.foreign > ul {
    width: auto;
    max-width: 1120px;
  }
  .globalNavi.foreign > ul > li {
    float: none;
    clear: both;
    border-bottom: 1px solid #667d96;
    width: 100% !important;
    text-align: left;
  }
  .globalNavi.foreign > ul > li.noDropDown a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fabe00;
    border-bottom: 2px solid #fabe00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: auto;
    right: 15px;
    background: none !important;
  }
  .globalNavi.foreign > ul > li.noDropDown a:after {
    display: none;
  }
  .globalNavi.foreign > ul > li.dropDownOn a:before {
    display: none;
  }
  .globalNavi.foreign > ul > li > a {
    position: relative;
    padding: 15px 20px;
    border: none !important;
  }
  .globalNavi.foreign > ul > li > a:before, .globalNavi.company > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    background: #fabe00 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .globalNavi.foreign > ul > li > a:before {
    right: 16px;
  }
  .globalNavi.foreign > ul > li > a:after {
    width: 15px !important;
    height: 2px !important;
  }
  .globalNavi.foreign > ul > li .dropDown {
    position: static;
    margin: 0 auto;
    padding: 0 0 15px;
    width: 94%;
    border-top: none;
  }
  .globalNavi.foreign > ul > li .dropDown .category {
    display: none;
  }
  .globalNavi.foreign > ul > li .dropDown ul {
    float: none;
    clear: both;
  }
  .globalNavi.foreign > ul > li .dropDown ul:not(:last-of-type) {
    padding: 0 0 15px;
  }
  .globalNavi.foreign > ul > li .dropDown ul.onImage {
    padding-left: 0;
  }
  .globalNavi.foreign > ul > li .dropDown ul li {
    float: none;
    clear: both;
  }
  .globalNavi.foreign > ul > li .dropDown ul li:not(:last-child) {
    padding-bottom: 15px;
  }
  .globalNavi.foreign > ul > li .dropDown ul li.image {
    display: none;
  }
  .globalNavi.foreign > ul > li .dropDown ul li a {
    padding-left: 15px;
  }
  .globalNavi.foreign > ul > li .dropDown ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fabe00;
  }
}




/*==================================================================================
 siteFooter.company
==================================================================================*/
.siteFooter.foreign {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.siteFooter.foreign .logo {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 10px solid #738792;
}
.siteFooter.foreign .logo:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -10px;
  left: 50px;
  width: 50px;
  height: 10px;
  background: #fabe00;
}
.siteFooter.foreign .logo img {
  width: auto;
  height: 50px;
}
.siteFooter.foreign .logo a {
  opacity: 1;
}
.siteFooter.foreign .links {
  display: inline-block;
  padding: 0 3% 30px;
  font-size: 11px;
}
.siteFooter.foreign .links li {
  float: left;
  line-height: 1.7;
}
.siteFooter.foreign .links li:not(:last-child):after {
  content: "/";
  display: inline-block;
  color: #fabe00;
  padding: 0 3px;
  font-weight: bold;
}
.siteFooter.foreign .links li a {
  color: #526d7b;
  padding: 3px 5px 1px;
  border-radius: 3px;
}
@media (min-width: 1025px) {
  .siteFooter.foreign .links li a {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .siteFooter.foreign .links li a:hover {
    color: #133664;
    background: #fabe00;
  }
}
.siteFooter.foreign .pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.siteFooter.foreign .pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: #133664;
}
.siteFooter.foreign .pageTop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.siteFooter.foreign .copyright {
  font-size: 11px;
  color: #526d7b;
}
@media (max-width: 1024px) {
  .siteFooter.foreign .logo {
  }
  .siteFooter.foreign .links {
    display: block;
    padding: 0 0 30px;
    font-size: 14px;
  }
  .siteFooter.foreign .links li {
    float: none;
    clear: both;
    line-height: 1;
    text-align: left;
  }
  .siteFooter.foreign .links li:after {
    display: none !important;
  }
  .siteFooter.foreign .links li:not(:last-child) {
    margin-right: 0;
    padding: 0;
    border-right: none;
    border-bottom: 1px dotted #bfbfbf;
  }
  .siteFooter.foreign .links li a {
    display: block;
    padding: 17px 15px 15px;
    border-radius: 0;
    background: #eaeaea;
  }
  .siteFooter.foreign .pageTop {
    right: 10px;
    bottom: 10px;
  }
  .siteFooter.foreign .pageTop a {
    width: 40px;
    height: 40px;
  }
  .siteFooter.foreign .pageTop a:after {
    margin-left: -7px;
    width: 12px;
    height: 12px;
  }
  .siteFooter.foreign .copyright {
    text-align: center;
    font-size: 14px;
    color: #526d7b;
  }
}

/*==================================================================================
inquiry
==================================================================================*/

.enForm .globalNavi .form{
  margin-bottom: 0;
}
