.main .newsPageBox {
	padding: 80px 0
}

@media (min-width: 1024px) {
	.main .newsPageBox {
		padding: 120px 0 140px
	}
}

.main .newsPageBox .newsInner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto
}

.main .newsPageBox .newsInner .newsPage {
	display: flex;
	flex-direction: column;
	justify-content: center
}

@media (min-width: 1024px) {
	.main .newsPageBox .newsInner .newsPage {
		flex-direction: row;
		align-items: start;
		justify-content: space-between;
		/* column-gap: 4.5454545455% */
		column-gap: 7.545455%;
	}
}

.main .newsPageBox .newsInner .newsPage .mainBlock {
	width: 100%;
	border: 1px solid #9F9F9F;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFF;
}

@media (min-width: 1024px) {
	.main .newsPageBox .newsInner .newsPage .mainBlock {
		/* width: 74.9090909091%; */
		width: 76.9090909091%;
		padding: 91px 0
	}
}

.main .newsPageBox .newsInner .newsPage .mainBlock section {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.main .newsPageBox .newsInner .newsPage .rightBlock {
	width: 100%;
	margin-top: 20px
}

@media (min-width: 768px) {
	.main .newsPageBox .newsInner .newsPage .rightBlock {
		margin-top: 70px
	}
}

@media (min-width: 1024px) {
	.main .newsPageBox .newsInner .newsPage .rightBlock {
		margin-top: 0;
		width: 197px
	}
}

.main .newsPageBox .newsInner .newsPage .rightBlock .categoryBox,
.main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1.44px;
	font: normal 500 18px/29px 'Zen Kaku Gothic New', sans-serif;
	color: #FFF;
	background: #AC886D;
	margin: 20px auto;
	border-radius: 4px;
}

@media (min-width: 1024px) {

	.main .newsPageBox .newsInner .newsPage .rightBlock .categoryBox,
	.main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
		margin: 0 auto 25px;
	}
}

@media (min-width: 1024px) {
	.main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
		margin-top: 50px;
	}
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a {
	display: block;
	width: 100%;
	transition: all .4s ease-in-out;
	color: #333;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1.44px;
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a:hover {
	color: #333;
	background: #AC886D;
	transition: 0.3s;
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a:hover h2 {
	color: #333;
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .arcTxt,
.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .catTxt {
	letter-spacing: 0.08em;
	font: normal 500 18px/29px 'Zen Kaku Gothic New', sans-serif;
	color: #333;
	margin-bottom: 14px !important;
	padding-left: 10px !important;
	transition: all .4s ease-in-out;
}

.main .news.cf {
	width: 84.9514563107%;
	display: block
}

.main .newsLink {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 28px 0;
	border-bottom: 1px solid #C4C4C4;
	transition: all .4s ease-in-out;
	flex-wrap: wrap;
	row-gap: 12px
}

@media (min-width: 769px) {
	.main .newsLink {
		display: flex;
		flex-direction: row;
		align-items: center;
		column-gap: 40px
	}
}

.main .newsLink:hover {
	background: rgba(25, 25, 25, 0.1);
	transition: 0.3s;
}

.main .newsLink .newsDetail {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	column-gap: 40px;
	flex-wrap: wrap;
	width: 100%
}

@media (min-width: 769px) {
	.main .newsLink .newsDetail {
		width: fit-content;
		justify-content: left;
		flex-wrap: initial
	}
}

.main .newsLink .newsDetail .newsDate {
	color: #333;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: 0.64px;
}

@media (min-width: 769px) {
	.main .newsLink .newsDetail .newsDate {
		font-size: 16px
	}
}

.main .newsLink .newsDetail .newsTag {
	text-align: center;
	white-space: nowrap;
	padding: 4px 21px 4px 20px;
	background: #AC886D;
	color: #FFF;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.6px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) {
	.main .newsLink .newsDetail .newsTag {
		font-size: 16px
	}
}

.main .newsLink .newsTit {
	text-align: left;
	color: #333;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 28.8px;
	letter-spacing: 1.28px;
}

@media (min-width: 769px) {
	.main .newsLink .newsTit {
		font-size: 16px
	}
}

.main .webgene-pagination {
	width: 84.9514563107%
}

.main .webgene-pagination ul {
	display: flex;
	list-style: none;
	margin-top: 98px;
	flex-wrap: wrap
}

.main .webgene-pagination ul .selected {
	background-color: #AC886D
}

.main .webgene-pagination ul .selected a {
	color: #FFF
}

.main .webgene-pagination .next a,
.main .webgene-pagination .prev a {
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: 0 5px;
	display: none
}

.main .newsPageBox .number {
	background: #FFF;
	border: 1px solid #AC886D;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	transition: .4s;
	margin: 5px
}

@media (min-width: 769px) {
	.main .newsPageBox .number {
		margin: 0 9px 5px 10px
	}
}

.main .newsPageBox .number:hover {
	background: #AC886D
}

.main .newsPageBox .number:hover a {
	color: #FFF
}

.main .newsPageBox .number a {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #333;
	display: inline-block;
	padding: 10px 18px;
	transition: all .4s ease-in-out
}

@media (min-width: 1024px) {
	.main .newsPageBox .number a {
		font-size: 20px
	}
}


/*# sourceMappingURL=news.css.map */