@charset "utf-8";


/* ------- REQUIREMENTS ---------------------------------------------- */
.requirements-wrap{
  background-color: #F0F6FC;
  position: relative;
  z-index: 0;
}
.requirements-wrap:before,
.requirements-wrap:after{
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  mix-blend-mode: multiply;
}
.requirements-wrap:before{
  left: 0;
  top: 0;
}
.requirements-wrap:after{
  right: 0;
  bottom: 0;
}
.requirements-list{
  position: relative;
  z-index: 1;
}
.requirements-list > div{
  background-color: #FFF;
}
.requirements-list > div > dt{
  color: #78A4E2;
  font-weight: 700;
}
.requirements-list > div > dd > dl > div:nth-child(n + 2){
  margin-top: 30px;
}
.requirements-list > div > dd > dl dt{
  font-weight: 700;
}
.requirements-list > div > dd .note-list{
  color: #666666;
  margin-top: 20px;
}
@media print, screen and (min-width:781px) {
  .requirements-wrap{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .requirements-wrap:before,
  .requirements-wrap:after{
    padding-bottom: 28.40409%;
    width: 50%;
    opacity: .5;
  }
  .requirements-wrap:before{
    background-image: url("../img/bg1.png");
  }
  .requirements-wrap:after{
    background-image: url("../img/bg2.png");
  }
  .requirements-list > div{
    display: flex;
    margin-top: 20px;
    padding: 20px 50px;
  }
  .requirements-list > div > dt{
    width: 175px;
  }
  .requirements-list > div > dd{
    width: calc(100% - 185px);
  }
}
@media screen and (max-width: 780px) {
  .requirements-wrap{
    padding-top: 25px;
    padding-bottom: 75px;
  }
  .requirements-wrap:before,
  .requirements-wrap:after{
    padding-bottom: 61.15384%;
    width: 50%;
    opacity: .5;
  }
  .requirements-wrap:before{
    background-image: url("../img/bg1_sp.png");
  }
  .requirements-wrap:before{
    background-image: url("../img/bg2_sp.png");
  }
  .requirements-list > div{
    margin-top: 25px;
    padding: 25px 5%;
  }
  .requirements-list > div > dd{
    margin-top: 15px;
  }
}


@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}


@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}
