@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
.sns-twitter::before {
  content: "\e61b";
}

.sns-instagram::before {
  content: "\f16d";
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 36px;
}

h2 {
  font-size: 32px;
  text-align: center;
}

h3 {
  font-size: 24px;
  text-align: left;
}

.wrap {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrap {
    width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 100vw;
    width: 95%;
  }
}
.wrap .img {
  margin: 36px auto;
  text-align: center;
  justify-content: center;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .wrap .img img {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .img img {
    height: 200px;
  }
}

.textbox {
  font-size: 20px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

.global_head {
  margin: 0 !important;
}

header, footer {
  position: relative;
  z-index: 9999999999;
}/*# sourceMappingURL=style.css.map */