/*--------------
　　kv
--------------*/
.newskv {
    margin: 0.1rem auto 0;
    width: 100%;
    height: 216px;
    background: url(../image/news_kv_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.newskv_text {
    color: #F8F8F8;
    padding-top: 85px;
}
.newskv_text p {
    display: inline;
}
.bigtitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
}
.smalltitle {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: middle;
}
@media (max-width: 750px){
    .newskv {
        margin: 7rem auto 0;
        width: 100%;
        height: 12rem;
        background: url(../image/news_kv_sp.jpg) center center / cover no-repeat;
        position: relative;
    }
    .newskv_text {
        padding-top: 4.5rem;
        padding-left: 1rem;
    }
    .bigtitle {
        font-size: 2rem;
    }
    .smalltitle {
        font-size: 0.8rem;
        padding-left: 1rem;
    }
}

/*--------------
　　タイトル
--------------*/
.newstitle {
    width: 100%;
    background-color: #F8F8F8;
    padding: 80px 0 150px;
}
.newstitle h2 span.decoration::before {
    background-image: url("../image/h2_decoration_r.svg");
}
@media (max-width: 750px){
    .newstitle {
        padding: 4rem 0 7.5rem;
    }
}

/*--------------
　　ニュース一覧
--------------*/
.newslist {
    width: 100%;
    background-color: #F8F8F8;
}
.newslist-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}
.newslist_items {
    width: 1030px;
    margin: 0;
}
.newslist_items ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.newslist_items li {
    border-bottom: solid 1px #666666;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 43px 0;
}
.newslist_items li:first-child {
    padding: 0 0 43px;
}
.newslist_items_cate_day {
    display: flex;
} 
.newslist_items p {
    display: inline;
}
.newslist_category {
    width: 80px;
    font-size: 13px;
    letter-spacing: -0.1em;
    text-align: center;
    background-color: #BF1734;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: -1px;
    border-radius: 15px;
}
.newslist_date {
    width: 200px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 13px;
}
.newslist_title {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
}
.newslist_title a {
    text-decoration: underline;
}

/* ie */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .top_news_category {
        padding: 8px 0 2px;
    }
}

