@charset "UTF-8";

/*3*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1300px) { /*TB*/
}
@media screen and (min-width:1301px) , print { /*PC*/
}


/* ------------------------------------------------------------ */
/* NEWS */
/* ------------------------------------------------------------ */
@media screen and (max-width:767px) { /*SP*/
    .HD_modalMenu{
        display: flex!important;
    }
    #NEWS{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 120px 0; */
        padding: 28.99vw 0;
    }
    .NEWS_wrap{
        /* width: 344px; */
        width: 83.09vw;
        margin: 0 0 0 0;
    }
    .NEWS_h1{
        /* font-size: 22px; */
        font-size: 5.31vw;
        /* line-height: 36px; */
        line-height: 8.70vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 4.83vw 0;
        font-weight: 500;
    }
    .NEWS_h2{
        /* font-size: 16px; */
        font-size: 3.86vw;
        /* line-height: 29px; */
        line-height: 7.00vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 4.83vw 0;
        font-weight: 400;
    }
    .NEWS_h3{
        /* font-size: 17px; */
        font-size: 4.11vw;
        /* line-height: 32px; */
        line-height: 7.73vw;
        /* margin: 40px 0 0 0; */
        margin: 9.66vw 0 0 0;
        font-weight: 500;
    }
    .NEWS_h4{
        /* font-size: 17px; */
        font-size: 4.11vw;
        /* line-height: 32px; */
        line-height: 7.73vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 4.83vw 0;
        font-weight: 500;
    }
    .NEWS_p{
        /* font-size: 14px; */
        font-size: 3.38vw;
        /* line-height: 26px; */
        line-height: 6.28vw;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
        font-weight: normal;
    }

    .NEWS_info{
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        /* margin: 0 0 10px 0; */
        margin: 0 0 2.42vw 0;
    }
    .NEWS_date{
        /* font-size: 12px; */
        font-size: 2.90vw;
        /* line-height: 26px; */
        line-height: 6.28vw;
        font-weight: 500;
    }
    .NEWS_categories{
        /* font-size: 12px; */
        font-size: 2.90vw;
        /* line-height: 26px; */
        line-height: 6.28vw;
        font-family: "Lusitana",serif;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_img{
        width: 100%;
        /* margin: 0 0 40px 0; */
        margin: 0 0 9.66vw 0;
    }
    
    .NEWS_note{
        /* font-size: 10px; */
        font-size: 2.42vw;
        /* line-height: 20px; */
        line-height: 4.83vw;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    }
    .NEWS_lines{
        /* width: 344px; */
        width: 83.09vw;
        /* height: 1px; */
        height: 0.24vw;
        background-color: #ccc;
        /* margin: 35px 0 50px 0; */
        margin: 8.45vw 0 12.08vw 0;
    }
    /* ------------ */
    .NEWS_linkBox{
        /* width: 344px; */
        width: 83.09vw;
    }
    .NEWS_link_01 {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /* width: 130px; */
        width: 31.40vw;
        text-decoration: none;
        overflow: hidden;
        /* margin: 10px 0 0 0; */
        margin: 2.42vw 0 0 0;
        /* padding-bottom: 5px; */
        padding-bottom: 1.21vw;
    }
    .NEWS_link_01::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 1px; */
        height: 0.24vw;
        background-color: #9E7E68;
        transform: translateX(0%);
        transition: none;
    }
    .NEWS_link_01:hover::after {
        animation: underlineMove 0.5s ease forwards;
    }
    @keyframes underlineMove {
        0%   { transform: translateX(0%); }
        49%  { transform: translateX(100%); }
        50%  { transform: translateX(-100%); }
        100% { transform: translateX(0%); }
    }
    .NEWS_newstop{
        width: auto;
        margin: 0 0 0 0;
        font-family: "Lusitana",serif;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_arr_left{
        /* width: 8px; */
        width: 1.93vw;
        /* margin: 0 12px 0 0; */
        margin: 0 2.90vw 0 0;
    }
    .NEWS_mg_A{
        /* margin: 50px 0 0 0; */
        margin: 12.08vw 0 0 0;
    }

    /* ------------ */

    .NEWS_link_02 {
        position: relative;
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        text-decoration: none;
        overflow: hidden;
        /* margin: 0px 0 0 0; */
        margin: 0.00vw 0 0 0;
        /* padding-bottom: 2px; */
        padding-bottom: 0.48vw;
    }
    .NEWS_link_02::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 1px; */
        height: 0.24vw;
        background-color: #9E7E68;
        transform: translateX(0%);
        transition: none;
    }
    .NEWS_link_02:hover::after {
        animation: underlineMove 0.5s ease forwards;
    }
    @keyframes underlineMove {
        0%   { transform: translateX(0%); }
        49%  { transform: translateX(100%); }
        50%  { transform: translateX(-100%); }
        100% { transform: translateX(0%); }
    }
    .NEWS_viewmore{
        width: auto;
        margin: 0 0 0 0;
        font-family: "Lusitana",serif;
        /* font-size: 14px; */
        font-size: 3.38vw;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_arr_right{
        /* width: 8px!important; */
        width: 1.93vw!important;
        /* margin: 0 0 0 12px!important; */
        margin: 0 0 0 2.90vw!important;
    }
}
@media screen and (min-width:768px) and ( max-width:1400px) { /*TB*/
    .HD_modalMenu{
        display: flex!important;
    }
    #NEWS{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* padding: 150px 0; */
        padding: 10.71vw 0;
    }
    .NEWS_wrap{
        /* width: 900px; */
        width: 64.29vw;
        margin: 0 0 0 0;
    }
    .NEWS_box_01{
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start;
        /* margin: 30px 0 0 0; */
        margin: 2.14vw 0 0 0;
    }
    .NEWS_box_01 img{
        width: 50%;
        /* margin: 0 30px 0 0; */
        margin: 0 2.14vw 0 0;
    }
    .NEWS_box_02{
        margin: 0 0 0 0;
    }
    .NEWS_box_02 p:first-of-type {
        margin: 0 0 0 0;
    }
    .NEWS_h1{
        /* font-size: 22px; */
        font-size: 1.57vw;
        /* line-height: 36px; */
        line-height: 2.57vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.43vw 0;
        font-weight: 500;
    }
    .NEWS_h2{
        /* font-size: 18px; */
        font-size: 1.29vw;
        /* line-height: 32px; */
        line-height: 2.29vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.43vw 0;
        font-weight: 400;
    }
    .NEWS_h3{
        /* font-size: 17px; */
        font-size: 1.21vw;
        /* line-height: 32px; */
        line-height: 2.29vw;
        /* margin: 40px 0 0 0; */
        margin: 2.86vw 0 0 0;
        font-weight: 500;
    }
    .NEWS_h4{
        /* font-size: 17px; */
        font-size: 1.21vw;
        /* line-height: 32px; */
        line-height: 2.29vw;
        margin: 0 0 0 0;
        font-weight: 500;
    }
    .NEWS_p{
        /* font-size: 14px; */
        font-size: 1.00vw;
        /* line-height: 26px; */
        line-height: 1.86vw;
        /* margin: 10px 0 0 0; */
        margin: 0.71vw 0 0 0;
        font-weight: normal;
    }
    .NEWS_info{
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.71vw 0;
    }
    .NEWS_date{
        /* font-size: 12px; */
        font-size: 0.86vw;
        /* line-height: 26px; */
        line-height: 1.86vw;
        font-weight: 500;
    }
    .NEWS_categories{
        /* font-size: 12px; */
        font-size: 0.86vw;
        /* line-height: 26px; */
        line-height: 1.86vw;
        font-family: "Lusitana",serif;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_img{
        width: 100%;
        /* margin: 0 0 40px 0; */
        margin: 0 0 2.86vw 0;
    }
    .NEWS_note{
        /* font-size: 10px; */
        font-size: 0.71vw;
        /* line-height: 20px; */
        line-height: 1.43vw;
        /* margin: 20px 0 0 0; */
        margin: 1.43vw 0 0 0;
    }
    .NEWS_lines{
        /* width: 900px; */
        width: 64.29vw;
        /* height: 1px; */
        height: 0.07vw;
        background-color: #ccc;
        /* margin: 70px 0 70px 0; */
        margin: 5.00vw 0 5.00vw 0;
    }
    /* ------------ */
    .NEWS_linkBox{
        /* width: 900px; */
        width: 64.29vw;
    }
    .NEWS_link_01 {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /* width: 125px; */
        width: 8.93vw;
        text-decoration: none;
        overflow: hidden;
        /* margin: 20px 0 0 0; */
        margin: 1.43vw 0 0 0;
        /* padding-bottom: 5px; */
        padding-bottom: 0.36vw;
    }
    .NEWS_link_01::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 1px; */
        height: 0.07vw;
        background-color: #9E7E68;
        transform: translateX(0%);
        transition: none;
    }
    .NEWS_link_01:hover::after {
        animation: underlineMove 0.5s ease forwards;
    }
    @keyframes underlineMove {
        0%   { transform: translateX(0%); }
        49%  { transform: translateX(100%); }
        50%  { transform: translateX(-100%); }
        100% { transform: translateX(0%); }
    }
    .NEWS_newstop{
        width: auto;
        margin: 0 0 0 0;
        font-family: "Lusitana",serif;
        /* font-size: 14px; */
        font-size: 1.00vw;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_arr_left{
        /* width: 8px!important; */
        width: 0.57vw!important;
        /* margin: 0 12px 0 0!important; */
        margin: 0 0.86vw 0 0!important;
    }
    .NEWS_mg_A{
        /* margin: 100px 0 0 0; */
        margin: 7.14vw 0 0 0;
    }
    /* ------------ */
    .NEWS_link_02 {
        position: relative;
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        text-decoration: none;
        overflow: hidden;
        /* margin: 0px 0 0 0; */
        margin: 0.00vw 0 0 0;
        /* padding-bottom: 2px; */
        padding-bottom: 0.14vw;
    }
    .NEWS_link_02::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /* height: 1px; */
        height: 0.07vw;
        background-color: #9E7E68;
        transform: translateX(0%);
        transition: none;
    }
    .NEWS_link_02:hover::after {
        animation: underlineMove 0.5s ease forwards;
    }
    @keyframes underlineMove {
        0%   { transform: translateX(0%); }
        49%  { transform: translateX(100%); }
        50%  { transform: translateX(-100%); }
        100% { transform: translateX(0%); }
    }
    .NEWS_viewmore{
        width: auto;
        margin: 0 0 0 0;
        font-family: "Lusitana",serif;
        /* font-size: 14px; */
        font-size: 1.00vw;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_arr_right{
        /* width: 6px!important; */
        width: 0.43vw!important;
        /* margin: 0 0 0 12px!important; */
        margin: 0 0 0 0.86vw!important;
    }
}
@media screen and (min-width:1401px) , print { /*PC*/
    .HD_modalMenu{
        display: flex!important;
    }
    #NEWS{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        padding: 150px 0;
    }

    .NEWS_wrap{
        width: 900px;
        margin: 0 0 0 0;
    }
    .NEWS_box_01{
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start;
        margin: 30px 0 0 0;
    }
    .NEWS_box_01 img{
        width: 50%;
        margin: 0 30px 0 0;
    }
    .NEWS_box_02{
        margin: 0 0 0 0;
    }
    .NEWS_box_02 p:first-of-type {
        margin: 0 0 0 0;
    }
    .NEWS_h1{
        font-size: 22px;
        line-height: 36px;
        margin: 0 0 20px 0;
        font-weight: 500;
    }
    .NEWS_h2{
        font-size: 18px;
        line-height: 32px;
        margin: 0 0 20px 0;
        font-weight: 400;
    }
    .NEWS_h3{
        font-size: 17px;
        line-height: 32px;
        margin: 40px 0 0 0;
        font-weight: 500;
    }
    .NEWS_h4{
        font-size: 17px;
        line-height: 32px;
        margin: 0 0 0 0;
        font-weight: 500;
    }
    .NEWS_p{
        font-size: 14px;
        line-height: 26px;
        margin: 10px 0 0 0;
        font-weight: normal;
    }
    .NEWS_info{
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        margin: 0 0 10px 0;
    }
    .NEWS_date{
        font-size: 12px;
        line-height: 26px;
        font-weight: 500;
    }
    .NEWS_categories{
        font-size: 12px;
        line-height: 26px;
        font-family: "Lusitana",serif;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_img{
        width: 100%;
        margin: 0 0 40px 0;
    }
    .NEWS_note{
        font-size: 10px;
        line-height: 20px;
        margin: 20px 0 0 0;
    }
    .NEWS_lines{
        width: 900px;
        height: 1px;
        background-color: #ccc;
        margin: 70px 0 70px 0;
    }

    /* ------------ */

    .NEWS_linkBox{
        width: 900px;
    }
    .NEWS_link_01 {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        width: 125px;
        text-decoration: none;
        overflow: hidden;
        margin: 20px 0 0 0;
        padding-bottom: 5px;
    }

    .NEWS_link_01::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #9E7E68;
        transform: translateX(0%);
        transition: none;
    }
    .NEWS_link_01:hover::after {
        animation: underlineMove 0.5s ease forwards;
    }
    @keyframes underlineMove {
        0%   { transform: translateX(0%); }
        49%  { transform: translateX(100%); }
        50%  { transform: translateX(-100%); }
        100% { transform: translateX(0%); }
    }

    .NEWS_newstop{
        width: auto;
        margin: 0 0 0 0;
        font-family: "Lusitana",serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_arr_left{
        width: 8px!important;
        margin: 0 12px 0 0!important;
    }
    .NEWS_mg_A{
        margin: 100px 0 0 0;
    }

    /* ------------ */

    .NEWS_link_02 {
        position: relative;
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        text-decoration: none;
        overflow: hidden;
        margin: 0px 0 0 0;
        padding-bottom: 2px;
    }

    .NEWS_link_02::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #9E7E68;
        transform: translateX(0%);
        transition: none;
    }
    .NEWS_link_02:hover::after {
        animation: underlineMove 0.5s ease forwards;
    }
    @keyframes underlineMove {
        0%   { transform: translateX(0%); }
        49%  { transform: translateX(100%); }
        50%  { transform: translateX(-100%); }
        100% { transform: translateX(0%); }
    }

    .NEWS_viewmore{
        width: auto;
        margin: 0 0 0 0;
        font-family: "Lusitana",serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1rem;
    }
    .NEWS_arr_right{
        width: 6px!important;
        margin: 0 0 0 12px!important;
    }
}


