@charset "UTF-8";

/*=======================================================
Title + Info
=======================================================*/
.blog_info_date {
    font-size: 13px;
    line-height: 1;
    color: var(--color_3);
}

.blog_h1 {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color_2);
    margin-top: 24px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0;
}

.blog_info_cat {
    margin-top: 13px;
    line-height: 1;
}

.blog_info_cat a {
    margin: 3px 6px 3px 0;
    font-size: 13px;
    color: var(--color_3);
    display: inline-block;
}

.blog_info_cat a:before {
    content: "#";
}

.blog_info_cat a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
    .blog_h1 {
        padding-bottom: 10px;
        margin-top: 18px;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.45;
    }

    .blog_info_cat {
        margin-top: 9px;
    }
}

/*=======================================================
Post
=======================================================*/
#post {
    margin-top: 45px;
    font-feature-settings: "palt" 1;
}

#post > * {
    margin-top: 60px;
}

#post > *:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
    #post {
        margin-top: 20px;
    }

    #post > * {
        margin-top: 55px;
    }
}

/* Title
=======================================================*/
#post h2,
#post h3,
#post h4,
#post h5,
#post h6 {
    margin-top: 65px;
    text-align: justify;
}

#post h2 {
    padding: 36px 21px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    background-color: var(--color_1);
}

#post h3 {
    padding-bottom: 16px;
    border-bottom: 2px solid var(--color_2);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
}

#post h4,
#post h5,
#post h6 {
    padding: 6px 0 6px 16px;
    border-left: 4px solid var(--color_2);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
    #post h2 {
        padding: 39px 0;
        font-size: 20px;
        position: relative;
    }

    #post h2::before,
    #post h2::after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: inherit;
        display: block;
        position: absolute;
        top: 0;
    }

    #post h2::before {
        right: 100%;
    }

    #post h2::after {
        left: 100%;
    }

    #post h3 {
        padding-bottom: 17px;
        border-bottom: 3px solid var(--color_2);
        margin-top: 62px;
        font-size: 20px;
        line-height: 1.5;
    }

    #post h4,
    #post h5,
    #post h6 {
        padding: 5px 0 5px 15px;
        margin-top: 53px;
        font-size: 18px;
        line-height: 1.5;
    }
}

/* Paragraph
=======================================================*/
#post h3 + p {
    margin-top: 45px;
}

#post h4 + p,
#post h5 + p,
#post h6 + p {
    margin-top: 40px;
}

#post a {
    text-decoration: underline;
}

#post a:hover {
    text-decoration: none;
}

#post strong,
#post strong * {
    margin: 0 3px;
    font-weight: 700;
}

#post em,
#post em * {
    margin: 0 3px;
    font-style: italic;
    text-decoration: underline dotted;
}

#post s,
#post s * {
    text-decoration: line-through;
}

#post span.has-inline-color > * {
    color: inherit;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
    #post h3 + p {
        margin-top: 33px;
    }

    #post h4 + p,
    #post h5 + p,
    #post h6 + p {
        margin-top: 27px;
    }
}

/* Image & Video
=======================================================*/
#post > figure {
    text-align: center;
}

#post > figure img {
    width: 100%;
}

#post > figure figcaption {
    width: 100%;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    color: rgb(120, 120, 120);
}

/* YouTube */
#post iframe[data-src*="https://www.youtube.com"],
#post iframe[title*="YouTube"] {
    width: 100%;
    height: 100%;
    background-color: rgb(234, 234, 234);
    aspect-ratio: 16 / 9;
    display: block;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
}

/* List
=======================================================*/
#post > ol {
    padding: 45px 36px;
    counter-reset: item;
    background-color: var(--color_1);
}

#post > ul {
    margin-top: 55px;
}

#post > ul > li,
#post > ol > li {
    font-weight: 500;
    line-height: 1.7;
    text-align: justify;
    position: relative;
}

#post > ul > li:first-child,
#post > ol > li:first-child {
    margin-top: 0;
}

#post > ul > li {
    padding: 27px 0;
    border-bottom: 1px dashed var(--color_4);
}

#post > ul > li:first-child {
    border-top: 1px dashed var(--color_4);
}

#post > ul > li:before {
    content: "・";
    margin-right: 5px;
}

#post > ol li {
    padding-left: 39px;
    margin-top: 16px;
}

