.c-topic-path {
    margin-left: var(--gatter);
    margin-bottom: 30px;
}


ul.c-topic-path__list {
    /* display: inline-block; */
    font-size: 12px;
}


li.c-topic-path__item a {
    color: #262626;
}

.c-topic-path__list li {
    display: inline-block;
}

.c-topic-path__list li a::after {
    display: inline-block;
    margin: 0 .5em;
    content: '>';
}


li.c-topic-path__item svg {
    display: none;
}


h2.c-section__heading {
    display: block;
    margin-bottom: 3px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.26;
    letter-spacing: 3.6px;
    color: #000;
}

.c-section__heading--title {
    margin-bottom: 60px;
}

h3.c-section__label {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.8px;
    color: #000;
}

h3.c-section__label::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #c8b431;
    content: '';
}

.c-section__heading--title span{
position: relative;
    display: block;
    margin-bottom: 30px !important;
    padding-left: 8px;
    padding-bottom: 0.13em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1.26;
    letter-spacing: 3px;
    color: #000;
    border-left: 8px solid #c8b431;
}


.c-section__content {
    margin-bottom: 2em;
    line-height: 2;
    word-break: normal;
}

.p-layout-container {
    padding: 0 calc(var(--gatter) / 2);
    }