@charset "utf-8";
.cnts_wrap02 .side{
    top: -5.0625rem;
}
.cnts_wrap02 .mainCnts{ padding-bottom: 75px;}

.post_wrap .post:not(:last-of-type){
    margin-bottom: 15px;
}

.post_wrap .post_date{
    position: relative;
    margin-bottom: 8px;
}
.post_wrap .post_date{ margin-bottom: 0;}

.post_wrap .post_date span{
    display: inline-block;
    position: relative;
    font-size: 1.125rem;
    font-family: 'Roboto', sans-serif;
    background: #FFF;
    z-index: 5;
    padding-right: 0.8rem;;
    box-sizing: border-box;
}
.bgCol .post_wrap .post_date span{ background: #000;}

.post_wrap .post_date:after{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    z-index: 1;
}

.post_wrap .post_cnts{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post_wrap .post-ttl{
    width: 88%;
    padding-right: 45px;
    box-sizing: border-box;
}
.post_wrap .post-ttl a{
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-decoration: underline;
}
.post_wrap .post-ttl a:hover{ text-decoration: none;}

.post_wrap .post-target{
    width: 6%;
    max-width: 62px;
    margin-right: 8px;
}
.post_wrap .post-cat{
    width: 6%;
    max-width: 62px;
}

.icn_explanation{ margin-top: 66px;}

.icn_explanation .box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fffef1;
    border-radius: 5px;
    padding: 20px 7px;
    box-sizing: border-box;
}

.icn_explanation .box ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.icn_explanation .box ul li{
    width: 20%;
    max-width: 180px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.icn_explanation .box ul li img{
    display: block;
    margin: 0 8px 0 0;
}

.icn_explanation .box p{ font-size: 1.125rem; color: #000;}
.icn_explanation .box p.subttl{
    margin-right: 18px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
    word-break: keep-all;
}
.icn_explanation .box+.box{ margin-top: 20px;}


/* news 詳細 */

.news_detail .mainCnts{ padding-top: 45px;}

.news_detail .mainCnts h3{line-height: 1.3;}
.news_detail .mainCnts h3 span,.news_detail  .mainCnts h3 p.subttl{ top: -8px;}
.news_detail .mainCnts h3:before{ height: 100%; top: -10px;}

.post_wrap .icn_img{}
.post_wrap .icn_img ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.post_wrap .icn_img li{
    max-width: 62px;
    margin-right: 8px;
}

.post_cntent{ margin-bottom: 25px;}
.post_cntent p{
    font-size: 1rem;
    line-height: 1.875rem;
}
.post_cntent p+p{ margin-top: 37px;}
.post_cntent img{ max-width: 100%;}
.post_cntent .aligncenter{
    display:block;
    margin:0 auto;
}
.post_cntent .alignright{
	float:right;
}
.post_cntent .alignleft{
	float:left;
}


.content_data{ margin-top: 40px; margin-bottom: 25px;}
.content_data .data{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 17px 0;
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.content_data .data p{
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.875rem;
}

.content_data .data p.icn{
    width: 48px;
    margin-right: 20px;
}
.content_data .data p+p{ margin-top: 0;}

.cf p a {text-decoration: underline;}

@media screen and (max-width: 1366px) {
    .cnts_wrap02 .side{
        top: -74px;
    }
    
    .post_wrap .post_date span{ font-size: 0.875rem;}
    .post_wrap .post-ttl a{ font-size: 1.1875rem;}
    .post_cntent p{
        font-size: 0.8125rem;
        line-height: 1.5rem;
    }
    .post_cntent p+p{ margin-top: 25px;}

    .icn_explanation .box p{ font-size: 0.875rem;}
    .content_data .data p{
        font-size: 0.8125rem;
        line-height: 1.5rem;
    }

    .post_wrap .icn_img li{ width: 15%;}



}


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

    .cnts_wrap02 .mainCnts{ padding-bottom: 11%;}
    .post_wrap .post_date span{ font-size:0.8125rem;}
    .post_wrap .post-ttl a{ font-size: 1rem;}
    .news_detail .mainCnts h3:before{ height: 96%;}
    .post_wrap .post_cnts{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .post_wrap .post-ttl{
        width: 100%;
        padding-right: 0;
        margin-bottom: 4%;
    }
    .post_wrap .post-target{
        width: 30%;
        max-width: 42px;
        margin-right: 8px;
    }
    .post_wrap .post-cat{
        width: 30%;
        max-width: 42px;
    }

    .icn_explanation{ margin-top: 10%;}

    .icn_explanation .box{
        display: block;
        padding-bottom: 0;
    }

    .icn_explanation .box ul{
        width: 100%;
        flex-wrap: wrap;
    }
    .icn_explanation .box ul li{
        width: 33%;
        display: block;
        max-width: inherit;
        margin-bottom: 4%;
        text-align: center;
    }

    .icn_explanation .box ul li img{
        width: 40%;
        max-width: 62px;
        display: block;
        margin: 0 auto 5px auto;
    }

    .icn_explanation .box p{ font-size: 0.8125rem;}
    .icn_explanation .box p.subttl{
        margin-right: 0;
        margin-bottom: 4%;
      -webkit-writing-mode: lr-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: lr-tb ;
    }
    .icn_explanation .box+.box{ margin-top: 6%;}


    /* news 詳細 */
    .news_detail .mainCnts{ padding-top: 8%;}
    .post_cntent{ margin-bottom: 4%;}

    .post_cntent p+p{ margin-top: 4%;}

    .post_cntent .alignright{
        float:none;
        margin: 0 auto;
    }
    .post_cntent .alignleft{
        float:none;
        margin: 0 auto;
    }




}







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

}

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

}

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

}




@media all and (-ms-high-contrast: none){
  /* IE のみ */

}
@supports (-ms-ime-align: auto) {
  /* Edge のみ */

}