/* ------------------------------------------------------------ */
/* NEWS list */
/* ------------------------------------------------------------ */
@media screen and (max-width:767px) { /*SP*/
    .NEWS_title {
        font-family: "Lusitana",serif; font-weight: 500; letter-spacing: 0.1rem;
        /* font-size: 46px; */
        font-size: 11.11vw;
        /* line-height: 46px; */
        line-height: 11.11vw;
    }
    .NEWS_titleTx {
        /* font-size: 20px; */
        font-size: 4.83vw;
        /* line-height: 36px; */
        line-height: 8.70vw;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
        font-weight: normal;
    }
    /* -------- */
    .NEWS_list_wrap {
        /* width: 334px; */
        width: 80.68vw;
        /* margin: 50px 0 0 0; */
        margin: 12.08vw 0 0 0;
        display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
    }
    .NEWS_list_box {
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        position: relative;
        text-decoration: none;
        transition: 0.3s;
        /* margin: 0 0 50px 0; */
        margin: 0 0 12.08vw 0;
    }
    .NEWS_list_box:hover {
        opacity: 0.75;
    }
    .NEWS_list_img {
        width: 100%;
        margin: 0 0 0 0;
    }
    .NEWS_list_ct {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        /* margin: 15px 0 0 0; */
        margin: 3.62vw 0 0 0;
    }
    .NEWS_list_tx_01 {
        /* font-size: 16px; */
        font-size: 3.86vw;
        /* line-height: 24px; */
        line-height: 5.80vw;
        text-align: left;
        font-weight: 500;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    }
    .NEWS_list_tx_02 {
        /* font-size: 14px; */
        font-size: 3.38vw;
        /* line-height: 20px; */
        line-height: 4.83vw;
        text-align: left;
        /* margin: 15px 0 0 0; */
        margin: 3.62vw 0 0 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .NEWS_list_tx_03 {
        /* font-size: 12px; */
        font-size: 2.90vw;
        /* line-height: 12px; */
        line-height: 2.90vw;
        text-align: left;
        margin: 0 0 0 0;
    }
    .NEWS_list_tx_04 {
        font-family: "Lusitana",serif;
        /* font-size: 12px; */
        font-size: 2.90vw;
        /* line-height: 12px; */
        line-height: 2.90vw;
        text-align: left;
        margin: 0 0 0 0;
    }

}
@media screen and (min-width:768px) and ( max-width:1400px) { /*TB*/
    .NEWS_title{
        font-family: "Lusitana",serif; font-weight: 500; letter-spacing: 0.1rem;
        /* font-size: 80px; */
        font-size: 5.71vw;
        /* line-height: 80px; */
        line-height: 5.71vw;
    }
    .NEWS_titleTx{
        /* font-size: 20px; */
        font-size: 1.43vw;
        /* line-height: 36px; */
        line-height: 2.57vw;
        /* margin: 20px 0 0 0; */
        margin: 1.43vw 0 0 0;
        font-weight: normal;
    }
    /* -------- */
    .NEWS_list_wrap{
        /* width: 1280px; */
        width: 91.43vw;
        margin: 0 0 0 0;
        display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
        /* margin: 50px 0 0 0; */
        margin: 3.57vw 0 0 0;
    }
    .NEWS_list_box{
        /* width: calc( ( 100% - 60px ) / 3 ); */
        width: calc( ( 100% - 4.29vw ) / 3 );
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        position: relative;
        text-decoration: none;
        transition: 0.3s;
        /* margin: 0 0 90px 0; */
        margin: 0 0 6.43vw 0;
    }
    .NEWS_list_box:hover{
        opacity: 0.75;
    }
    .NEWS_list_img{
        width: 100%;
        margin: 0 0 0 0;
    }
    .NEWS_list_ct{
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        width: 100%;
        /* margin: 15px 0 0 0; */
        margin: 1.07vw 0 0 0;
    }
    .NEWS_list_tx_01{
        /* font-size: 16px; */
        font-size: 1.14vw;
        /* line-height: 26px; */
        line-height: 1.86vw;
        text-align: left;
        font-weight: 500;
        /* margin: 20px 0 0 0; */
        margin: 1.43vw 0 0 0;
    }
    .NEWS_list_tx_02{
        /* font-size: 14px; */
        font-size: 1.00vw;
        /* line-height: 24px; */
        line-height: 1.71vw;
        text-align: left;
        font-weight: 500;
        /* margin: 10px 0 0 0; */
        margin: 0.71vw 0 0 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .NEWS_list_tx_03{
        /* font-size: 12px; */
        font-size: 0.86vw;
        /* line-height: 12px; */
        line-height: 0.86vw;
        text-align: left;
        font-weight: 500;
        margin: 0 0 0 0;
    }
    .NEWS_list_tx_04{
        font-family: "Lusitana",serif; font-weight: 500; letter-spacing: 0.1rem;
        /* font-size: 12px; */
        font-size: 0.86vw;
        /* line-height: 12px; */
        line-height: 0.86vw;
        text-align: left;
        font-weight: 500;
        margin: 0 0 0 0;
    }
}
@media screen and (min-width:1401px) , print { /*PC*/
    .NEWS_title{
        font-family: "Lusitana",serif; font-weight: 500; letter-spacing: 0.1rem;
        font-size: 80px;
        line-height: 80px;
    }
    .NEWS_titleTx{
        font-size: 20px;
        line-height: 36px;
        margin: 20px 0 0 0;
        font-weight: normal;
    }
    /* -------- */
    .NEWS_list_wrap{
        width: 1280px;
        margin: 0 0 0 0;
        display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
        margin: 50px 0 0 0;
    }
    .NEWS_list_box{
        width: calc( ( 100% - 60px ) / 3 );
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        position: relative;
        text-decoration: none;
        transition: 0.3s;
        margin: 0 0 90px 0;
    }
    .NEWS_list_box:hover{
        opacity: 0.75;
    }
    .NEWS_list_img{
        width: 100%;
        margin: 0 0 0 0;
    }
    .NEWS_list_ct{
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        width: 100%;
        margin: 15px 0 0 0;
    }
    .NEWS_list_tx_01{
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        font-weight: 500;
        margin: 20px 0 0 0;
    }
    .NEWS_list_tx_02{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        font-weight: 500;
        margin: 10px 0 0 0;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .NEWS_list_tx_03{
        font-size: 12px;
        line-height: 12px;
        text-align: left;
        font-weight: 500;
        margin: 0 0 0 0;
    }
    .NEWS_list_tx_04{
        font-family: "Lusitana",serif; font-weight: 500; letter-spacing: 0.1rem;
        font-size: 12px;
        line-height: 12px;
        text-align: left;
        font-weight: 500;
        margin: 0 0 0 0;
    }
}