@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-bottom: 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 {
	position: relative;
	padding-right: 30px;
	padding-bottom: 5px;
	margin-right: 30px;
	list-style: none;
	margin-bottom: 0;
}


.news_btn_item:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -2px;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	background: #222;
	border-radius: 50%;
}

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

.news_btn_item a {
	position: relative;
	text-decoration: none;
	transition: all .3s ease;
	padding-bottom: 5px;
}

.news_btn_item a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #384A54;
	bottom: -2px;
	/* opacity: 0; */
	transition: all .3s ease;
}

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

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





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

.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_list li p {
	position: relative;
	margin-bottom: 0;
} */

.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: 1px solid rgba(43, 88, 114, 0.5);
    border-radius: 15px;
}


.news_title {
	/* font-weight: 500; */
	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;
	/* border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7; */
}

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

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

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

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

.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;
}

/*.single_link_wrap a {
	display: block;
	max-width: 300px;
	width: 100%;
	padding: 15px 20px;
	margin: auto;
	color: #fff !important;
	background: rgb(0, 124, 207);
	background: linear-gradient(126deg, rgba(0, 124, 207, 1) 0%, rgba(0, 174, 208, 1) 100%);
	border-radius: 50px;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	opacity: 1 !important;
	text-decoration: none;
	text-align: center;
}

.single_link_wrap a:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: calc(50% - 5px);
	right: 35px;
	margin: auto;
	width: 10px;
	height: 10px;
	background: none;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	transform: rotate(-45deg);
	z-index: 10;
}

.single_link_wrap a:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #33aaff;
	z-index: 5;
	transition: width 0.3s;
}

.single_link_wrap a span {
	font-size: 1.6rem;
	position: relative;
	z-index: 10;
}

.single_link_wrap a:hover:after {
	width: 100%;
} */

/*-------------------------------------------------------------
	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) {

	#content_h.news_bg_none_h {
		height: 180px;
	}

	.content_area.news {
		padding-bottom: 75px !important;
	}


	.news_btn_list {
		margin-bottom: 0;
	}

	.news_btn_item {
		width: 33.3333%;
		margin-right: 0;
		margin-bottom: 25px;
		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;
		/* min-width: 110px; */
		/* padding: 5px; */
	}

	.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 .single_content h2 {
		padding-left: 12px;
	}

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

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



}