@charset "utf-8";

.newsBox:hover .newsTit {
    text-decoration: underline;
}

.topNewsBlock .newsItemBox:first-child .newsBox {
    padding-top: 0;
}

/*--長いカテゴリ対策--*/
.topNewsRight {
    min-width: 0;
}

/*--news--*/

.newsBox:hover .newsTit:before {
    transition: all .5s;
}

.newsBox .newsTit:before {
    transition: all .5s;
}

.newsItemBox {
    border-bottom: 1px solid #B1B1B1;
    min-width: 0;
}

.newsCate {
    max-width: max-content;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.125em;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0 4px 5px;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.newsCate:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    background: #FF9901;
    height: 3px;
}

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

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

.newsDate {
    display: inline-block;
    font-size: 14px;
    color: #383838;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

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



.newsTit {
    display: block;
    font-size: 14px;
    width: 100%;
    color: #333;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.5em;
    position: relative;
    padding-right: 30px;
}

.newsTit:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 18px;
    background: url(/system_panel/uploads/images/news_arrow.svg)no-repeat;
    background-size: auto;
    right: 10px;
    margin: auto;
    background-position: center;
    top: 0;
    bottom: 0;
}

.newsContentsBox {
    position: relative;
}

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

.newsCateSet {
    flex-wrap: nowrap;
}

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


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

.newsBox {
    padding: 29px 0 20px;
}

.newsInBox {
    margin: 15px 0 0;
}

.newsTit {
    font-size: 16px;
}

.newsCateSet {
    gap: 5px 31px;
}
    
/****************************************/
}
/****************************************/