@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
.comCircleBg {
	padding-bottom: 20rem;
}
#main .comNewsUl {
	margin-bottom: 6.9rem;
}
#main .detail {
	padding-top: 14.2rem;
	margin-bottom: 19.8rem;
}
#main .detail .content {
	max-width: 96rem;
}
#main .detail .detailBox .title {
	margin-bottom: 2rem;
	padding-left: 3.4rem;
	font-size: 2.4rem;
	font-weight: 400;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	background: url(../img/common/h_img01.png) no-repeat left center / 2.6rem;
}
#main .detail .dateBox {
	margin-bottom: 2.4rem;
	display: flex;
	flex-wrap: nowrap;
}
#main .detail .dateBox .tagUl {
	margin-right: 2.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}
#main .detail .dateBox .tagUl li {
	padding: 0.4rem 0.2rem 0.2rem;
	width: 10.1rem;
	font-size: 1.3rem;
	text-align: center;
	border-radius: 12rem;
	border: 1px solid #BFBFBF;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	text-transform: uppercase;
}
#main .detail .dateBox time {
	margin-top: 0.4rem;
	width: 10rem;
	font-size: 1.3rem;
	font-family: "helvetica-neue-lt-pro", sans-serif;
}
#main .detail .detailBox h2 {
	margin-bottom: 4rem;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.03em;
}
#main .detail .photo {
	border-radius: 0.8rem;
	border: 1px solid #D9D9D9;
	overflow: hidden;
}
#main .detail .photo img {
	width: 100%;
}
#main .detail .innerArea {
	margin-bottom: 4rem;
}
#main .detail .inner {
	padding: 8rem;
	background: rgba(255, 77, 0, 0.05);
}
#main .detail .inner p {
	margin-top: 2.3rem;
	letter-spacing: 0.048rem;
}
#main .detail .inner p:first-child {
	margin-top: 0;
}
#main .detail .inner .wp-block-image {
	margin: 8.1rem 0 7.8rem;
}
#main .detail .inner .wp-block-image .aligncenter {
	margin-left: 0;
}
#main .detail .inner p strong {
	margin-top: 8rem;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 0.084rem;
	display: block;
}
#main .detail .inner p a {
	color: #FF4D00;
	text-decoration: underline;
}
#main .detail .pageList {
	margin-top: 4rem;
	position: relative;
	min-height: 19.7rem;
}
#main .detail .pageList li {
	position: absolute;
	top: 0;
	width: 48.3%;
	height: 100%;
}
#main .detail .pageList a {
	padding: 3.9rem 3.8rem 3.5rem;
	display: block;
	height: 100%;
	letter-spacing: 0.048rem;
	border-radius: 0 0.8rem 0 0;
	border-top: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	background-color: #fff;
}
#main .detail .pageList a .sub {
	padding-left: 6.5rem;
	display: inline-block;
	background: url(../img/common/icon07.png) no-repeat left top 4rem/4rem;
}
#main .detail .pageList a .large {
	display: block;
	margin-top: 1.5rem;
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0.084rem;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}
#main .detail .pageList .prev {
	left: 0;
}
#main .detail .pageList .next {
	right: 0;
}
#main .detail .pageList .next a {
	border-right: none;
	border-radius: 0.8rem 0 0 0;
	border-left: 1px solid #BFBFBF;
}
#main .detail .pageList .next a .sub {
	padding: 0 6.5rem 0 0;
	background-position: right top 4rem;
	background-image: url(../img/common/icon09.png);
}
#main .detail .detailBox {
	margin-bottom: 14rem;
}
#main .detail .recommend .headLine03 {
	margin-bottom: 2.5rem;
}
#main .detail .slideBox {
	margin-left: auto;
	width: calc(50% + 48rem);
	position: relative;
}
#main .detail .slideBox .comNewsUl {
	margin-bottom: 0;
}
#main .detail .slideBox .comNewsUl .slick-slide {
	margin-right: 4.2rem;
	width: 36.8rem;
}
#main .recommend .content {
	position: relative;
}
#main .detail .recommend .prev,
#main .detail .recommend .next {
	position: absolute;
	top: 1.8rem;
	left: calc(50% + 38.4rem);
	width: 4rem;
	cursor: pointer;
	transition: .3s;
}
#main .detail .recommend .next {
	left: calc(50% + 44rem);
}
@media all and (min-width: 981px) {
	#main .pageTitle {
		margin-top: 10.4rem;
	}
	#main .detail .inner p a:hover {
		text-decoration: none;
	}
	#main .detail .pageList a:hover {
		opacity: 0.7;
	}
	#main .detail .recommend .prev:hover, #main .detail .recommend .next:hover {
		opacity: 0.7;
	}
	#main .detail .pageList a .large {
		padding-bottom: 0.5rem;
	}
}
@media all and (max-width: 980px) {
	.comCircleBg {
		padding-bottom: 12rem;
	}
	.pageTitle {
		padding-bottom: 6.5rem;
	}
	#main .comNewsUl {
		margin-bottom: 4.6rem;
	}
	#main .detail {
		padding-top: 15.9rem;
		margin-bottom: 12.5rem;
	}
	#main .detail .content {
		max-width: 96rem;
	}
	#main .detail .detailBox .title {
		margin-bottom: 1.3rem;
		padding-left: 2.8rem;
		font-size: 1.6rem;
		background-size: 2rem;
	}
	#main .detail .dateBox {
		margin-bottom: 1.7rem;
	}
	#main .detail .dateBox .tagUl {
		margin-right: 1.6rem;
	}
	#main .detail .dateBox .tagUl li {
		padding-top: 0.2rem;
		font-size: 1.2rem;
	}
	#main .detail .dateBox time {
		font-size: 1.2rem;
	}
	#main .detail .detailBox h2 {
		margin-bottom: 2.5rem;
		font-size: 3.2rem;
		letter-spacing: 0.096rem;
	}
	#main .detail .innerArea {
		margin-bottom: 2.4rem;
	}
	#main .detail .inner {
		padding: 4rem;
	}
	#main .detail .inner p {
		margin-top: 2.5rem;
		letter-spacing: 0.042rem;
	}
	#main .detail .inner .wp-block-image {
		margin: 4rem 0 4rem;
	}
	#main .detail .inner p strong {
		margin-top: 4rem;
		font-size: 2.4rem;
		letter-spacing: 0.072rem;
	}
	#main .detail .pageList {
		margin-top: 2.5rem;
		min-height: inherit;
	}
	#main .detail .pageList li {
		position: static;
		width: auto;
	}
	#main .detail .pageList a {
		padding: 2.3rem 2.4rem 3rem;
		letter-spacing: 0.042rem;
	}
	#main .detail .pageList a .sub {
		display: block;
		background-position: left top 58%;
	}
	#main .detail .pageList a .large {
		margin-top: 1.5rem;
		font-size: 2.4rem;
		letter-spacing: 0.072rem;
	}
	#main .detail .pageList .next {
		margin-top: 3.2rem;
	}
	#main .detail .pageList .next a .sub {
		background-position: right top 58%;
	}
	#main .detail .detailBox {
		margin-bottom: 12rem;
	}
	#main .detail .recommend .headLine03 {
		padding-top: 0;
		margin-bottom: 4rem;
		background-position: left top;
	}
	#main .detail .recommend .headLine03 .en {
		font-size: 4rem;
		width: 100%;
	}
	#main .detail .slideBox {
		margin-left: 0;
		width: auto;
		padding-bottom: 4rem;
	}
	#main .detail .slideBox .comNewsUl {
		margin-bottom: 4.5rem;
	}
	#main .detail .slideBox .comNewsUl .slick-slide {
		margin: 0 1.6rem;
		width: 32rem;
	}
	#main .detail .slideBox .comNewsUl .slick-slide .textBox .title {
		margin-bottom: 2.8rem;
		min-height: 5.6rem;
	}
	#main .detail .recommend .prev,
	#main .detail .recommend .next {
		top: auto;
		left: auto;
		right: 5.6rem;
		bottom: 0;
		margin: 0 !important;
	}
	#main .detail .recommend .next {
		right: 0;
	}
}