@charset "utf-8";

#content_h.news_bg_none_h {
	height: 320px;
	background: none;
}

#content_h.news_bg_none_h #h_area h1 {
	color: #222222;
}

.content_area.news {
	padding: 100px 0 150px;
}


#content_h.new_h {
	background-image: url(../img/features_h.jpg);
}


/* カテゴリー選択エリア */

.news_btn_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 67px;
}



.tab_link {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	margin-right: 20px;
	text-decoration: none;
	transition: color 0.3s;
}

.news_btn_item {
	margin-right: 20px;

}

.news_btn_item:last-child {
	margin-right: 0;
	padding-right: 0;
}

.news_btn_item a {
	display: inline-block;
	width: 160px;
	padding: 8px 0;
	border: none;
	border-radius: 50px;
	background: #F2F5F9;
	color: #122C48;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	position: relative;
	text-decoration: none;
	transition: all .3s ease;
	padding-bottom: 5px;
}


*/ .news_btn_item a.active:before,
.news_btn_item a:hover:before {
	width: 100%;
}

.news_btn_item a.active,
.news_btn_item a:hover {
	/* 	color: #007ccf; */
	background: #CCD7E5;
	color: #122C48;
}






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

.news_list {
	padding: 0;
	margin-bottom: 70px;
}

.news_link {
	position: relative;
	display: block;
	padding: 20px 60px 24px 20px;
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}

.news_link:hover {
	background: #F8F8F8;
}


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

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

.news_list {
	position: relative;
	padding: 0;
	background: #fff;
	padding-top: 0;
	display: block;
}

.news_list li {
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	list-style: none;
	margin-bottom: 0;
}

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


.news_list li .news_link {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 25px 70px 26px 0;
	text-decoration: none;
	position: relative;
	transition: all .3s ease;
}

.news_list li .news_link:after {
	display: block;
	position: absolute;
	content: '';
	width: 19px;
	height: 15px;
	background: url(../img/arrow_blue.svg) no-repeat center center/100% auto;
	transform: translateY(-50%);
	top: 50%;
	right: 29px;
	transition: all 0.3s;
}


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


.news_date {
	display: inline-block;
	font-weight: 500;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	min-width: 86px;
	margin-right: 25px;
}

.news_cate {
	display: block;
	font-weight: 500;
	letter-spacing: 0;
	min-width: 85px;
	margin-right: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 2.26rem;
	padding: 0 1.2rem;
	font-size: 1.2rem;
	color: #2B5872;
	border-radius: 2px;
	background: #F2F5F9;
}


.news_title {
	letter-spacing: 0.05em;
	line-height: 1.6em;
	display: block;
	width: calc(100% - 243px);
	margin: 0;
}

/*---------- pagenav ----------*/

/* #news_wrap .wp-pagenavi {
	position: relative;
	margin-top: 80px;
	text-align: center;
	padding: 0 60px;
}

#news_wrap .wp-pagenavi a {
	text-decoration: none !important;
	font-size: 1.5rem;
	font-weight: 500;
	width: auto;
	color: #222;
}

#news_wrap .current,
#news_wrap .page {
	position: relative;
	display: inline-block;
	width: auto;
	padding: 0 10px;
	margin: 0 7px;
	transition: color 0.3s;
	font-size: 1.5rem;
}

#news_wrap .current,
#news_wrap .page:hover {
	color: #007CCF;
}

#news_wrap .current::before,
#news_wrap .page::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 20px);
	height: 1px;
	background: #E30613;
	opacity: 0;
	transition: opacity 0.3s;
}

#news_wrap .wp-pagenavi .current::before,
#news_wrap .wp-pagenavi .page:hover::before {
	border-color: #007CCF;
}

#news_wrap .current::before,
#news_wrap .page:hover::before {
	opacity: 1;
} */

/* #news_wrap .previouspostslink,
#news_wrap .nextpostslink {
	position: absolute;
	bottom: 0;
	padding-bottom: 5px;
	margin: 0;
	transition: color 0.3s;
}

#news_wrap .previouspostslink {
	top: 0;
	left: 0;
	padding-left: 20px;
}

#news_wrap .nextpostslink {
	right: 0;
	bottom: 0;
	padding-right: 20px;
}

#news_wrap .previouspostslink:hover,
#news_wrap .nextpostslink:hover {
	color: #007CCF;
}

#news_wrap .previouspostslink::before,
#news_wrap .nextpostslink::before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	margin: auto;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}

#news_wrap .previouspostslink::before {
	left: 3px;
	border-bottom: 2px solid #007CCF;
	border-left: 2px solid #007CCF;
}

#news_wrap .nextpostslink::before {
	right: 3px;
	border-top: 2px solid #007CCF;
	border-right: 2px solid #007CCF;
}

#news_wrap .previouspostslink::after,
#news_wrap .nextpostslink::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #007CCF;
	opacity: 0;
	transition: opacity 0.3s;
}

#news_wrap .previouspostslink:hover::after,
#news_wrap .nextpostslink:hover::after {
	opacity: 1;
} */




