@charset "utf-8";
/*================================================================================================

* 梱包 *

================================================================================================*/
.post-contents-wrap {
	width: 100%;
	background: #fafafc;
	padding: 3rem 1rem 6rem 1rem;
}

.post-contents-wrap .left {
	width: 62%;
}

.post-contents-wrap .right {
	width: calc(38% - 3rem);
}
.post-contents-wrap .right h4 {
	color: #204A95;
	margin-bottom: 1rem;
	text-align: center;
}

@media only screen and (max-width: 768px) {
.post-contents-wrap .p1024 {
	max-width: 580px;
	margin: 0 auto;
}
.post-contents-wrap .left {
	width: 100%;
}
.post-contents-wrap .right {
	width: calc(100% - 0rem);
}
/********************/}

/*================================================================================================

* 本文 *

================================================================================================*/
.post-contents-wrap .sentence {
	padding-bottom: 4rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #e7e7e7;
}

.post-contents-wrap .sentence h2 {
	font-size: 1.5rem;
	color: #204A95;
	padding: 1rem;
	background: #fff;
	border-left: 3px solid;
	margin-bottom: 2rem;
	margin-top: 4rem;
}

.post-contents-wrap .sentence h3 {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	color: #204A95;
	margin-top: 2rem;
}

@media only screen and (max-width: 480px) {
.post-contents-wrap .sentence h2 {
	font-size: 1.25rem;
}
.post-contents-wrap .sentence h3 {
}

/********************/}

/*================================================================================================

* 構造化タグの例外スタイル *

================================================================================================*/

/* img の余白 ================================================*/
.post-contents-wrap .img {
	padding: 2rem 0;
}
/* 投稿エリアの最初が画像の場合 ================================================*/
.post-contents-wrap .start + .img {
	padding: 0rem 0 2rem 0;
}
/* 見出し大の次に画像が来た場合 ================================================*/
.post-contents-wrap h2 + .img {
	padding: 0rem 0 2rem 0;
}

/* 投稿エリアの最初がh2の場合 ================================================*/
.post-contents-wrap .start + h2 {
	margin-top: 0rem;
}
/* img の後にh2が来た場合 ================================================*/
.post-contents-wrap .img + h2 {
	margin-top: 2rem;
}

/* 投稿エリアの最初がh3の場合 ================================================*/
.post-contents-wrap .start + h3 {
	margin-top: 0rem;
}
/* img の後にh3が来た場合 ================================================*/
.post-contents-wrap .img + h3 {
	margin-top: 0rem;
}

/*================================================================================================

* 次の記事 / 前の記事 *

================================================================================================*/
body.single-page .navigation {
	width: 100%;
}

body.single-page .navigation h2 {
	display: none;
}
body.single-page .navigation .nav-links {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	 flex-direction: row-reverse;
}
body.single-page .navigation .nav-links .nav-next {
	width: calc(50% - 1rem);
	background: #fff;
	position: relative;
	margin-right: auto;
	text-align: left;

}
body.single-page .navigation .nav-links .nav-previous {
	width: calc(50% - 1rem);
	background: #fff;
	position: relative;
	margin-left: auto;
	text-align: right;
}

body.single-page .navigation .nav-links > div a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
	position: relative;
	font-size: 0.8rem;
}

		body.single-page .navigation .nav-links .nav-next a {
			padding-left: 3rem;
		}
		body.single-page .navigation .nav-links .nav-previous a {
			padding-right: 3rem;
		}


body.single-page .navigation .nav-links > div::after {
	height: 9px;
	width: 9px;
	border-bottom: 1px solid #1E88E5;
	border-left: 1px solid #1E88E5;
	content: "";
}
		body.single-page .navigation .nav-links .nav-next::after {
			position: absolute;margin: auto;top: 0;bottom: 0;left: 1rem;
			transform: rotate(45deg);
		}
		body.single-page .navigation .nav-links .nav-previous::after {
			position: absolute;margin: auto;top: 0;bottom: 0;right: 1rem;
			transform: rotate(-135deg);
		}


