.c-breadcrumb_item>span {
    pointer-events: none;
    color: rgba(0, 0, 0, .4);

    text-decoration: none;
    letter-spacing: .05em;
    font-size: .75rem;
    font-weight: var(--weight-medium);
    line-height: 1;

}


.cms_area_inner ._col2_pc>div {
    letter-spacing: .05em;
    font-size: .9375rem;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .cms_area_inner ._col2_pc>div {
        font-size: 1rem;
        line-height: 1.75;
    }
}


.cms_area_inner>p>iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
