@charset "UTF-8";
header { position: relative; padding: 24px 0; box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1); z-index:1;    background-color: #000521c9; }
header img.img-responsive { display:inline-block; }
.video-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}
.video-popup-wrapper .contents_wrapper {
   width: 100%;
   max-width: 940px;
   margin: 10px auto 0;
   background: #fff;
   padding: 15px;
   border-radius: 12px;
   box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 38%);
   position: relative;
  }
  .video-popup-close {
   position: absolute;
right: -10px;
top: -11px;
z-index: 99999;
background: #242424;
border-radius: 50%;
width: 26px;
text-align: center;
border: 1px solid #9d9d9d;
font-family: arial;
font-weight: bold;
color: #fff;  
cursor: pointer;
}
.video-iframe-close {
   position: absolute;
right: -10px;
top: -11px;
z-index: 99999;
background: #242424;
border-radius: 50%;
width: 26px;
text-align: center;
border: 1px solid #9d9d9d;
font-family: arial;
font-weight: bold;
color: #fff;  
cursor: pointer;

}
.video-popup h3{
font-weight: 700;
font-size: 25px;
line-height: 32px;
padding-left: 14px;
position: relative;
text-align: left;
margin-bottom: 20px;
display: block;
margin-top: 20px;
}

.video-popup h3:before {
content: "";
position: absolute;
left: 0;
height: 30px;
border-left: 4px solid #D52B1E;
}
.video-popup iframe {
    width: 800px;
    height: 450px;
}
.video-iframe{
  display: none;
  background: rgba(0,0,0,0.5);
  z-index: 10000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_iframe_info{
    border: 5px solid #fff;
    width: 100%;
    max-width: 570px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 38%);
    max-height: 325px;
  
}
.webinar_iframe{
      display: none;
      background: rgba(0,0,0,0.5);
      z-index: 10000000;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.webinar-iframe-info{
    border: 5px solid #fff;
    width: 100%;
    max-width: 570px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 38%);
    max-height: 325px;
}
.webinar-iframe-close{
    position: absolute;
    right: -10px;
    top: -11px;
    z-index: 99999;
    background: #242424;
    border-radius: 50%;
    width: 26px;
    text-align: center;
    border: 1px solid #9d9d9d;
    font-family: arial;
    font-weight: bold;
    color: #fff;  
    cursor: pointer;  
}
.video-popup{
  overflow: auto;
  position: relative;
  display: block;
  height: 100%;
  max-height: 95vh;
}
.video-popup img{
   max-width: 100%;
   height: auto;
}
.video-list {}

.video-list .play-video {
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,.1);
border-radius: 5px;
cursor: pointer;
padding: 0;
margin: 0;
transition: all .3s ease-in-out;
display: block;
margin: 0 0 20px 1px;
padding: 10px;
width: 99%;
}
.video-list .play-video .left_section{
position: relative;
}
.video-list .play-video .left_section:after {
content: "";
position: absolute;
width: 40px;
height: 30px;
background: url(https://www.enago.jp/pwaimg/play-icon-new.png) 0 0 no-repeat;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.col-md-3.ad-banner-slot {
    padding-top:10px;
    padding-bottom: 10px;
    transition: .2s all ease-in-out;
}

.col-md-3.ad-banner-slot img{
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius:10px;
}
.col-md-3.ad-banner-slot:hover{
    transform: translateY(-5px)
}

.col-md-3.ad-banner-slot:hover img{
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
    .video-popup-wrapper .contents_wrapper {
        width: 96%;
        max-width: 100%;
    }
    .video-popup h3 {
        font-size: 20px;
    }
    .video_iframe_info, .webinar-iframe-info{
        max-width: 95%;
        border: 2px solid #fff
    }
    #video-frame, #webinar-frame {
        width: 100%;
        height: auto;
    }
  }

  @media only screen and (min-width: 480px) and (max-width: 595px) {

  }
  @media only screen and (min-width: 595px) and (max-width: 690px) {

  }
  @media only screen and (min-width: 690px) and (max-width: 800px) {

  }
  @media only screen and (min-width: 800px) and (max-width: 1024px) {

  }