.type02 {
  width: 640px;
  height: 110px;
  margin: 0 auto;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .type02 {
    width: 100%;
  }
}
.type02 #icon-menu {
  width: 100px;
  height: 114px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 6px;
}
@media only screen and (max-width: 640px) {
  .type02 #icon-menu {
    width: auto;
    height: auto;
    right: 12px;
  }
}
.type02 #icon-menu.close {
  display: none;
}

#icon-menu_close {
  display: none;
  width: 100px;
  height: 114px;
  position: absolute;
  top: 17px;
  right: 6px;
}
@media only screen and (max-width: 640px) {
  #icon-menu_close {
    width: auto;
    height: auto;
    right: 12px;
  }
}
#icon-menu.close + #icon-menu_close {
  display: block;
}

#type02_nav {
  margin: 0 auto;
  width: 640px;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 640px) {
  #type02_nav {
    width: 100%;
  }
}

#navi {
  z-index: 99;
  position: absolute;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100vh;
  background: #FFFFFF;
  opacity: 0;
  transition: right 0.6s;
}
#type02_nav.active #navi {
  right: 0;
  opacity: 1;
}
#navi ol {
  width: 90%;
  margin: 140px auto 0;
}
#navi ol li {
  position: relative;
  display: block;
  height: 50px;
  border-bottom: 1px solid #CCCCCC;
}
#navi ol li:first-child {
  border-top: 1px solid #CCCCCC;
}
#navi ol li:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  width: 10px;
  height: 19px;
  background-image: url("../images/li-after.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#navi ol li a {
  display: block;
  width: 100%;
  height: 50px;
  text-indent: 1em;
  line-height: 50px;
  text-decoration: none;
}

footer#line-navi {
  position: fixed;
  z-index: 10000;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
footer#line-navi a img {
  width: auto;
  height: 70px;
  margin: 15px auto;
}

article {
  width: 640px;
  margin: 0 auto;
}
article img {
  max-width: 100%;
}
article#technology {
  padding: 0 0 30px;
  background-color: #EAF2F6;
  background-image: url("../images/tec-bg.jpg");
  background-repeat: no-repeat;
  background-position: top 250px left;
  background-size: contain;
}
article#technology section ol:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
article#technology section ol li {
  display: inline-block;
  width: 50.5833333333%;
}
article#technology section ol li:nth-child(2n) {
  width: 49.4166666667%;
}
article#technology section img.tec02 {
  display: block;
  width: 50%;
  height: auto;
  margin: 100px auto 20px;
}
article#technology section img.tec05 {
  display: block;
  width: 70%;
  height: auto;
  margin: 30px auto;
}
article#technology section.video {
  width: 90%;
  margin: 0 auto;
}
article#technology section.video video {
  width: 100%;
}
article h2 {
  margin: 40px 0;
  text-align: center;
}
article h2 img {
  width: 60%;
  height: auto;
}
article hr {
  width: 30px;
  height: 1px;
  border: none;
  background-color: #6497BF;
}/*# sourceMappingURL=style_01.css.map */