#post > ol li::before {
    content: counters(item, ".");
    counter-increment: item;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    background-color: var(--color_3);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
    #post > ul > li,
    #post > ol > li {
        line-height: 1.65;
    }

    #post > ol {
        padding: 39px 21px 39px 18px;
    }

    #post > ul {
        margin-top: 50px;
    }

    #post > ol li {
        margin-top: 13px;
    }
}

/* Table
=======================================================*/
.wp-block-table {
    margin-bottom: 0;
}

.wp-block-table table {
    width: 100%;
    border: 1px solid var(--color_3);
    font-size: 14px;
    line-height: 1.6;
    table-layout: fixed;
}

.wp-block-table table tr {
    border-bottom: 1px solid var(--color_3);
}

.wp-block-table table tr:last-child {
    border-bottom: none;
}

.wp-block-table table tr > * {
    padding: 24px 12px;
    border: none;
    border-right: 1px solid var(--color_3);
}

.wp-block-table table tr > *:first-child {
    background-color: var(--color_1);
}

.wp-block-table table tr > *:last-child {
    border-right: none;
}

#post .wp-block-table table tr > * strong {
    margin: 0;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
}

/* Dl
=======================================================*/
#post dl dt {
    padding: 10px 20px;
    border: 1px solid var(--color_2);
    border-bottom: none;
    margin-top: 16px;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    background-color: var(--color_1);
}

#post dl dt:first-child {
    margin-top: 0;
}

#post dl dd {
    padding: 20px 20px 25px;
    border: 1px solid var(--color_2);
    border-top: none;
    border-radius: 0 0 5px 5px;
    line-height: 1.6;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
    #post dl dt {
        padding: 15px 20px;
    }
    #post dl dd {
        line-height: 1.8;
    }
}

/*=======================================================
Easy Table of Contents
=======================================================*/
#post #ez-toc-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    position: relative;
}

#post #ez-toc-container .ez-toc-title-container {
    padding: 18px 24px;
    background-color: var(--color_4);
}

#post #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

#post #ez-toc-container nav {
    padding: 27px 0 69px;
    border-top: none;
    border-bottom: 1px solid var(--color_3);
    font-size: 15px;
    font-feature-settings: "palt" 1;
}

#post #ez-toc-container ul > li {
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1;
}

#post #ez-toc-container nav .ez-toc-list > li:before {
    vertical-align: middle;
}

#post #ez-toc-container nav a {
    line-height: 1.4;
    vertical-align: middle;
    text-decoration: none;
}

#post #ez-toc-container nav a:hover {
    color: var(--color_3);
}

#post #ez-toc-container nav .ez-toc-list-level-1 {
    counter-reset: count 0;
}

#post #ez-toc-container nav .ez-toc-list-level-1 > li:before {
    content: counter(count) " .";
    counter-increment: count 1;
    margin-right: 5px;
    font-weight: 700;
    color: var(--color_4);
}

#post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-2 {
    margin-top: 18px;
}

#post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-2:first-child {
    margin-top: 0;
}

#post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-2 > .ez-toc-link {
    font-weight: 700;
    text-decoration: underline;
}

#post #ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 {
    margin-top: 18px;
}

#post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-3 {
    padding-left: 10px;
    margin-top: 13px;
    font-size: 13px;
}

#post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-3:first-child {
    margin-top: 0;
}

#post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-3:before {
    content: "-";
    margin-right: 6px;
    letter-spacing: 0;
    color: var(--color_3);
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 896px) {
}

@media screen and (max-width: 480px) {
    #post #ez-toc-container .ez-toc-title-container {
        padding: 13px 0;
        text-align: center;
    }

    #post #ez-toc-container .ez-toc-title-container .ez-toc-title {
        text-align: center;
    }

    #post #ez-toc-container nav {
        padding: 20px 0 58px;
    }

    #post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-2 {
        margin-top: 13px;
    }

    #post #ez-toc-container nav .ez-toc-list > li:before,
    #post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-3:before {
        width: 21px;
        margin-right: 0;
        display: inline-block;
    }

    #post #ez-toc-container nav .ez-toc-list .ez-toc-link {
        width: calc(100% - 21px);
        text-align: justify;
        display: inline-block;
    }

    #post #ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 {
        margin-top: 11px;
    }

    #post #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-3 {
        padding-left: 0;
        margin-top: 8px;
    }
}
