div[data-structure="b-article-has-tags"] .p-article-has-tags__tag, div[data-structure="b-article-point"] .p-article-point__header, div[data-structure="b-premium-cards-img-left"] .p-premium-cards-img-left__label, div[data-structure="b-premium-profile-set"] .p-premium-profile__heading, div[data-structure="b-premium-profile-set2"] .p-premium-profile__heading, div[data-structure="b-premium-interview"] .p-premium-interview__heading {
    background-color: #6bd143;
}


.c-border {
    border: 2px solid #6bd143;
}

.p-premium-profile-wrapper {
    padding-top: 10px;
}


.u-color-theme-main {
    color: #68CE46;
}

.c-symbol {background-color:#6bd143
}

.p-list-step-has-img:not(:last-child) .c-border::before {
    border-top: 20px solid #6bd143;
    bottom: -20px;}
    
.c-heading--bdr-btm {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #6bd143;
}

/* アコーディオンアイテムの下線（青いライン）の色を変更 */
.p-list-faq-accordion__item {
    border-bottom-color: #37ae39 !important;
}

/* タイトルエリアの下線の色を変更 */
.p-list-faq-accordion__title-area {
    border-bottom-color: #37ae39 !important;
}

/* 矢印の色を変更（疑似要素の場合） */
.p-list-faq-accordion__title-area::after {
    border-color: #37ae39 !important;
    color: #37ae39 !important;
}

/* チェックボックスがチェックされた時の矢印 */
.p-list-faq-accordion__checkbox:checked + .p-list-faq-accordion__title-area::after {
    border-color: #37ae39 !important;
}


.p-cards-captures--2col__caption-area {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 4px 8px;
    background-color: rgba(46, 193, 5, 0.5);
}