@charset "UTF-8";

article.contents {
	padding-top: 15px;
	padding-bottom: 30px;
}

.more-link {
	margin-top: auto;
	margin-bottom: 10px;
	text-align: center;
}

.more-link a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px #7fabc9 solid;
	color: #005893;
	background-color: #FFF;
}

.more-link a.back-btn i {
	margin-right: 1.0em;
}

.more-link a:hover {
	text-decoration: none;
	background: -moz-linear-gradient(left, #0ba9e2, #192e72);
	background: -webkit-linear-gradient(left, #0ba9e2, #192e72);
	background: linear-gradient(to right, #0ba9e2, #192e72);
	color: #FFF;
}

/*お知らせ詳細*/

.news-contents article.contents .article-wapper {
	margin: 15px 0 15px;
}

.news-contents article.contents .article-wapper {
	border: 1px #192e72 solid;
}

.news-contents article.contents .article-wapper h1 {
	background: -moz-linear-gradient(left, #192e72, #0ba9e2);
	background: -webkit-linear-gradient(left, #192e72, #0ba9e2);
	background: linear-gradient(to right, #192e72, #0ba9e2);
	color: #FFF;
	padding: 10px 5px;
	border-bottom: none;
}

.news-contents .article-date {
	padding: 5px;
	margin: 0 10px;
	text-align: right;
	color: #333;
	border-bottom: 1px #333 dotted;
}

.news-contents .article-body {
	margin: 5px 10px 10px;
}

/*施工事例リスト設定*/


/*施工事例詳細設定*/
.example-contents h1 {
	background: -moz-linear-gradient(left, #192e72, #0ba9e2);
	background: -webkit-linear-gradient(left, #192e72, #0ba9e2);
	background: linear-gradient(to right, #192e72, #0ba9e2);
	padding: 10px 5px;
	border-bottom: none;
	color: #FFF;
	text-align: center;
}

.example-contents .main-photo {
	margin: 10px 0;
}

.example-contents .main-photo img {
	width: 100%;
	height: auto;
}

.example-contents .sub-photo ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

.example-contents .sub-photo ul li {
	width: 32%;
	height: 210px;
	overflow: hidden;
}

.example-contents .sub-photo ul li img {
	width: 100%;
	height: auto;
}

/* SP */
@media screen and (max-width:767px) {
	.example-contents .sub-photo ul {
		display: block;
	}

	.example-contents .sub-photo ul li {
		width: 100%;
	}

	.example-contents .sub-photo ul li:not(:last-child) {
		margin-bottom: 15px;
	}
}

.example-contents .basic-data {
	margin-top: 15px;
}

/*表*/
.example-contents .basic-data table {
	border-collapse: collapse;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	width: 100%;
}

.example-contents .basic-data table th,
.example-contents .basic-data table td {
	padding: 5px 10px;
}

.example-contents .basic-data table tbody th {
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
	width: 7.0em;
	background-color: #EDF3F7;
}

/* SP */
@media screen and (max-width:767px) {
	.example-contents .basic-data table tbody th {
		width: 5.0em;
	}
}

.example-contents .basic-data table tbody td {
	border-left: 1px #666 solid;
	border-bottom: 1px #666 solid;
}

.example-contents .sub-data {
	border: 1px #999 solid;
	padding: 10px;
	margin: 15px 0 20px;

}

.example-contents .sub-data h2 {
	color: #192e72;
	font-size: 1.2em;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px #999 dotted;

}

/* SP */
@media screen and (max-width: 767px) {}

/* PC*/
@media print,screen and (min-width: 768px) {
}

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