@media only screen and (max-width: 768px) {
body.single-page .navigation {
	padding-bottom: 2rem;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 2rem;
}
/********************/}


@media only screen and (max-width: 480px) {
body.single-page .navigation .nav-links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	 flex-direction: column-reverse;
}
body.single-page .navigation .nav-links .nav-next,
body.single-page .navigation .nav-links .nav-previous {
	width: calc(100% - 0rem);
}
body.single-page .navigation .nav-links .nav-next {
	margin-bottom: 1rem;
}
/********************/}

/*================================================================================================

* 次の記事 / 前の記事 *

================================================================================================*/
.next-pre-wrap {
	width: 100%;
	overflow: hidden;
}
.next-pre-wrap {
	width: 100%;
	overflow: hidden;
}
.next-pre-wrap .box {
	width: calc(50% - 1rem);
	background: #fff;
	position: relative;
}
		.next-pre-wrap .box.next {
			margin-right: auto;
		}
		.next-pre-wrap .box.prev {
			margin-left: auto;
		}

.next-pre-wrap .box a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
	position: relative;
	font-size: 0.8rem;
}
		.next-pre-wrap .box.next a {
			padding-left: 3rem;
		}
		.next-pre-wrap .box.prev a {
			padding-right: 3rem;
		}

.next-pre-wrap .box::after {
	height: 9px;
	width: 9px;
	border-bottom: 1px solid #1E88E5;
	border-left: 1px solid #1E88E5;
	content: "";
}
		.next-pre-wrap .box.next::after {
			position: absolute;margin: auto;top: 0;bottom: 0;left: 1rem;
			transform: rotate(45deg);
		}
		.next-pre-wrap .box.prev::after {
			position: absolute;margin: auto;top: 0;bottom: 0;right: 1rem;
			transform: rotate(-135deg);
		}

@media only screen and (max-width: 768px) {
.next-pre-wrap {
	padding-bottom: 2rem;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 2rem;
}

/********************/}


@media only screen and (max-width: 480px) {
.next-pre-wrap .box {
	width: calc(100% - 0rem);
}
.next-pre-wrap .box.next {
	margin-bottom: 1rem;
}
/********************/}

/*================================================================================================

* シェア *

================================================================================================*/
.share-wrap {
	width: 100%;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #e7e7e7;
}

ul.share-list {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
}
ul.share-list li {
	width: 45px;
}
ul.share-list li a {
	display: block;
}

/*================================================================================================

* 最近の投稿 *

================================================================================================*/
.recently-post {
	width: 100%;
	padding-bottom: 4rem;
}

.recently-post .item {
	width: 100%;
	padding: 1rem;
	background: #fff;
	margin-bottom: 1rem;
	color: #37474F;
}

.recently-post .item > .img-wrap {
	width: 60px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
		.recently-post .item > .img-wrap .img {
			width: 100%;
			height: 100%;
			content: "";
			position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;
			transition: 0.35s ease;
		}
		.recently-post .item:hover > .img-wrap .img {
			transform: scale(1.1);
			transition: 0.35s ease;
		}

.recently-post .item > .info {
	width: calc(100% - 60px);
	padding-left: 1rem;
}
.recently-post .item > .info h5 {
	font-size: 0.8rem;
}
.recently-post .item > .info p {
	font-size: 0.8rem;
	color: #929292;
	font-weight: 700;
	transform: scale(0.8);
	transform-origin: left;
}

.recently-post a.link-btn {
	margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
.recently-post {
	padding-bottom: 0rem;
}
/********************/}

/*================================================================================================

* 現場紹介記事ページ *

================================================================================================*/
body.construction .post-contents-wrap .img {
	width: 100%;
	max-width: 410px;
}


/*================================================================================================

* メディアクエリ *

================================================================================================*/
@media only screen and (max-width: 1024px) {
/********************/}
@media only screen and (max-width: 768px) {
/********************/}
@media only screen and (max-width: 480px) {
/********************/}