@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Viga&display=swap');

/* ------------------------------
 全体（PC）
------------------------------ */
/* スペース */
.mt10 {
	margin-top: 10px;
}
/* リンク */
#rwd-content .rwd-main-content-group a {
	color: #000 !important;
}
#rwd-content .rwd-main-content-group a:hover {
	color: #0695d1 !important;
	text-decoration: none !important;
}
/* フォント */
.f14 {
	font-size: 1.4rem;
}
/* 下線 */
.uline {
	text-decoration: underline;
}
/* 関連リンクボタン */
#rwd-content .rwd-button01 {
	margin-bottom: 0;
}
#rwd-content .rwd-button-strip {
	background-color: #274277;
}
#rwd-content .rwd-button01 .rwd-button-inner strong {
	display: block;
	margin-bottom: 10px;
	font-size: 2rem;
}
/* ページ内リンク */
#rwd-content .rwd-link-list09 li a {
	display: block;
	position: relative;
	padding-left: 23px;
	font-size: 1.8rem;
}
#rwd-content .rwd-link-list09 li a::before {
	content: "";
	position: absolute;
	display: block;
	top: .75em;
	left: 2px;
	width: 10px;
	height: 10px;
	border-top: solid 2px #4e6da1;
	border-right: solid 2px #4e6da1;
	transform: rotate(135deg);
}
#rwd-content .rwd-link-list09 li a:hover {
	color: #0695d1;
	text-decoration: none;
}
/* 下層ページh3 */
.rwd-subsection-headline.rwd-large.rwd-bold {
	padding-bottom: 10px;
	border-bottom: 1px solid#666;
}
/* 写真枠 */
.pb {
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
/* ※ul */
#rwd-content ul.notes li {
	position: relative;
	padding-left: 1.3em;
}
#rwd-content ul.notes li::before {
	content: "*";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
/* ol */
#rwd-content ol {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
#rwd-content ol > li {
	position: relative;
	padding-left: 1.3em;
}
#rwd-content ol > li::before {
	counter-increment: item;
	content: counter(item)".";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
/* テーブル01 */
#rwd-content .rwd-table-type01 th {
	padding: 12px 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background-color: #e6e6e6;
	font-size: 1.4rem;
	font-weight: bold;
}
#rwd-content .rwd-table-type01 td {
	padding: 12px 10px;
	border-top:  1px solid #999;
	border-left:  1px solid #999;
	font-size: 1.4rem;
}
#rwd-content .rwd-table-type01 td span {
	font-size: 1.4rem;
}
/* テーブル03 */
#rwd-content .rwd-table-type03 th {
	padding: 3px 10px 2px;
	border-top:  1px solid #999;
	border-left:  1px solid #999;
	background: #e6e6e6;
	font-weight: bold;

}
#rwd-content .rwd-table-type03 td {
	padding: 4px 10px;
	border-top:  1px solid #999;
	border-left:  1px solid #999;
	font-size: 1.4rem;
	vertical-align: middle;
}
#rwd-content .rwd-table-type03 tr.tac th,
#rwd-content .rwd-table-type03 td.tac {
	text-align: center;
}
#rwd-content .rwd-table-type03 td.w10p {
	width: 10%;
}
#rwd-content .rwd-table-type03 td.w16p {
	width: 16%;
}
#rwd-content .rwd-table-type03 td.w18p {
	width: 18%;
}
#rwd-content .rwd-table-type03 td.w21p {
	width: 21%;
}
#rwd-content .rwd-table-type03 td.w28p {
	width: 28%;
}
#rwd-content .rwd-table-type03 td.w36p {
	width: 36%;
}
#rwd-content .rwd-table-type03 td.plr0 {
	padding-left: 0;
	padding-right: 0;
}
#rwd-content .rwd-table-type03 td strong {
	font-size: 1.4rem;
}
#rwd-content .rwd-table-type03 td a {
	text-decoration: underline;
}
#rwd-content .rwd-table-type03 td a:hover {
	color: #0695d1;
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	/* p */
	#rwd-content p {
		line-height: 1.625;
	}
	/* 関連リンクボタン */
	#rwd-content .rwd-button01 {
		height: 125px;
		min-height: 125px;
	}
	#rwd-content .rwd-button01 .rwd-button-inner {
		font-size: 1.6rem;
	}
	/* 写真キャプション */
	#rwd-content figcaption {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	/* ul */
	#rwd-content ul {
		line-height: 1.625;
	}
	/* ol */
	#rwd-content ol {
		line-height: 1.625;
	}
	/* テーブル01 */
	#rwd-content .rwd-table-type01 th.w18p {
		width: 18%;
	}
}
@media print, screen and (min-width: 768px) and ( max-width: 1024px) {
	/* 関連リンクボタン */
	#rwd-content .rwd-button01 {
		padding: 2px 28px;
	}
}
@media print, screen and (min-width: 1024px) {
	/* 関連リンクボタン */
	#rwd-content .rwd-button01 {
		padding: 2px 48px;
	}
}
/* ------------------------------
 全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* スペース */
	.sp-mt-30 {
		margin-top: -30px !important;
	}
	/* 関連リンクボタン */
	#rwd-content .rwd-button-strip.icon-arrow {
		padding: 14px 32px 14px 20px;
	}
	#rwd-content .rwd-button01 .rwd-button-inner strong {
		font-size: 1.8rem;
	}
	/* ページ内リンク */
	#rwd-content .rwd-link-list09 li:not(:last-child) {
		margin-bottom: 10px;
	}
	#rwd-content .rwd-link-list09 li::after {
		content: none;
	}
	#rwd-content .rwd-link-list09 li a {
		padding-left: 21px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#rwd-content .rwd-link-list09 li a::before {
		top: .25em;
		width: 8px;
		height: 8px;
	}
	/* 下層ページh2 */
	.rwd-section-headline.rwd-xsmall span:first-child {
		font-size: 2rem;
	}
	/* 写真キャプション */
	#rwd-content figcaption {
		margin-top: 5px;
		font-size: 1.3rem;
	}
	/* テーブル01 */
	#rwd-content .rwd-table-type01 {
		border-right: 1px solid #999;
	}
	/* #rwd-content .rwd-table-type01 th,
	#rwd-content .rwd-table-type01 td {
		padding: 4px 5px;
	} */
	#rwd-content .rwd-table-type01 td span {
		padding: 0;
	}
	/* テーブル03 */
	#rwd-content .rwd-table-type03-wrapper {
		padding-top: 7px;
	}
	#rwd-content .rwd-table-type03 th {
		padding: 4px 5px 3px;
	}
	#rwd-content .rwd-table-type03 td {
		padding: 4px 5px;
	}
}

