/* ------------------------------------------
  news_main
------------------------------------------ */

.news_main {
	padding: 180px 0 100px;
}

.news_main_title {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 100px;
	line-height: 1;
	color: #fa0314;
}

.news_main_desc {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fa0314;
	margin-top: 20px;
}

.news_main_main {
	display: flex;
}

.news_main_lists {
	border-top: 1px solid #333;
	margin-top: 80px;
}

.news_main_lists_item {
	border-bottom: 1px solid #333;
	padding: 30px;
	display: block;
}

.news_main_lists_item_link_top {
	display: flex;
	align-items: center;
}

.news_main_lists_item_link_top_date {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #333;
	line-height: 1;
	width: 115px;
	margin-bottom: 4px;
}

.news_main_lists_item_link_top_cat {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 145px);
	margin-bottom: 4px;
	margin-left: 30px;
}

.news_main_lists_item_link_top_cat_item {
	margin-right: 10px;
	margin-bottom: 4px;
}

.news_main_lists_item_link_top_cat_item a {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 30px;
	background: #fa0314;
	padding: 0 10px;
	display: block;
}

.news_main_lists_item_link_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fa0314;
	line-height: 1.3;
	padding: 0 18px;
	margin-top: 15px;
}

.news_main_lists_item_content {
	margin-top: 30px;
}

.content *:nth-child(1) {
	margin-top: 0;
}

.content *:last-child {
	margin-bottom: 0;
}

.content img {
	width: 100%;
}

.content p {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
	margin: 40px 0;
}

@media screen and (max-width: 767px) {
	.news_main {
		padding: 80px 0 40px;
	}
	.news_main_title {
		font-size: 40px;
	}
	.news_main_desc {
		font-size: 20px;
		margin-top: 20px;
	}
	.news_main_main {
		display: block;
	}
	.news_main_lists {
		border-top: 1px solid #333;
		margin-top: 40px;
	}
	.news_main_lists_item {
		padding: 10px;
	}
	.news_main_lists_item_link {
		padding: 10px;
	}
	.news_main_lists_item_link_top_date {
		font-size: 14px;
		width: 84px;
	}
	.news_main_lists_item_link_top_cat {
		margin-left: 10px;
		margin-bottom: 4px;
		width: calc(100% - 94px);
	}
	.news_main_lists_item_link_top_cat_item {
		margin-right: 7px;
	}
	.news_main_lists_item_link_top_cat_item a {
		font-size: 12px;
		line-height: 18px;
		padding: 0 7px;
	}
	.news_main_lists_item_link_title {
		font-size: 20px;
		margin-top: 10px;
		padding: 0;
	}
	.news_main_lists_item_content {
		margin-top: 20px;
	}
	.content p {
		font-size: 14px;
		margin: 20px 0;
	}
}

/* ------------------------------------------
    PAGENATION
  ------------------------------------------ */

.news_pagenation_box {
	display: table;
	margin: 80px auto 0;
}

.news_pagination {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}

.news_pagination .news_pagination_item {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 10px;
}

.news_pagination .news_pagination_item.dot {
	color: #fa0314;
	font-size: 16px;
}

.news_pagination .news_pagination_item a {
	align-items: center;
	color: #fa0314;
	font-weight: bold;
	display: flex;
	font-size: 20px;
	font-weight: 500;
	height: 46px;
	justify-content: center;
	width: 46px;
	border: 1px solid #fa0314;
	border-radius: 50%;
}

.news_pagination .news_pagination_item.current span {
	align-items: center;
	color: #fff;
	font-weight: bold;
	display: flex;
	font-size: 20px;
	font-weight: 500;
	height: 46px;
	justify-content: center;
	width: 46px;
	border: 1px solid #fa0314;
	border-radius: 50%;
	background-color: #fa0314;
}

.news_pagination .prev {
	background-image: url(../img/news/news_pagination_prev.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px 21px;
}

.news_pagination .next {
	background-image: url(../img/news/news_pagination_next.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px 21px;
}

@media screen and (max-width: 767px) {
	.news_pagenation_box {
		margin: 40px auto 0;
	}
	.news_pagination .news_pagination_item {
		padding: 0 5px;
	}
	.news_pagination .news_pagination_item.dot {
		color: #fa0314;
		font-size: 10px;
		padding: 0;
	}
	.news_pagination .news_pagination_item a {
		align-items: center;
		color: #fa0314;
		font-weight: bold;
		display: flex;
		font-size: 14px;
		font-weight: 500;
		height: 30px;
		justify-content: center;
		width: 30px;
		border: 1px solid #fa0314;
		border-radius: 50%;
	}
	.news_pagination .news_pagination_item.current span {
		align-items: center;
		color: #fff;
		font-weight: bold;
		display: flex;
		font-size: 14px;
		font-weight: 500;
		height: 30px;
		justify-content: center;
		width: 30px;
		border: 1px solid #fa0314;
		border-radius: 50%;
		background-color: #fa0314;
	}
	.news_pagination .prev {
		background-image: url(../img/news/news_pagination_prev.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 8px 17px;
	}
	.news_pagination .next {
		background-image: url(../img/news/news_pagination_next.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 8px 17px;
	}
}

.common_btn {
	display: table;
	margin: 40px auto 0;
}