.backbtn {
  text-align: center !important;
  margin: 3em auto 1em !important;
  width: 10em !important;
  display: flex;
  justify-content: center;
}

#subpageWrap {
  display: block;
  position: relative;
  padding-top: 3em;
}
#subpageWrap .button {
  display: flex;
  margin: 2em auto !important;
  width: 60%;
  justify-content: center;
}
#subpageWrap .pen-white {
  width: 35em;
  position: absolute;
  top: 5em;
  right: -6em;
}
#subpageWrap .text_wrap {
  margin: 1em 0;
  line-height: 1.8;
}
#subpageWrap .topics_header {
  width: 100%;
}
#subpageWrap .topics_header img {
  min-width: 100%;
  border-radius: 0.5em;
  border: 0.1em solid #acacac;
}
#subpageWrap .memo-table-big {
  max-width: 1700px;
  margin: 0 auto;
  width: 85%;
}
#subpageWrap .list_w100 {
  margin: 3em auto;
  text-align: center;
}
#subpageWrap .list_w100 ul {
  margin-bottom: 2em;
}
#subpageWrap .list_w100 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1.5em auto;
  gap: 0.5em;
  box-sizing: border-box;
}
#subpageWrap .list_w100 li p {
  text-align: center;
  min-width: 9em;
  font-size: 80%;
  background: #fff;
  border-radius: 0.3em;
  border: 0.1em solid #858585;
  padding: 0.2em 1em;
  color: #494949;
}
#subpageWrap .list_w100 li span {
  text-align: center;
  width: 100%;
  line-height: 1.8;
}
#subpageWrap footer {
  background: url("../img/footer/footerimg2.png");
  padding: 6em 0 3em;
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
}
#subpageWrap footer .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#subpageWrap footer .inner .footer-img2 {
  width: 22em;
  transform: rotateZ(-5deg);
}
#subpageWrap footer .inner .footer-img2:hover {
  transform: rotateZ(-2deg);
}
#subpageWrap footer img {
  width: 7em;
  margin: 2em auto;
}
#subpageWrap footer p {
  font-size: 60%;
}

@media screen and (max-width: 1000px) {
  #subpageWrap footer .footer-img2 {
    width: 15em;
  }
  h1 {
    margin-top: 2em !important;
  }
  .pen-white {
    width: 25em;
    position: absolute;
    top: 2em;
    right: -6em;
  }
  .button {
    width: 90% !important;
    line-height: 1.5 !important;
  }
  .inner {
    width: 97%;
  }
  .memo-table-big {
    max-width: 1700px;
    margin: 0 auto;
    width: 100% !important;
  }
  .memo-table-big-inner {
    padding: 2em 2em 2em 2em !important;
  }
  .backbtn {
    width: 10em !important;
  }
}/*# sourceMappingURL=subpage.css.map */