/* ------------------------------
 Youtube（PC）
------------------------------ */
.rwd-grid-item .video iframe {
	width: 100%;
	border: none;
}
@media print, screen and (min-width: 768px) and ( max-width: 1024px) {
	.rwd-grid-item .video,
	.rwd-grid-item .video iframe {
		height: 207px;
	}
}
@media print, screen and (min-width: 1024px) {
	.rwd-grid-item .video,
	.rwd-grid-item .video iframe {
		height: 336px;
	}
}
/* ------------------------------
 Youtube（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.rwd-grid-item .video {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.rwd-grid-item .video iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
}

/* ------------------------------
 トップ（PC）
------------------------------ */
#rwd-content .rwd-lineup-area-list {
	background-color: #e8f1f3;
}
#rwd-content .rwd-lineup-area-list-link-title-inner::after {
	top: 45%;
}
.rwd-section-headline.rwd-pc-center.rwd-sp-center.rwd-border-all {
	border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
	#rwd-content .rwd-lineup-area-list-link {
		position: relative;
		width: 32.024773%;
		margin-right: 1.96239%;
		overflow: hidden;
	}
	#rwd-content .rwd-lineup-area-list-link:nth-of-type(4n) {
		margin-right: 1.96239%;
	}
	#rwd-content .rwd-lineup-area-list-link:nth-child(3n) {
		margin-right: 0;
	}
	#rwd-content .rwd-lineup-area-list-link:nth-child(n+4) {
		margin-top: 30px;
	}
	#rwd-content .rwd-lineup-area-list-link-title-inner {
		font-size: 1.8rem;
	}
	#rwd-content .rwd-lineup-area-list-link-text {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
