/*
Theme Name:Be child
Theme URI:
Description:Be 子テーマ
Template:be_tcd076
Author:Haruna Yokota
Author URI:https://kizuki-corp.com/media/
Version:1.16.2
*/

:root {
    --main-green: #007e65;
    --dark-green: #006451;
    --main-orange: #DD972E;
}

img {
    max-width: 100%;
}

/* PCヘッダー */
.p-global-nav__container {
    display: none !important;
}

.l-header {
    width: auto;
    .l-header__bar {
        box-shadow: none;
        border: none;
        .l-inner {
            width: auto;
        }
    }
}

body.l-header__fix .is-header-fixed .l-header__bar {
    display: block;
}

@media screen and (min-width: 1200px) {
    .l-header__logo--mobile {
        display: none;
    }
}

body.l-header__fix .is-header-fixed .l-header__logo--mobile {
    display: block;
}

.l-header__logo--pc {
    padding-top: 40px;
}

/* SPメニュー */
body.admin-bar .p-drawer__contents, body.admin-bar .p-drawer-overlay {
    top: 32px;
}
html.show-drawer .p-drawer__contents {
    right: 0;
}
.p-drawer__contents.ps--active-y {
    overflow-y: hidden;
}
.p-sp-nav__container {
    display: block !important;
    .p-header-search--mobile {
        display: block !important;
        background-color: #222222;
        color: #ffffff !important;
        padding: 12px 20px;
        line-height: 1 !important;
        form {
            position: relative;
            .p-header-search__input {
                border: 1px solid #ddd;
                height: 40px;
                line-height: 40px;
                padding: 0 40px 0 18px;
                width: 100%;
            }
            .p-header-search__submit {
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-family: "design_plus";
                font-size: 16px;
                color: #000;
                background: transparent;
                border: none;
                cursor: pointer;
                position: absolute;
                top: 0;
                right: 0;
            }
        }
    }
}

.show-drawer .p-drawer-overlay {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    cursor: pointer;
    z-index: 1000;
}

.p-drawer__contents {
    background-color: rgba(34, 34, 34, 1);
    padding: 0 0 40px;
    max-width: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 80%;
    position: fixed;
    bottom: 0;
    right: -100%;
    top: 0;
    z-index: 9999;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    transition: right 0.3s ease;
    -webkit-overflow-scrolling: touch;
    .home-link {
        line-height: 60px;
        padding-left: 20px; 
        a {
            color: #fff;
            font-weight: bold;
            .icon {
                font-family: "design_plus";
                margin-right: 5px;
            }
        }
    }
    .p-header-search--mobile {
        padding-top: 0;
    }
    .banner-area {
        display: block;
        padding: 20px;
        img {
            max-width: 100%;
        }
    }
}

.p-menu-button {
    line-height: 1;
    width: 60px;
    height: 60px;
}

.c-menu-button {
    display: block !important;
    appearance: none;
    background: transparent;
    border: none;
    color: #333;
    font-size: 10px;
    cursor: pointer;
    &::before {
        display: inline-block;
        font-size: 24px;
    }
}

.c-close-button {
    display: block !important;
    appearance: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 10px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    &::before {
        content: "\e91a";
        font-family: "design_plus";
        display: inline-block;
        font-size: 24px;
    }
}

.p-sp-nav__container {
    line-height: normal;
}

