<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* common
-------------------------------------------*/
#korean main {
  font-family: "Dotum", "Gulim", "Malgun Gothic", Arial, Helvetica, sans-serif;
}
#korean .page-nav {
  font-family: 'Noto Serif KR', serif;
  font-weight: 500;
}

#korean section {
  margin-top: 30px;
}
#korean .content-box {
  padding: 30px;
  background: #fff;
}
#korean .contact .content-box {
  padding: 30px 0;
  background: #00439b;
  color: #fff;
  text-align: center;
}
#korean .contact dt {
  margin-bottom: 10px;
  font-family: 'Noto Serif KR', serif;
  font-weight: 500;
  font-size: 2rem;
}
#korean .contact dd {
  font-size: 1.8rem;
}
#korean .contact .caution {
  font-size: 1.4rem;
  margin-bottom: 35px;
}
#korean .contact .caution a {
  color: #ffffff;
  text-decoration: underline;
}
#korean .contact .caution a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#korean .contact dd.btn a {
  display: inline-block;
  position: relative;
  width: 390px;
  padding: 15px;
  background: #fff;
  font-weight: bold;
}
#korean .contact dd.btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #eee;
}
#korean .contact dd.btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #00439b;
  border-right: 2px solid #00439b;
  transform: rotate(45deg);
}
#korean .contact dd.btn a:hover {
  background-color: #ccd9eb;
  color: #00439b;
  transition: 0.3s;
}
#korean .contact dd.btn a:hover::before {
  background: #fff;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #korean .contents {
    position: static;
  }
  #korean .main-contents {
    padding-bottom: 0;
  }
  #korean .main-visual h2 {
    display: none;
  }
  #korean .content-box {
    padding: 30px 15px;
  }
  #korean .contact .content-box {
    box-sizing: border-box;
    position: relative;
    padding: 20px 10px;
    margin: 0 -15px;
  }
  #korean .contact dt {
    font-size: 1.5rem;
  }
  #korean .contact .caution {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #korean .contact dd.btn a {
    width: auto;
    padding: 10px 60px 10px 40px;
    font-size: 1.3rem;
  }
  #korean .contact dd.btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #eee;
  }
  #korean .contact dd.btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #00439b;
    border-right: 2px solid #00439b;
    transform: rotate(45deg);
  }
}

/* ionpure */
#korean .antimicrobial-sec {
  margin-top: 0;
}
#korean .antimicrobial-box {
  margin-bottom: 50px;
}

#korean .antimicrobial-box:first-of-type {
  padding-top: 10px;
}
#korean .antimicrobial-copy {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

#korean .antimicrobial-txt {
  margin-bottom: 15px;
}
#korean .authorization-text {
  margin-bottom: 20px;
}
#korean .antimicrobial-illust {
  padding-top: 10px;
}

#korean .trademark-caption {
  text-align: right;
  margin-top: 24px;
  font-size: 12px;
}
#korean .related-list-wrap{
  margin-top: 30px;
  background-color: #ffffff;
  padding: 30px 30px 18px 30px;
}
#korean .related-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#korean .related-list li {
  width: 48%;
  margin-bottom: 40px;
}

#korean .related-list li:nth-child(3),
#korean .related-list li:nth-child(4) {
  margin-bottom: 0;
}

#korean .related-list .related-list-title a {
  border: 1px solid #00439b;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Noto Serif KR', serif;
  position: relative;
  display: block;
  transition: 0.3s;
}
#korean .related-list .related-list-title a:hover {
  background: #00439b;
  color: #fff;
}
#korean .related-list .related-list-title a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
}
#korean .related-list .related-list-title a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #00439b;
  border-right: 2px solid #00439b;
  transform: rotate(45deg);
}
#korean .related-list .related-list-title a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#korean .contents-wht section:first-child {
  margin-top: 0;
}
#korean .table-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#korean .r-sidetext {
  text-align: right;
  margin-bottom: 10px;
}
#korean .ionpure-table {
  width: 100%;
}
#korean .ionpure-table thead th {
  border: 1px solid #6e90bc;
}
#korean .ionpure-table thead th,
#korean .ionpure-table thead td {
  background: #00439b;
  color: #fff;
}
#korean .ionpure-table th {
  font-weight: bold;
}
#korean .ionpure-table th,
#korean .ionpure-table td {
  background: #fff;
  color: #000;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  text-align: center;
}
#korean .ionpure-table th.l-text,
#korean .ionpure-table td.l-text {
  text-align: left;
}
#korean .ionpure-table tr.bg-emphasis td {
  background: #fffce2;
  width: 25%;
}
#korean .ionpure-table tbody tr.bg-emphasis th {
  background: #fffab9;
  color: #00439b;
}
#korean .ionpure-table tbody th {
  text-align: left;
}
#korean .ionpure-table tbody td {
  text-align: center;
}
#korean .ionpure-table tbody th {
  background: #e5ecf5;
  width: 220px;
}
#korean .ionpure-table.resin thead th {
  width: 25%;
}
#korean img.center-figure {
  max-width: 500px;
  max-height: 600px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  display: block;
}
#korean .internal-navigation {
  background: #00439b;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#korean .internal-navigation li {
  width: 135px;
  border-right: 1px solid #fff;
  line-height: 1.2;
}
#korean .internal-navigation li:last-child {
  border-right: 0;
}

