.requirements {
  max-width: 1300px;
  padding: 60px 15px;
  margin: 0 auto;
  overflow-x: hidden;
}
.requirements .application {
  padding: 1em 1em;
  margin: 50px 10px;
  font-weight: bold;
  color: #533767;
  background: #F0CBF6;
  box-shadow: 0px 0px 0px 10px #F0CBF6;
  border: solid 2px #fff;
}
.requirements .application p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
}
.requirements .application p::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(/requirements/image/checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.requirements .application.closed {
  color: #333;
  background: #D9D9D9;
  box-shadow: 0px 0px 0px 10px #D9D9D9;
}
.requirements .entry_begins {
  margin: 45px auto 70px;
  padding: 17px;
  width: calc(100% - 30px);
  max-width: 700px;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  border: solid 4px #7B7099;
}
.requirements .entry_begins .attention {
  line-height: 32px;
  background: linear-gradient(transparent 0%, transparent 50%, #DBCCF3 50%, #DBCCF3 100%);
}
.requirements .caution {
  margin: 45px auto 70px;
  padding: 17px;
  width: calc(100% - 30px);
  max-width: 1000px;
  font-size: 16px;
  line-height: 32px;
  border: solid 4px #7B7099;
}
.requirements .caution .attention {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px;
}
.requirements .caution .attention span {
  background: linear-gradient(transparent 0%, transparent 50%, #DBCCF3 50%, #DBCCF3 100%);
}
.requirements h2 {
  display: block;
  width: 100%;
  height: 90px;
  margin: 60px auto 30px;
  background: linear-gradient(0deg, rgb(168, 175, 206) 0%, rgb(151, 154, 190) 0%, rgb(73, 71, 107) 94%);
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.requirements ._heading-var2 {
  margin-top: 80px;
  margin-bottom: 30px;
}
.requirements ul {
  margin-top: 30px;
}
.requirements ul li {
  margin-bottom: 1em;
  padding-left: 18px;
  text-indent: -18px;
  line-height: 32px;
}
.requirements ul li::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 8px;
  line-height: 32px;
  background-color: #7B7099;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.requirements ul li .attention {
  line-height: 32px;
  background: linear-gradient(transparent 0%, transparent 50%, #DBCCF3 50%, #DBCCF3 100%);
}
.requirements ul li .note {
  font-size: 0.5em;
  line-height: 28px;
  color: #005B95;
  vertical-align: top;
}
.requirements ul li ul {
  margin-top: 1em;
}
.requirements .link {
  margin-top: 50px;
  position: relative;
  width: 100%;
  max-width: 580px;
  height: 60px;
  margin: 25px auto 60px;
  color: #fff;
  text-align: center;
  background-color: #005B95;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.requirements .link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.52px;
  width: 100%;
  height: 100%;
  padding-right: 1.5em;
}
.requirements .link a.link_arrow::after {
  position: absolute;
  top: 25%;
  right: 50px;
}
.requirements .capacity {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
.requirements .capacity span {
  font-size: 32px;
  font-weight: 700;
}
.requirements .cost_free {
  width: 600px;
  height: 100px;
  margin: 0 auto;
  background-image: url(/requirements/image/sen2_pink_2025.webp);
  background-repeat: no-repeat;
  background-size: 550px;
  background-position: top center;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.requirements .cost_free::before {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(/requirements/image/checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.requirements .cost_free span {
  font-size: 40px;
}
.requirements dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.requirements dl dt {
  width: 2em;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.requirements dl dd {
  width: calc(100% - 2em);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1em;
}
.requirements h4 {
  margin-top: 40px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.requirements p {
  line-height: 32px;
}
.requirements a.outside {
  color: #005B95;
  text-decoration: underline;
}
.requirements a.outside::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/common/image/icon_link_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.requirements a.outside:hover {
  color: #1989c8;
}

@media (max-width: 800px) {
  .requirements {
    position: relative;
    padding: 30px 20px;
  }
  .requirements .img-overflow {
    overflow-x: scroll;
  }
  .requirements .img-overflow img {
    width: 800px;
    max-width: none;
  }
  .requirements .application_closed {
    padding: 20px 15px;
    margin: 10px;
  }
  .requirements .application_closed p {
    display: block;
    color: #19396F;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
  }
  .requirements .application_closed p::before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/requirements/image/checkmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .requirements h2 {
    height: 55px;
    font-size: 24px;
  }
  .requirements .cost_free {
    position: relative;
    left: -18px;
    height: 100px;
    padding-left: 2em;
    justify-content: flex-start;
    font-size: 18px;
    background-position: top -10px left -15px;
    z-index: 5;
  }
  .requirements .cost_free::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/requirements/image/checkmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .requirements .cost_free span {
    font-size: 30px;
  }
  .requirements h4 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .requirements .link a.link_arrow:after {
    right: 34px;
  }
}
@media (max-width: 370px) {
  .requirements h2 {
    font-size: 20px;
  }
  .requirements .link a.link_arrow:after {
    right: 14px;
  }
}