@charset "utf-8";

.secListWrap .listData{
    padding:0 0 35px 0;
}
.secListWrap .txtTitle{
    font-size:1.6em;
    line-height:140%;
    font-weight:bold;
}
.secListWrap .txtTitle a{
    color:#e95349;
}
.secListWrap .txtTitle a:hover{
    opacity:0.8;
    text-decoration:none;
}

.secListWrap .boxPhoto{
    text-align: center;
    border:solid 1px #cccccc;
    padding:5px;
    max-height:260px;
}
.secListWrap .boxPhoto img{
    max-height: 250px;
}
.secListWrap .txtInfo{
    padding:5px 0 0px 0;
}

@media only screen and(max-width:767px){
}
@media print, screen and(min-width:768px){
}


/** ページネーションスタイルの設定 */
.boxPagenavi {
    padding: 0;
}
.boxPagenavi .areaPager .pageNaviList {
    display: flex;
    flex-wrap: wrap;
}
.boxPagenavi .areaPager .pageNaviList a {
    display: inline-block;
    margin: 0 20px 20px 0;
    background: #FFCB00 !important;
    color: #000000;
    box-shadow: 0px 1px 3px #00000029;
    opacity: 1;
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxPagenavi .areaPager .pageNaviList a.on {
    background: #FFFFFF !important;
}
.boxPagenavi .txtCountTotal {
    font-size: 18px;
    text-align: initial;
    float: initial;
    margin-bottom: 20px;
}
.boxPagenavi:nth-of-type(1) .areaPager {
    display: none;
}
.boxPagenavi:nth-of-type(1) .txtCountTotal {
    margin: 0;
}
@media only screen and (max-width:767px){
    .areaPager .pageNaviList {
        text-align: start !important;
    }
    .boxPagenavi .areaPager .pageNaviList a {
        margin-bottom: 20px;
    }
    .boxPagenavi .txtCountTotal {
        font-size: 14px;
    }
}

/** リニューアルページ */
/* コンテンツエリア */
.new-news-area {
    background-color: #F9F7F2;
    padding: 40px 0 60px 0;
}
/* ページタイトル */
.new-commonTitPage {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 40px;
}

/** 記事 */
.secListWrap {
    margin: 40px 0 40px 0;
    display: block;
    flex-wrap: initial;
    gap: initial;
}
.secListWrap > div {
    width: 100%;
    background: none;
    border: none;
}
/* 記事一覧 */
.new-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.new-list-wrap:not(:last-child) {
    margin-bottom: 5px;
}
/* 記事 */
.new-list-wrap .new-list-item-wrap {
    width: calc(20% - 4px);
    height: 100%;
    min-height: 200px;
    /* height: 285px; */
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px #00000029;
    border-radius: 4px;
}
.new-list-wrap .new-list-item-wrap:not(:last-child) {
    margin-right: 5px;
}
.new-list-wrap .new-list-item-wrap:hover {
    filter: brightness(1.1);
}
.new-list-wrap .new-list-item-wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.new-list-item {
    height: 100%;
}
.listData {
    padding: 0 !important;
    height: 100% !important;
    display: flex;
    flex-flow: column;
}
.new-list-item .listData .iconNew {
    background-color: #D52323;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px 1px 5px;
    position: absolute;
    left: 0px;
    display: block;
    border-radius: 4px 0 0 0;
}
/* 画像 */
.listData .new-boxPhoto {
    border: none;
    text-align: center;
    padding: 0;
    height: 150px;
    background-color: #F7F7F7;
}
.listData .new-boxPhoto .imgWrap {
    height: 150px;
}
.listData .new-boxPhoto img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px 4px 0 0;
}
/* 記事情報 */
.listData .new-boxInfo {
    padding: 10px;
    height: 100%;
}
.data-info-area {
    height: 68px;
}
.listData .new-boxInfo .titleWrap {
    height: 100%;
    min-height: 51px;
}
.listData .new-boxInfo .new-txtTitle {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 140%;
}
.listData .new-boxInfo .txtDate {
    font-size: 12px;
    line-height: normal;
}
.listData .new-boxInfo .txtDate span {
    vertical-align: bottom;
}
@media only screen and (max-width:767px){
    /* コンテンツエリア */
    .new-news-area {
        padding: 20px 0 20px 0;
    }
    /* ページタイトル */
    .new-commonTitPage {
        font-size: 20px;
        margin-bottom: 20px;
    }
    /* ページ説明 */
    .new-page-desc {
        font-size: 14px;
        margin: 20px 0 20px 0;
    }
    /* 記事 */
    .secListWrap {
        margin: 20px 0 40px 0;
    }
    .visible-xs.secListWrap {
        display: block !important;
    }
    /* 記事一覧 */
    .new-list-wrap:not(:last-child) {
        margin-bottom: 15px;
    }
    /* 記事 */
    .new-list-wrap .new-list-item-wrap {
        width: calc(50% - 8px);
        height: 100%;
        min-height: 194px;
        /* height: 260px; */
    }
    .new-list-wrap .new-list-item-wrap:not(:last-child) {
        margin-right: 15px;
    }
    .new-list-item .listData .iconNew {
        font-size: 10px;
    }
    /* 画像 */
    .listData .new-boxPhoto {
        height: 120px;
    }
    .listData .new-boxPhoto .imgWrap{
        height: 120px;
    }
    /* 記事情報 */
    .listData .new-boxInfo .txtDate {
        font-size: 10px;
    }
    .data-info-area {
        height: 60px;
    }
}