  @charset "utf-8";
/*/////irディレクトリCSS/////*/

@import "reset.css";
@import "common.css";
@import "common_sp.css";
@import "gnav.css";
@import "gnav_sp.css";
@import "subPage.css";
@import "existing.css";
@import "existing_sp.css";

/*@import "existing.css";
@import "existing_old.css";
@import "existing_rwd.css";*/

/* news
---------------------------------------------------*/
/* index * */
body.News#index .mainTitBl .entit img{
    width: 56.608455882%;
    margin: 0 auto;
}

body.News#index .mainTitBl + div{
    margin-top: 45px;
}

.postSearchBl{
    padding: 30px 0;
    text-align: center;
}


.postSearchBl dl{
    display: block;
    padding: 0 30px;
    line-height: 1.75;
}

.postSearchBl dt {
  display: block;
    color: #006CB5;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
}

.postSearchBl dt span{
    width: 100%;
    background: url("/img/common/icn_linearrow_bottom_blue.svg") no-repeat 640px center;
    background-size: 18px auto;
    display: block;
  }

body.Ir .postSearchBl dt span{
    background-position: 470px center;
  }

.postSearchBl .open dt span{
    background-image: url("/img/common/icn_linearrow_top_blue.svg") ;
  }

.postSearchBl dd{
    display: none;
    padding-top: 35px;
}

.postSearchBl dd .flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.postSearchBl dd > * + *,
.postSearchBl form > * + *{
    margin-top: 30px;
}

.postSearchBl dd p{
    display: inline-block;
    font-size: 26px !important;
    font-weight: 700;
    margin: 0 50px 0 0 !important;
}

body.Ir .postSearchBl dd p{
    margin-bottom: 10px !important;
}

.postSearchBl dd .categoryList,
.postSearchBl dd .yearlyList{
    display: flex;
    gap: 15px 20px;
    flex-wrap: wrap;
}

.postSearchBl dd .categoryList li,
.postSearchBl dd .yearlyList li{
    text-indent: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.postSearchBl dd ul label input {
	display: none; /* デフォルトのinputは非表示にする */
}

.postSearchBl dd ul label span {
	color: #8D8D8D;
	font-size: 20px;
	border-radius: 25px;
	padding: 12px 16px;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
    display: block;
    transition: all 0.5s ease 0s;
    line-height: 1;
}

.postSearchBl dd ul li.all label input:checked + span {
	color: #FFF;
	background: #2EA7E0 !important;
}

.postSearchBl dd ul li.management label input:checked + span{
	color: #FFF;
	background: #EF31B6;
}

.postSearchBl dd ul li.hr label input:checked + span{
	color: #FFF;
	background: #ED6D46;
}

.postSearchBl dd ul li.products label input:checked + span{
	color: #FFF;
	background: #04671F;
}

.postSearchBl dd ul li.notice label input:checked + span{
	color: #FFF;
	background: #006CB5;
}

.postSearchBl dd ul.yearlyList li label input:checked + span {
	color: #FFF;
	background: #41445E;
}

.postSearchBl .submitBtn{
    background: #006CB5;
    border: none;
    border-radius: 28px;
    width: 200px;
    color: #fff;
    padding: 13px 0;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
    border: 2px solid #006CB5 ;
    transition: all 0.5s ease 0s;
}

.postSearchBl .submitBtn:hover{
    background: #fff;
    color: #006CB5;
}

.w690{
    max-width: 690px;
    margin: 0 auto;
}


.pager{
    display: flex;
    justify-content: center;
    gap: 32px;    
    flex-wrap: wrap;
}

/*.pager ul{
    display: flex;
    justify-content: center;
    gap: 32px;
}
*/
.pager span,
.pager li{
    text-indent: 0 !important;
    padding-left: 0 !important;
    display: table;
    transition: all 0.5s ease 0s;
}

.pager .prev a,
.pager .first a,
.pager .next a,
.pager .last a{
    text-indent: -9999px;
    display: block;
    background: #2EA7E0;
    color: #fff;
    width: 48px;
    height: 48px;
    border: none;    
}

.pager *:hover{
    opacity: 0.65;
}

.pager .prev a{
    background: url("/img/news/icn_prev.svg") no-repeat center center #2EA7E0;
}

.pager .first a{
    background: url("/img/news/icn_prev2.svg") no-repeat center center #2EA7E0;
}

.pager .next a{
    background: url("/img/news/icn_next.svg") no-repeat center center #2EA7E0;
}

.pager .last a{
    background: url("/img/news/icn_next2.svg") no-repeat center center #2EA7E0;
}


.pager .current a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #006CB5;
    background: #006CB5;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 42px;
    cursor: default;
    opacity: 1;
}

.pager li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  display: table;
    margin: 0 !important;
}

