@charset "utf-8";
/* CSS Document */

.blue {
	color: #00a0e9;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	color: #000;
}
sup {
	vertical-align: top;
	top: 0;
}
.topicTtl sup {
	font-size: 55%;
	top: 0.25em;
}
.mtem1 {
	margin-top: 1em !important;
}
.mtem2 {
	margin-top: 2em !important;
}
.noteNum1 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
/* ==
メインビジュアル
=============================================================================== */
@keyframes fadeIn {
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1
  }
}
#content {
  background: #fff;
}
#wrapper {
  margin: auto;
  padding: 0;
}

#mainV {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	position: relative;
}

#mainVTtl {
	background: rgba(255,255,255,0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: auto;
	opacity: 0;
	animation: fadeIn 1s ease 0.5s 1 forwards;
	-webkit-animation: fadeIn 1s ease 0.5s 1 forwards;
}
#mainVTtl span {
	display: block;
}

/* SP */
@media screen and (max-width: 767px) {
#mainV {
	background-image: url("/photocatalyst/images/tech/mainv_bg.jpg");
	background-size: cover;
	padding-top: 41.98%;
}
#mainVTtl {
	width: 80%;
	padding: 0.5em;
	white-space: nowrap;
}
#mainVTtl .sub {
	font-size: 1.6rem;
}
#mainVTtl .ttl {
	font-size: 2.2rem;
}
#content {
	padding-top: 30px;
}
}

/* PC */
@media print, screen and (min-width: 768px) {
#content {
  padding: 60px 0 0 0;
  min-width: 1200px;
}
#mainV {
	background-image: url("/photocatalyst/images/tech/mainv_bg.jpg");
	background-size: 100% auto;
	padding-top: 17.7%;
}
#mainVTtl {
	width: 740px;
	padding: 45px 40px;
	line-height: 1.6;
}
#mainVTtl .sub {
	font-size: 1.8rem;
}
#mainVTtl .ttl {
	font-size: 3rem;
}

}

/* ==
コンテンツ
=============================================================================== */
.hn02Ttl {
	background-color: #f7f6ec;
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.ancList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
	z-index: 1;
}
.ancList > li {
	border: #000 1px solid;
	text-align: center;
}
.ancList > li a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
}
.ancList > li a span {
	padding-right: 1.5em;
	padding-left: 1.5em;
	position: relative;
}
.ancList > li a span::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.antiLabel {
	font-weight: bold;
	display: inline-block;
	border: #000 1px solid;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}
.sTtl {
	border-left: #000 3px solid;
	padding-left: 0.5em;
	margin-bottom: 1em;
}
.txt {
	margin-bottom: 1em;
}
.graphWrap {
	border-bottom: #bfbfbf 1px solid;
}

.graphWrap figure {
	padding: 0;
	margin: 0;
}
#mold .graphWrap {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.testList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.testList dt {
	width: 7em;
	min-height: 1em;
	height: auto;
	position: relative;
	padding-left: 1em;
}
.testList dt::before {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	background-color: #434343;
	display: block;
	position: absolute;
	left: 0;
	top: 0.5em;
}
.testList dt::after {
	content: ':';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.testList dd {
	width: calc(100% - 7em);
	padding-left: 0.25em;
}

.testList dt,
.testList dd {
	margin-bottom: 0.75em;
	line-height: 1.4;
}
.graphTable,
.safetyTable {
	width: 100%;
}
.graphTable th,
.graphTable td,
.safetyTable th,
.safetyTable td {
	text-align: center;
	vertical-align: middle;
}
.graphTable th,
.graphTable td {
	width: 50%;
}
.graphTable,
.graphTable th,
.graphTable td,
.safetyTable,
.safetyTable th,
.safetyTable td {
	border-collapse: collapse;
	border: #bfbfbf 1px solid;
}
.graphTable th,
.safetyTable th {
	padding: 0.5em;
}
.graphTable td,
.safetyTable td {
	padding: 1em;
}

/* SP */
@media screen and (max-width: 767px) {
.hn02Ttl  {
	font-size: 2.6rem;
}
.lead {
	font-size: 1.4rem;
}
.ancList > li {
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.3rem;
}
.ancList > li a span {
	padding-right: 1em;
	padding-left: 0.25em;
}
.antiLabel {
	font-size: 2.3rem;
	padding: 0.25em 0.5em;
}
.sTtl {
	font-size: 1.9rem;
}
.txt {
	font-size: 1.4rem;
}
.graphWrap {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.graphWrap .graph,
.graphWrap .graphTable {
	margin-bottom: 1em;
}
#effect {
	margin-bottom: 30px;
}
.testList {
	font-size: 1.4rem;
}
.testList + .notes {
	margin-top: 2em;
	font-size: 1.4rem;
}
.graphTable td,
.safetyTable td {
	padding: 0.5em;
}
.graphTable th,
.graphTable td,
.safetyTable th,
.safetyTable td {
	font-size: 1.3rem;
}
}

/* PC */
@media print, screen and (min-width: 768px) {
.hn02Ttl {
	font-size: 3rem;
}
.lead {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 1em;
}
.ancList {
	font-size: 1.6rem;
}
.ancList > li {
	width: 220px;
	margin-right: 20px;
}
.antiLabel {
	font-size: 2.6rem;
}
.sTtl {
	font-size: 2.2rem;
}
.txt {
	font-size: 1.6rem;
}
.graphWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.graphWrap .graph,
.graphWrap .txtArea,
.graphWrap .graphTable {
	width: 47.5%;
}
#effect {
	margin-bottom: 100px;
}
.testList {
	font-size: 1.6rem;
}
.testList + .notes {
	margin-top: 2em;
	font-size: 1.6rem;
}
.graphTable,
.safetyTable {
	font-size: 1.6rem;
}
.safetyTable {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}
.ancList > li a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}

