.un_copy {
  margin-top: 9px;
  margin-top: 2.3076923077vw;
}
@media screen and (min-width: 768px) {
  .un_copy {
    margin-top: 14px;
  }
}

.un_copy_contents {
  margin-left: 8px;
  margin-left: 2.0512820513vw;
  margin-right: 8px;
  margin-right: 2.0512820513vw;
  font-size: 14px;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) {
  .un_copy_contents {
    margin: 0;
    font-size: 1.4rem;
  }
}
.un_copy_contents:not(:first-child) {
  margin-top: 80px;
  margin-top: 20.5128205128vw;
}
@media screen and (min-width: 768px) {
  .un_copy_contents:not(:first-child) {
    margin-top: 80px;
  }
}

.un_copy_contentsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  gap: 6.1538461538vw;
}
@media screen and (min-width: 768px) {
  .un_copy_contentsInner {
    gap: 32px;
  }
}
.un_copy_contentsInner ol {
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  gap: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .un_copy_contentsInner ol {
    gap: 16px;
  }
}
.un_copy_contentsInner ol li {
  text-indent: -16px;
  text-indent: -4.1025641026vw;
  padding-left: 16px;
  padding-left: 4.1025641026vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .un_copy_contentsInner ol li {
    text-indent: -18px;
    padding-left: 18px;
    line-height: 1.6;
  }
}
.un_copy_contentsInner ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 4px;
  padding-right: 1.0256410256vw;
}
@media screen and (min-width: 768px) {
  .un_copy_contentsInner ol li::before {
    padding-right: 4px;
  }
}
.un_copy_contentsInner p:has(.el_link_type01) {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .un_copy_contentsInner p:has(.el_link_type01) .el_link_type01 {
    font-size: 1.5rem;
  }
}

.un_copy_h2 {
  margin-bottom: 32px;
  margin-bottom: 8.2051282051vw;
  color: #23ac38;
  font-size: 30px;
  font-size: 7.6923076923vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .un_copy_h2 {
    margin-bottom: 48px;
    font-size: 3.6rem;
  }
}

.un_copy_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 62px;
  margin-top: 15.8974358974vw;
}
@media screen and (min-width: 768px) {
  .un_copy_link {
    margin-top: 64px;
  }
}
.un_copy_link a {
  max-width: 216px;
  max-width: 55.3846153846vw;
  height: 64px;
  height: 16.4102564103vw;
}
@media screen and (min-width: 768px) {
  .un_copy_link a {
    max-width: 216px;
    height: 64px;
  }
}

.__alignCenter-Left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .__alignCenter-Left {
    text-align: left;
  }
}