#korean .internal-navigation a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
#korean .internal-navigation a:hover {
  background-color: #ccd9eb;
  color: #00439b;
}
#korean dl.pb-use-text dt {
  font-weight: bold;
}
#korean dl.pb-use-text dd {
  margin-bottom: 20px;
}
#korean p.pb-use-text {
  margin-bottom: 20px;
}
#korean .table_container {
  margin-bottom: 30px;
}
#korean .title-04 {
  font-weight: bold;
}
#korean .step-list {
  display: flex;
  align-items: center;
  background: #e5ecf5;
  margin-bottom: 20px;
  justify-content: end;
}
#korean .step-list div {
  width: 400px;
}
#korean .step-list-sec {
  margin-top: 20px;
}
#korean .step-list-sec:after {
  content: "";
  display: block;
  width: 50px;
  height: 20px;
  background-image: url(../../images/pb/material/antimicrobial/flow/p_flow_arrow.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
#korean .step-list-sec:last-of-type {
  margin-bottom: 20px;
}
#korean .step-list-icon {
  background: #1e96f0;
  border-radius: 100px;
  font-size: 14px;
  color: #fff;
  width: 80px;
  height: 80px;
  margin: 0 20px 0 30px;
  padding-top: 15px;
  text-align: center;
  font-family: 'Noto Serif KR', serif;
}

#korean .step-list-icon .stepnum {
  font-size: 26px;
  display: block;
  line-height: 1;
}

#korean .step-list-title {
  font-size: 18px;
}

#korean .step-list-title span {
  font-size: 12px;
  line-height: 1.6;
  display: block;
}

#korean .step-list-tag .customer-tag {
  background: #805fa6;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  padding: 0 15px;
  margin-bottom: 10px;
  color: #fff;
}
#korean .step-list-tag .ishizuka-tag {
  background: #00439b;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  padding: 0 15px;
  margin-bottom: 10px;
  color: #fff;
}
#korean .step-list figure {
  margin-left: auto;
}
#korean .step-list figure img {
  width: 250px;
  height: auto;
  margin-left: auto;
}
#korean .step-flow-end {
  background: #1e96f0;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #korean .antimicrobial-box figure {
    padding-top: 30px;
  }
  #korean .antimicrobial-copy {
    font-size: 20px;
  }
  #korean .antimicrobial-illust {
    padding: 10px;
  }
  #korean .related-list li {
    width: 100%;
  }
  #korean .related-list li:nth-child(3) {
    margin-bottom: 40px;
  }
  #korean .internal-navigation li {
    width: 50%;
    border-bottom: 1px solid #fff;
    border-right: 0;
  }
  #korean .internal-navigation li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  #korean .table_container {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: 30px;
  }
  #korean .step-list-icon {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 20px;
    padding-top: 9px;
  }
  #korean .step-list-icon .stepnum {
    font-size: 20px;
  }
  #korean .step-list-title {
    font-size: 14px;
  }
  #korean .step-list-title span {
    font-size: 10px;
  }
  #korean .step-flow-end {
    padding: 10px 15px;
    font-size: 14px;
  }
  #korean .step-list {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #korean .step-list div {
    width: 60%;
  }
  #korean .step-list-icon {
    order: 2;
  }
  #korean .step-list div {
    order: 3;
  }
  #korean .step-list figure {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  #korean .step-list figure img {
    width: 100%;
  }
}

