/* CSS Document */
/** ===========================================================================
 * header
 ** ======================================================================== */
.t-single-header {
    position: relative;
}
.t-single-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .1em;
}
.t-single-date {
    display: flex;
    flex-wrap: wrap;
    margin: -.5em;
    font-size: 12px;
    font-size: 1.2rem;
}
.t-single-date > * {
    padding: .5em;
}
.t-single-date:not(:first-child) {
    margin-top: calc(1em - .5em);
}
.t-single-tags {
    margin-top: 10px;
}
.t-single-header .wpulike {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 999;
}
.t-single-post:not(:first-child) {
    margin-top: 70px;
}
*:not(.t-single-forum-card) + .comments-area:not(:first-child) {
  padding-top: 50px;
  border-top: 1px dotted #929292;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .t-single-header .wpulike {
        bottom: 20px;
    }
}
/** ===========================================================================
 * post
 ** ======================================================================== */
.c-post::after {
    content: "";
    display: block;
    clear: both;
}
.c-post h2, .c-post h3, .c-post h4 {
    display: block;
    clear: both;
    line-height: 1.8;
}
.c-post h2:not(:last-child), .c-post h3:not(:last-child), .c-post h4:not(:last-child) {
  margin-bottom: 1em;
}
.c-post h2 {
    padding-bottom: .25em;
    border-bottom: 1px solid #f2f2f2;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
}
.c-post h2:not(:first-child) {
  margin-top: 2em;
}
.c-post h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-post h3:not(:first-child) {
  margin-top: 1em;
}
.c-post h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-post h4:not(:first-child) {
  margin-top: 1em;
}
.c-post p {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-post p:not(:first-child) {
  margin-top: .5em;
}
.c-post strong {
    font-weight: bold;
}
.c-post ul, .c-post ol {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.c-post ul {
    list-style-type: disc;
}
.c-post ol {
    list-style-type: decimal;
}
.c-post blockquote {
    background-color: #eee;
    padding: 40px 20px 30px 25px;
    margin-bottom: 20px;
    position: relative;
}
.c-post blockquote p {
    margin-bottom: 0;
}
.c-post blockquote:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
    content: "\f10d"; /* http://fontawesome.io/icons/ */
    position: absolute;
    top: 11px;
    left: 25px;
}
.c-post del {
    text-decoration: line-through;
}
.c-post ins {
    text-decoration: underline;
}
.c-post sup {
    vertical-align: super;
    font-size: smaller;
}
.c-post sub {
    vertical-align: sub;
    font-size: smaller;
}
.c-post blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/* テーブル */
.c-post table {
    margin: 0 0 30px 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    width: calc(100% - 2px);
    text-align: left;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    font-size: 1.4rem;
}
.c-post td, .c-post th {
    border: 1px solid #f2f2f2;
    padding: 10px 15px 7px;
    line-height: 1.5;
    background: #fff;
    word-break: break-all; /* 英文折り返し */
}
.c-post .wp-block-table td, .c-post .wp-block-table th {
    border: 1px solid #f2f2f2;
}
.c-post th {
    background: #eee;
}
/** ===========================================================================
 * nav
 ** ======================================================================== */
.t-single-nav {
  position: sticky;
  top: 20px;
  margin-left: -1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.t-single-nav:not(:first-child) {
  margin-top: 30px;
}
.t-single-nav ul li {
  padding-left: 1em;
}
.t-single-nav ul:not(:first-child) {
  margin-top: .5em;
}
.t-single-nav ul li:not(:first-child) {
  margin-top: .5em;
}
.t-single-nav ul li a {
  display: block;
  padding: .25em;
}
.t-single-nav ul li a.current, .t-single-nav ul li a:hover {
  background-color: #F8F8F8;
}
/** ===========================================================================
 * forum
 ** ======================================================================== */
.t-single-forum-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
}