.must-attention {
  text-align: center;
}
.must-attention__label {
  width: 98px;
  margin: 0 auto;
}
.must-attention__label img {
  width: 100%;
}
.must-attention__text {
  color: #b40096;
  font-size: 18px;
  font-weight: 700;
}
.must-attention__text span {
  padding: 6px 6px 3px;
  border-bottom: 2px dotted #b40096;
  display: inline-block;
}
.must-conditions {
  margin-top: 24px;
  counter-reset: must-counter;
}
.must-conditions__item {
  padding: 14px 30px 14px 46px;
  background: #fff;
  border: 2px solid #b40096;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  counter-increment: must-counter;
}
.must-conditions__item + .must-conditions__item {
  margin-top: 8px;
}
.must-conditions__item:before {
  content: counter(must-counter) ".";
  position: absolute;
  top: 13px;
  left: 24px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #b40096;
}
.must-conditions__notes {
  font-size: 14px;
  font-weight: normal;
}
.must-notes {
  margin-top: 24px;
}
.must-notes__item {
  padding-left: 36px;
  position: relative;
}
.must-notes__item + .must-notes__item {
  margin-top: 8px;
}
.must-notes__item:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../../img/common/icon_notes.png) no-repeat center center;
  background-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-id {
  margin-top: 40px;
}
.recruit-id__heading {
  padding-top: 69px;
  background: url(../../img/howto/icon_registration.png) no-repeat center top;
  background-size: 116px 61px;
  text-align: center;
  color: #b40096;
  font-size: 18px;
  font-weight: 700;
}
.recruit-id__list {
  margin-top: 16px;
}
.recruit-id-card + .recruit-id-card {
  margin-top: 16px;
}
.recruit-id-card__heading-wrap {
  padding: 16px 24px;
  background: #b40096;
  border-radius: 12px 12px 0 0;
  color: #fff;
  text-align: center;
}
.recruit-id-card__heading {
  font-size: 16px;
  font-weight: 700;
}
.recruit-id-card__notes {
  margin-top: 4px;
  font-size: 12px;
}
.recruit-id-card__detail {
  padding: 24px 22px 22px;
  background: #fff;
  border-radius: 0 0 12px 12px;
  border: 2px solid #b40096;
  border-top: 0;
}
.recruit-id-card__text {
  margin-bottom: 16px;
}
.recruit-id-check {
  margin-bottom: 16px;
}
.recruit-id-check__heading {
  font-weight: 700;
}
.recruit-id-check__list {
  margin-top: 8px;
}
.recruit-id-check__item {
  padding-left: 12px;
  position: relative;
}
.recruit-id-check__item:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: #b40096;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.identification {
  margin-top: 40px;
}
.identification__heading {
  padding-top: 71px;
  background: url(../../img/howto/icon_id.png) no-repeat center top;
  background-size: 128px 63px;
  text-align: center;
  color: #b40096;
  font-size: 18px;
  font-weight: 700;
}
.identification__detail {
  padding: 24px 24px 32px;
  margin-top: 16px;
  background: #f6e0f2;
  border-radius: 12px;
}
.identification__attention {
  font-weight: 700;
  text-align: center;
}
.identification__list {
  padding: 24px;
  margin: 16px 0;
  background: #fff;
  border-radius: 4px;
}
.identification__item + .identification__item {
  margin-top: 4px;
}
.identification__notes {
  margin: 8px 0;
}
.identification__note {
  color: rgba(76, 56, 82, 0.7);
  line-height: 1.4;
  font-size: 12px;
}
.identification__note + .identification__note {
  margin-top: 4px;
}

.reminder {
  margin-top: 40px;
}
.reminder__heading-wrap {
  padding-top: 112px;
  background: url(../../img/howto/img_majo_ok.png) no-repeat center top;
  background-size: 168px 96px;
  text-align: center;
  position: relative;
}
.reminder__label {
  width: 120px;
  position: absolute;
  top: 36px;
  left: 16px;
}
@media screen and (max-width: 499px) {
  .reminder__label {
    left: -12px;
  }
}
.reminder__label img {
  width: 100%;
}
.reminder__heading {
  color: #b40096;
  font-size: 18px;
  font-weight: 700;
}
.reminder__heading span {
  display: inline-block;
}
.reminder__text {
  margin-top: 16px;
}
.reminder-movie {
  margin-top: 40px;
}
.reminder-movie__text {
  padding: 16px;
  border-radius: 12px;
  background: #b40096;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.reminder-movie__text:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #b40096;
}
.reminder-movie__movie {
  width: 100%;
  margin-top: 28px;
  aspect-ratio: 16/9;
  position: relative;
}
.reminder-movie__movie iframe {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}