.con_lower_news .box_title img {
    width: 100%;
    max-height: 300px;
}

.con_lower_news .box_title {
	position: relative;
}

.con_lower_news .tit_lower {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    transform: translateY(-50%);
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media screen and (max-width:767px) {
    .con_lower_news .tit_lower {
        max-width: 50%;
    }   
}

.con_lower_news .tit_lower h1 {
	font-size: 35px;
	text-align: center;
    padding-bottom: .5em;
    border-bottom: 3px solid #23B69B;
}

.con_lower_news .title_s {
    color: #23B69B;
    font-size: 14px;
    font-weight: bold;
}

.con_lower_news .tit_lower p {
	display: none;
}

.con_page_news {
    max-width: 1410px;
    width: 80%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}

.con_page_news {
    display: flex;
    flex-wrap: wrap;
}

.con_page_news .box_news {
    width: 31%;
    margin-top: 60px;
    margin-left: 3.5%;
}

.con_page_news .box_news:first-child {
    margin-top: 0;
}

.con_page_news .box_news:nth-child(2) {
    margin-top: 0;
}

.con_page_news .box_news:nth-child(3) {
    margin-top: 0;
}

.con_page_news .box_news:nth-of-type(3n+1) {
    margin-left: 0;
}

@media screen and (max-width:767px) {
    .con_page_news .box_news {
        width: 100%;
        margin-top: 60px;
        margin-left: 0;
    }
    .con_page_news .box_news:first-child {
        margin-top: 0;
    }
}

.con_page_news .box_news .box_date_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.con_page_news .box_news .thum img {
    width: 100%;
}

.con_page_news .box_news .date {
    font-size: 16px;
}

.con_page_news .box_news .date {
    font-size: 16px;
}

.con_page_news .box_news .tags {
    font-size: 14px;
}

.con_page_news .box_news .box_date_tags .green a {
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    background-color: #23B69B;
}

.con_page_news .box_news .box_date_tags .yellow a {
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    background-color: #CAC94D;
}

.con_page_news .box_news .tit {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.con_page_news .box_news .txt {
    margin-top: 10px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 任意の行数を指定 */
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.nav-links .page-numbers {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    border: none;
}

.nav-links .page-numbers li {
    margin: 0 auto;
    list-style: none;
}

.nav-links .page-numbers li:last-child a {
    width: 100px;
    border-radius: 9999px;
}

.nav-links a.page-numbers ,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #23B69B;
    border-radius: 50%;
    margin-right: 14px;
    font-size: 16px;
    border: 1px solid #23B69B;
}

.nav-links a.page-numbers:hover {
    color: #FFF;
    background-color: #23B69B;
    border-color: #23B69B;
    border-radius: 50%;
}

.nav-links .current {
    background-color: #23B69B;
    color: #FFFFFF;
    padding: 0;
}

