.single_box {
  font-size: 1.6rem;
  margin-bottom: 8rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .single_box {
    margin-bottom: 4rem;
  }
}
.single_box img {
  height: auto;
}

.single_box h2, .single_box h3 {
  font-size: 2rem;
  line-height: 1.6;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .single_box h2, .single_box h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.single_box h2 {
  padding: 0 0 0rem 1rem;
  border-bottom: solid 3px #c0ae8c;
  border-left: solid 6px #c0ae8c;
  font-size: 2.2rem;
  margin: 6rem 0 2.5rem;
  background: none;
}
@media screen and (max-width: 767px) {
  .single_box h2 {
    padding: 0 0 0.5rem 1rem;
  }
}
.single_box h3 {
  padding: 0 0 0 2rem;
  position: relative;
}
.single_box h3::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #c0ae8c;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .single_box h3::before {
    top: 0.9rem;
  }
}
.single_box h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0;
  margin: 4rem 0 2.5rem;
  position: relative;
}
.single_box h5, .single_box h6 {
  margin: 4rem 0 2.5rem;
}
.single_box h2.no_m, .single_box h3.no_m, .single_box h4.no_m, .single_box h5.no_m, .single_box h6.no_m {
  margin: 0;
}

.single_box blockquote {
  background: #fafafa;
  border-radius: 5px;
  color: #777;
  font-style: italic;
  position: relative;
  padding: 3rem 1.5rem 1rem 1.5rem;
  margin: 2.5rem 0;
}
.single_box blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 1.5rem;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #ccc;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.single_box blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.single_box blockquote cite {
  display: block;
  text-align: right;
  color: #bbb;
  font-size: 0.9em;
}

.single_box table {
  width: 100%;
  border: solid 1px #eee;
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.single_box table p {
  font-size: 1.4rem;
}
.single_box table p:first-of-type {
  margin-top: 0;
}
.single_box tr {
  border-top: solid 1px #eee;
}
.single_box td, .single_box th {
  padding: 1.3rem;
  vertical-align: middle;
  border: solid 1px #eee;
}
.single_box th {
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .single_box .table_custom table, .single_box .table_custom tbody {
    display: block;
    width: 100%;
  }
  .single_box .table_custom tr {
    display: block;
    border-top: none;
    width: 100%;
  }
  .single_box .table_custom td, .single_box .table_custom th {
    display: block;
    width: 100%;
    padding: 1.3rem;
  }
}
.single_box .table_custom td:first-of-type {
  background: #fafafa;
  vertical-align: middle;
  width: 20rem;
  padding: 1.3rem 2rem 1.3rem;
  text-align: left;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single_box .table_custom td:first-of-type {
    display: block;
    width: 100%;
  }
}
.single_box .table_custom-20_80 td:first-of-type {
  width: 20%;
}
.single_box .table_custom-20_80 td:last-of-type {
  width: 80%;
}
.single_box .table_custom-02 td:first-of-type {
  width: 32%;
}
.single_box .table_custom-02 td:last-of-type {
  width: 68%;
}

.single_box ul {
  background: #f8f6f2;
  border: 2px solid #c0ae8c;
  padding: 10px;
  margin: 1.6em 0;
}
.single_box li {
  padding-left: 1em;
  position: relative;
}
.single_box li::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: #7f725c;
  border-radius: 1em;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.single_box li:not(:first-of-type) {
  margin: 1.6rem 0 0;
}
.single_box ul li ul {
  padding-left: 2em;
  margin-right: 1em;
  margin-bottom: 10px;
}

#ez-toc-container {
  padding: 1em 2em 1em !important;
  min-width: 90%;
  margin: 4rem auto;
  border: 1px solid #eee;
  background: #fafafa;
}
@media screen and (max-width: 767px) {
  #ez-toc-container {
    margin: 3rem auto;
  }
}
#ez-toc-container ul {
  border: none;
  font-size: 1.4rem;
}
#ez-toc-container li::before {
  content: none;
}
#ez-toc-container p.ez-toc-title {
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  display: inline-block;
}
#ez-toc-container a {
  display: block;
}

.ez-toc-title-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .ez-toc-title-container {
    margin-bottom: 1.5rem;
  }
}

.ez-toc-link {
  display: block;
  padding: 1.5rem 0.5rem;
  border-top: 1px dotted #ddd;
}

.ez-toc-heading-level-3 a {
  padding-left: 1.5em;
  position: relative;
}
.ez-toc-heading-level-3 a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: calc(1.5rem + 0.8em);
  width: 6px;
  height: 2px;
  background: #636363;
}

.single_box .postttl_tips,
.single_box .postttl_more {
  background: #f8f6f2;
  border-top: 1px solid #7f725c;
  border-bottom: 1px solid #7f725c;
  color: #7f725c;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 3rem;
  padding: 1.5rem;
  text-align: center;
}
.single_box .postttl_tips:before,
.single_box .postttl_more:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  line-height: 1;
  margin-right: 1rem;
}
.single_box .postttl_tips:before {
  content: "\f0eb";
  font-size: 1.3em;
}
.single_box .postttl_more:before {
  content: "\f02d";
  font-size: 1.3em;
  vertical-align: middle;
}/*# sourceMappingURL=post.css.map */