#korean .related-links-title {
  background: #404041;
  color: #fff;
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
}
#korean .related-links-title p:first-child {
  font-family: 'Noto Serif KR', serif;
  font-size: 18px;
}
#korean .related-links-title p:last-child a {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-right: 30px;
}
#korean .related-links-title p:last-child a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #fff;
}
#korean .related-links-title p:last-child a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #00439b;
  border-right: 2px solid #00439b;
  transform: rotate(45deg);
}
#korean .related-links ul {
  display: flex;
  background: #fff;
  padding: 20px;
  flex-wrap: wrap;
}
#korean .related-links ul li {
  width: calc(100% / 3);
}
*::-ms-backdrop,
#korean .related-links ul li {
  width: 33.33%; /* IE11 */
}
#korean .related-links li a {
  font-family: 'Noto Serif KR', serif;
  font-size: 14px;
}
#korean .related-links .link-icon:before {
  top: 0;
  margin-top: 0;
}
#korean .related-links .link-icon:after {
  top: 0;
  margin-top: 5px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #korean .related-links {
    margin-bottom: 30px;
  }
  #korean .related-links ul li {
    width: 100%;
  }
  #korean .related-links-title p:last-child a {
    font-size: 10px;
    padding-right: 27px;
  }
  #korean .related-links-title p:first-child {
    font-size: 14px;
  }
  #korean .related-links-title {
    padding: 15px 15px;
  }
}

#korean .narrow {
  display: none;
}
#korean .stage2-page-nav .main-visual.antimicrobial {
  margin-bottom: 68px;
}
@media screen and (min-width: 0px) and (max-width: 1600px) {
  #korean .narrow {
    display: block;
  }
  #korean .main-visual h1.break {
    top: 32%;
  }
}

/* 機能性マテリアル、ダニ、カビ、サビ、防燃 消臭剤*/
#korean .dani figcaption {
  font-size: 11px;
  text-align: center;
}
#korean .dani-table {
  width: 100%;
}
#korean .dani-table .thead {
  background-color: #00439b;
  color: #fff;
}
#korean .dani-table th {
  font-weight: bold;
}
#korean .dani-table th,
#korean .dani-table td {
  background: #fff;
  color: #000;
  border: 1px solid #dcdcdc;
  padding: 10px 5px;
  text-align: center;
}
#korean .dani-table tbody th {
  text-align: center;
}
#korean .dani-table tbody td {
  text-align: center;
}
#korean .dani-table tbody th {
  background: #e5ecf5;
  width: 220px;
}
#korean .dani-table.resin thead th {
  width: 25%;
}
#korean .comparison th,
#korean .comparison td {
  text-align: left;
}
#korean .comparison tbody th {
  text-align: left;
  padding: 10px;
}
#korean .comparison tbody td {
  text-align: left;
  padding: 10px;
}

#korean .kabi-table {
  width: 100%;
}
#korean .kabi-table .thead {
  background-color: #00439b;
  color: #fff;
}
#korean .kabi-table th {
  font-weight: bold;
}
#korean .kabi-table th,
#korean .kabi-table td {
  background: #fff;
  color: #000;
  border: 1px solid #dcdcdc;
  padding: 10px 5px;
  text-align: left;
}
#korean .kabi-table tbody th {
  text-align: left;
  padding-left: 15px;
}
#korean .kabi-table tbody td {
  text-align: center;
}
#korean .kabi .evaluation td {
  padding-left: 10px;
  text-align: left;
}
#korean .kabi-table tbody th {
  background: #e5ecf5;
  width: 285px;
}
#korean .kabi-table.resin thead th {
  width: 25%;
}
#korean .evaluation tbody th {
  width: 40px;
  padding-left: 0;
  text-align: center;
}

#korean .sabi-table {
  width: 100%;
}
#korean .sabi-table .thead {
  background-color: #00439b;
  color: #fff;
}
#korean .sabi-table th {
  font-weight: bold;
}
#korean .sabi-table th,
#korean .sabi-table td {
  background: #fff;
  color: #000;
  border: 1px solid #dcdcdc;
  padding: 10px 5px;
  text-align: center;
}
#korean .sabi-table tbody th {
  text-align: center;
  padding-left: 15px;
}
#korean .sabi-table tbody td {
  text-align: center;
}
#korean .sabi-table tbody th {
  background: #e5ecf5;
  width: 285px;
}
#korean .deodorants .first-content {
  margin-bottom: 0;
}
#korean .deodorants-table {
  width: 100%;
}
#korean .deodorants-table .thead {
  background-color: #00439b;
  color: #fff;
}
#korean .deodorants-table th {
  font-weight: bold;
}
#korean .deodorants-table th,
#korean .deodorants-table td {
  color: #000;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  text-align: center;
}
#korean .deodorants-table th {
  background: #e5ecf5;
}
#korean .deodorants-table td {
  background: #fff;
}
#korean .deodorants-table.resin th {
  width: 25%;
}
</pre></body></html>