.c_head_title .c_news_title {
	font-weight: 700;
	font-size: 35px;
	line-height: 125%;
	margin: 0;
	color: #000000;
}
.news {
	padding: 80px 0 120px;
}
.news_tabs {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 4px 6px;
	background-color: #EFEFEF;
	border-radius: 24px;
	flex-direction: row;
	margin: 0 auto 50px;
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
}
.news_tabs li {
	cursor: pointer;
}
.news_tabs li a,
.news_tabs li span {
	min-width: 150px;
	padding: 0 40px;
	height: 30px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #C4C4C4;
	transition: all 0.5s ease;
	background-color: #FFFFFF;
}
.news_tabs li:hover a,
.news_tabs li:hover span,
.news_tabs li.active a,
.news_tabs li.active span {
	background-color: #0093FF;
	color: #FFFFFF;
}
.news_lists {
	margin-bottom: 20px;
}
.news_list {
	width: calc(100vw - 40px);
	margin: 0 auto 0 calc(600px - 50vw);
}
.news_item {
	background-color: #F7F7F7;
	display: block;
	color: #000000;
}
.news_item,
.news_main a {
	transition: opacity 0.5s ease;
}
.news_item:hover,
.news_main a:hover {
	opacity: 0.6;
}
.news_item:nth-child(2n) {
	background-color: #FFFFFF;
}
.news_item dl {
	max-width: 1200px;
	margin: auto;
	padding: 0 100px 0 24px;
	display: flex;
	align-items: center;
	gap: 40px;
	min-height: 100px;
	position: relative;
}
.news_item dl::after {
	width: 53px;
	height: 16px;
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	-webkit-mask: var(--arrow-mask);
	mask: var(--arrow-mask);
	background-color: #000000;
}
.news_item dt {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 152px;
}
.news_date,
.news_item dd p {
	font-weight: 500;
	font-size: 13px;
}
.news_date {
	white-space: nowrap;
}
.news_tag,
.news_single_tag {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	color: #0093FF;
	white-space: nowrap;
}
.news_tag {
	font-size: 12px;
}
.news_single_tag {
	line-height: 100%;
}
.news_item dd {
	width: calc(100% - 192px);
}
.news_single_title {
	font-weight: 700;
	font-size: 35px;
	margin: 0 0 20px;
}
.news_head {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 60px;
}
.news_single_date {
	font-weight: 500;
	line-height: 100%;
}
.news_main p {
	line-height: 175%;
	margin-bottom: 20px;
}
.news_main h1,
.news_main h2,
.news_main h3,
.news_main h4,
.news_main h5 {
	font-weight: 700;
}
.news_main h1 {
	font-size: 32px;
	margin: 0 0 30px;
}
.news_main h2,
.news_main h3 {
	margin: 40px 0 20px;
	padding-bottom: 8px;
}
.news_main h2 {
	font-size: 28px;
	border-bottom: 4px solid #0093FF;
}
.news_main h3 {
	font-size: 24px;
	border-bottom: 2px solid #0093FF;
}
.news_main h4 {
	font-size: 20px;
	margin: 32px 0 16px;
	padding-left: 10px;
	border-left: 4px solid #0093FF;
}
.news_main h5 {
	font-size: 16px;
	margin: 20px 0 12px;
}
.news_main ul,
.news_main ol {
	margin: 0 0 20px;
	padding: 0;
}
.news_main li {
	font-weight: 500;
	line-height: 175%;
	margin-bottom: 8px;
	position: relative;
	padding-left: 1.5em;
}
.news_main li::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0093FF;
	top: 8px;
	left: 0;
}
.news_main img {
	width: auto;
	margin: 30px auto;
	display: block;
}
.news_main blockquote {
	margin: 30px 0;
	padding: 20px;
	background: #F9F9F9;
	border-left: 3px solid #0093FF;
}
.news_main a {
	color: #0093FF;
}
.news_main a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 8px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	-webkit-mask: var(--target-mask);
	mask: var(--target-mask);
	background-color: #0093FF;
}
.news_main table,
.news_main th,
.news_main td {
	border: 1px solid #DDDDDD;
}
.news_main table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	word-break: break-all;
	table-layout: fixed;
}
.news_main th,
.news_main td {
	padding: 15px;
	line-height: 160%;
	text-align: left;
	vertical-align: middle;
}
.news_main th {
	background-color: #F8F9FA;
	font-weight: 700;
	white-space: nowrap;
}
.news_main td {
	background-color: #FFFFFF;
	font-weight: 500;
}
.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
}
@media (max-width: 1200px) {
	.news_list {
		margin-left: auto;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.c_head_title .c_news_title {
		font-size: 20px;
		line-height: 150%;
	}
	.news {
		padding: 40px 0 80px;
	}
	.news_item dl {
		padding: 20px 20px 36px;
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		min-height: 0;
	}
	.news_item dl::after {
		top: unset;
		bottom: 12px;
		right: 20px;
		transform: none;
	}
	.news_item dt,
	.news_item dd {
		width: 100%;
	}
	.news_tag,
	.news_single_tag {
		background: #0093FF;
		color: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 88px;
		height: 25px;
		border-radius: 12px;
		padding: 0 12px;
	}
	.news_single_tag {
		font-size: 13px;
	}
	.news_item dd p {
		font-size: 12px;
		line-height: 200%;
	}
	.news_single_title {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.news_head {
		margin-bottom: 40px;
	}
	.news_tabs {
		display: flex;
	}
	.news_tabs li {
		width: calc((100% - 8px) / 2);
	}
	.news_single_date {
		font-size: 14px;
	}
	.news_main p {
		font-size: 13px;
		margin-bottom: 12px;
	}
	.news_main h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.news_main h2 {
		font-size: 20px;
		margin: 20px 0;
		border-bottom-width: 3px;
	}
	.news_main h3 {
		font-size: 18px;
		margin: 20px 0 16px;
	}
	.news_main h4 {
		font-size: 16px;
		margin: 20px 0 12px;
	}
	.news_main h5 {
		font-size: 14px;
	}
	.news_main li {
		font-size: 13px;
		margin-bottom: 6px;
	}
	.news_main li::before {
		top: 5px;
	}
	.news_main blockquote {
		padding: 15px;
		margin: 20px 0;
	}
	.news_main table {
		margin-bottom: 20px;
		font-size: 13px;
	}
	.news_main th,
	.news_main td {
		padding: 10px;
	}
}