@charset "utf-8";

.details {
	position: relative;
	color: #46aadc;
	cursor: pointer;
}
.details-contents {
	display: none;
	position: absolute;
	top: 70px;
	left: -190px;
	width: 496px;
	padding: 30px;
	border: 3px #46aadc solid;
	background: #fff;
	box-shadow: 5px 5px 0 #ccc;
	z-index: 99;
}
.details-contents:before {
	content: '';
	position: absolute;
	top: -56px;
	right: 0;
	left: 0;
	width: 34px;
	height: 63px;
	margin: auto;
	background: url('../images/arrow.png') no-repeat left top;
}
#contents .details-contents h3 {
	margin-bottom: 10px;
	padding: 0;
	color: #46aadc;
	border-bottom: none;
}
#contents .details-contents p {
	font-size: 15px;
	line-height: 27px;
	margin: 0;
}
@media screen and (max-width:767px) {
	html.modal-mask {
		overflow-y: hidden;
	}
	body.modal-mask {
		position: relative;
	}
	body.modal-mask:before {
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.7);
		z-index: 10000;
	}
	.modal-wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: hidden;
		overflow-y: auto;
		z-index: 10000;
	}
	.modal-wrap .inner {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 91.265vw;
		height: auto;
		margin: 9.126vw auto;
	}
	.details-contents {
		position: static;
		width: 100%;
		margin-bottom: 9.126vw;
		padding: 18.253vw 3.259vw 26.076vw;
		box-shadow: none;
		z-index: 10001;
	}
	.details-contents:before {
		content: none;
	}
	#contents .details-contents h3 {
		margin-bottom: 5.215vw;
		font-size: 3.911vw;
	}
	#contents .details-contents p {
		font-size: 3.651vw;
		line-height: 1.75;
	}
	.details-contents a.close:first-of-type {
		position: absolute;
		top: 3.259vw;
		right: 3.259vw;
		display: block;
		width: 10.43vw;
		height: 10.43vw;
		padding: 0.391vw 0;
		text-align: center;
		color: #46aadc;
		line-height: 1;
		font-size: 7.823vw;
		text-decoration: none;
		border: 2px solid #46aadc;
	}
	.details-contents a.close:nth-of-type(2) {
		position: absolute;
		right: 0;
		left: 0;
		bottom: 18.253vw;
		display: block;
		width: 65.189vw;
		margin: auto;
		text-align: center;
		color: #46aadc;
		line-height: 8.475vw;
		font-size: 3.39vw;
		text-decoration: none;
		border: 2px solid #46aadc;
	}
}