@media (max-width: 750px){
    .newslist_items{
        width: 90%;
    }
    .newslist_items li {
        padding: 2rem 0;
        flex-direction: column;
    }
    .newslist_items li:first-child {
        padding: 0 0 2rem;
    }
    .newslist_items_cate_day {
        margin-bottom: 0.5rem;
    }
    .newslist_category {
        width: 15vw;
        font-size: 0.7rem;
        padding: 0.2rem 0;
        margin-right: 0.2rem;
        margin-top: -0.1rem;
        border-radius: 1rem;
    }
    .newslist_date {
        width: 10rem;
        margin-right: 1.5rem;
        margin-top: 0.2rem;
        font-size: 0.8rem;
    }
    .newslist_title {
        width: 100%;
        font-size: 1rem;
        line-height: 1.2rem;
        padding-top: 1rem;
    }
}
/*--------------
　　ニュース詳細
--------------*/
.news_content {
    width: 100%;
    background-color: #F8F8F8;
    padding-bottom: 195px;
}
.news_content_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.news_content_items {
    display: flex;
    margin-bottom: 95px;
    position: relative;
}
.news_content_items a{
    color: #2e3192;
}
.news_content_items:last-child {
    margin-bottom: 0;
}
.news_content_items_child:nth-child(1) {
    width: 45.5%;
}
.news_content_items_child_tite {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 34px;
    padding-left:10px;
    border-left:solid 4px #bf1734;
    margin-top: 20px;
}
.news_content_items_child_detail {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.08em;
}
.news_content_items_child:nth-child(2) {
    width: 45.5%;
    margin-left: 80px;
}
.news_content_items_child img {
    width: 90%;
    margin-bottom: 30px;
}
.news_detail{
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.newslist_category2 {
    width: 80px;
    font-size: 13px;
    letter-spacing: -0.1em;
    text-align: center;
    background-color: #BF1734;
    color: #fff;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.newslist_ul_disc{
    list-style: disc;
    font-size:16px;
    margin-left: 20px;
    line-height: 24px;
    margin-bottom:20px;
}
.newslist_ul_disc li{
    margin-bottom:10px;
}

.newslist_ul_square{
    list-style-type: square;
    font-size:16px;
    margin-left: 20px;
    line-height: 24px;
    margin-bottom:20px;
}
.newslist_ul_square li{
    margin-bottom:15px;
}
.newslist_ul_square_right{
    list-style-type: none;
    margin-top:-15px;
    margin-left:75px;
}
.news_content_company_name {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.08em;
}
.news_button{
    width:132px;
    height:30px;
    background-image:url('../image/news_list_button.png');
    display:inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 100px;
  }
.news_center{
    text-align: center;
}
.pc-none{
    display: none;
}
.news_sp_mgt{
    margin-bottom:30px;
}
.sp-none{
    display: inline;
}
@media (max-width: 750px){
    .news_content {
        padding-bottom: 4.5rem;
    }
    .news_content_item {
        width: 90%;
        max-width: 90%;
    }
    .news_content_items {
        margin-bottom: 4.7rem;
        flex-direction: column;
        align-items: center;
    }
    .news_content_items:last-child {
        margin-bottom: 0;
    }
    .news_content_items_child img {
        width: 90%;
        position: relative;
        margin:10px 0;
    }    
    .news_content_items_child:nth-child(1) {
        width: 100%;
        margin-bottom: 2.2rem;
    }
    .news_content_items_child_tite {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            line-height: 1.6rem;
    }
    .news_content_items_child_detail {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
    .news_content_items_child:nth-child(2) {
        margin-left: 0;
    }
    .news_content_items_child:nth-child(2) img {
        width: 19rem;
        position: relative;
    }
    .news_detail {
        font-size: 10px;
        line-height: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .newslist_category2 {
        width: 15vw;
        font-size: 0.7rem;
        padding: 0.2rem 0;
        margin-right: 0.2rem;
        margin-top: 3rem;
        margin-bottom: 15px;
    }
    .newslist_ul_disc{
        list-style: disc;
        font-size:12px;
        margin-left: 20px;
        line-height: 26px;
        margin-bottom:10px;    
    }
    .newslist_ul_disc li{
        font-size: 0.8rem;
        margin-bottom:0px;
        line-height: 1.8rem;
    }
    .newslist_ul_square{
        list-style-type: square;
        font-size:12px;
        margin-left: 20px;
        line-height: 26px;
        margin-bottom:20px;    
    }       
    .newslist_ul_square li{
        font-size: 0.8rem;
        margin-bottom:0px;
        line-height: 1.6rem;
    }
    .newslist_ul_square_right{
        list-style-type: none;
        margin-top:-48px;
        margin-left:75px;
    }
    .news_content_company_name {
        font-size: 0.8rem;
        line-height: 1.5rem;
        margin-bottom: 5px;
    }
    .news_button{
        background-image:url('../image/news_list_button.png');
        display:inline-block;
        color: #fff;
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 60px;
      }
      .pc-none{
        display: inline;
    }
    .sp-none{
        display: none;
    }
}
.news_table{
    width: 864px;
    border-collapse: collapse;
    text-align: center;
    border: 2px solid #000 ;
    background-color:rgba( 255, 255, 255, 0.7 );
    margin:0 auto;
}
.news_table th,td{
    border: 1px solid #000 ;
    text-align: center;
    font-weight: 500;
    font-size:16px;
    padding:8px 14px;
}
.news_table th{
    background-color: #ededed;
    font-weight: 600;
    width: 27.5%;
}
.news_table td{
    width:14.5%;
}
.td-color{
    background-color: #ededed;
    font-weight: 600;
}
.news_mb{
    margin-bottom: 40px;
}
@media (max-width: 750px){
    .news_table{
        margin-bottom: 10px;
        width: 400px;
    }    
    .news_table th,td{
        font-size:0.8rem;
        white-space: nowrap;
        padding:6px 16px;
    }
    .news_scroll {
        overflow-x: scroll;
        margin-bottom: 50px;
    }
    .news_scroll table{
        margin-left:1.5rem;
    }   
}

.news_sentence {
    width: 856px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.news_sentence > p {
    font-family: 'Noto Serif JP', serif;
}
.news_text {
    font-size: 16px;
    line-height: 34px;
}
.news_text2 {
    font-size: 16px;
    line-height: 28px;
}
.new_text2_link{
    color: #2e3192;
}
.new_mb20{
    margin-bottom: 20px;
}
@media (max-width: 750px){
    .news_sentence {
        max-width: 90%;
        padding-top: 1rem;
    }
    .news_text {
        font-size: 0.8rem;
        line-height: 1.7rem;
    }
    .news_text2 {
        font-size: 0.8rem;
        line-height: 1.5rem;
    }
}
