@charset "UTF-8";
@media screen and (max-width: 979px) {
  .main h2 {
    font-family: "Noto Sans CJK JP", "MS Pゴシック", "Arial";
    font-size: 24px;
    font-weight: 700;
    line-height: 35.52px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #6F5436;
  }
  .main .content {
    color: #464E53;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 980px) {
  .main h2 {
    font-family: "Prompt", "MS Pゴシック", "Arial";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 76px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #6F5436;
  }
  .main .content {
    color: #464E53;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .main .content .post-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}/*# sourceMappingURL=page.css.map */