#contents {
	width: 100%;
	line-height: 1;
}
#contents section {
	width: 1050px;
	margin: 0 auto 60px;
}
#contents .h1_outer {
	position: relative;
	width: 1200px;
	height: 255px;
	margin: 0 auto 66px;
	color: #fff;
	font-weight: bold;
	background: #46aadc url('../images/title.png') no-repeat 30% center;
}
#contents .h1_outer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 100%;
	margin: 0 -75px;
	padding: 0 70px;
	background: #46aadc;
	z-index: -1;
}
#contents .h1_outer h1 {
	position: absolute;
	top: 105px;
	left: 40%;
	font-size: 36px;
}
#contents .h2_outer {
	position: relative;
	background: #46aadc;
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 15px;
}
#contents .h2_outer h2 {
	font-weight: bold;
	color: #46aadc;
	background: #fff;
	position: static;
	width: 100%;
	height: auto;
	padding: 15px;
	text-align: left;
	line-height: 1.4;
	font-size: 20px;
	box-shadow: 5px 5px 0 #2d6d8d;
}
#contents h3 {
	padding: 10px 10px 7px;
	margin: 0 0 30px;
	text-align: left;
	font-size: 18px;
	color: #464646;
	font-weight: bold;
	border-bottom: 2px solid #000;
}
#contents h5 {
	color: #46aadc;
	font-weight: bold;
}
#contents p,
#contents ul,
#contents ol,
#contents dl {
	font-size: 16px;
	line-height: 1.4;
	color: #464646;
	margin: 15px 0;
}
@media screen and (max-width:767px) {
	#contents {
		margin: 15px 0 0;
	}
	#contents main {
		padding: 0 5%;
	}
	#contents section {
		width: 100%;
		margin: 0 auto 15px;
	}
	#contents .h1_outer {
		width: 100%;
		height: 90px;
		margin-bottom: 15px;
		background: #46aadc url('../images/title.png') no-repeat 7.5% center;
		background-size: auto 60%;
	}
	#contents .h1_outer:before {
		width: 100%;
	}
	#contents .h1_outer h1 {
		top: 35px;
		left: calc(7.5% + 60px);
		font-size: 18px;
	}
	#contents .h2_outer {
		margin: 0 0 1em;
		padding: .75em;
	}
	#contents .h2_outer h2 {
		font-size: 16px;
		padding: .5em;
		box-shadow: .25em .25em 0 #2d6d8d;
	}
	#contents h3 {
		font-size: 16px;
		padding: 10px 5px 4px;
		margin: 0 0 15px;
	}
	#contents p,
	#contents ul,
	#contents ol,
	#contents dl {
		font-size: 15px;
		margin: 10px 0;
	}
	#contents h5 {
		font-size: 15px;
		margin: 0;
	}
}
#concept .block_txt {
	/*float: left;*/
	width: 100%;
	margin: 0 0 20px;
}
#concept .block_img {
	float: right;
	width: 15%;
	text-align: center;
	padding: 0 0 20px 20px;
}
#concept .block_img img {
	padding: 15px 30px;
	border: 1px solid #000;
	width: 100%;
}
#concept .block_img span {
	display: block;
	font-weight: bold;
	margin: .25em 0 0;
}
@media screen and (max-width:767px) {
	#concept .block_txt {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	#concept .block_img {
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}
	#concept .block_img img {
		max-width: 150px;
	}
}
#structure img {
	width: 100%;
	max-width: 860px;
	margin: 20px auto;
	display: block;
}
#specification table {
	width: 100%;
	max-width: 860px;
	margin: 20px auto;
}
#specification table th {
	background: #ededed;
	border-bottom: #ccc 1px solid;
	padding: 14px;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	width: 30%;
}
#specification table th.t_center {
	text-align: center;
	width: 35%;
}
#specification table td {
	border-bottom: #ccc 1px solid;
	padding: 14px;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}
