@charset "UTF-8";
.edvation_open_lab-main #kv {
  margin-bottom: 80px;
}
.edvation_open_lab-main #kv img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 880px) {
  .edvation_open_lab-main #kv {
    margin-bottom: 50px;
  }
}
.edvation_open_lab-main .inner {
  width: 94%;
  max-width: 990px;
  margin: 0 auto;
}
.edvation_open_lab-main h2 {
  font-size: 26px;
  font-weight: bold;
  background: #F5F8FC;
  color: #1059B6;
  border-bottom: 3px solid #1059B6;
  padding: 14px 0;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edvation_open_lab-main h2:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 70px;
  height: 30px;
  background: url("/assets/images/edvation_open_lab/icon_edvation_open_lab.svg") no-repeat center center;
}
@media only screen and (max-width: 880px) {
  .edvation_open_lab-main h2 {
    font-size: 20px;
    padding-right: 56px;
    margin-bottom: 40px;
  }
  .edvation_open_lab-main h2:before {
    min-width: 70px;
  }
}
.edvation_open_lab-main p {
  font-size: 18px;
  margin-bottom: 2em;
}
.edvation_open_lab-main p span {
  font-size: 13px;
}
.edvation_open_lab-main .btn {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  max-width: 440px;
  margin: 0 auto 2em;
  border-radius: 50em;
  border: 1px solid #1059B6;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.edvation_open_lab-main .btn a {
  display: block;
  padding: 14px 30px;
}
.edvation_open_lab-main dl {
  font-size: 18px;
  margin-bottom: 60px;
}
.edvation_open_lab-main dl dd {
  position: relative;
  padding-left: 1.5em;
}
.edvation_open_lab-main dl dd:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.edvation_open_lab-main h3 {
  display: inline-block;
  background: #1059B6;
  color: #fff;
  padding: 11px 30px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
}
.edvation_open_lab-main #nen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  margin-bottom: 30px;
}
.edvation_open_lab-main #nen li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 151px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E7E7E7;
  background: #FFF;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.edvation_open_lab-main #nen li.on, .edvation_open_lab-main #nen li:hover {
  border: 1px solid #E7E7E7;
  background: #F5F8FC;
}
@media only screen and (max-width: 880px) {
  .edvation_open_lab-main #nen {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edvation_open_lab-main #nen li {
    width: 33.3333333333%;
    padding: 15px 0;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
  }
}
.edvation_open_lab-main .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #1059B6;
  border-bottom: 1px solid #1059B6;
}
.edvation_open_lab-main .item-ttl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 298px;
  padding: 15px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
.edvation_open_lab-main .item-ttl div:nth-child(1) {
  width: 30%;
  max-width: 298px;
}
.edvation_open_lab-main .item-ttl div:nth-child(2) {
  width: 40%;
  max-width: 360px;
}
.edvation_open_lab-main .item-ttl div:nth-child(3) {
  width: 30%;
  max-width: 298px;
}
@media only screen and (max-width: 880px) {
  .edvation_open_lab-main .item-ttl div:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
  .edvation_open_lab-main .item-ttl div:nth-child(2), .edvation_open_lab-main .item-ttl div:nth-child(3) {
    display: none;
  }
}
.edvation_open_lab-main .item {
  display: none;
  border-bottom: 1px solid #1059B6;
  margin-bottom: 100px;
}
@media only screen and (max-width: 880px) {
  .edvation_open_lab-main .item {
    margin-bottom: 80px;
  }
}
.edvation_open_lab-main .item.on {
  display: block;
}
.edvation_open_lab-main .item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edvation_open_lab-main .item li:not(:last-child) {
  border-bottom: 1px dashed #1059B6;
}
.edvation_open_lab-main .item li:nth-child(odd) {
  background: #F4F4F4;
}
.edvation_open_lab-main .item li div {
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
}
.edvation_open_lab-main .item li div:nth-child(1) {
  width: 30%;
  max-width: 298px;
  font-weight: bold;
  text-align: center;
}
.edvation_open_lab-main .item li div:nth-child(2) {
  width: 40%;
  max-width: 360px;
}
.edvation_open_lab-main .item li div:nth-child(3) {
  width: 30%;
  max-width: 298px;
}
.edvation_open_lab-main .item li div:nth-child(3) a {
  color: #333;
  text-decoration: underline;
}
@media only screen and (max-width: 880px) {
  .edvation_open_lab-main .item li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 19px 20px 20px 20px;
    gap: 10px;
  }
  .edvation_open_lab-main .item li div {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
  }
}
.edvation_open_lab-main #modal {
  margin-bottom: 10px;
}
.edvation_open_lab-main .caption {
  font-size: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.edvation_open_lab-main #modal_wrap {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.edvation_open_lab-main #modal_wrap.on {
  display: block;
}
.edvation_open_lab-main #modal_wrap .modal_ovelray {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.edvation_open_lab-main #modal_wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 80%;
  max-width: 800px;
}