@charset "utf-8";
/* ====================================================
テキスト
==================================================== */
.post p {
  zoom: 1;
  margin: 0 0 2.35em 0;
  font-size: var(--font-size16);
  line-height: 1.75;
}
.post h2 {
  margin: 0 0 1.15em 0;
  font-size: var(--font-size25);
  font-weight: bold;
  color: #5bb971;
}
.post h3 {
  margin: 0 0 1em 0;
  font-size: var(--font-size24);
  font-weight: bold;
  color: #f06634;
}
.post h4 {
  margin: 0 0 0.78em 0;
  font-size: var(--font-size22);
  font-weight: bold;
  color: #f4969f;
}
.post h5 {
  margin: 0 0 0.7em 0;
  font-size: var(--font-size18);
  font-weight: bold;
}
.post h6 {
  margin: 0 0 0.6em 0;
  font-size: 1.6rem;
  font-size: var(--font-size16);
  font-weight: bold;
}
.post p em {
  font-style: italic !important;
}
.post p del {
  text-decoration: line-through;
}
.post p strong,
.post p b {
  font-weight: bold !important;
}
.post sup {
  position: relative;
  top: -0.1em;
  font-size: 70%;
  vertical-align: top;
}
.post sub {
  position: relative;
  bottom: -0.1em;
  font-size: 70%;
  vertical-align: bottom;
}
.post a {
  position: relative;
  text-decoration: underline;
  color: #f06634;
}
.post .aligncenter {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0.5em auto 0.5em auto;
  text-align: center;
}
.post .alignleft {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 0.5em 1em 0.5em 0;
}
.post .alignright {
  float: right;
  width: auto;
  max-width: 100%;
  margin: 0.5em 0 0.5em 1em;
}
@media screen and (max-width: 767px) {
  div.post {
    overflow: scroll;
    line-height: 1.65;
  }
  .post p {
    margin: 0 0 1.9em 0;
    font-size: var(--font-size15);
  }
  .post h2,
  .post h3,
  .post h4,
  .post h5,
  .post h6 {
    line-height: 1.5;
  }
  .post h2 {
    font-size: var(--font-size18);
  }
  .post h3 {
    font-size: var(--font-size17);
  }
  .post h4 {
    font-size: var(--font-size16);
  }
  .post h5 {
    font-size: var(--font-size15);
  }
  .post h6 {
    font-size: var(--font-size14);
  }
}
/* ====================================================
リスト
==================================================== */
.post ul,
.post ol {
  margin: 1.5em 0;
}
.post ul li {
  margin: 5px 0 5px 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.post ul li:before {
  margin-right: 0.5em;
  font-size: 60%;
  content: "●";
}
.post ol li {
  margin: 5px 0 5px 2em;
  list-style: decimal;
}
.post ol li:before {
  margin-right: 0.5em;
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .post ul,
  .post ol {
    font-size: var(--font-size15);
  }
}
/* ====================================================
テーブル
==================================================== */
.post table {
  overflow: hidden;
  width: 100%;
  margin: 2em 0;
  border: solid 1px #efefef;
  border-collapse: collapse;
  font-size: var(--font-size16);
}
.post table tr {
  border-bottom: 1px solid #efefef;
}
.post table tr:last-child {
  border-bottom: none;
}
.post table th {
  width: 164px;
  padding: 10px 17px;
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #efefef;
  background-color: #f5e829;
  font-size: var(--font-size16);
  font-weight: bold;
  text-align: center;
}
.post table td {
  padding: 10px 17px;
  border-top: solid 1px #efefef;
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  border-left: solid 1px #efefef;
  font-size: var(--font-size16);
}
@media screen and (max-width: 767px) {
  .post table th,
  .post table td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  .post table th {
    padding: 15px 21px 13px;
    border: solid 1px #efefef;
  }
  .post table td {
    padding: 15px 21px;
    border: solid 1px #efefef;
  }
  .post table tr {
    border-bottom: none;
  }
}
/* ====================================================
画像
==================================================== */
.post img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
/* ====================================================
youtube
==================================================== */
.youtube_iframe {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.youtube_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ====================================================
パスワード保護
==================================================== */
.post-password-form {
  padding: 50px 0;
  line-height: 3;
  text-align: center;
}
.post-password-form input[type="submit"],
.post-password-form input[type="button"] {
  padding: 3px 10px;
}
/* ====================================================
clearfix
==================================================== */
.post p:before,
.post p:after {
  display: table;
  content: "";
}
.post p:after {
  clear: both;
}
