@charset "utf-8";
/*
お知らせ
-------------------------------------------*/
/*一覧*/
.news_list li {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.news_list a {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.news_list li a:hover {
	background-color: #F6F6F6;
}
.news_list li .news_date {
	color: #999;
	padding-right: 20px;
}

.news_list li .news_cat {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #527ea3;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
}
.news_list li .news_ttl {
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
	background-color: transparent;
	position: inherit;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.news_list li .news_ttl:after {
	content: none;
}


/*詳細*/
.news_single .news_date {
	color: #999;
	padding-right: 20px;
}

.news_single .news_cat {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #527ea3;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
}
.news_single .news_ttl {
	font-weight: normal;
	font-size: 22px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.news_single .news_ttl:after {
	top: 3px;
	left: 0;
}
.news_single .news_txt {
	margin: 0;
}


@media screen and (max-width : 1024px){
	.news_list a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.news_archive .cont_wrap,
	.news_tax .cont_wrap,
	.news_single .cont_wrap {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.news_list li {
		padding: 0;
	}
}


@media screen and (max-width : 640px){
	.news_list li .news_ttl {
		padding-left: 0;
		display: block;
        text-align: justify;
	}
}


@media screen and (max-width : 460px){

}


/*
施工実績
-------------------------------------------*/
/*一覧*/
.works_list {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 1440px;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}

.works_list li {
	width: 25%;
	position: relative;
	text-align: center;
	/*margin-bottom: 30px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.works_list li a {
	display: block;
	padding: 20px;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
}
.works_list li a .img_box {
	margin-bottom: 10px;
	width: 260px;
	height: 200px;
	overflow: hidden;
	object-fit: cover;
}
.works_list li a .img_box img {
	/*width: auto;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.works_list li a:hover .img_box img {
	opacity: .8;
	/*filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.5);
	-moz-filter:brightness(1.5);
	-ms-filter:brightness(1.5);
	filter:brightness(1.5);*/
}
.works_list li a .works_cat {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 3px;
	background-color: #527ea3;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 0;
}
.works_list li a .works_cat span {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.works_list li a:hover {
	color: #000;
	background-color: #F6F6F6;
}

.works_list li a .works_ttl {
	font-size: 14px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: normal;
	text-align: left;
    line-height: 1.3;
}
.works_list li a .works_ttl:after {
	content: none;
}

/*カテゴリーリスト*/
.cat_box {
	margin-bottom: 30px;
}
.cat_box h3 {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: 22px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-weight: normal;
}
.cat_box h3:after {
	content: none;
}
.cat_list {
	background-color: #ebeff0;
	display: flex;
	/*justify-content: space-between;*/
	padding: 15px 20px;
	box-sizing: border-box;
	max-width: 900px;
	border-radius: 5px;
}
.cat_list li {}
.cat_list li+li {
	margin-left: 10px;
}
.cat_list li a {
	font-size: 14px;
	background-color: #527ea3;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	transition: .1s;
}
.cat_list li a:hover {
	opacity: .7;
	transition: .1s;
}

/*詳細*/
.works_single .works_date {
	color: #999;
	padding-right: 20px;
}

.works_single .works_cat {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #527ea3;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
}
.works_single .works_ttl {
	font-weight: normal;
	font-size: 22px;
	background-color: transparent;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.works_single .works_ttl:after {
	top: 3px;
	left: 0;
}
.works_single .works_txt {
	margin: 0;
}


@media screen and (max-width : 1024px){
	.cat_box {}
	.cat_list {
		flex-wrap: wrap;
		padding: 10px 15px;
	}
	.cat_list li {
		margin-right: 10px;
		width: auto;
	}
	.works_list {
		max-width: 1024px;
	}
	.works_list li a .img_box {
		width: 100%;
		height: 200px;
	}
	.works_archive .cont_wrap,
	.works_tax .cont_wrap,
	.works_single .cont_wrap {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}


@media screen and (max-width : 640px){
	.cat_box {
		margin-bottom: 20px;
	}
	.cat_list {
		justify-content: initial;
		padding: 10px 15px 5px;
	}
	.cat_list li {
		margin-right: 10px;
		font-size: 0;
		margin-bottom: 5px;
	}
	.works_list li a .img_box {
		width: 100%;
		height: 170px;
	}
	.works_list li a .works_cat {
		/*font-size: 8px;*/
		top: 25px;
	}
}


@media screen and (max-width : 460px){

}




/*共通*/
.post_box {
	padding: 20px;
	border: 1px solid #ccc;
}
.post_box img {
	width: auto;
}

.post_box p,
.post_box h1,
.post_box h2,
.post_box h3,
.post_box h4,
.post_box h5,
.post_box h6 {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	text-align: left;
	border: none;
	color: #000;
	font-weight: normal;
	font-family: "游ゴシック", "Yu Gothic", YuGothic,
	"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
	"メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
.post_box h1 {
	font-size: 28px;
}
.post_box h2 {
	font-size: 24px;
}
.post_box h3 {
	font-size: 22px;
	position: initial;
	background-color: transparent;
}
.post_box h4 {
	font-size: 20px;
}
.post_box h5 {
	font-size: 18px;
}
.content h6 {
	font-size: 16px;
}
.post_box .img_photo img {
	width: 100%;
    height: auto;
}
.post_box .img_photo img.thumbnail {
	display: none;
}

@media screen and (max-width : 1024px){
	.post_box {
		padding: 15px;
	}
}


/*ページネーション

/*一覧*/
.pagination {
	margin-top: 30px;
}
.pagination .page-numbers {
	width: 25px;
	height: 25px;
	display: inline-block;
	border: 1px solid #527ea3;
	text-align: center;
	text-decoration: none;
	transition: .2s;
}
.pagination .page-numbers + .page-numbers {
	margin-left: 7px;
}
.pagination .page-numbers:hover {
	background-color: #527ea3;
	color: #fff;
	transition: .2s;
}
.pagination .page-numbers.current {
	background-color: #527ea3;
	color: #fff;
}

/*詳細*/
.prev_next_list {
	margin-top: 50px;
	justify-content: space-between;
}
.prev_next_list li a {
	display: inline-block;
	width: 200px;
	height: 40px;
	color: #fff;
	background-color: #527ea3;
	border-radius: 5px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
}
.prev_next_list li a:hover {
	opacity: .7;
	transition: .1s;
}


@media screen and (max-width : 1024px){
	.pagination {
		margin-left: 10px;
	}
}


@media screen and (max-width : 640px){
	.prev_next_list {
		margin-top: 30px;
		justify-content: center;
	}
	.prev_next_list li a {
		width: 250px;
	}
	.prev_next_list li+li {
		margin-top: 20px;
	}
}