@charset "utf-8";

/* ---------------------------------------------------- */
/* sec_post_wrap */
/* ---------------------------------------------------- */
.sec_post_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec_post_wrap .sec_clms_wrap_1 {
    display: flex;
    justify-content: space-between;
}
.sec_post_wrap .sec_clms_wrap_1 > .sec_clm_wrap:nth-of-type(1) {
    flex: none;
    width: 720px;
}
.sec_post_wrap .sec_clms_wrap_1 > .sec_clm_wrap:nth-of-type(2) {
    flex: none;
    width: 280px;
}

.sec_post_wrap .desc_1 {
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

.sec_post_wrap .date_1 {
    font-family: var(--ff_en_1);
}

.sec_post_wrap .ttl_1 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}
.sec_post_wrap .post_wrap {
    margin-bottom: 80px;
}
.sec_post_wrap .share_1 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 50px;
}
.sec_post_wrap .share_1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 5px 20px;
    color: var(--co_2);
    line-height: 1;
    background-color: var(--co_7);
    border-radius: 10px;
}
.sec_post_wrap .share_1 a::before {
    content: "";
    display: block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sec_post_wrap .share_1 .x {
    background-color: #000;
}
.sec_post_wrap .share_1 .x::before {
    background-image: url(../../common/img/ico/sns_x_1.svg);
}
.sec_post_wrap .share_1 .fb {
    background-color: #3f5492;
}
.sec_post_wrap .share_1 .fb::before {
    background-image: url(../../common/img/ico/sns_fb_1.svg);
}
.sec_post_wrap .tag_1 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -5px;
    margin-bottom: -5px;
}
.sec_post_wrap .tag_1 > span {
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px 20px;
    line-height: 1;
    background-color: var(--co_7);
    border-radius: 10px;
}

.sec_post_wrap .writer_1 {
    display: flex;
    margin-top: 80px;
    padding: 30px;
    background-color: #fff3d6;
}

.sec_post_wrap .writer_1 > .clm_wrap:nth-of-type(1) {
    flex: none;
    margin-right: 30px;
    width: 110px;
}
.sec_post_wrap .writer_1 > .clm_wrap:nth-of-type(1)::after {
    content: "この記事を書いた人";
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.sec_post_wrap .writer_1 .face {
    background-color: var(--co_8);
    border-radius: 100%;
    overflow: hidden;
}
.sec_post_wrap .writer_1 .face > span {
    padding-top: 100%;
    background-image: url(../../common/img/ico/user_1.svg);
    background-size: cover;
    background-position: center;
}
.sec_post_wrap .writer_1 .ttl {
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
}
.sec_post_wrap .writer_1 .name {
    font-size: 16px;
    font-weight: 500;
}
.sec_post_wrap .writer_1 .desc {
    margin-top: 10px;
}

.sec_post_wrap .related_1 {
    margin-top: 80px;
}
.sec_post_wrap .related_1 .list_ttl {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.sec_post_wrap .related_1 .archive > ul {
    display: flex;
    margin-right: -20px;
    margin-bottom: -20px;
    flex-wrap: wrap;
}
.sec_post_wrap .related_1 .archive > ul > li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100% / 2 - 20px);
}
.sec_post_wrap .related_1 .archive a {
    display: flex;
}
.sec_post_wrap .related_1 .archive a > .clm_wrap {
    flex: none;
    margin-right: 10px;
    width: 180px;
}
.sec_post_wrap .related_1 .archive .img > span {
    padding-top: 60%;
    background-image: url(../../common/img/thumb/blank_1.svg);
}

.sec_post_wrap .related_1 .archive .date {
    display: none;
}

@media (min-width: 1000px) {
    .sec_post_wrap .share_1 a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 999px) {
    .sec_post_wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sec_post_wrap .sec_clms_wrap_1 {
        display: block;
    }

    .sec_post_wrap .sec_clms_wrap_1 > .sec_clm_wrap:nth-of-type(1) {
        width: auto;
    }
    .sec_post_wrap .sec_clms_wrap_1 > .sec_clm_wrap:nth-of-type(2) {
        margin-top: 60px;
        width: auto;
    }

    .sec_post_wrap .desc_1 {
        margin-bottom: 50px;
        font-size: 15px;
    }
    .sec_post_wrap .ttl_1 {
        margin-bottom: 20px;
    }
    .sec_post_wrap .post_wrap {
        margin-bottom: 50px;
    }
    .sec_post_wrap .share_1 {
        margin-top: 30px;
    }
    .sec_post_wrap .tag_1 {
        margin-top: 30px;
    }

    .sec_post_wrap .writer_1 {
        display: block;
        margin: 50px -20px 0;
        padding: 20px;
    }

    .sec_post_wrap .writer_1 > .clm_wrap:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
    }
    .sec_post_wrap .writer_1 > .clm_wrap:nth-of-type(1)::after {
        display: none;
    }
    .sec_post_wrap .writer_1 .face {
        flex: none;
        margin-right: 20px;
        width: 100px;
    }
    .sec_post_wrap .writer_1 .name {
        font-size: 16px;
        font-weight: 500;
    }
    .sec_post_wrap .writer_1 .name::before {
        content: "この記事を書いた人";
        display: block;
        margin-bottom: 5px;
        font-size: 11px;
    }
    .sec_post_wrap .writer_1 .desc {
        margin-top: 10px;
    }

    .sec_post_wrap .related_1 {
        margin-top: 50px;
    }
    .sec_post_wrap .related_1 .list_ttl {
        margin-bottom: 30px;
    }

    .sec_post_wrap .related_1 .archive a {
        display: block;
    }
    .sec_post_wrap .related_1 .archive a > .clm_wrap {
        margin-right: 0;
        margin-bottom: 10px;
        width: auto;
    }
}