.p-nav-wrap {
    padding: 0 20px;
    .nav-trial-button {
        display: block;
        background: var(--main-orange);
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 10px;
        padding: 15px;
        position: relative;
        span {
            font-size: 0.8em;
        }
        &::after {
            content: "\f0da";
            font-family: "design_plus";
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -8px;
        }
    }
    .login-account {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .codoc-connect-widget-login {
        margin: 0 0 10px;
        .codoc-connect-widget-body {
            border: none;
            padding: 0;
            .codoc-connect-widget-body-bottom {
                .codoc-btn {
                    font-size: 16px;
                    font-weight: bold;
                    padding: 15px 8px;
                    width: 100%;
                    &:nth-child(2) {
                        display: none;
                    }
                }
            }
            .codoc-connect-widget-login-header {
                padding: 10px;
                .codoc-connect-widget-login-header-name-profile-text {
                    font-size: 14px;
                }
            }
        }
    }
    .nav-posts-button {
        display: block;
        border: 3px solid #fff;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px;
        padding: 15px;
        position: relative;
        &::after {
            content: "\f0da";
            font-family: "design_plus";
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -8px;
        }
    }
    .tag-groups-tag {
        background: #fff;
    }
    .p-dropdown__list {
        background: #fff;
    }
}

.p-nav-title {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 20px 10px;
    padding-bottom: 5px;
}

.p-sp-nav--category {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0 20px;
    .menu-item {
        a {
            display: block;
            color: #fff;
            padding: 10px 0;
        }
    }
}

.p-sp-nav--list {
    padding: 0 20px;
    .menu-item {
        a {
            display: block;
            color: #fff;
            padding: 10px 0;
        }
    }
}

.p-sp-nav__container {
    .sidebar-news {
        color: #fff;
        margin-top: 20px;
        padding: 0 20px;
        .sidebar-news-title {
            border-bottom: 1px solid;
            margin-bottom: 5px;
            padding-bottom: 5px;
        }
        .news-list {
            li {
                a {
                    color: #fff;
                    padding: 5px 0;
                }
            }
        }
    }
}

.p-nav-banner01 {
    margin-top: 20px;
    padding: 0 20px;
    a {
        display: block;
        margin: 10px 0;
        img {
            max-width: 100%;
        }
    }
}

@media screen and (min-width:768px) {
    .p-drawer__contents {
        .home-link {
            a:hover {
                text-decoration: underline;
            }
        }
    }
    .nav-trial-button:hover {
        background: #e1a244;
    }
    .nav-posts-button:hover {
        color: rgba(34, 34, 34, 1);
        background: #fff;
    }
    .p-sp-nav--category {
        .menu-item {
            a:hover {
                text-decoration: underline;
            }
        }
    }
    .p-sp-nav--list {
        .menu-item {
            a:hover {
                text-decoration: underline;
            }
        }
    }
    .p-sp-nav__container {
        .sidebar-news {
            .news-list {
                li {
                    a:hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}

/*メインビジュアル*/
.l-inner:has(.p-main-visual) {
    width: 100%;
}
.p-main-visual {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;

    .inner {
        display: block;
        position: relative;
        height: 100%;

        .text {
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
            color: #fff;
            padding: 35px 15px 15px;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            width: 100%;

            .post-date {
                font-size: 12px;
                margin-bottom: 10px;

                .label {
                    display: inline-block;
                    color: #fff;
                    font-size: 0.8em;
                    margin-left: 5px;
                    padding: 3px 5px;
                    vertical-align: 1px;
                    &.new {
                        background: #dd972e;
                    }
                    &.pickup {
                        background: #7e0000;
                    }
                }
            }

            .post-title {
                font-size: 18px;
                font-weight: bold;
                line-height: 1.2;
            }
        }
    }
}

@media screen and (min-width: 992px) {
    .p-main-visual {
        height: 500px;
        .inner {
            .text {
                padding: 40px;

                .post-date {
                    font-size: 14px;
                    width: 80%;
                    margin-inline: auto;
                }
                .post-title {
                    font-size: 28px;
                    line-height: 1.4;
                    width: 80%;
                    margin-inline: auto;
                }
            }
        }
    }
}

/*トップページ*/
@media screen and (min-width: 992px) {
    .l-primary {
        float: left;
    }
    .l-secondary {
        float: right;
    }
}

.p-blog-list__title {
    background: var(--main-green);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    padding: 15px 25px;
}

@media screen and (min-width: 992px) {
    .p-blog-list__title {
        flex: 0 0 100%;
        padding: 20px 25px;
    }
}

.more-button__wrap {
    margin-top: 20px;
}

.more-button {
    display: block;
    background: var(--main-green);
    border-bottom: 3px solid var(--dark-green);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    padding: 15px;
    max-width: 400px;
    position: relative;
    &::after {
        content: "\f0da";
        font-family: "design_plus";
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -8px;
    }
}

@media screen and (min-width:992px) {
    .more-button:hover {
        color: #fff !important;
        background: #008d71;
        border-color: #00735d;
        transition: .2s;
    }
}

.p-widget__ranking-link {
    margin-top: 20px;
    position: static;
    a {
        display: block;
        background: var(--main-green);
        border-bottom: 3px solid var(--dark-green);
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        margin: auto;
        text-align: center;
        padding: 15px;
        max-width: 400px;
        position: relative;
        &::after {
            content: "\f0da";
            font-family: "design_plus";
            font-size: inherit;
            position: absolute;
            top: 50%;
            right: 15px;
            margin-top: -8px;
        }
    }
}

@media screen and (min-width:992px) {
    .p-widget__ranking-link {
        a:hover {
            color: #fff !important;
            background: #008d71;
            border-color: #00735d;
            transition: .2s;
        }
    }
}

/*フリースペース*/
.p-index-content.p-entry__body {
    margin: 40px auto !important;
    width: 88.8888%;
    max-width: 1180px;
    a {
        text-decoration: underline;
    }
}

@media screen and (min-width:992px) {
.p-index-content.p-entry__body {
    margin-bottom: 0 !important;
}
}

/*記事*/
.wp-block-codoc-codoc-block .codoc-entry {
    padding: 0 !important;
}

.p-entry {
    .codoc-bottom {
        background: transparent;
        padding: 0;
        margin: 0;
        .codoc-like {
            padding: 0;
        }
    }
}

.p-entry {
    h2 span, h3 span {
        font-weight: bold;
    }
}

.p-entry #toc_container.toc_white {
    border-color: #ddd;
    max-width: 500px;
    margin-inline: auto;
    padding: 10px 20px;
    width: 100%;
}
.p-entry .question {
	font-weight: bold;
	color: var(--main-green);
}

.p-entry .knowledge-box {
    border: 1px solid;
	margin-bottom: 40px;
}

.p-entry .knowledge-box p {
	margin-bottom: 1em;
}

.p-entry .knowledge-box__name {
	line-height: 1.6;
}

.p-entry .knowledge-box__name-wrapper {
    display: flex;
    padding: 15px
}

.p-entry .knowledge-box__image {
    flex: 0 0 90px;
    margin-right: 15px
}

@media screen and (min-width: 641px) {
    .p-entry .knowledge-box__image {
        flex:0 0 120px;
        margin-right: 25px
    }
}

.p-entry .knowledge-box__image img {
    width: 90px;
    height: 90px
}

@media screen and (min-width: 641px) {
    .p-entry .knowledge-box__image img {
        width:120px;
        height: 120px
    }
}

.p-entry .knowledge-box__name {
    font-size: 20px
}

.p-entry .knowledge-box__tag {
    font-size: 14px;
    margin: 0 5px 5px 0
}

.p-entry .knowledge-box__tag-wrapper {
    margin-top: 10px
}

.p-entry .knowledge-box__tag-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0
}

.p-entry .knowledge-box__tag--subject {
    display: block;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 10px;
    background: #c9e0ce
}

.p-entry .knowledge-box__tag--facility {
    display: block;
    border: 1px solid;
    border-radius: 5px;
    padding: 2px 10px;
    color: #0a2a25;
    text-decoration: none
}

.p-entry .knowledge-box__tag--facility a {
    display: block;
    border-bottom: none !important
}

.p-entry .knowledge-box__content-wrapper {
    border-top: 1px solid;
    padding: 0 15px
}

.p-entry .knowledge-box__heading:not(:first-child) {
    margin-top: 30px
}

.p-entry .knowledge-box__heading span {
    background: linear-gradient(transparent 70%, #e2dbd3 70%)
}

.p-entry .serialization-link {
    display: block;
    background: var(--main-green);
    border-bottom: 5px solid var(--dark-green);
    border-radius: 6px;
    color: #fff !important;
    line-height: 1.6;
    margin: 2em auto 0;
    max-width: 650px;
    text-align: center;
    padding: 15px;

    span {
        font-weight: bold;
    }
}

@media screen and (min-width:992px) {
    .p-entry .serialization-link:hover {
        color: #fff !important;
        background: #008d71;
        border-color: #00735d;
        transition: .2s;
    }
}

.c-meta-box {
    font-size: 14px;
    a {
        color: #00417a;
    }
}

.c-meta-box__item {
    padding-left: 24px;
}

/* 記事内CSSパーツ */
.p-entry__inner.l-inner {
    h2 {
        border-left: 5px solid var(--main-green);
        padding-left: 1em;
    }

    h3 {
        border-bottom: 1px solid var(--main-green);
        padding-bottom: 0.5em;
    }

    .box-light-green {
        background: #eefaf8 !important;
        font-size: 11px !important;
        line-height: 1.75 !important;
        padding: 15px;
        p, span {
            font-size: 11px !important;
            margin: 0;
        }
    }

    .box-grey {
        background: #f7f7f7;
        padding: 15px;
        margin-bottom: 2em;
        p, span {
            margin: 0;
        }
    }

    .box-list {
        background: #F7F7F7;
        padding: 15px;
        margin-bottom: 2em;
        ul {
            margin-bottom: 0;
        }
    }

    .box-list-heading_short {
        background: #F7F7F7;
        padding: 27px 15px 15px;
        margin: calc(2em + 15px) 0 2em;
        position: relative;
        ul,p {
            margin-bottom: 0;
        }
        p {
            display: inline-block;
            background: var(--main-green);
            color: #fff;
            font-weight: bold;
            padding: 0 10px;
            position: absolute;
            top: -15px;
            left: 0;
        }
    }

    .box-list-heading_long {
        background: #F7F7F7;
        padding: 15px;
        margin-bottom: 2em;
        ul {
            margin-bottom: 0;
        }
        p {
            border-left: 3px solid var(--main-green);
            font-weight: bold;
            line-height: 1.4;
            margin-bottom: 10px;
            padding-left: 10px;
        }
    }
    .blockquote {
        border: none;
        border-left: 3px solid var(--main-green);
        box-shadow: none;
        background: #f7f7f7;
        padding: 10px 20px 10px 40px;
        p {
            margin-bottom: 0;
        }
        &::before {
            color: var(--main-green);
            font-weight: bold;
            top: 10px;
        }
        &::after {
            content: none;
        }
    }
    .related-post-wrap {
        .inner {
            display: flex;
            /*border: 1px solid #ddd;
            padding: 20px 10px 10px;*/
            .image {
                flex: 0 0 80px;
                height: 80px;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .title {
                flex: 1 1 auto;
                font-size: 0.8em;
                padding-left: 10px;
                margin-bottom: 0;
                line-height: 1.7;
            }
        }
    }
}

@media screen and (min-width: 641px) {
    .p-entry__inner.l-inner {
        .box-list-heading_short {
            padding: 35px 15px 15px;
        }
        .related-post-wrap {
            .inner {
                .image {
                    flex: 0 0 100px;
                    height: 100px;
                }
                .title {
                    font-size: 1em;
                }
            }
        }
    }
}

/* ハッシュタグ */
/*上部*/
.p-entry__header-contents__inner {
    .hashtag-wrap {
        margin-top: 10px;
    }
    .hashtag {
        color: #fff;
        font-size: 12px;
        margin-right: 10px;
    }
}
.p-entry__inner {
    .hashtag-wrap {
        margin-bottom: 40px;
    }
    .hashtag {
        font-size: 12px;
        margin-right: 10px;
    }
}
.p-entry__title.no-thumbnail+.p-entry__header-contents__meta {
    margin-bottom: 20px;
}

/* CTA（ショートコード） */
.p-entry__body {
    .cta-wrap {
        background: #eee;
        margin-inline: -6.8%;
        margin-bottom: 28px;
        padding: 20px;
        .cta-button {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #007e65;
            border-radius: 6px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            margin: 10px 0;
            position: relative;
            height: 50px;
            /*&::after {
                content: "";
                display: block;
                border-color: transparent transparent transparent #fff;
                border-style: solid;
                border-width: 5px 5px 5px 5px;
                position: absolute;
                top: calc( 25px - 5px );
                right: 10px;
            }*/
            &::after {
                content: url(img/arrow-up-right-from-square-solid.svg);
                width: 15px;
                height: 15px;
                position: absolute;
                top: calc(15px - 7.5px);
                right: 10px;
            }
            &.free {
            }
            &.member {
            }
            &.popular {
            }
            &.subscription {
                background: #dd972e;
                /*&::after {
                    border-color: transparent transparent transparent #fff;
                }*/
            }
        }
    }
}

@media (min-width: 768px) {
    .p-entry__body {
        .cta-wrap {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            .cta-button {
                flex: 0 0 49%;
                margin: 5px 0;
                &::after {
                    transition: all .2s;
                }
                &:hover {
                    background: #008d71;
                    /*&::after {
                        right: 7px;
                        transition: all .2s;
                    }*/
                }
                &.subscription:hover {
                    background: #e1a244;
                }
            }
        }
    }
}
/*下部*/
.p-entry__meta {
    .hashtag-wrap {
        margin-bottom: 0;
        padding-top: 20px;
        clear: both;
        .hashtag {
            font-size: 13px;
            margin-right: 10px;
        }
    }
}

/* 著者・監修者エリア */
.new-author-box {
    display: flex;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 10px 0;
    &:last-child {
        margin-bottom: 2em;
    }
    .image {
        flex: 0 0 70px;
        padding-right: 10px;
        a {
            display: block;
            width: 70px;
            height: 70px;
            border: 1px solid #eee;
            border-radius: 50%;
            overflow: hidden;
        }
    }
    .text {
        flex: 1 1 auto;
        p {
            line-height: 1.2;
            margin-bottom: 0.5em;
        }
        .label {
            font-size: 12px;
        }
        .name {
            a {
                font-size: 16px;
                font-weight: bold;
            }
        }
        .description {
            font-size: 12px;
            line-height: 1.7;
            p {
                font-size: 12px;
                line-height: 1.7;
                margin: 0;
            }
            &.hidden {
                max-height: 60px;
                overflow: hidden;
            }
        }
        .button-wrap {
            display: none;
            line-height: 1;
            margin-top: 5px;
            text-align: right;
            width: 100%;
            .button {
                appearance: none;
                background: none;
                border: none;
                color: #333;
                font-size: 14px;
                text-decoration: underline;
                padding: 0;
                cursor: pointer;
            }
        }
    }
}

/*プロフィールアコーディオン*/
.p-entry .profile-box {
    border: 1px solid #ddd;
    margin-bottom: 2em;
}

.p-entry .accordion-button {
    line-height: 1;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
}
.p-entry .accordion-button::before,
.p-entry .accordion-button.closed::after {
    content: "";
    display: block;
    border-top: 2px solid #333;
    width: 15px;
    position: absolute;
    top: 20px;
    right: 10px;
}
.p-entry .accordion-button.closed::after {
    rotate: 90deg;
}

.p-entry .profile-inner {
    display: none;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.p-entry .profile-image {
    margin-bottom: 10px;
    text-align: center;
}

.p-entry .profile-name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
}

.p-entry .profile-detail-title {
    font-weight: bold;
    margin-bottom: 0;
}

.p-entry .profile-box p:last-child {
    margin-bottom: 0;
}

@media screen and ( min-width:782px ) {
    .p-entry .accordion-button {
        padding: 20px;
    }
    .p-entry .accordion-button::before,
    .p-entry .accordion-button.closed::after {
        top: 25px;
        right: 20px;
    }
    .p-entry .profile-inner {
        padding: 20px;
    }
}

/*記事下バナー*/
.p-entry__body .banner-area {
    text-align: center;
}
.p-entry__body .banner-area img {
    width: 100%;
    max-width: 500px;
}

/* ウィジェット タグ一覧 */
.tag-groups-tag-list {
    display: none;
}

.tag-groups-tag-list-tags {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
    margin-top: 0;
}

.tag-groups-tag {
    display: block;

    a {
        display: block;
        justify-content: space-between;
        color: #000 !important;
        border-bottom: 1px solid #ddd;
        padding: 16px 65px 16px 25px;
        position: relative;

        .tag-groups-append {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #eee;
            border-radius: 50px;
            font-size: 10px !important;
            margin-top: -15px;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 50%;
            right: 16px;
        }
    }
}

.tag-accordion-button {
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 60px;
    padding: 0 18px;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 60px;
    position: relative;
    cursor: pointer;
}

.tag-accordion-button::after {
    position: absolute;
    right: 17px;
    font-family: "design_plus";
    content: "\e90e";
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.tag-accordion-button.is-active::after {
    transform: rotateX(180deg);
}

@media (min-width: 992px) {
    .tag-groups-tag {
        a {
            padding: 19.5px 65px 19.5px 25px;
            transition: .2s ease;

            .tag-groups-append {
                font-size: 12px !important;
                margin-top: -20px;
                width: 40px;
                height: 40px;
                transition: .2s ease;
            }


            &:hover {
                color: var(--main-green) !important;
                transition: .2s ease;

                .tag-groups-append {
                    background: var(--main-green);
                    color: #fff;
                    transition: .2s ease;
                }
            }
        }
    }
}

/* ウィジェット おすすめ記事 */
.p-widget-tablist__item-thumbnail {
    width: 100% !important;
}

.p-widget-tablist__item-info {
    padding-top: 30px;
    width: 100%;
}

/*追従ボタン*/
.c-footer-bar {
    font-size: 14px;
}

/* ウィジェット お知らせ*/
.sidebar-news {
    margin-bottom: 20px;
    .sidebar-news-title {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news-list {
        li {
            position: relative;
            padding-left: 20px;
            a {
                display: block;
                line-height: 1.4;
                padding: 10px 0;
            }
            &::before {
                content: "\f0da";
                font-family: "design_plus";
                font-size: 16px;
                color: var(--main-green);
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -8px;
            }
        }
    }
}

/* ウィジェット バナー*/
.sidebar-banner {
    text-align: center;
    img {
        max-width: 100%;
    }
}

/* PC版導線バナー */
.pc-codoc-banner {
    display: none;
}

@media (min-width: 768px) {
    .pc-codoc-banner {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 100;
        a {
            display: block;
            width: 400px;
            img {
                width: 100%;
            }
        }
        .close {
            width: 50px;
            height: 45px;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
        }
    }
}

/* PRエリア */
.pr-area {
    margin: 2em auto;
}
@media (min-width: 768px) {
    .pr-area {
        max-width: 350px;
    }
}