.pager li.noLink,
.pager li.noLink a{
    cursor: default;
    opacity: 0.6;
}

.pager li a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #006CB5;
    background: #fff;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #006CB5;
    width: 44px;
    height: 44px;
    line-height: 42px;    
    cursor: pointer;
}

.postlist{
    padding: 20px 10px;
    border-bottom: 1px solid #333333;
    margin: 0 0 30px 0 !important;
    line-height: 1 !important;
}

.newsArea .post{
    margin-bottom: 40px;
}

.newsArea .post .post_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsArea .post .post_date{
    font-weight: 500;
    color: #ACACAC;
    margin-bottom: 10px;
    float: left;
}

.newsArea .post .post_category{
    display: flex;
    margin-bottom: 10px;
}

.newsArea .post .post_category:empty {
    display: none; /* 中身が空の要素を非表示にする */
}

body.Ir .newsArea .post .post_category{
    display: none;
  }

.newsArea .post .post_category li{
    border: 1px solid #006CB5;
    border-radius: 14px;
    color: #006CB5;
    
    margin-right: 10px;
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.newsArea .post .post_category li.hr{
    border-color:  #ED6D46;
    color: #ED6D46;
}

.newsArea .post .post_category li.products{
    border-color:  #04671F;
    color: #04671F;
}

.newsArea .post .post_category li.management{
    border-color:  #EF31B6;
    color: #EF31B6;
}

.newsArea .post .post_category li.notice{
    border-color:  #006CB5;
    color: #006CB5;
}

.newsArea .post .post_flex .post_date{
    width: 100px;
    margin: 0 !important;
    line-height: 1.5;
}

.newsArea .post .post_flex .post_category-tit{
    width: calc(100% - 110px);
}

.newsArea .post .post_flex .post_tit{
    line-height: 1.5 !important;
    margin-top: 0 !important;
}

.newsArea .post .post_flex .post_tit img{
    width: 24px;
    margin-left: 3px;
}

.newsArea .post .link_pdf{
    padding-right: 28px;
    background: url("/img/common/icn_pdf.svg") no-repeat right center;
}

@media only screen and (max-width:767px) {
    body.News#index .mainTitBl + div {
      margin-top: 50px;
    }
    
    .postSearchBl.bgArea{
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 30px;
        padding-bottom: 30px;
        padding: 30px 2.857142857%;
    }
    
    body.Ir .postSearchBl.bgArea{
        margin-left: -3.725% !important;
        margin-right: -3.725% !important;
    }  

    .postSearchBl dl {
      display: block;
        padding: 0;
    }
    
    .postSearchBl dt{
        display: block;
        font-size: 28px;
        color:#006CB5 ;
        font-weight: 700;
    }

     .postSearchBl dt span {
         background-position: 95% center !important;
      }
    
    .postSearchBl dd{
        display: none;
        padding-top: 30px;
    }
    
    .postSearchBl dd .flex{
        display: flex;
    }
    
    .postSearchBl dd p {
      margin-bottom: 10px !important;
    }

    .postSearchBl dd > * + *{
        margin-top: 30px;
    }

    .postSearchBl dd p{
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    .postSearchBl dd .categoryList, 
    .postSearchBl dd .yearlyList{
        width: 100%;
        flex-wrap: wrap;
        gap: inherit;
        grid-row-gap: 15px;
        justify-content: space-between;

    }
    
    .postSearchBl dd ul li{
        width: 48.571428571%;
    }
    
    .postSearchBl dd ul label span {
        width: 100%;
        text-align: center;
        padding: 13px 0;
    }

    
    .w690{
        margin-left: 3.466666666% !important;
        margin-right: 3.466666666% !important;
    }
    

    .pager{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: -8px 0;
        gap:8px 12px;
    }
    
    .pager span{
        order: 1;
        margin: 0 !important;
    }
    
    .pager::before {
        content: '';
        order: 2;
        width: 100%;
    }    
    
    .pager .prev a,
    .pager .next a{
        width: 100px;
    }
        
    .pager .first{
        order: 10;
    }

    .pager .prev{
        order: 11;
    }
    
    .pager .next{
        order: 12;
    }

    .pager .last{
        order: 13;
    }
    

    .postlist{

        margin-bottom: 30px;
    }

    .newsArea{
        margin-top: 20px !important;
    }
    
    .newsArea .post{
        margin-bottom: 40px;
    }

    .newsArea .post .post_flex{
        display: block;
    }

    .newsArea .post .post_flex .post_date{
        width: 120px;
        margin-top: 5px;
    }

    .newsArea .post .post_flex .post_category-tit{
        width: 100%;
    }

    .newsArea .post .post_flex .post_tit{
         width: 100%;
    }    
    
    .newsArea .post .post_flex .post_tit img{
        width: 24px;
        margin-left: 3px;
    }
    


}

