@charset "utf-8";

.content_area.news {
    padding-bottom: 158px;
}

/* カテゴリー選択エリア */
.news_btn_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 911px;
    margin: 0 auto 53px;
}

.news_btn_item {
    width: 33.333333%;
}

.news_btn_item a {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    color: #707070;
    border-bottom: 2px solid #707070;
    margin: 0 8px 16px 8px;
    padding: 21px 0 16px;
    transition: all 0.3s ease;
    position: relative;
}

.news_btn_item a.active,
.news_btn_item a:hover {
    /*     background: #e9e9e9; */
    color: #064070;
}


.news_btn_item a::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #0E097D;
    transition: all .5s ease;
}

.news_btn_item a.active::after,
.news_btn_item a:hover::after {
    width: 100%;
}


/* .news_btn_item h3 {
    font-size: initial;
    font-weight: 400;
} */

/* ニュース一覧エリア */

.news_result_area {
    display: block;
    max-width: 100%;
    width: 100%;
}

.news_list {
    position: relative;
    /* max-width: 1100px; */
    /* margin: 0 auto; */
    padding: 0;
    background: #fff;
    padding-top: 0;
    /* margin: 0 0 60px; */
    display: block;
}

.news_list li {
    /* max-width: 100%; */
    /* border-bottom: 1px solid #f0f0f0; */
    /* position: relative; */
    position: relative;
    border-bottom: 1px solid #A7A7A7;
    list-style: none;
    margin-bottom: 0;
    transition: all .3s ease;
}

.news_list li:first-child {
    border-top: 1px solid #A7A7A7;
}

.news_list li:last-child {
    border-bottom: 1px solid #A7A7A7;
}

/* .news_list .news_cate {
    font-size: 1.2rem;
    min-width: 125px;
    margin: 0;
} */

/* .news_list li:hover .news_title {
    color: #E6B522;
    transition: all .3s ease;
} */

/* .news_list li:first-child {
    margin-top: 0;
} */

.news_list li .news_link {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 33px 75px 30px 23px;
    text-decoration: none;
    background: url(../img/arrow_r_blue.svg) no-repeat center right 38px / 32px auto;
    position: relative;
    transition: all .4s ease;
}

.news_list li .news_link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #0E097D;
    transition: all .8s ease;
}

.news_list li .news_link:hover::after {
    width: 100%;
}

.news_list li .news_link:hover {
    background-position: center right 28px;
}

.news_list li .news_link .news_title {
    font-weight: 500;
    line-height: 1.6;
    max-width: calc(100% - 300px);
    transition: all .3s ease;
}

.news_list li p {
    position: relative;
    margin-bottom: 0;
}

.news_date {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-right: 25px;
}

.news_cate {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #053686;
    padding: 5px 10px;
    min-width: 130px;
    margin-right: 15px;
    box-sizing: border-box;
}

/* archive.php */

/* single.php */

.single .cate_date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single .news_date {
    font-size: 1.4rem;
    margin-right: 21px;
}

.single .news_cate {
    margin: 0;
    letter-spacing: 0.05em;
}



.single .news_title {
    font-weight: bold;
    margin: 12px auto 13px;
}

.single .news_title h2 {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0;
}

.single .single_content {
    padding: 30px 0 41px;
    margin-bottom: 80px;
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
}

.single .single_content h2 {
    padding-left: 20px;
}

.single .single_content h2::before {
    content: '';
    position: absolute;
    top: 9px;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 27px;
    background: #053686;
}

.single .single_content h3 {
    padding-top: 5px;
    border-top: 1px solid #053686;
}

.single .single_content h4 {
    padding-left: 12px;
}

.single .single_content h4::before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 2px;
    margin: auto;
    background: #053686;
}

.single .single_content p {
    line-height: 2.3333;
}

.single .single_content ul {
    list-style: inside;
    list-style-type: disc;
}

.single .single_content ol {
    list-style: inside;
    list-style-type: decimal;
}

.single .single_content>*:first-child {
    margin-top: 0;
}

.single .single_content>*:last-child {
    margin-bottom: 0;
}


/* .single .single_link_wrap {
    margin: 60px auto 0;
} */

.single .single_link_wrap .link_btn {
    margin: 0 auto;
}


/*-------------------------------------------------------------
	table
-------------------------------------------------------------*/
/* table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 20px auto;
}

table tr {
    border-bottom: 1px solid #CCCCCC;
    background: transparent;
}

table tr:first-child {
    border-top: 1px solid #CCCCCC;
}

table th {
    font-weight: 700;
    text-align: left;
    padding: 20px 25px;
    background: #F1F1F3;
    width: 25.45%;
    vertical-align: unset;
    border-top: none;
}

table td {
    padding: 20px;
}

table th>*:first-child,
table td>*:first-child {
    margin-top: 0 !important;
}

table th>*:last-child,
table td>*:last-child {
    margin-bottom: 0 !important;
}

table td ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 0;
} */


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

    /* カテゴリー選択エリア */
    .news_btn_wrap {
        margin: 0 auto 50px;
    }

    .news_btn_list {
        margin: 0 -5px 50px;
    }

    .news_btn_item {
        width: 50%;
    }


    .news_btn_item a {
        font-size: 1.4rem;
        margin: 0 5px 10px 5px;
        padding: 9px 0;
        width: auto;
    }

    /* ニュース一覧エリア */
    .news_list {
        width: 100%;
        padding: 0;
    }

    .news_list li {
        padding: 0;
    }

    .news_list li:first-child {
        margin-top: 0;
    }




    .news_list li .news_link {
        padding: 20px 40px 18px 0;
        background-position: center right 10px;
        background-size: 25px auto;
    }

    .news_list li .news_link:hover {
        background-position: center right;
    }

    .news_date {
        font-size: 1.2rem;
        margin-right: 15px;
    }

    .news_cate {
        font-size: 1.2rem;
        padding: 5px 5px;
        margin: 0;
    }

    .news_list li .news_link .news_title {
        width: 100%;
        max-width: 100%;
    }

    .news_txt span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    /* archive.php */

    /* single.php */

    .single .news_title {
        margin: 13px auto 14px;
    }

    .single .news_title h2 {
        font-size: 2.0rem;
    }

    .single .single_content {
        margin-bottom: 50px;
    }

    .single .single_content h2 {
        padding-left: 12px;
    }

    .single .single_content h2::before {
        top: 4px;

    }

    /* table th,
    table td {
        display: table-cell;
    }

    table th {
        padding: 15px 7px;
        width: 30%;
    }

    table td {
        padding: 15px 10px 15px 5px;
    } */
}