@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;
}

.top {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 25%, rgb(255, 255, 255) 40.4%, rgb(255, 84, 5) 31%, rgb(255, 84, 5) 100%);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.wrap {
  background-color: white;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  text-align: center;
  border-bottom: solid 2px #000000;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 15px;
    margin: 25px auto;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

.title {
  text-align: center;
}

.names {
  text-align: left;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .names p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .names p {
    font-size: 25px;
  }
}

.entry {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1019607843);
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .entry {
    margin: 10px auto;
  }
}
@media only screen and (max-width: 767px) {
  .entry {
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .entry p {
    font-size: 20px;
  }
}

.content {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .content p {
    margin: 10px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content p {
    font-size: 20px;
  }
}

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

.global_head {
  margin: 0 !important;
}/*# sourceMappingURL=style.css.map */