@charset "utf-8";
/* ==========================================================================
   水道事業
   ========================================================================== */

/* ----------------------------------
   製品紹介
   ---------------------------------- */
.mopit-slides { margin-bottom: 50px;}

/* mopitシリーズ ナビゲーション */
@media print {
	.mopit-nav { display: none;}
}
@media screen {
	.mopit-nav {
		margin: 50px 0;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.mopit-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mopit-nav__model {
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 34px;
		border-radius: 50%;
		background: #f7931e;
		color: #fff;
		text-align: center;
	}
}
@media screen and (max-width:60em) {
	.mopit-nav ul {
		margin: 0 -16px;
		border-top: 1px solid #ccc;
	}
	.mopit-nav li {
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #ccc;
	}
	.mopit-nav a {
		display: inline-block;
		position: relative;
		width: 100%;
		padding: 8px 30px 8px 16px;
		color: #333;
	}
	.mopit-nav a:before { content: "mopit-";}
	.csstransforms .mopit-nav a:after {
		display: block;
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #aaa;
		border-right: 2px solid #aaa;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.mopit-nav__baloon {
		display: inline-block;
		margin-left: 8px;
		color: #666;
		font-size: 11px;
		font-size: 1.1rem;
	}
}
@media screen and (min-width:40.0625em) and (max-width:60em) {
	.mopit-nav li { width: 50%;}
	.mopit-nav li:nth-child(even) { border-left: 1px solid #ccc;}
	.mopit-nav__baloon {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media screen and (min-width:60.0625em) {
	.mopit-nav {
		margin-bottom: 30px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.mopit-nav li {
		display: inline;
	}
	.mopit-nav ul:before {
		display: inline-block;
		content: "mopit-";
	}
	.mopit-nav a {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 0 6px;
		text-decoration: none !important;
	}
	.mopit-nav__model {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}
	.mopit-nav__baloon {
		display: block;
		position: absolute;
		left: 50%;
		bottom: 48px;
		width: 310px;
		line-height: 1.2;
		margin-left: -155px;
		padding: 12px;
		border-radius: 10px;
		background: #4d4d4d;
		background: rgba(0,0,0,.7);
		color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transition: opacity .2s, -webkit-transform .2s .2s;
		transition: opacity .2s, transform .2s .2s;
	}
	.mopit-nav__baloon:before {
		display: block;
		content: "";
		position: absolute;
		bottom: -7px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -5px;
		border: 5px solid rgba(0,0,0,0);
		border-top: 7px solid #4d4d4d;
		border-top-color: rgba(0,0,0,.7);
		border-bottom-width: 0;
	}
	a:hover .mopit-nav__baloon {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
}

/* TOPICS */
.product-topics {
	clear: both;
	position: relative;
	padding: 10px 0 160px;
	background: #f7931e;
	color: #fff;
}
.product-topics__title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}
.product-topics__lead {
	line-height: 1.4;
	margin: 0 8px;
	padding: 6px 8px;
	background: #fff;
	color: #f7931e;
	font-size: 16px;
	font-size: 1.6rem;
}
.product-topics__inner { padding: 10px 16px;}
.product-topics__inner > :last-child { margin-bottom: 0;}
.product-topics__image {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media print, (min-width:40.0625em) {
	.product-topics {
		padding: 10px 0;
	}
	.product-topics__title {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 30px;
		font-size: 3rem;
	}
	.product-topics__lead {
		margin: 0 16px;
		font-size: 23px;
		font-size: 2.3rem;
		text-align: center;
	}
	.product-topics__inner {
		min-height: 160px;
		padding: 10px 230px 0px 30px;
	}
}


/* ----------------------------------
   元請工事TOPICS
   ---------------------------------- */
.topics-title {
	line-height: 1.2;
	margin: 16px 0 20px;
	padding-left: 24px;
	text-indent: -24px;
}
.topics-title small {
	font-size: 14px;
	font-size: 1.4rem;
}

.topics-data {
	line-height: 1.4;
	font-size: 13px;
	font-size: 1.3rem;
}
.topics-data > li {
	margin: 4px 0;
}
.topics-data__heading,
.topics-data__data {
	display: inline-block;
	vertical-align: top;
}
.topics-data__heading {
	position: relative;
	padding-right: 2em;
}
.topics-data__heading:after {
	display: inline-block;
	content: "\2026\2026";
	position: absolute;
	right: 0;
	top: 0;
	letter-spacing: 0;
}

@media print, (min-width:40.0625em) {
	.topics-title {
		padding-left: 30px;
		text-indent: -30px;
	}
	.topics-title small {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
