@charset "utf-8";

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

.topNewsBlockBox {
    margin-top: -5px;
}

/*--news--*/

.newsBox:hover .newsTit:before {
    transition: all .5s;
    transform: translate(9px,50%);
}

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

.newsItemBox {
    border-bottom: 1px solid #CCC9C8;
}

.newsCate {
    font-size: 14px;
    color: #2D2422;
    border-radius: 17px;
    min-width: 104px;
    max-width: 170px;
    padding: 3px 10px 3px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 1.43em;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #2D2422;
}

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

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

.newsDate {
    display: inline-block;
    font-size: 16px;
    color: #2D2422;
    line-height: 1em;
    margin: 3px 20px 3px 0;
    font-weight: bold;
    font-family: "Cardo", serif;
}

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



.newsTit {
    display: block;
    font-size: 16px;
    width: 100%;
    color: #2D2422;
    font-weight: bold;
    line-height: 1.5em;
    font-family: "Kaisei Tokumin", serif;
}

.newsTit:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 22px;
    background: url(/system_panel/uploads/images/news_arrow.svg)no-repeat;
    background-size: contain;
    right: 0;
    bottom: 50%;
    margin: auto;
    background-position: center;
    transform: translate(0px, 50%);
}

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

.newsCateSet {
    flex-wrap: nowrap;
}

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

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

.newsTit:before {
    width: 12px;
    height: 22px;
}

.newsCate {
    font-size: 16px;
}
   
.newsDate {
    font-size: 20px;
}
    
.infoDetailTit01 {
    font-size: 20px;
}

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