#main {
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: linear-gradient(0, white 0, rgba(255, 255, 255, 0) 50%), url("/wp-content/themes/otomejuku/img/common/common-top-back2.png"), url("/wp-content/themes/otomejuku/img/common/common-top-back.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back2.png"), url("/wp-content/themes/otomejuku/img/common/common-bottom-back.png");
  background-size: auto, auto, contain, auto, 100%, auto;
  background-position: top center, top center, top center, bottom center, bottom center;
}

section {
  margin: 60px 0;
}

.poem {
  background-image: url("../img/about/poem-back.png");
  background-size: contain;
  box-shadow: 0 4px 6px #ddd;
  text-align: center;
  border-radius: 16px;
  padding: 48px 15%;
  color: #F1408B;
}
@media only screen and (max-width: 768px) {
  .poem {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.poem .blank-line {
  height: 48px;
}
.poem h2 {
  font-size: 48px;
  margin-bottom: 48px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 768px) {
  .poem h2 {
    font-size: 36px;
  }
}
.poem p {
  font-size: 24px;
  line-height: 2;
  font-family: "Shippori Mincho B1", serif;
}
@media only screen and (max-width: 768px) {
  .poem p {
    font-size: 18px;
  }
}
.poem hr {
  border-top: none;
  color: #F1408B;
  margin: 48px 0;
}

.content-area {
  max-width: 804px;
  margin: 0 auto;
  padding: 0 12px;
}
.content-area .blank-line {
  height: 24px;
}
.content-area a:link, .content-area a:visited, .content-area a:hover, .content-area a:active {
  color: #dd5189;
  text-decoration: underline;
}
.content-area > h2 {
  min-height: 50px;
  font-size: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 6px #ddd;
  border-radius: 10px;
  position: relative;
  padding: 0 0 0 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
}
@media only screen and (max-width: 768px) {
  .content-area > h2 {
    font-size: 18px;
  }
}
.content-area > h2::before {
  position: absolute;
  left: 4px;
  content: "";
  background-image: url("../img/about/emblem_4c.gif");
  background-size: contain;
  width: 40px;
  height: 40px;
}

.post-contents ol li {
  padding: 10px 20px 0;
}
.post-contents ol li:first-child {
  padding-top: 0;
}
/*# sourceMappingURL=about.css.map */
