
/*====================================

  ■イベント情報

=====================================*/

.imgbord{
    display: block;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
.imgbord:hover{
    opacity: 0.8;
    transition-duration: 0.7s;
}



.imgbord .img2{
display: none;
}

.app_flex{
  display: flex;
  justify-content: space-between;
  width: 100%;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;

}

.app_flex .blockone{
     width: calc(50% - 15px);

  }

.app_flex2{

}

.app_flex2 .blockone{
    padding: 60px 30px 50px;
        border: 1px solid #747c93;
          overflow: hidden;
    background: #fff;
position: relative;
z-index: 0;
  }
.app_flex2 .blockone::before{
    position: absolute;
    content: "";
    width: 67%;
    height: 210%;
    background: #F2F5F8;
    top: -42px;
    right: 0;
    z-index: -1;
    transform: rotate(14deg);
}



 .app_flex2 .blockone .shorttitlebox{
      text-align: center;
      margin-bottom: 30px;
          font-family: "Noto Serif JP", serif;
    } 
    .app_flex2 .blockone .shorttitlebox .maintitle{
  font-size: 30px;
  font-weight: 600;
  color: #2e3193;
padding-bottom: 10px ;
position: relative;
margin-bottom: 10px;
}
 .app_flex2 .blockone .shorttitlebox .maintitle::before{
content: "";
position: absolute;
right: 0;
left: 0;
margin: auto;
bottom: 0;
background:#2e3193;
width: 60px;
height: 1px;
 }
  .app_flex2 .blockone .shorttitlebox .minititle{
    font-weight: 700;
  }

.movieblock{
  text-align: center;
  margin-top: 30px;
  position: relative;

}

.movieblock .playActive{
    display: none;
  }
.movieblock video{
    width: 100%;
    height: 100%;
max-width: 700px;
margin-right: auto;
margin-left: auto;
border-radius: 0px;

}

.text-center{
    text-align: center;
}
.neofloat{
    display: none;
}

@media (max-width: 1056px) {
.app_flex .blockone{
padding: 40px 20px 40px;
    width: calc(50% - 8px);
}

}

@media (max-width: 959px) {
    .app_flex{
display: block;

}
.app_flex .blockone{
     width: 100%;
        padding: 40px 30px;
        margin-top: 40px;
  }
.app_flex2 .blockone::before{

    width: 64%;
    height: 180%;
    background: #F2F5F8;
    top: -60px;
    right: -35px;

}
}


@media (max-width: 767px) {
.hidden-xs{
    display: none;
}
.imgbord .img1{
display: none;
}

.imgbord .img2{
display: block;
}
.text-center{
    text-align: left;
}
}


@media (max-width: 480px) {
.app_flex .blockone{

        padding: 30px 20px;
    
  }
  .app_flex2 .blockone::before{
width: 77%;
  }
   .app_flex2 .blockone .shorttitlebox .maintitle{
    font-size: 26px;
   }
}