@charset "UTF-8";
.funen_pipe section {
  background-color: #F6FBFE;
  border: solid 2px #004ea2;
  border-radius: 20px;
  padding: 30px 10%;
  margin-bottom: 50px;
}
.funen_pipe h4 {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 15px;
  width: 100px;
}
.funen_pipe h4:before {
  background-color: #3371b5;
}
.funen_pipe h5 {
  margin: 0;
  font-size: 28px;
  color: #004ea2;
  text-align: center;
}
.funen_pipe .red {
  color: #D0121B;
}
.funen_pipe .btn_pdf a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #3371b5;
  border: solid 2px #004ea2;
  border-bottom: solid 5px #004ea2;
  border-radius: 50px;
  padding: 20px 0;
  width: 400px;
  margin: 40px auto 0;
  position: relative;
}
.funen_pipe .btn_pdf a:hover {
  color: #fff;
  background-color: #6695c7;
  opacity: 1;
}
.funen_pipe .btn_pdf a .arrow {
  width: 40px;
  height: 40px;
  background-color: #E8F7FF;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
  transition: all .3s;
}
.funen_pipe .btn_pdf a .arrow:before, .funen_pipe .btn_pdf a .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.funen_pipe .btn_pdf a .arrow:before {
  left: 14px;
  width: 10px;
  height: 2px;
  background: #004ea2;
}
.funen_pipe .btn_pdf a .arrow:after {
  left: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.funen_pipe .btn_pdf a:hover .arrow {
  right: 40px;
}
.funen_pipe .btn_pdf a:hover .arrow:before {
  background: #004ea2;
}
.funen_pipe .btn_pdf a:hover .arrow:after {
  border-top: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
}
/*動画*/
.funen_pipe .video_wrap {
  margin-top: 30px;
  position: relative;
}
.funen_pipe .video_wrap h6 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #3371b5;
  border-radius: 5px;
  padding: 5px 0;
  width: 200px;
  margin: 0 auto 20px;
}
.funen_pipe .video_wrap .video {
  width: 750px;
  margin: 0 auto;
  position: relative;
  box-shadow: 1px 1px 10px #aaa;
}
.funen_pipe .video_wrap .video img {
  width: 100%;
  vertical-align: bottom;
}
.funen_pipe .video_wrap .video .play {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.lightcase-icon-close:before {
  content: none;
}
.lightcase-icon-close:after {
  color: #fff;
  font-size: 50px;
  position: absolute;
  content: "×";
  top: 0px;
  right: 0px;
  z-index: 10000;
}
.lightcase-icon-spin:before {
  content: none;
}
@media screen and (max-width:1100px) {
  .funen_pipe section {
    padding: 25px 5%;
    margin-bottom: 40px;
  }
  .funen_pipe h4 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .funen_pipe h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .funen_pipe .btn_pdf a {
    font-size: 16px;
    padding: 15px 0;
    width: 80%;
    margin: 30px auto 0;
  }
  .funen_pipe .btn_pdf a .arrow {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .funen_pipe .btn_pdf a .arrow:before {
    left: 10px;
  }
  .funen_pipe .btn_pdf a .arrow:after {
    left: 13px;
  }
  .funen_pipe .btn_pdf a:hover .arrow {
    right: 10px;
  }
  .funen_pipe .video_wrap h6 {
    font-size: 16px;
    width: 150px;
    margin: 0 auto 15px;
  }
  .funen_pipe .video_wrap .video {
    width: 100%;
  }
}