@charset "UTF-8";
.technical-movie h3 {
  margin-bottom: 20px;
}

.technical-movie .box-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  .technical-movie .box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.technical-movie .box-wrap h4 {
  font-size: 1.9rem;
  padding: 10px 0 10px 60px;
  background-color: #396da3;
  color: white;
  text-align: left;
  border-bottom: 1px solid #2f5883;
  background-image: url(../images/movie.png);
  background-repeat: no-repeat;
  background-position: 3% 52%;
}

@media (max-width: 1000px) {
  .technical-movie .box-wrap h4 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.technical-movie .box-wrap .left, .technical-movie .box-wrap .right {
  width: 48%;
}

@media (max-width: 1000px) {
  .technical-movie .box-wrap .left, .technical-movie .box-wrap .right {
    width: 100%;
    margin-bottom: 30px;
  }
}

.technical-movie .box-wrap ol {
  font-size: 1.6rem;
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-top: 15px;
  line-height: 2;
}

@media (max-width: 1000px) {
  .technical-movie .box-wrap ol {
    font-size: 1.3rem;
  }
}

.technical-movie .box-wrap ol li.none-exsit {
  visibility: hidden;
}

@media (max-width: 1000px) {
  .technical-movie .box-wrap ol li.none-exsit {
    display: none;
  }
}

.technical-movie .box-wrap .long-movie {
  margin-top: 15px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.technical-movie .box-wrap .long-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.technical-movie .box-wrap video {
  width: 100%;
}

.technical-movie h5 {
  font-size: 1.6rem;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .technical-movie h5 {
    margin-top: 0;
    line-height: 2;
    font-size: 1.3rem;
  }
}

.technical-movie p.libfont_small {
  margin-top: 5px;
  text-indent: 0.5em;
}

@media (max-width: 1000px) {
  .technical-movie p.libfont_small {
    margin-bottom: 0;
  }
}

.technical-movie .bunner-box {
  width: 800px;
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .technical-movie .bunner-box {
    width: 100%;
  }
}

.technical-movie .bunner-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.technical-movie .bunner-box ul li {
  width: 20%;
}

.technical-movie .bunner-box ul li.dum {
  visibility: hidden;
}

@media (max-width: 500px) {
  .technical-movie .bunner-box ul li.dum {
    display: none;
  }
}

@media (max-width: 1000px) {
  .technical-movie .bunner-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .technical-movie .bunner-box ul li {
    margin-top: 25px;
    width: 48%;
  }
  .technical-movie .bunner-box ul li img {
    max-width: 100%;
  }
}

@media (max-width: 400px) {
  .technical-movie .bunner-box ul li:nth-child(1), .technical-movie .bunner-box ul li:nth-child(2) {
    margin-top: 0;
  }
}

.technical-movie .bunner-box ul span.banner-title {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
  background-image: url(../../common/images/arrow_icon.png);
  background-repeat: no-repeat;
  padding-left: 1em;
  font-family: "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Futura Koyu",sans-serif;
  text-decoration: underline;
  margin-top: 0;
  padding-top: 1em;
  background-position: 0 5px;
  width: 80%;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 10px;
}

@media (max-width: 1000px) {
  .technical-movie .bunner-box ul span.banner-title {
    font-size: 1rem;
  }
}

.technical-movie .bunner-box ul span.banner-title.kiyaku {
  font-size: 1rem;
  padding-left: 0;
  background-image: none;
}

.technical-movie .bunner-box ul img {
  display: block;
}

.technical-movie .bunner-box h4 {
  font-size: 1.6rem;
  color: #2f5883;
  padding: 15px 0 10px 0;
  font-family: "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tec-title-bg {
  font-size: 1.9rem;
  padding: 10px 1em 10px 1em;
  background-color: #396da3;
  color: white;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  .tec-title-bg {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.tec-title-02 {
  font-size: 1.9rem;
  padding: 10px 0 10px 60px;
  background-color: #396da3;
  color: white;
  text-align: left;
  border-bottom: 1px solid #2f5883;
  background-image: url(../images/movie.png);
  background-repeat: no-repeat;
  background-position: 2% 52%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  .tec-title-02 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.technical-movie .bunner-box {
  width: 100%;
}

.technical-movie .bunner-box ul {
  width: 100%;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.technical-movie .bunner-box ul li {
  width: 18%;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .technical-movie .bunner-box ul li {
    width: 45%;
  }
}

#iframe-only {
  width: 100%;
}

@media (max-width: 1000px) {
  iframe {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .long-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.long-movie {
  max-width: 480px;
  margin: 10px auto;
  text-align: center;
}

@media (max-width: 1000px) {
  .long-movie {
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .technical-movie h5 {
    margin-top: 15px;
  }
}

.wrap0218 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .wrap0218 {
    display: block;
  }
}

.wrap0218 .left {
  width: auto;
  margin-right: 15px;
}

@media (max-width: 1000px) {
  .wrap0218 .left {
    width: 100%;
  }
}

.wrap0218 .left .bnrBox_01 p {
  margin-top: 0;
}

.wrap0218 .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding: 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1000px) {
  .wrap0218 .right {
    width: 100%;
    padding: 10px 20px;
  }
}

.wrap0218 .right p {
  font-size: 1rem;
  margin-top: 0 !important;
}

@media (max-width: 1000px) {
  .wrap0218 .right p {
    font-size: 13px;
  }
}

.wrap0218.wrap0316 .right p {
  font-size: 1.6rem;
}

@media (max-width: 1000px) {
  .wrap0218.wrap0316 .right p {
    font-size: 13px;
  }
}

.bg-none {
  background-image: none;
  padding-left: 0.5em;
}

.wrap-0221 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  .wrap-0221 {
    display: block;
  }
}

.wrap-0221 .left {
  width: 40%;
}

.wrap-0221 .left p {
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .wrap-0221 .left {
    width: 100%;
  }
}

.wrap-0221 .right {
  width: 54%;
}

@media (max-width: 1000px) {
  .wrap-0221 .right {
    margin-top: 15px;
    width: 100%;
  }
}

.small-title {
  font-size: 1.6rem;
  color: #2f5883;
  padding: 15px 0 10px 0;
}

#tec_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tec_box #tec_box_left {
  width: 70%;
}

@media (max-width: 1000px) {
  #tec_box #tec_box_left {
    width: 100%;
  }
}

#tec_box #tec_box_right {
  width: 30%;
}

@media (max-width: 1000px) {
  #tec_box #tec_box_right {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
}

.tec-big {
  font-size: 1.6rem;
}

@media (max-width: 1000px) {
  .tec-big {
    font-size: 1.3rem;
  }
}

p.mt1em {
  margin-top: 1em;
}
/*# sourceMappingURL=style2.css.map */