@charset "utf-8";

.newsBlockBox.noBlock {
    height: auto;
    overflow-y: unset;
}

.newsBlockBox .newsItemBox:first-child {
    margin-top: 0;
}

.newsBlockBox .newsItemBox {
    margin-top: 30px;
}

.newsBlockBox {
    height: 600px;
    overflow-y: scroll;
    padding: 30px;
    background-image: url(/system_panel/uploads/images/top_bg01.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-attachment: scroll;
    background-size: contain;
}

.newsBlockBox::-webkit-scrollbar {
    width: 10px;
}

.newsBlockBox::-webkit-scrollbar-track {
    background-color: #ccc;
}

.newsBlockBox::-webkit-scrollbar-thumb {
    background-color: #162F5D;
}

.newsText {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.667em;
}

.newsImg {
    max-width: 394px;
}

.newsImg>img {
    margin-top: 15px;
}

/*--news--*/

.newsItemBox {
    border-bottom: 1px dashed #162F5D;
}

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 0;
}

.newsInBox {
    width: 100%;
    margin: 20px 0 0;
}

.newsDate {
    display: block;
    font-family: "Noto Serif", serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.newsBox {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 0 25px 0;
}

/****************************************/
@media screen and (min-width: 768px) {
/****************************************/
   
.newsDate {
    font-size: 16px;
}

.newsCateSet {
    flex-wrap: nowrap;
}

.newsText {
    font-size: 16px;
}
    
/****************************************/
}
/****************************************/

/****************************************/
@media screen and (min-width: 1024px) {
/****************************************/

.newsText {
    font-size: 18px;
}
    
/****************************************/
}
/****************************************/