﻿.newsdetail #content {padding-top: 0;}
#content {display: flex;}
.content-left {
    width: 70%
}
.content-right {
    width: 28%;
}
.content-ttl .detail-cate {font-size: 20px;line-height: 1.2em;}
.content-ttl .detail-ttl {
    line-height: 1.4em;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    color: #053357;
}
.nm-content p {
    font-size: 18px;
}
.other-header{
	    font-size: 30px;
    margin-bottom: 20px;
}
.under .sidenews-item {width: 100%;margin: 0 0 30px;}
    .under .sidenews-item a {
        display: flex;
        color: #4d4d4d;
        text-decoration: none;
        flex-wrap: wrap;
    }
.under .sidenews-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.under .sidenews-item a:hover .sidenews-img img {transform: scale(1.1, 1.1);opacity: 0.8;}
.sidenews-itm-main {overflow: hidden;}
.under .sidenews-img img {flex-shrink: 0;transition: all 0.7s ease;max-width: none;width: 100%;height: 100%;object-fit: cover;}
.under .sidenews-itm-ttl {
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.5;
    color: var(--mcolor);
}
.under .sidenews-itm-txt {
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    color: #8e8e8e;
}
@media screen and (max-width: 480px) {
.content-left, .content-right {padding-top: 0;}
#content {display: block;}
.content-left {width: 100%;border-right: none;margin-right: 0;padding-right: 0;}
.content-right {width: 100%;}
.content-ttl .detail-ttl {font-size: 21px;}
.content-ttl .detail-cate, .other-header {font-size: 18px;}
}
