@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@800&display=swap");
/* Media Queries */
/* Common */
html {
  font-size: 62.5%; /* font-size 1em = 10px */
}

body {
  color: #2b2b2b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* *********************************************
  Wrapper
********************************************* */
#wrapper {
  max-width: 768px;
  margin: auto;
}

/* *********************************************
  Header
********************************************* */
/* *********************************************
  Main
********************************************* */
main {
  background: #f2f1ed;
}
main .subject_list {
  border-top: 2px solid #fff;
}
main .link_list .link_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3em;
  padding: 0 1.5em;
  color: #040000;
  font-size: min(5.87vw,37px);
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
main .link_list .link_txt::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url(../img/icon/arrow2.png) center/100% no-repeat;
}
main .link_list .link_txt:first-of-type {
  border-top: 2px solid #fff;
}
main .return_back {
  padding-top: 13%;
  background: #fff;
}
main .return_back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #2b2b2b;
  font-size: min(4.8vw,30px);
  text-decoration: none;
}
main .return_back a span {
  width: 0.75em;
  margin-left: 0.5em;
  line-height: 1;
}

/* *********************************************
  Footer
********************************************* */
footer {
  margin-top: 38px;
  padding: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: center;
  border-top: 1px solid #f4f3ed;
}
footer .shelf_link {
  display: block;
  width: 200px;
  margin: 0 auto 64px;
}
footer .other_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding-bottom: 32px;
}
footer .other_link a {
  color: #59574f;
  font-size: 12px;
}
footer .copyright {
  color: #8a877c;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */