@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Oswald:wght@500;700&display=swap");
img {
  display: block;
  width: 100%;
  height: auto;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  color: #49a839;
  text-align: center;
  margin: 50px auto 100px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
h2::after {
  content: "";
  display: block;
  margin-top: 8px;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  h2::after {
    margin-top: 4px;
    font-size: 16px;
  }
}

h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  color: #5a5858;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #5a5858;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #5a5858;
}

a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}

p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #5a5858;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

td {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  color: #5a5858;
}
@media screen and (max-width: 768px) {
  td {
    font-size: 14px;
  }
}

.content-tree {
  margin: 10px 0;
  padding: 0 20px;
  display: flex;
  gap: 5px;
}
.content-tree a {
  font-size: 11px;
  color: #49a839;
}
.content-tree span {
  line-height: 1;
  font-size: 11px;
  white-space: nowrap;
}
.content-tree .last-tree {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #49a839;
}
.content-tree .right-arrow {
  display: inline-block;
}
.content-tree .right-arrow::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-size: 11px;
  font-weight: 900;
  color: #49a839;
}

.mail {
  background-color: #49a839;
}

.twitter {
  background-color: #3290cf;
}

.instagram {
  background-color: #cf2e92;
}/*# sourceMappingURL=basic.css.map */