.title-box {
  padding-bottom: 0%;
}

.title-box .content-title {
  letter-spacing: 0.1em;
}

.text-box p {
  background-image: url("../../src/occupation/occupation.webp");
  background-size: 70%;
}

.contents-box {
  width: 90%;
}

.content {
  width: 80%;
}

.story-box {
  width: 100%;
  margin: 10% auto;
}
.story-box h3 {
  font-size: 2.5vw;
  margin: 0;
}
.story-box .story {
  margin-top: 0;
}

.title-box .content-title {
  font-family: "dnp-shuei-shogomincho-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 700px) {
  .banner img {
    width: 100%;
    padding-bottom: 5%;
    margin: 0 auto;
  }
  .select-box .select a {
    font-size: 15px;
  }
  .title-box .content-title {
    font-size: 19px;
    line-height: 180%;
  }
}/*# sourceMappingURL=occupation.css.map */