video {
    width: 100%;
}

.utm-news_column._list a {
    color: #333;
    text-decoration: none;
}

.utm-news_column._list a:hover {
    text-decoration: underline;
}

.utm-news_column._list {
    height: auto !important;
}

.text_type__news {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-width: 534px;
}

@media screen and (max-width: 768px) {
    .text_type__news {
        min-width: 100%;
    }
}

.single .utm-section_under {
    max-width: 1000px;
    margin: 0 auto;
}

/* 
.utm-news_item .__d {
    min-width: 534px;
} */

.utm-news_item {
    display: flex;
    flex-direction: column;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.utm-news_column._list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}
@media screen and (max-width: 768px) {
.utm-news_column._list {
    flex-direction: column;
    padding: 0 5em;
}
}

ul.utm-news_column._list li {
    width: calc(100% / 3 - 20px);
}
@media screen and (max-width: 768px) {
    ul.utm-news_column._list li {
        width: 100%;
    }
}

ul.utm-news_column._list li .image-wrapper {
    max-width: 300px;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 768px) {
    ul.utm-news_column._list li .image-wrapper {
        max-width: 100%;
    }
}

ul.utm-news_column._list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utm-news_item .__d {
    padding: 0;
}

.utm-h_type__04 {
    padding-right: 1em;
}

.utm-news_item .__t {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .utm-news_item .__t {
        margin-top: 1em;
    }
}

@media screen and (max-width: 768px) {
    .single .utm-section_inner {
        padding: 0 2em;
        word-break: break-word;
    }
}


@media screen and (min-width: 1000px) {
    .utm-h_type__02.borrow_under {
        margin-bottom: 60px;
        /* display: none!important; */
    }
}
.underlayer .underlayer-none {
    display: none;
}

.item-wrapper.orange {
    background: #face6a;
    padding: 1em 0 2em;
}