@charset "utf-8";
.post-content .page-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c6c6;
  font-weight: bold;
  line-height: 1.6;
}
.post-content .eyecatch {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 187%;
  margin: 50px 0px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.post-content h3 {
  font-size: 143%;
  margin: 50px 0px 30px;
  font-weight: 500;
  padding: 0 0 15px;
  border-bottom: 1px solid #c9c6c6;
}
.post-content h4 {
  font-size: 112%;
  font-weight: 500;
  margin: 50px 0px 15px;
}
.post-content h5 {
  font-size: 112%;
  margin: 50px 0px 15px;
  font-weight: 500;
}
.post-content h6 {
  margin: 50px 0px 15px;
  font-weight: 500;
}
.post-content h1:first-child, .post-content h2:first-child, .post-content h3:first-child, .post-content h4:first-child, .post-content h5:first-child, .post-content h6:first-child, .post-content p:first-child, .post-content ul:first-child, .post-content ol:first-child {
  margin-top: 0px;
}
.post-content ul, .post-content ol {
  margin: 30px 0;
}
.post-content ul li {
  list-style: disc;
  margin-left: 1em;
}
.post-content ol li {
  list-style: decimal;
  margin-left: 1em;
}
.post-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.post-content img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}
.post-content .detail {
  margin: 0 -2% 15px;
  font-size: 75%;
  line-height: 1.4;
}
.post-content .detail dt {
  margin: 0 2%;
  flex-basis: 9%;
}
.post-content .detail dd {
  margin: 0 2%;
  flex-basis: 83%;
  position: relative;
}
.post-content .detail dd:before {
  width: 1px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: -3%;
  background-color: #232323;
  content: "";
}
.post-content .detail dd a {
  color: #232323;
  text-decoration: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

pcSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px), print {
  .post-content .page-title {
    margin-bottom: 50px;
    font-size: 156%;
  }
  .post-content p + p {
    margin-top: 30px;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

spSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 767px) {
  .post-content .page-title {
    font-size: 142%;
    margin-bottom: 30px;
  }
  .post-content h2 {
    margin: 30px 0;
    font-size: 178%;
  }
  .post-content h3 {
    margin: 30px 0;
    font-size: 142%;
  }
  .post-content h4 {
    margin: 30px 0 15px;
    font-size: 128%;
  }
  .post-content h5 {
    margin: 30px 0 15px;
  }
  .post-content h6 {
    margin: 15px 0;
  }
  .post-content p + p {
    margin-top: 15px;
  }
  .post-content img {
    width: auto;
    max-width: 100%;
  }
  .post-content .detail {
    font-size: 85%;
  }
  .post-content .detail dt {
    flex-basis: 22%;
  }
  .post-content .detail dd {
    flex-basis: 70%;
  }
  .post-content .btn {
    margin: 30px 0 0;
  }
}