@charset "utf-8";
/* ==========================================================================
   各事業トップ
   ========================================================================== */
/* 導入 */
.intro__image img {
	width: 100%;
	height: auto;
}
.intro__text { margin-top: 20px;}

@media print, (min-width:40.0625em) {
	.intro__image {
		float: left;
		width: 33.33%;
	}
	.intro__text {
		margin-top: 0;
		margin-left: 36%;
	}
}

/* 製品・特長一覧 */
.feature { margin-top: 60px;}
.feature ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.feature li { margin-top: 20px;}
.feature__text { margin-top: 16px;}
.feature__image img {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.feature__image a:hover img { opacity: .8;}

@media print, (min-width:40.0625em) {
	.feature li {
		position: relative;
		margin-top: 30px;
		page-break-inside: avoid;
	}
	.feature li:before,
	.feature li:after { content: ""; display: table;}
	.feature li:after { clear: both;}
	.feature__image {
		float: left;
		width: 36%;
	}
	.feature__title {
		float: right;
		width: 60.6666%;
		margin-top: 0;
	}
	.feature__text {
		clear: right;
		margin-top: 0;
		margin-left: 39.333%;
	}
}

/* ニーズに合わせ対応します */
.index03 {
	padding: 30px 20px;
	background: #d4e9f9;
}
.index03__title {
	margin-bottom: 24px;
	text-align: center;
}

@media screen and (max-width:40em) {
	.index03 { padding: 20px 16px;}
	.index03__title {
		margin-bottom: 10px;
		color: #2991e2;
		font-size: 20px;
		font-size: 2rem;
		font-size: 5.4vw;
		font-weight: bold;
	}
	.index03__title:before { content: "\FF3C";}
	.index03__title:after { content: "\FF0F";}
	.index03__title span:before { content: attr(data-txt);}
	.index03__title img { display: none;}
	.index03__image {
		width: 300px;
		max-width: 100%;
		margin: 0 auto 10px;
	}
}
@media print, (min-width:40.0625em) {
	.index03__image {
		float: left;
		width: 33.33%;
	}
	.index03__text {
		margin-left: 36.666%;
		font-size: 19px;
		font-size: 1.9rem;
	}
}


/* メッセージ */
@media screen and (max-width:40em) {
	.message .lead:before {
		display: inline-block;
		content: "";
		height: 0;
		padding-top: 50%;
		vertical-align: middle;
	}
	.message .lead span {
		display: inline-block;
		max-width: 60%;
		vertical-align: middle;
	}
	.message .lead {
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.water .message .lead { background-image: url(../../water/img/index_p12-sp.jpg);}
	.construction .message .lead { background-image: url(../../construction/img/index_p05-sp.jpg);}
}
@media print, (min-width:40.0625em) {
	.message {
		padding-right: 45.33%;
		padding-bottom: 10px;
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 570px 485px;
	}
	.water .message { background-image: url(../../water/img/index_p12.jpg);}
	.construction .message { background-image: url(../../construction/img/index_p05.jpg);}
}

/* MORIMATSUの施工体制 */
.system__image { margin-bottom: 20px;}
.system__image img {
	width: 100%;
	height: auto;
}
@media print, (min-width:40.0625em) {
	.system__image {
		float: left;
		width: 33.33%;
	}
	.system__text { margin-left: 36.66%;}
}

/* 有資格者リスト */
.qualified { margin-top: 40px;}
.qualified__image { display: none;}
.qualified__table { width: 100%;}
.qualified__table th,
.qualified__table td {
	padding: 2px;
	border-bottom: 1px solid #808080;
	text-align: left;
}
.qualified__table th { font-weight: normal;}
.qualified__table td { text-align: center;}

@media print, (min-width:40.0625em) {
	.qualified__text {
		float: left;
		width: 33.33%;
		max-width: 445px;
	}
	.qualified__image {
		display: block;
		float: right;
		width: 59.33%;
		min-width: 250px;
	}
}


/* ==========================================================================
   各事業詳細ページ
   ========================================================================== */
/* 水道事業 特長 */
.features-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.features-list li + li { margin-top: 20px;}
.features-list__point {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 8px solid #f7931e;
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	vertical-align: middle;
}
.features-list__point:before {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
}
.features-list__point span {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width:40em) {
	.features-list li {
		display: table;
		width: 100%;
	}
	.features-list__point,
	.features-list p {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
	}
	.features-list p {
		padding: 0 0 0 12px;
	}
}
@media print, (min-width:40.0625em) {
	.features-list {
		padding: 20px 6%;
		background: url(../../water/img/index_p02.jpg) no-repeat center center;
		background-size: cover;
	}
	.features-list ul {
		display: table;
		width: 100%;
	}
	.features-list li {
		display: table-cell;
		width: 30%;
		padding: 0 2%;
		vertical-align: top;
	}
	.features-list li + li {
		margin-top: 0;
	}
	.features-list__point {
		float: none;
		width: 200px;
		height: 200px;
		margin: 0 auto 16px;
		border-width: 10px;
		font-size: 50px;
		font-size: 5rem;
	}
	.features-list p {
		display: block;
		margin: 0;
	}
}
@media (min-width:40.0625em) and (max-width:60em) {
	.features-list__point {
		width: 160px;
		height: 160px;
	}
}

/* 建築設備事業 カテゴリ解説 */
.category-desc {
	position: relative;
	margin: 20px 0;
	border-radius: 20px;
}
.category-desc dt {
	padding: 8px;
	border-radius: 20px 20px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.category-desc dd {
	line-height: 1.66;
	margin: 0;
	padding: 16px 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
.category-desc.desc--air { background: #d9eeff;}
.category-desc.desc--industry { background: #ffe1e6;}
.category-desc.desc--air dt { background-image: url(../../construction/img/index_p02.jpg);}
.category-desc.desc--industry dt { background-image: url(../../construction/img/index_p03.jpg);}
@media print, (min-width:40.0625em) {
	.category-desc {
		display: table;
		overflow: hidden;
		height: 200px;
		margin: 30px 0;
		border-radius: 100px;
		page-break-inside: avoid;
	}
	.category-desc dt {
		position: absolute;
		left: 0;
		top: 0;
		width: 200px;
		height: 200px;
		line-height: .75;
		padding: 0;
		border-radius: 100px;
		font-size: 40px;
		font-size: 4rem;
	}
	.category-desc dt:before {
		display: inline-block;
		content: "";
		height: 100%;
		vertical-align: middle;
	}
	.category-desc dt > span {
		display: inline-block;
		vertical-align: middle;
	}
	.category-desc dd {
		display: table-cell;
		padding: 0 80px 0 220px;
		font-size: 18px;
		font-size: 1.8rem;
		vertical-align: middle;
	}
}

/* 建築設備事業 製品カテゴリ */
.category {
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.category:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: rgba(255,255,255,.15);
}
.category--air { background: #2991e2;}
.category--industry { background: #ff6b80;}
.category--merge {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #2992e2), color-stop(1, #ff6b81));
	background-image: -moz-linear-gradient(left, #2992e2 0%, #ff6b81 100%);
	background-image: -webkit-linear-gradient(left, #2992e2 0%, #ff6b81 100%);
	background-image: -ms-linear-gradient(left, #2992e2 0%, #ff6b81 100%);
	background-image: linear-gradient(to right, #2992e2 0%, #ff6b81 100%);
}
.no-cssgradients .category--merge {
	background: #a58ebc;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2992e2', endColorstr='#ff6b81',GradientType=1 );
}
@media print, (min-width:40.0625em) {
	.category {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		font-size: 2rem;
	}
}


/* 各製品（水道・建築設備（特殊製品）共通） */
.product__title {
	margin: 0 0 10px;
	padding-left: 24px;
	text-indent: -24px;
}
.product__title small {
	font-size: 14px;
	font-size: 1.4rem;
}
.product__image { margin-bottom: 16px;}
.product__inner {
	line-height: 1.8;
}

@media print, (min-width:40.0625em) {
	.product__title {
		float: right;
		width: 60.66%;
		margin: 0 0 26px;
		padding-left: 30px;
		text-indent: -30px;
	}
	.product__title small {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.product__image {
		float: left;
		width: 36.66%;
		margin-bottom: 0;
	}
	.product__image img {
		margin-bottom: 30px;
	}
	.product__inner {
		width: 60.66%;
		margin-left: auto;
	}
}

/* ポイント */
.product-point {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.product-point > li {
	position: relative;
	margin-top: 4px;
	padding-left: 25px;
}
.product-point > li:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 9px;
	height: 9px;
	border: 1px solid #666;
}
.csstransforms .product-point > li:after {
	display: block;
	content: "";
	position: absolute;
	left: -1px;
	top: 2px;
	width: 15px;
	height: 10px;
	border-bottom: 3px solid #c30d23;
	border-left: 3px solid #c30d23;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* 実績等ギャラリー */
.gallery {
	clear: both;
	list-style: none;
	width: 104%;
	margin: 0 -1%;
	padding: 0;
	*zoom: 1;
}
.gallery:before,
.gallery:after { content: ""; display: table;}
.gallery:after { clear: both;}
.gallery > li {
	float: left;
	width: 46%;
	margin: 0 2% 16px;
}

@media print, (min-width:40.0625em) {
	.gallery > li {
		width: 30.83%;
		margin: 0 1% 20px;
	}
}
@media print, (min-width:60.0625em) {
	.gallery > li { width: 22.5%;}
}

/* 納入実績 */
.result-text {
	padding: 16px 16px 10px;
	background: #eee;
}
.result-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
.result-data {
	width: 100%;
}
.result-data th,
.result-data td {
	padding: .3em 0;
	border-top: 1px solid #ccc;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}
.result-data th {
	width: 7em;
	color: #666;
}

@media print, (min-width:40.0625em) {
	.result-text {
		padding: 16px 0;
		background: none;
	}
	.result-data th,
	.result-data td {
		border-top: none;
		border-bottom: 1px solid #ddd;
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media print, (min-width:60.0625em) {
	.result-text {
		padding: 16px 10px;
	}
	.result-title {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