#specification p {
	text-align: center;
	margin: 0 auto ;
}
@media screen and (max-width:767px) {
	#specification table {
		width: 100%;
		max-width: 480px;
		margin: 20px auto;
	}
	#specification table th,
	#specification table td {
		width: 100%;
		display: block;
		font-size: 15px;
		padding: 8px 14px;
	}
	#specification table td {
		padding: 10px 14px;
		position: relative;
	}
	#specification table tr:nth-child(2) td:first-of-type:before,
	#specification table tr:nth-child(3) td:first-of-type:before,
	#specification table tr:nth-child(4) td:first-of-type:before,
	#specification table tr:nth-child(5) td:first-of-type:before {
		content: "PMX-20R : ";
		display: block;
		position: absolute;
		left: 20px;
		top: 10px;
	}
	#specification table tr:nth-child(2) td:last-of-type:before,
	#specification table tr:nth-child(3) td:last-of-type:before,
	#specification table tr:nth-child(4) td:last-of-type:before,
	#specification table tr:nth-child(5) td:last-of-type:before {
		content: "PMX-05R : ";
		display: block;
		position: absolute;
		left: 20px;
		top: 10px;
	}
	#specification table th {
		border-bottom: none;
	}
	#specification table tr:first-child {
		display: none;
	}
}
#indication ul li {
	padding: 2px 0;
	margin: 0 0 0 1em;
}
#indication ul li:before {
	content: '• ';
}
#indication ul li > ul li {
	padding: 2px 0;
	margin: 0 0 0 1em;
}
#indication ul li > ul {
	margin: 5px 0;
}
#indication ul li > ul li:before {
	content: '- ';
}
#procedure ul li {
	padding: 2px 0;
	margin: 0 0 0 1em;
}
#procedure ul li:before {
	content: '- ';
}
#operating ol span,
#operating dl span {
	display: block;
	font-weight: bold;
}
#operating ol li {
	padding: 10px 0;
	margin: 0 0 0 2em;
}
#operating dl dt {
	width: 30%;
	padding: 10px 1em;
	display: inline-block;
	vertical-align: top;
}
#operating dl dd {
	width: 70%;
	padding: 10px 1em;
	display: inline-block;
	vertical-align: top;
}
#operating dl dd p {
	font-size: 14px;
}
@media screen and (max-width:767px) {
	#operating ol li {
		padding: 5px 0;
	}
	#operating dl dt {
		width: 100%;
		padding: 5px 1em 2px;
	}
	#operating dl dd {
		width: 100%;
		padding: 2px 2em 5px;
	}
}
#procedures .video_outer {
	display: block;
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
	#procedures .video_outer {
		width: 100%;
	}
}
#treatment img {
	width: 100%;
	max-width: 640px;
	margin: 20px auto;
	display: block;
}
@media screen and (max-width:767px) {
	#treatment img {
		max-width: 480px;
	}
}
#adsorption .block_left {
	width: 48%;
	margin-right: 2%;
	float: left;
}
#adsorption .block_right {
	width: 48%;
	margin-left: 2%;
	float: right;
}
#adsorption .block_left span,
#adsorption .block_right span {
	display: block;
	font-weight: bold;
	margin: 0 0 .25em;
}
#adsorption .block_left img,
#adsorption .block_right img {
	display: block;
	margin: 0 auto 20px;
	padding: 10px;
	border: 1px solid #000;
}
@media screen and (max-width:767px) {
	#adsorption .block_left,
	#adsorption .block_right {
		width: 100%;
		max-width: 480px;
		margin: 0 auto 10px;
		float: none;
	}
}
#safety ul li {
	padding: 2px 0;
	margin: 0 0 0 1em;
}
#safety ul li:before {
	content: '- ';
}
#contents #pdf {
	width: 100%;
	padding: 45px 0;
	background: #fafafa;
}
#pdf div {
	width: 1050px;
	margin: 0 auto;
}
#pdf h4 {
	position: relative;
	padding: 0 0 30px 24px;
	font-size: 22px;
	font-weight: bold;
	color: #46aadc;
}
#pdf h4:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 12px;
	height: 12px;
	border-top: #269cd7 3px solid;
	border-right: #269cd7 3px solid;
	transform: rotate(45deg);
}
#pdf ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22px;
}
#pdf ul li {
	display: flex;
	flex-wrap: wrap;
	width: calc(50% - 44px);
	margin: 30px 22px;
}
#pdf ul li figure {
	width: 145px;
	margin-right: 15px;
}
#pdf ul li figure img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
}
#pdf ul li div {
	width: calc(100% - 160px);
	position: relative;
}
#pdf p {
	margin: 5px 0 10px;
	letter-spacing: -.03em;
	font-size: 16px;
	font-weight: bold;
	color: #464646;
	line-height: 1.2;
}
#pdf a {
	/*position: absolute;
	bottom: 10px;*/
	display: block;
	width: 145px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #46aadc;
	border: #46aadc solid 2px;
	transition: color, background 0.3s;
}
#pdf a:hover {
	color: #fff;
	text-decoration: none;
	background: #46aadc;
}
#pdf ul.check {
	display: block;
	/*margin: 10px 0 60px;*/
	margin: 10px 0;
}
#pdf ul.check li {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 13px;
	padding-left: 1em;
	text-indent: -1em;
}
#pdf ul.check li:before {
	content: "✓";
}
#pdf ul.check li > ul {
	display: block;
	margin: 0;
}
#pdf ul.check li > ul li:before {
	content: "-";
}
#pdf ol.roman {
	display: block;
	/*margin: 10px 0 60px 1.5em;*/
	margin: 10px 0 10px 1.5em;
}
#pdf ol.roman li {
	display: list-item;
	width: 100%;
	margin: 0;
	font-size: 13px;
	list-style-type: upper-roman;
}
@media screen and (max-width:767px) {
	#contents #pdf {
		width: auto;
		min-height: auto;
		margin: 0 -5.55% 30px;
		padding: 15px 4%;
	}
	#pdf div {
		width: 100%;
	}
	#pdf h4 {
		padding: 0 0 5px 24px;
		font-size: 20px;
	}
	#pdf ul {
		margin: 0 2.5%;
	}
	#pdf ul li {
		width: 100%;
		margin: 30px auto;
	}
	#pdf ul li figure {
		width: 25%;
		margin-right: 5%;
	}
	#pdf ul li div {
		width: calc(100% - 30%);
	}
	#pdf p {
		margin: 0 0 10px;
		font-size: 15px;
	}
	#pdf a {
		width: 100%;
		max-width: 320px;
		font-size: 15px;
		border-width: 3px;
		position: static;
	}
}
#references ol li {
	font-size: 14px;
	line-height: 26px;
	list-style: decimal;
	padding: 0 0 10px;
}
@media screen and (max-width:767px) {
	#references ol li {
		font-size: 12px;
		line-height: 22px;
		padding: 0 0 5px;
	}
}




