﻿.newsdetail #content {padding-top: 0;}
#content .container {display: flex;}
.content-left {width: 70%;border-right: 1px solid #ccc;margin: 20px 40px 0 0;padding-right: 60px;}
.content-right {width: 30%;margin-top: 20px;}
.content-ttl .detail-cate, .other-header {font-size: 20px;line-height: 1.2em;margin-bottom: 30px;font-weight: bold;}
.content-ttl .detail-ttl {
    font-size: 27px;
    line-height: 1.5em;
    overflow: hidden;
    margin: 0 0 8px;
    color: var(--mcolor);
    font-weight: 600;
}
.nm-content p {font-size: 16px;}
#wrapper{overflow:unset;}
.fixed .related-news {
	top: 150px;
}
.related-news {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.under .sidenews-item {width: 100%;margin: 0 0 30px;}
.under .sidenews-item a {display: flex;color: #000;text-decoration: none;}
.under .sidenews-img {width: 100px;height: 100px;flex-shrink: 0;margin: 0 15px 0 0;border-radius: 5px;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: 15px;font-weight: bold;margin: 0 0 5px;line-height: 22px;}
.under .sidenews-itm-txt {font-size: 13px;margin: 0 0 5px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
@media screen and (max-width: 480px) {
.content-left, .content-right {padding-top: 0;}
#content .container {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;}
.nm-content p {font-size:14px;}
.content-ttl .detail-cate, .other-header {font-size: 18px;}
}
