@charset "utf-8";
/* ====================================================
テキスト
==================================================== */
.post p {
  zoom: 1;
  margin: 0 0 1.8em 0;
  font-size: var(--fs16);
  line-height: 1.9;
}
.post p:last-child {
  margin-bottom: 0;
}
.post h1 {
  margin: 0 0 1.18em 0;
  font-size: var(--fs26);
  font-weight: 700;
  color: #2d5b60;
}
.post h2 {
  margin: 0 0 1.15em 0;
  font-size: var(--fs24);
  font-weight: 700;
  color: #4a8c80;
}
.post h3 {
  margin: 0 0 1em 0;
  font-size: var(--fs22);
  font-weight: 700;
  color: #4a8c80;
}
.post h4 {
  margin: 0 0 0.78em 0;
  font-size: var(--fs20);
  font-weight: 700;
  color: #2d5b60;
}
.post h5 {
  margin: 0 0 0.7em 0;
  font-size: var(--fs18);
  font-weight: 700;
  color: #2d5b60;
}
.post h6 {
  margin: 0 0 0.6em 0;
  font-size: var(--fs17);
  font-weight: 700;
  color: #2d5b60;
}
.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: 100%;
  vertical-align: top;
}
.post sub {
  position: relative;
  bottom: -0.5em;
  font-size: 100%;
  vertical-align: bottom;
}
.post a {
  position: relative;
  text-decoration: underline;
}
.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 {
    line-height: 1.65;
  }
  .post p {
    margin: 0 0 1.9em 0;
    font-size: var(--fs14);
  }
  .post h2,
  .post h3,
  .post h4,
  .post h5,
  .post h6 {
    line-height: 1.5;
  }
  .post h2 {
    font-size: var(--fs18);
  }
  .post h3 {
    font-size: var(--fs17);
  }
  .post h4 {
    font-size: var(--fs16);
  }
  .post h5 {
    font-size: var(--fs15);
  }
  .post h6 {
    font-size: var(--fs14);
  }
}
/* ====================================================
リスト
==================================================== */
.post ul,
.post ol {
  margin: 1.5em 0;
  font-size: var(--fs16);
}
.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(--fs14);
  }
}
/* ====================================================
テーブル
==================================================== */
.post table {
  overflow: hidden;
  width: 100%;
  margin: 2em 0;
  border: solid 1px #efefef;
  border-collapse: collapse;
  font-size: var(--fs16);
}
.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: #2d5b60;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.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;
}
@media screen and (max-width: 767px) {
  .post table {
    font-size: var(--fs14);
  }
  .post table th,
  .post table td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
  .post table th {
    padding: 10px 21px;
    border: solid 1px #efefef;
  }
  .post table td {
    padding: 15px 21px;
    border: solid 1px #efefef;
  }
  .post table tr {
    border-bottom: none;
  }
}
/* ====================================================
画像
==================================================== */
.post figcaption {
  margin-top: 20px;
  font-size: var(--fs15);
}
.post img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .post figcaption {
    margin-top: 10px;
    font-size: var(--fs13);
  }
}
/* ====================================================
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;
}
/* ====================================================
アイコン
==================================================== */
.post a[href*=".pdf"]:after {
  content: none;
}
.post a[href$=".xlsx"]:after,
.post a[href$=".xls"]:after {
  content: none;
}
.post a[target="_blank"]::after {
  content: none;
}
