@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');

/*  */
.cat-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cat-links .category-name {
    background-color: #a7e3df;
    border-radius: 15px;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 12px;
}

.modified-date {
    color: #a7e3df;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-left: 1.5em;
}
.modified-date img {
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
}


/*  */

#content header .breadcrumb-list {
    border-bottom: solid 2px #6dcac3;
}

#content header .wrap {
    border: solid 1px #f6f6f6;
    border-bottom: solid 1px #f6f6f6;
}


#content header .s_header_inner {
    width: 88%;
    max-width: 880px;
    margin: 0 auto;
}

#content header .s_header_inner > img {
    width: 100%;
    height: auto;
    margin: 55px auto;
    max-width: 880px;
    display: block;
}
#content header .s_header_inner .entry-footer {
    margin-bottom: 25px;
}
#content header .s_header_inner .entry-meta {
    margin-bottom: 1em;
}
#content header .s_header_inner .entry-title {
    font-size: 26px;
    font-weight: bold
}

@media (max-width:750px) {
    .cat-links .category-name {
        font-size: min(2.67vw, 20px);
    }
    #content header .s_header_inner {
        width: 100%;
    }
    #content header .s_header_inner > img {
        width: 100%;
        height: auto;
        margin: 0;
        max-width: 880px;
        display: block;
    }
    #content header .s_header_inner .entry-footer,
    #content header .s_header_inner .entry-meta,
    .entry-title {
        width: 90.67%;
        margin-left: auto;
        margin-right: auto;
    }
    #content header .s_header_inner .entry-footer {
        margin: 5vw auto;
    }

    #content header .s_header_inner .entry-title {
        font-size: min(5.33vw, 40px);
    }

}

/*----------------------------------------------------------------
#content article 
----------------------------------------------------------------*/
#content article {
    border-left: solid 1px #f6f6f6;
    border-right: solid 1px #f6f6f6;
}
#content article .wrap {
    width: 88%;
    max-width: 880px;
    margin: 0 auto;
    padding: 50px 0;
}

#content article p {
    line-height: 2.13;
    margin-bottom: 1em;
}
#content article h2 {
    font-size: 26px;
    font-weight: bold;
    display: flex;
    margin: 1.5em 0;
    position: relative;
    padding-left: 0.5em;
}
#content article h2::before {
    content: "";
    width: 2px;
    height: auto;
    background-color: #6dcac3;
    display: inline-block;
    position: relative;
    top: 0;
    left: -0.5em;
}
#content article h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
}

#content article a {
    text-decoration: underline;
}

#content article .cat-links a {
    text-decoration: none;
}

#content article strong {
    font-weight: bold;
}

/* 目次 */
#content article #ez-toc-container {
    max-width: 650px;
    width: 73.86%;
    padding: 50px 45px;
    margin: 60px auto;
}
#content article #ez-toc-container .ez-toc-title-container {
    text-align: center;
}
#content article #ez-toc-container.ez-toc-counter nav ul li {
    border-bottom: solid 1px #fff;
    padding: 0.5em 0;
}
#content article #ez-toc-container.ez-toc-counter nav ul li:nth-of-type(1) {
    border-top: solid 1px #fff;
}
#content article #ez-toc-container.ez-toc-counter nav ul li a {
    position: relative;
    padding-left: 2.5em;
}
#content article #ez-toc-container.ez-toc-counter nav ul li a::before {
    content: "";
    margin: 0 0.5em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    background: #6dcac3;
    top: 0.6em;
    left: 0.5em;
}

#content article .entry-footer {
    margin-top: 100px;
}

#content .wp-block-image {
    margin: 4em 0;
}

@media (max-width:750px) {

    #content article p {
        font-size: min(4vw, 30px);
    }
    #content article h2 {
        font-size: min(5.33vw,40px);
    }
    #content article h3 {
        font-size: min(4.53vw, 34px);
    }
    #content article #ez-toc-container {
        width: 100%;
    }
    #content article  div#ez-toc-container .ez-toc-title {
        font-size: min(5.33vw, 40px);
    }
    #content article #ez-toc-container a {
        font-size: min(3.73vw, 28px);
    }
}

.single__return{
	text-align: right;
}

.single__return a{
	background-color: #a7e3df;
    border-radius: 15px;
    color: #fff;
    padding: 0.5em 1em;
	text-decoration:none !important;
}

/*----------------------------------------------------------------
footer
----------------------------------------------------------------*/
.footer .navigation {
    border: solid 1px #f6f6f6;
}
.footer .navigation .nav-links {
    display: flex;
}
.footer .navigation .nav-links:has(:only-child) {
    justify-content: flex-end;
}

.footer .navigation .nav-links .nav-previous,
.footer .navigation .nav-links .nav-next {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.footer .navigation .nav-links .nav-next {
    border-left: solid 1px #f6f6f6;
}

.footer .navigation .nav-links .nav-previous a ,
.footer .navigation .nav-links .nav-next a {
    display: block;
    line-height: 1.56;
    width: 100%;
}
.footer .navigation .nav-links .nav-previous a {
    padding: 2em 2em 2em 4em;
}
.footer .navigation .nav-links .nav-next a {
    padding: 2em 4em 2em 2em;
}
.footer .navigation .nav-links .nav-previous::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-color: transparent transparent #bababa #bababa;
    display: block;
    position: absolute;
    left: 2.5em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.footer .navigation .nav-links .nav-next::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border: 2px solid;
    border-color: transparent transparent #bababa #bababa;
    display: block;
    position: absolute;
    right: 2.5em;
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
}
.footer .navigation .nav-links .meta-nav {
    display: none;
}


.footer .related-posts {
    margin: 60px auto;

}
.footer .related-posts h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
.footer .related-posts ul {
    display: flex;
    flex-wrap: wrap;
}
.footer .related-posts ul li {
    width: 50%;
    border: solid 1px #f6f6f6;
}
.footer .related-posts ul li a {
    display: flex;
}
.footer .related-posts ul li .related-thumb {
    width: 30%;
    max-width: 150px;
}
.footer .related-posts ul li .related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.footer .related-posts ul li .related-meta {
    width: 70%;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer .related-posts ul li .related-meta .related-title {
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.footer .related-posts ul li .related-meta .related-date {
    margin-top: 1em;
}

.related-date {
    color: #a7e3df;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.related-date img {
    width: 1em;
    height: 1em;
}

@media (max-width:750px) {
    .footer .navigation .nav-links {
        flex-direction: column;
    }
    .footer .navigation .nav-links .nav-previous, .footer .navigation .nav-links .nav-next {
        width: 100%;
    }
    .footer .navigation .nav-links .nav-previous a, 
    .footer .navigation .nav-links .nav-next a {
        font-size: min(3.73vw, 28px);
    }
    .footer .navigation .nav-links .nav-next a {
        border-top: solid 1px #f6f6f6;
    }
    
    .footer .related-posts {
        display: none;
    }
    .footer .related-posts ul {
        flex-direction: column;
    }
    .footer .related-posts ul li {
        width: 100%;
    }

    
}
