  @charset "utf-8";
/* CSS Document */

/*打ち消し
---------------------------------------------------------- */
.p-news-reset {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit;
	line-height: normal;
	background: none;
	border: none;
}

.p-news-reset:before,
.p-news-reset:after {
	display: none;
}

a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

/*news
---------------------------------------------------------- */

.p-news__heading1-wrap {
	background-color: rgb(173 207 235);
}

.p-news__heading1 {
	width: 1026px;
	margin: 0 auto;
	padding: 10px 0 !important;
	font-weight: normal;
	line-height: 1.6;
}

.p-news__heading1-en {
	display: block;
	font-size: 1.6rem;
}

.p-news_heading1-jp {
	display: block;
	font-size: 3.2rem;
}

.p-news-article-list-box {
	width: 1026px;
	margin: 0 auto 50px;
}

.p-news-article-item:not(:last-child) {
	margin-bottom: 20px !important;
}

.p-news-article {
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 0 !important;
	color: #333;
	box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.p-news-article__date {
	font-size: 1.8rem;
	line-height: 1.5;
	word-break: break-all;
}

.p-news-article__cate {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 15px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
}

.p-news-article__cate.cate-construction {
	background-color: rgb(20, 180, 87);
}

.p-news-article__cate.cate-building {
	background-color: #2177b7;
}

.p-news-article__cate.cate-infrastructure {
	background-color: #e06818;
}

.p-news-article__title {
	font-size: 2rem !important;
	line-height: 1.6;
}

.p-news-article__head {
	width: 170px;
	padding: 0 10px;
	text-align: center;
}

.p-news-article__body {
	flex: 1 1 0%;
	padding-right: 30px;
	padding-left: 60px;
	border-left: 1px solid #c7c7c7;
}

.p-news-link__title {
	width: 1026px;
	margin: 0 auto 10px !important;
	color: #333;
	font-size: 2.6rem;
	line-height: 1.6;
}

@media only screen and (min-width: 751px) {
	.p-news-article:hover {
		opacity: 0.6;
		transition: 0.3s;
	}
	.p-news-article.-nohover:hover {
		opacity: 1;
	}

	@media only screen and (max-width: 750px) {
		#wrapper {
			margin-top: 50px;
		}

		.p-news__heading1-wrap {
			margin-bottom: 30px;
		}

		.p-news__heading1 {
			width: 100%;
			padding: 5px 3% !important;
			line-height: 1.4;
		}

		.p-news__heading1-en {
			font-size: 1.4rem !important;
		}

		.p-news_heading1-jp {
			font-size: 1.8rem !important;
		}

		.p-news-article-list-box {
			width: 100%;
			padding: 0 3%;
		}

		.p-news-article__head {
			width: 20vw;
		}

		.p-news-article__date {
			font-size: 1.4rem !important;
		}

		.p-news-article__body {
			padding-right: 20px;
			padding-left: 20px;
		}

		.p-news-article__cate {
			font-size: 1.4rem !important;
			line-height: 1.4;
		}

		.p-news-article__title {
			font-size: 1.5rem !important;
			line-height: 1.5;
		}

		.p-news-link__title {
			width: 100%;
			padding: 0 3% !important;
			font-size: 1.6rem !important;
		}
	}
}
