@charset "utf-8";

/*--news--*/

.topNewsBlockBox section .textIn01:first-child .newsBox {
    padding-top: 0;
}

.topNewsBlockBox section .textIn01 {
    border-bottom: 1px solid #DDDDDD;
}

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

.newsCateSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.newsBox .newsTit {
    text-decoration: none;
}

.newsInBox {
    width: 100%;
    /* flex: auto; */
    margin-top: 10px;
}

.newsDate {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    color: #2B2B2B;
}

.newsCate {
    display: inline-block;
    padding: 3px 15px 3px;
    min-width: 100px;
    max-width: 130px;
    background: #8E8E8E;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.newsBox {
    display: flex;
    width: 100% !important;
    position: relative;
    padding: 25px 0;
    align-items: center;
    flex-wrap: nowrap;
}


.newsTit {
    display: block;
    width: 100%;
    color: #2B2B2B;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.newsImg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.newsImg > span >img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.newsImg > img+span{
    display: none;
}

.newsImgBox {
    max-width: 100px;
    width: 100%;
    margin: 0 20px 0 0;
    display: none;
}

.newsImg {
    position: relative;
    width: 100%;
    padding-top: 75.14%;
    overflow: hidden;
}

.newsListSet {
    flex: 1;
    padding-right: 55px;
    position: relative;
}

.newsListSet:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: url(/system_panel/uploads/images/com_arrow02.svg)no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.newsListSet {
    padding-right: 55px;
}
  
.newsListSet:before {
    display: block;
}

.newsImgBox {
    max-width: 130px;
    margin: 0 20px 0 0;
}

.newsImgBox {
    display: block;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

  
.newsTit {
    font-size: 18px;
}

.inTxt01 {
    font-size: 16px;
}

.newsInBox {
    flex: 1;
    margin-top: 0;
}

.newsTit {
    flex: 1;
}

.newsCateSet {
    flex-wrap: wrap;
    margin-right: 25px;
}


.newsCate {
    min-width: 124px;
    max-width: 150px;
    font-size: 15px;
}

.newsImgBox {
    max-width: 185px;
    margin: 0 5.66% 0 0;
}

.newsDate {
    margin-right: 35px;
    font-size: 15px;
}
    
/****************************************/
}
/****************************************/