/* 記事ページ */
/* パンくずリスト */
.breadcrumbs{
    padding-bottom: 20px;
    color: #767676;
    font-size: 14px;
}
/* 記事見出し */
.post-info{
    margin: auto 0;
}
.article-content{
    display: flex;
}
.single-content{
    width: 100%;
}
article.page-contents .thumbnail{
    max-width: 402px;
    height: auto;
}
/* 概要調査 */
.survey {
    margin-top: 50px;
    background-color: #fffbee;
    padding: 30px;
}
.survey p {
    padding-top: 0 !important;
}
.survey-title {
    font-weight: 700;
}
@media (max-width: 840px) {
    .survey{
        padding: 30px 10px;
    }
    .survey-title{
        margin-bottom: 15px;
    }
    .survey-title,
    .survey-content{
        font-size: 16px;
    }
    .survey-content{
        line-height: 28px;
    }
}
/* 記事本文 */
article.page-contents p{
    padding-top: 30px;
    text-align:justify
}
.content_tags{
    padding-top: 50px;
}
.single-content .post-info{
    padding-left: 50px;
}
h1.content-title{
    font-weight: bold;
    font-size: 34px;
    line-height: 49px;
}
@media screen and (max-width: 840px) {
    .article-content{
        display: block;
    } 
    article.page-contents .thumbnail{
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .post-info{
        padding-left: 5px;
    }
    h1.content-title{
        font-weight: bold;
        font-size: 24px;
        padding-bottom: 0px;
        line-height: normal;
    }
    .single-content .post-info{
        padding-left: 0;
        width: 100%;
    }
    .investigation{
        margin-top: 70px;
    }
    article.page-contents .flex-box{
        display: block;
    }
    article.page-contents p{
        padding-top: 0;
    }
    .post-info{
        width: auto;
        width: 50%;
    }
    .recommend  .post-info{
        width: 100%;
    }
    .post-text{
        width: 95%;
        margin: auto;
        margin-top: 50px;
    }
    section.recommend-box .post-info{
        width: 100%;
    }
    .breadcrumbs a,
    .breadcrumbs span{
        font-size: 12px;
        padding-bottom: 15px;
    }
}


/* 記事の著作権について */
.copyright-box{
    background-color: #FFFBEE;
    padding: 30px 30px;
    margin: 50px auto;
}
p.copyright-title{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}
p.copyright-text{
    line-height: 28px;
}
span.link-text{
    color: #0066CC;
}
.link-text a{
    text-decoration: underline;
}

/* 著者について */
.writer{
    margin-top: 50px;
    box-shadow: 4px 2px 14px 2px rgba(0, 0, 0, 0.08);
}
.writer-box{
    display: flex;
    width: 95%;
    margin: auto;
    padding: 50px 0;
}
p.user-icon{
    padding-right: 50px;
}
p.user-icon img{
    width: 130px;
    height: 130px;
}
p.author_name{
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
@media screen and (max-width: 840px) {
    .writer-box{
        display: block;
        text-align: center;
    } 
    p.user-icon{
        padding-right: 0;
       
    }
}

/* 次のページ、前のページ */
.postLinks{
    padding: 30px 0;
    margin: 100px auto 50px;
    border-top: 1px #D9D9D9 solid;
    border-bottom: 1px #D9D9D9 solid;
}
.postLink-prev, .postLink-next{
    text-align: center;
}
.post-link{
    display: flex;
    justify-content: space-between;
    gap: 15%;
    max-width: 700px;
    width: 85%;
    margin: auto;
    position: relative;
}
.postLink-prev, .postLink-next{
    color: #767676;
}
.postLink-prev{
    text-align: left;
    width: 50%;
}
.postLink-next{
    text-align: right;
    width: 50%;
}
.postLink-prev::after{
    content: '';
    height: 100px;
    width: 1px;
    display: block;
    background-color: #F5F5f5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.postLink-next p{
    text-align: justify;
}
.postLink-prev p, .postLink-next p{
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    color: #333;
}
@media (max-width: 840px) {
    .post-link{
        width: 90%;
        gap: 0;
    }
    .postLink.postLink-prev{
        padding-right: 15px;
    }
    .postLink.postLink-next{
        padding-left: 15px;
    }
    .postLink.postLink-prev a{
        font-size: 14px;
    }
    .postLinks{
        margin-bottom: 0px;
    }
}
/* 投稿内容 */
.post-text h2{
    font-weight: bold;
    font-size: 20px;
    margin-top: 50px;
}
.indent {
    font-weight: bold;
    font-size: 20px;
}
.imgBlock {
    margin-top: 50px;
    padding: 25px;
    background-color: #F5F5F5;
}
em {
    font-style: normal !important;
}
html :where(img[class*=wp-image-]) {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
p.title{
    font-size: 20px;
}
.post-text a {
    border-bottom: 1px solid #333333;
}
@media (max-width: 840px) {
    .postLink-prev::after{
        content: '';
        height: 85%;
    }
    .post-text h2{
        margin-bottom: 20px;
    }
    .imgBlock{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/*アーカイブページ*/
body.archive .post-list h2.blog_title{
    margin-top: 10px;
    margin-bottom: 20px;
}
@media (max-width: 840px) {
    body.archive .flex-box{
        justify-content: center;
    }
    body.archive .article article:nth-child(n + 2) .flex-box{
        margin-top: 30px;
    }
    body.archive .post-list h2.blog_title{
        margin-top: 10px;
        margin-bottom: 10px;
        /* font-size: 16px;
        font-weight: 400; */
    }
    body.archive .article.recommend{
        flex-wrap: nowrap;
        overflow-x: hidden;
        position: relative;
    }
    body.archive .recommend-article.sp-top-recommend{
        min-width: 185px;
        width: calc(100% / 3);
    }
    body.archive .title-flex p{
        font-size: 20px;
        font-weight: 700;
    }
    body.archive .article.recommend.sp-only{
        width: 95%;
        margin: auto;
        display: flex;
    }
    body.archive .pickup-block__side{
        display: block;
        min-width: 185px;
        width: calc(100% / 3);
    }
    body.archive .pickup-block__side .thumbnail img{
        width: 100%;
    }
    .cat-pickup{
        overflow-x: hidden;
        display: flex;
        position: relative;
    }
    .pickup-block__side .thumbnail{
        width: 100%;
    }
    .pickup-block__side:not(:last-child){
        margin-right: 13px;
    }
    body.archive p.side-title{
        padding-left: 0px;
        border: none;
    }
    body.archive .post-info__side{
        margin-left: 0;
    }
    body.archive .post-info__side h2{
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 16px;
    }
    body.archive .arrow-left__img, .archive .arrow-right__img{
        margin-bottom: 0;
    }
    body.archive .side-content{
        width: 95%;
        margin: auto;
    }
    .header p.side-box-title{
        margin-bottom: 10px;
    }
    .header .side-box-text{
        margin-bottom: 10px;
    }
    body.archive article.top .investigation{
        margin-top: 0;
    }
    body.archive .header p.side-title{
        border-left: 6px #FBC51F solid;
        padding-left: 15px;
    }
    body.archive .post-info{
        padding-left: 15px;
    }
    body.archive .recommend .post-info{
        padding-left: 0px;
    }
    body.archive .recommend .post-info .blog_title{
        font-size: 16px;
        font-weight: 400;
    }
}

/*記事ページ*/
body.single-post .arrow-left__img,
body.single-post .arrow-right__img {
    width: 11px;
    height: 20px;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}