@charset "utf-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  overflow-x: hidden;
}
header {
  font-family: "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  background-color: rgba(255,255,255,0.7);
  position: fixed;
  width: 100%;
  z-index: 999;
}
header nav {
  text-align: right;
}
header nav ul {
  display: table;
  width: 100%;
  margin: 0;
}
header nav ul li {
  display: table-cell;
  list-style: none;
  text-align: center;
}
header nav ul li a {
  display: inline-block;
  padding: 30px 15px;
  color: #333333;
}
header nav ul li a.contactbutton {
  color: #fff;
  background-color: #17274C;
}
header .col-md-3 a {
  display: block;
  height: 100%;
  color: #fff;
  background-color: #17274C;
  text-align: center;
}
article {
  font-family: "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}
footer {
  padding-top: 100px;
  font-family: "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  background-color: #F2F2F2;
}
footer a.btn {
  color: #FFF;
  background-color: #4D4D4D;
  border-radius: 0;
}
footer iframe {
  height: 260px;
  width: 100%;
}
footer #copyright {
  margin-top: 100px;
  color: #FFF;
  background-color: #17274C;
}
.more {
  background-color: #999999;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.gothic {
  font-family: "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}
#index #mainimage {
  background-image: url("/img/index/main.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  min-height: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index #mainimage #scroll {
  position: absolute;
  bottom: -140px;
}
#index #mainimage .link {
  background-color: rgba(0,0,0,0.5);
  border-radius: 0;
  color: #FFF;
}
#index .cgray {
  color: #4D4D4D;
}
#index .display-4 {
  font-size: 1.5rem;
  font-weight: bold;
}
#index #insta .more {
  background: none !important;
  color: #4D4D4D;
}
#index #insta .more .fa {
  display: block !important;
  font-size: 200%;
}
#index .shadow {
  text-shadow: 2px 2px 3px #6f6f6f;
}
#index #about {
  color: #FFF;
  background-image: url("/img/index/back.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  min-height: 1080px;
}
#index #about .col-md-6 {
  background-color: rgba(0,0,0,0.5);
  min-height: 1080px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
}
#index #exportview {
  background-image: url("/img/index/back2.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  min-height: 916px;
}
#index #exporttress {
  background-image: url("/img/index/back3.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  min-height: 957px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index #exporttress .col-md-6 {
  color: #FFF;
  background-color: rgba(0,0,0,0.5);
}
#index #company {
  background-image: url("/img/index/back4.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  min-height: 751px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
#index #management {
  background-image: url("/img/index/back5.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  min-height: 2074px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
#index #management #textbox {
  color: #FFF;
  background-color: rgba(0,0,0,0.5);
  padding: 60px;
  width: 100%;
}
#contact {
  background-color: #EFECEB;
}
#contact table {
  width: 100%;
}
#contact table tr th {
  padding: 5px;
}
#contact table tr td {
  padding: 5px;
}
#contact table tr:nth-child(odd) {
  background: #F2F2F2;
}
.submenu {
  background-color: #E6E6E6;
  padding: 20px 0px;
  text-align: center;
}
.submenu ul {
  margin: 0;
}
.submenu ul li {
  display: inline-block;
}
.submenu ul li a {
  color: #4D4D4D;
  padding: 0px 20px;
}
.pageheader {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageheader .inheader {
  text-align: center;
  color: #FFF;
  font-size: 16px;
}
.pageheader .inheader div {
  font-size: 110%;
  margin-bottom: 2rem;
}
.pageheader .inheader strong {
  display: block;
  font-size: 150%;
}
.graybox {
  background-color: #F2F2F2;
}
.btn-gray {
  color: #FFF;
  background-color: #333333;
  border-radius: 0;
}
h3 {
  font-size: 18px;
}
.boxtitle {
  background-color: rgba(0,0,0,0.5);
}
.boxtitle .innerbox {
  text-align: center;
  padding: 40px 20px;
  max-width: 90%;
  color: #FFF;
  font-size: 16px;
  line-height: 2.2rem;
}
.boxtitle .innerbox strong {
  display: block;
  padding-bottom: 2rem;
  font-size: 18px;
}
.box {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 50% 0%;
  min-height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box .innerbox {
  text-align: center;
  padding: 40px 20px;
  max-width: 90%;
  color: #FFF;
  background-color: rgba(0,0,0,0.5);
  font-size: 16px;
  line-height: 2.2rem;
}
.box .innerbox strong {
  display: block;
  padding-bottom: 2rem;
  font-size: 18px;
}
.contact .pageheader {
  background-image: url("/img/contact/pageheader.png");
}
.contact table {
  width: 100%;
}
.contact table tr th {
  padding: 10px;
}
.contact table tr td {
  padding: 10px;
}
.contact table tr:nth-child(odd) {
  background: #f9f9f9;
}
@media screen and (max-width: 667px) {
  img {
    max-width: 100%;
  }
  header .pt-3 {
    padding: 0 !important;
  }
  header nav ul {
    display: block;
  }
  header nav ul li {
    width: 50%;
    display: block;
    float: left;
  }
  header nav ul li a {
    color: #000;
    display: block;
    padding: 5px 2px;
  }
  header nav ul li:last-child {
    font-size: 80%;
  }
  #index #mainimage #scroll {
    display: none;
  }
  table {
    display: block;
  }
  table tbody {
    display: block;
  }
  table tbody tr {
    display: block;
  }
  table tbody tr th {
    display: block;
  }
  table tbody tr td {
    display: block;
  }
}