/* ==
注目トピック
=============================================================================== */
.topicTtl {
	background-color: #f7f6ec;
	font-weight: bold;
	padding: 0.5em;
	box-sizing: border-box;
	margin-bottom: 0.25em;
}
.date {
	text-align: right;
}
.sideList dt {
	float: left;
	min-height: 1em;
	height: auto;
	position: relative;
}
.sideList dt::after {
	content: ':';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.sideList dt,
.sideList dd {
	margin-bottom: 0.75em;
	line-height: 1.4;
}
.sideList.heading6em dt {
	width: 6.5em;
}
.sideList.heading6em dd {
	padding-left: 7em;
}
.sideList.heading6-5em dt {
	width: 7em;
}
.sideList.heading6-5em dd {
	padding-left: 7.5em;
}
.sideList.heading8em dt {
	width: 8.5em;
}
.sideList.heading8em dd {
	padding-left: 9em;
}
.sideList.heading9em dt {
	width: 9.5em;
}
.sideList.heading9em dd {
	padding-left: 10em;
}
.sideList.heading9-5em dt {
	width: 10em;
}
.sideList.heading9-5em dd {
	padding-left: 10.5em;
}
.hn03Ttl {
	background-color: #e6e6e6;
	font-weight: bold;
	text-align: center;
	padding: 0.25em;
}
.decimalList {
	list-style-type: decimal;
	padding-left: 1.25em;
}
.decimalList > li {
	margin-bottom: 0.5em;
	list-style-type: decimal;
}
.decimalList > li > ul,
.decimalList > li > ol,
.decimalList > li > dl {
	margin-top: 0.5em;
}
.imgArea figcaption {
	text-align: center;
	margin-top: 0.5em;
}
.txtArea .caption {
	margin-bottom: 1em;
}
.usuallyTable {
	width: 100%;
}
.usuallyTable,
.usuallyTable th,
.usuallyTable td {
	border-collapse: collapse;
	border: #bfbfbf 1px solid;
}
.usuallyTable th,
.usuallyTable td {
	padding: 0.5em;
}
.usuallyTable.alCenter th,
.usuallyTable.alCenter td {
	text-align: center !important;
	vertical-align: middle;
}
.usuallyTable.cellCol4 th,
.usuallyTable.cellCol4 td {
	width: 25%;
}
.usuallyTable.cellCol3 th,
.usuallyTable.cellCol3 td {
	width: 33.33%;
}
.commentBlock figure,
.column2Wrap figure {
	padding: 0;
	margin: 0;
}
.commentTtl {
	border-bottom: #bfbfbf 1px solid;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
.fwB {
	font-weight: bold;
}
.dotList {
	list-style-type: disc;
	padding-left: 1.5em;
}
.dotList > li {
	margin-bottom: 0.5em;
}
.figBorder {
	border: #bfbfbf 1px solid;
}

/* SP */
@media screen and (max-width: 767px) {
.topicTtlWrap {
	margin-bottom: 20px;
}
.topicTtl {
	padding: 0.5em;
	font-size: 1.9rem;
}
.date {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.summarWrap {
	margin-bottom: 30px;
}
.column2Wrap > div,
.column2Wrap > figure {
	margin-bottom: 20px;
}
.sideList {
	font-size: 1.4rem;
}
.hn03Ttl {
	font-size: 1.9rem;
	margin-bottom: 20px;
}
.paragraph {
	margin-bottom: 30px;
}
.commentWrap {
	margin-top: 30px;
	padding: 0 15px;
}
.commentBlock .imgArea {
	width: 80%;
	margin: 0 auto 1em;
}
.commentBlock .txtArea {
}
.commentTtl {
	font-size: 1.6rem;
}
.commentWrap > .notes {
	margin-top: 1em;
}
.txtArea p,
.txtArea ol,
.txtArea ul,
.imgArea figcaption,
.txtArea .caption,
.imgArea .caption,
.usuallyTable,
.commentWrap ul {
	font-size: 1.4rem;
}
.notes {
	font-size: 1.3rem;
}
#pcinext_top {
	font-size: 1.3rem;
	margin-top: 30px;
}
}
/* PC */
@media print, screen and (min-width: 768px) {
.topicTtlWrap {
	margin-bottom: 40px;
}
.topicTtl {
	padding: 0.5em 1em;
	font-size: 3rem;
}
.date {
	font-size: 1.6rem;
	margin-bottom: 40px;
}
.summarWrap {
	margin-bottom: 60px;
}
.column2Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.column2Wrap > div,
.column2Wrap > figure {
	width: 47.5%;
}
.sideList {
	font-size: 1.6rem;
}
.hn03Ttl {
	font-size: 2rem;
	margin-bottom: 40px;
}
.paragraph {
	margin-bottom: 60px;
}
.commentWrap {
	margin-top: 40px;
	padding: 0 30px;
}
.commentBlock {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.commentBlock .imgArea {
	width: 26.3%;
}
.commentBlock .txtArea {
	width: 73.7%;
	padding-left: 30px;
	box-sizing: border-box;
}
.commentBlock.noImg .txtArea {
	width: 100%;
	padding-left: 0;
}

.commentTtl {
	font-size: 1.8rem;
}
.commentWrap > .notes {
	margin-top: 2em;
}
.txtArea p,
.txtArea ol,
.txtArea ul,
.imgArea figcaption,
.txtArea .caption,
.imgArea .caption,
.usuallyTable,
.commentWrap ul,
.usuallyTable th,
.usuallyTable td {
	font-size: 1.6rem;
}
#pcinext_top {
	margin-top: 60px;
}
}


/* == アンカーリンク =============================================================================== */
/* SP */
@media screen and (max-width: 767px) {
}

/* PC */
@media print, screen and (min-width: 768px) {
#effect,
#safety,
#virus,
#fungus,
#allergen,
#mold {
	padding-top: 52px;
	margin-top: -52px;
}
}