/* archive.php */

/* single.php */

/* .single .single_info {
	padding-top: 140px;
} */

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

.single .news_date {
	/* font-size: 1.4rem; */
	margin-right: 15px;
}

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



.single .news_title {
	/* font-weight: bold;*/
	width: 100%;
	margin: 0 auto 55px;
}

.single .news_title .ttl_news_cate {
	font-size: 1.4rem;
	letter-spacing: 0;
	color: #007CCF;
}

.single .news_title h2 {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0;
}

.single .news_title h2::before {
	content: none;
}

.single .news_title h2::after {
	content: none;
}

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

.single .single_content h2 {
	padding-top: 0;
    font-size: 2.2rem;
}

.single .single_content h3 {
	padding-top: 5px;
	font-size: 2.0rem;
}

.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: #007CCF;
}

.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_link_wrap {
	text-align: center;
}

.single_link_wrap .viewmore_txt {
	font-size: 2.0rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.single_link_wrap .viewmore_txt::before,
.single_link_wrap .viewmore_txt::after {
	content: none;
}

.single_link_wrap .viewmore_circle {
	width: 45px;
	height: 45px;
}

.single_link_wrap a:hover .viewmore_circle::before {
	width: 43px;
	height: 43px;
}

.single_link_wrap .viewmore_circle:before {
	width: 43px;
	height: 43px;
}


/*-------------------------------------------------------------
	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;
} */

/*---------------------------------------------------------
	View More ピル型ボタン btn_pill / btn_w / btn_dot
---------------------------------------------------------*/
.btn_pill {
	display: inline-flex;
	align-items: center;
	gap: 70px;
	padding: 12px 24px;
	border: 2px solid #122C48;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn_pill .btn_txt {
	margin-right: 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #122C48;
	letter-spacing: 0.05em;
}

.btn_pill .btn_txt:before,
.btn_pill .btn_txt:after {
	display: none;
}

.btn_pill .btn_dot {
	width: 10px;
	height: 10px;
	background: #ed1c24;
	border-radius: 50%;
	flex-shrink: 0;
}

.btn_pill:hover {
	opacity: 0.9;
}

/* btn_w: 線色ホワイト（暗い背景用） */
.btn_pill.btn_w {
	border-color: #fff;
	background: transparent;
}

.btn_pill.btn_w .btn_txt {
	color: #fff;
}

.btn_pill.btn_w:hover {
	border-color: rgba(255, 255, 255, 0.9);
}


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

	#content_h.news_bg_none_h {
		height: 180px;
	}

	.content_area.news {
		padding: 50px 0 170px;
	}


	.news_btn_list {
		margin-bottom: 0;
	}

	.news_btn_item {
		/* 		width: 33.3333%; */
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 0;
		text-align: center;
	}

	.news_btn_item:nth-child(3):after {
		content: none;
	}

	/* ニュース一覧エリア */
	.news_list {
		margin-bottom: 40px;
	}

	.news_list li .news_link {
		padding: 18px 30px 18px 0;
	}

	.news_date {
		font-size: 1.3rem;
		margin-right: 10px;
		min-width: 85px;
	}

	.news_cate {
		font-size: 1.1rem;
		text-align: left;
	}

	.news_title {
		margin-top: 5px;
		width: 100%;
	}

	.news_list li .news_link:after {
		right: 5px;
	}


	/* archive.php */

	/* single.php */

	/* .single .single_info {
		padding-top: 110px;
	} */

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

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

	.single .single_content {
		padding: 35px 0;
		margin-bottom: 10px;
	}

	.single .news_title .ttl_news_cate {
		font-size: 1.3rem;
	}

	.single_link_wrap .viewmore_box {
		text-align: right;
		margin-top: 35px;
	}

	.single_link_wrap .viewmore_txt {
		font-size: 1.5rem;
	}

	/* .single_link_wrap a {
		padding: 15px;
	}

	.single_link_wrap a span {
		font-size: 1.4rem;
	} */

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

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

    table td {
        padding: 15px 10px 15px 5px;
    } */
	.news_btn_item a {
		width: 100%;
		padding: 6px 16px;
		font-size: 1.2rem;
	}



}