@charset "UTF-8";

.newsInner{
    max-width: 1050px;
    width: 62.5%;
    margin: 0 auto;
}

.newsList-container{
    align-items: flex-start;
}

.count{
    font-size: 24px;
}

.newsList-wrap{
    width: 66.666%;
}

.newsList-wrap .newsList__item:last-child{
    border-bottom: 2.5px solid #888888;
}

.newsList__item {
    border-top: 2.5px solid #888888;
}

.newsList__item a{
    padding: 20px 0;
    transition: all .3s;
}
@media screen and (min-width: 768px) {
.newsList__item a:hover{
    transition: all .3s;
    opacity: .5;
}
}
.newsList{
    margin: 20px 0 40px;
}

.newsList-imgWrap{
    width: 25%;
}
.newsList-img{
    width: 100%;
    padding-top: 75%;
    position: relative;
}

.newsList-ttl{
    font-size: clamp(15px, 1.04vw, 20px);
}

.newsList-txtUpper{
    justify-content: flex-start;
    margin-bottom: 23px;
}


.newsList-txt-wrap{
    width: calc(75% - 40px);
    padding-right: 45px;
}


.newsList-cate{
    padding: 7px 20px;
    background-color: #555555;
    color: #fff;
    line-height: 1;
    margin-left: 20px;
}

/*ページネーション*/
.paveNation{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.paveNation-item {
    border: 1px solid #000;
    margin-right: 20px;
}

.paveNation-item a{
    text-align: center;
    display: block;
    line-height: 60px;
}

.paveNation .paveNation-item:last-child{
    margin-right: 0;
}

.page-no {
    width: 60px;
    height:  60px;
}
.prev , .next{
    width: 120px;
    height: 60px;
}
.current{

}
.pageMore{
    border: none;
}

/*サイドバー*/
.newsSide{
    width: calc(33.3333% - 100px);
}

.newsSide-head{
    font-size: clamp(18px , 1.25vw , 24px);
    margin-bottom: 20px;
}

.sideNav-current{
    background-color: #f6f6f6;
}

/*カテゴリー*/
.newsSide__category .newsSide-categoryList:nth-of-type(1){
    border-top: 2.5px solid #888;
}


.newsSide-categoryList-item{
    border-bottom: 2.5px solid #888;
}

.newsSide-categoryList-item a{
    padding: 20px;
    display: block;
    transition: all .3s;
}
@media screen and (min-width: 768px) {
.newsSide-categoryList-item a:hover{
    transition: all .3s;
    opacity: .5;
}
}
/*アーカイブ*/
.newsSide__archive{
    margin-top: 100px;
}
.newsSide__archive .newsSide__archiveUnity:nth-of-type(1){
    border-top: 2.5px solid #888;
}
.newsSide-archiveTtl{
    padding: 20px;
    border-bottom: 2.5px solid #888;
    position: relative;
    cursor: pointer;
}


.archiveMonth{
    display: block;
    padding: 20px;
    border-bottom: 2.5px solid #888;
}

.archiveMonth a{
    padding-left: 20px;
    transition: all .3s;
}
@media screen and (min-width: 768px) {
.archiveMonth a:hover{
    transition: all .3s;
    opacity: .5;
}
}
.newsSide-archiveInner{
    display: none;
}

.newsSide-archiveTtl::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #333;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
.newsSide-archiveTtl::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #333;
    transition: all .3s ease-in-out;
}

.newsSide-archiveTtl.open::before {
    transform: rotate(180deg);
}
.newsSide-archiveTtl.open::after {
    opacity: 0;
}

/*記事詳細ページ*/
.newsDetail-wrap{
    width: 66.666%;
}

.newsDetail-container{
    align-items: flex-start;
}
.newsDetail-ttl{
    font-size: clamp(14px , 3.7333vw, 28px);
}

.newsDetail-img{
    width: 54.3%;
    margin: 35px 0;
}

.newsDetail-txt{
    padding: 60px 0 72px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {

.newsList-container{
    flex-direction: column;
}


.newsList-wrap{
    width: 100%;
}

.newsList-wrap .newsList__item:last-child{
    border-bottom: 1px solid #888888;
}

.newsList__item {
    border-top: 1px solid #888888;
}





/*サイドバー*/
.newsSide{
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.newsSide-head{
    font-size: max(1.56vw , 17px);
    margin-bottom: 10px;
}

.sideNav-current{
    background-color: #f6f6f6;
}

/*カテゴリー*/
.newsSide__category {
    width: 100%;
    margin-bottom: 50px;
}
.newsSide__category .newsSide-categoryList:nth-of-type(1){
    border-top: 1px solid #888;
}


.newsSide-categoryList-item{
    border-bottom: 1px solid #888;

}
.newsSide-categoryList-item a{
    font-size: max(1.56vw , 17px);
}

.newsSide-categoryList-item a{
    padding: 10px 10px 10px 20px
}
/*アーカイブ*/
.newsSide__archive{
    width: 100%;
    margin-top: 0;
}
.newsSide__archive .newsSide__archiveUnity:nth-of-type(1){
    border-top: 1px solid #888;
}
.newsSide-archiveTtl{
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid #888;
    font-size: max(1.56vw , 17px);

}
.archiveMonth{
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid #888;
}

.archiveMonth a{
    padding-left: 20px;
    font-size: max(1.56vw , 17px);
}

.newsSide-archiveInner{
    display: none;
}

.newsSide-archiveTtl::before {
    height: 1px;
}
.newsSide-archiveTtl::after {
    height: 1px;
}


/*記事詳細ページ*/
.newsDetail-wrap{
    width: 100%;
}

.newsDetail-container{
   flex-direction: column;
}
.newsDetail-ttl{
    font-size: clamp(18px , 3.7333vw, 28px);
}

.newsDetail-img{
    width: 65%;
    margin: 20px 0;
}

.newsDetail-txt{
    padding: 30px 0;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    margin-bottom: 40px;
}

.articleTxt-ja{
    font-size: 14px;
}

.articleTxt-en{
    font-size: 14px;
}
}

@media screen and (max-width: 767.9px) {
.newsInner{
    width: 89.333%;
}


.newsList__item a{
    padding: 30px 0;
}

.newsList__item-wrap{
    display: flex;
    flex-direction: column-reverse;
}

.txt{
    font-size: 17px;
}

.newsList-img{
    display: none;
}
.newsList-imgWrap{
    width: 100%;
    max-width: 450px;
}

.newsList-txtUpper{
    margin-bottom: 10px;
}

.newsList-ttl{
    margin-bottom: 0;
    font-size: 18px;

}

.newsList-txt-wrap{
    width: 100%;
    padding-right: 0;
}

.newsList-date{
    font-size: 14px;
}

.newsList-cate{
    padding: 5px 15px;
    font-size: 14px;
}

/*ページネーション*/
.paveNation-item {
    margin-right: 5px;
}

.paveNation-item a{
    line-height: 45px;
}

.page-no {
    width: 45px;
    height:  45px;
}
.prev , .next{
    width: 60px;
    height: 45px;
}
}