/* ニュース一覧 ***************************/
.news_list_wrap,
.news_detail_wrap {
	padding: 60px 50px;
}

.news_list_wrap .api_list li {
	border-top-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
}

.news_list_wrap .api_list .y_txt {
	color: #707070;
}

.news_list_wrap .api_list li a .date .cat_txt {
	background-color: #dfdfdf;
	color: #000;
}

.news_list_wrap .api_list li a:hover .date .cat_txt {
	background-color: var(--main_color);
	color: #fff;
}

@media (max-width: 767px) {

	.news_list_wrap,
	.news_detail_wrap {
		padding: 40px 20px;
	}
}

/* ニュース詳細 ***************************/
.news_detail_wrap .ttl_area {
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.news_detail_wrap .ttl_area .date {
	font-weight: bold;
	color: #707070;
	line-height: 1;
	padding-right: 10px;
}

.news_detail_wrap .ttl_area .cat {
	background-color: #dfdfdf;
    color: #000;
	font-size: 14px;
	display: table;
	line-height: 1;
	padding: 5px 10px 4px;
	border-radius: 30px;
	min-width: 75px;
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
}
.news_detail_wrap .txt_area .image {
	text-align: center;
}

.news_detail_wrap h2.news_detail_ttl {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 0;
}

.news_detail_wrap .txt_area a {
	color: var(--main_color);
	text-decoration: underline;
}
.news_detail_wrap .txt_area h2,.news_detail_wrap .txt_area h3,.news_detail_wrap .txt_area h4 {
	margin-bottom: 0;
}
.news_detail_wrap .txt_area h2{
	font-size: 20px;
}
.news_detail_wrap .txt_area h3{
	font-size: 18px;
}
.news_detail_wrap .txt_area h4{
	font-size: 16px;
}


.iframe-wrapper {
	position: relative;
	padding-top: 56.25%;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
