.txt-underline {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.txt-underline:hover {
    text-decoration: underline;
    color: var(--keyColor);
    text-decoration-color: var(--keyColor);
}
.anti-note-list.note-list li {
    color: var(--black);
    display: block;
}
.anti-note-list li .link-name {
    display: block;
    text-indent: 10px;
}

.cmn-card-list .item {
    border: 1px solid #808080;
    padding: 8px 12px;
}

@media screen and (min-width:769px) {
    .txt-img-wrap .img-wrap {
        width: auto;
    }
    .video-wrapper iframe {
        width: 500px;
        height: 281px;
    }
}
@media screen and (max-width:768px) {
    .lp-slider-list .splide__list {
        column-gap: 16px;
        max-width: 70vw;
    }
    .lp-slider-list .item {
        border: 1px solid #808080;
        padding: 5px 9px;
    }

    .video-wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
}