/* ------------------------------
 トップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-large-keyvisual-caption-wrap {
		height: 57px;
	}
	#rwd-content .rwd-large-keyvisual-caption-title-en {
		font-size: 3rem;
	}
	#rwd-content .rwd-lineup-area-list-link-title-inner {
		margin-bottom: 5px;
	}
	#rwd-content .rwd-lineup-area-list-link-text {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	#rwd-content .rwd-large-keyvisual-caption-title-en {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 359px) {
	#rwd-content .rwd-large-keyvisual-caption-title-en {
		font-size: 2.4rem;
	}
}

/* ------------------------------
 事業概要（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.chronology {
		display: flex;
		flex-flow: row wrap;
	}
	.chronology dt {
		width: 80px;
	}
	.chronology dd {
		width: calc(100% - 120px);
	}
	.chronology dd:not(:last-child) {
		margin-bottom: 20px;
	}
}
/* ------------------------------
 事業概要（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.chronology dd:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* ------------------------------
 製品紹介（PC）
------------------------------ */
#rwd-content .rwd-link-list01 li a:hover {
	color: #0695d1
}
/* テーブル03 */
#rwd-content .rwd-table-type03.ptb12 td {
	padding: 12px 10px;
}
#rwd-content .rwd-table-type03 td ul li {
	position: relative;
	padding-left: 1em;
	font-size: 1.4rem;
}
#rwd-content .rwd-table-type03 td ul li::before {
	content: "･";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
@media print, screen and (min-width: 768px) {
	#rwd-content .rwd-grid .rwd-grid-item.pc-grid3of12 {
		margin-left: 0;
	}
}
/* ------------------------------
 製品紹介（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-grid .rwd-grid-item.pc-grid3of12.sp-grid4of4 {
		width: 75%;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ------------------------------
 導入フロー（PC）
------------------------------ */
#rwd-content .rwd-grid-unison.step .rwd-grid-item {
	position: relative;
	padding: 25px 20px 20px;
	background-color: #e8f1f3;
	font-size: 1.5rem;
}
#rwd-content .rwd-grid-unison.step .rwd-grid-item p {
	margin-bottom: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#rwd-content .rwd-grid-unison.step .rwd-grid-item p span {
	width: 36px;
	height: 36px;
	margin-right: 12px;
	border-radius: 50%;
	background-color: #274277;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#rwd-content .rwd-grid-unison.flow .rwd-grid-item {
	position: relative;
}
#rwd-content .rwd-grid-unison.flow div figcaption {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
#rwd-content .rwd-grid-unison.flow div:nth-child(n+10) figcaption {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
@media print, screen and (min-width: 768px) {
	#rwd-content .rwd-grid-unison.step .rwd-grid-item:not(:nth-child(4n))::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -5.5%;
		z-index: 2;
		width: 10px;
		height: 10px;
		margin: auto 0;
		border-top: solid 2px #274277;
		border-right: solid 2px #274277;
		transform: rotate(45deg);
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item:last-child::after {
		content: none !important;
	}
	#rwd-content .rwd-grid-unison.flow .rwd-grid-item:not(:nth-child(4n))::after {
		content: "";
		display: block;
		position: absolute;
		top: 36.3%;
		right: -15px;
		width: 10px;
		height: 10px;
		border-top: solid 2px #274277;
		border-right: solid 2px #274277;
		transform: rotate(45deg);
	}
}
@media print, screen and (min-width: 768px) and ( max-width: 1100px) {
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p {
		line-height: 18px;
		margin-bottom: 8px;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p span {
		display: block;
		margin-bottom: 8px;
		line-height: 36px;
	}
}
@media print, screen and (min-width: 1100px) {
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p {
		line-height: 36px;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p span {
		display: inline-block;
		line-height: 36px;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p.two {
		position: relative;
		padding-left: 48px;
		line-height: 18px;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p.two span {
		position: absolute;
		top: 0;
		left: 0;
	}
}
/* ------------------------------
 導入フロー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	#rwd-content .rwd-grid-unison.step .rwd-grid-item {
		padding: 20px 20px 15px;
		background-color: #e8f1f3;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p {
		margin-bottom: 13px;
		line-height: 36px;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p span {
		display: inline-block;
		line-height: 36px;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p.two {
		position: relative;
		padding-left: 48px;
		line-height: 18px;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item p.two span {
		position: absolute;
		top: 0;
		left: 0;
	}
	#rwd-content .rwd-grid-unison.step .rwd-grid-item:not(:last-child)::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -16px;
		left: 0;
		right: 0;
		width: 14px;
		height: 14px;
		margin: 0 auto;
		border-top: solid 2px #274277;
		border-right: solid 2px #274277;
		transform: rotate(135deg);
	}
}

/* ------------------------------
 浄水方式（PC）
------------------------------ */
#rwd-content .rwd-table-type03.star span {
	color: #24527c;
}
