@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.ccm-page {
  line-height: 1;
}

.ccm-page {
  /* change colours to suit your needs */
  /* change colours to suit your needs */
  /* change border colour to suit your needs */
}
.ccm-page article, .ccm-page aside, .ccm-page details, .ccm-page figcaption, .ccm-page figure,
.ccm-page footer, .ccm-page header, .ccm-page hgroup, .ccm-page menu, .ccm-page nav, .ccm-page section {
  display: block;
}
.ccm-page nav ul {
  list-style: none;
}
.ccm-page blockquote, .ccm-page q {
  quotes: none;
}
.ccm-page blockquote:before, .ccm-page blockquote:after,
.ccm-page q:before, .ccm-page q:after {
  content: "";
  content: none;
}
.ccm-page a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.ccm-page ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.ccm-page mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.ccm-page del {
  text-decoration: line-through;
}
.ccm-page abbr[title], .ccm-page dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
.ccm-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ccm-page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.ccm-page input, .ccm-page select {
  vertical-align: middle;
}

/* ここまでhtml5reset-1.6.1.scss */
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #666;
  font-family: "メイリオ", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 19px;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  body {
    min-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 567px) {
  body {
    font-size: 16px;
    min-width: auto;
  }
}
body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  max-height: 999999px;
}

::selection {
  color: #fff;
  background: #8ae5ff;
}

::-moz-selection {
  color: #fff;
  background: #8ae5ff;
}

#page {
  overflow: hidden;
}

.main {
  background-color: #f8f8f8;
}
.main p {
  line-height: 1.8;
}
@media screen and (max-width: 567px) {
  .main p {
    line-height: 1.5;
  }
}

p b {
  font-weight: bold;
  color: #e60012;
}

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s linear;
}
a:hover {
  color: inherit;
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}

li {
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 567px) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  iframe {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 567px) {
  br.pcbr {
    display: none;
  }
}
@media print, screen and (min-width: 568px) {
  br.spbr {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  .sphide {
    display: none;
  }
}

@media print, screen and (min-width: 568px) {
  .pchide {
    display: none;
  }
}

/*--
404
--*/
.mod-err {
  line-height: 1.6;
  text-align: center;
  padding: 20px 0 50px 0;
}
@media screen and (max-width: 567px) {
  .mod-err {
    text-align: left;
    padding: 100px 15px 60px 15px;
  }
}
.mod-err .mod-err__inner {
  display: inline-block;
  text-align: left;
}
.mod-err .mod-err__title {
  color: #666;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 567px) {
  .mod-err .mod-err__title {
    line-height: 1.4;
    text-align: left;
    margin-bottom: 30px;
  }
}
.mod-err p {
  color: #666;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .mod-err p {
    text-align: left;
  }
}
.mod-err .mod-err__list {
  font-size: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 567px) {
  .mod-err .mod-err__list {
    margin-top: 30px;
  }
}
.mod-err .mod-err__list li {
  position: relative;
  padding-left: 18px;
}
.mod-err .mod-err__list li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ff6100;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 567px) {
  .mod-err .mod-err__list li:before {
    top: 7px;
    margin-top: 0;
  }
}
.mod-err .mod-err__list li + li {
  margin-top: 15px;
}

/*--
ログイン
--*/
.mod-login {
  background-color: #eee;
  margin: 45px auto 60px auto;
  text-align: center;
  padding: 60px 5px;
  width: 1100px;
}
@media screen and (max-width: 567px) {
  .mod-login {
    background-color: inherit;
    margin: 0;
    padding: 90px 15px 60px 15px;
    text-align: left;
    width: auto;
  }
}
.mod-login .mod-login__inner {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 567px) {
  .mod-login .mod-login__inner {
    display: block;
  }
}

.mod-login__title {
  color: #ff6100;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 567px) {
  .mod-login__title {
    font-size: 20px;
  }
}

.mod-login__input {
  font-size: 15px;
}

.mod-login__input label {
  display: block;
  padding: 5px 0;
}
.mod-login__input label:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.mod-login__input:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.mod-login__input span {
  float: left;
  width: 7em;
  padding: 5px 0;
}
@media screen and (max-width: 567px) {
  .mod-login__input span {
    display: block;
    float: none;
  }
}

.mod-login__input input {
  padding: 5px;
}
@media screen and (max-width: 567px) {
  .mod-login__input input {
    width: 100%;
  }
}

.mod-login__btn {
  font-size: 15px;
  margin-top: 15px;
  padding-left: 7em;
}
@media screen and (max-width: 567px) {
  .mod-login__btn {
    margin-top: 20px;
    padding-left: 0;
  }
  .mod-login__btn input {
    font-size: 15px;
    padding: 5px 15px;
  }
}

.mod-login__err {
  color: #c00;
  padding: 15px 0;
}

.mod-login__err__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}

.header {
  width: 100%;
  background: #ff6100;
}
.header .header__inner {
  padding: 20px 0;
}
@media print, screen and (min-width: 568px) {
  .header .header__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media screen and (max-width: 567px) {
  .header .header__inner {
    width: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 567px) {
  .header .header__inner {
    width: auto;
    padding: 8px 0;
    margin: auto;
  }
}

.header__top__h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 567px) {
  .header__top__h1 a {
    width: 26%;
  }
}
.header__top__h1 .header__top__copy {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  margin: 0 0 0 18px;
}
@media screen and (max-width: 567px) {
  .header__top__h1 .header__top__copy {
    font-size: 3.1vw;
    margin: 0 0 0 8px;
    line-height: 1.2;
    width: 60%;
  }
}

.footer {
  position: relative;
  border-top: 2px solid #ff6100;
}
@media screen and (max-width: 567px) {
  .footer {
    position: relative;
    z-index: 999;
    overflow: hidden;
  }
}
.footer .footer__inner {
  display: table;
  position: relative;
  padding: 25px 0 0;
}
@media print, screen and (min-width: 568px) {
  .footer .footer__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__inner {
    width: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__inner {
    padding-top: 10px;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.footer .footer__sitemap,
.footer .company-info {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap,
  .footer .company-info {
    display: block;
  }
}
.footer .footer__sitemap {
  color: #ff6100;
  font-size: 14px;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap {
    text-align: left;
  }
}
.footer .footer__sitemap li {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap li {
    display: block;
  }
  .footer .footer__sitemap li + li {
    border-top: 1px solid #fff !important;
  }
  .footer .footer__sitemap li a {
    display: block;
    padding: 15px;
    position: relative;
    width: 100%;
  }
  .footer .footer__sitemap li a:after {
    border-top: 2px solid #ff6100;
    border-right: 2px solid #ff6100;
    content: "";
    display: inline-block;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center center;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
  }
}
.footer .footer__sitemap li + li {
  border-left: 1px solid #ff6100;
  padding-left: 12px;
  margin-left: 12px;
}
.footer .footer__sitemap li + li:last-child {
  border-right: 1px solid #ff6100;
  padding-right: 12px;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap li + li:last-child {
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap li + li {
    padding: 0;
    margin: 0;
    border-left: none;
    border-top: 1px solid #ff6100;
  }
}
.footer .footer__sitemap .footer__sitemap-top > ul > li > a {
  font-weight: bold;
}
@media print, screen and (min-width: 568px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li > a {
    display: inline-block;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li > a {
    background: #ff6100;
    color: #fff;
  }
  .footer .footer__sitemap .footer__sitemap-top > ul > li > a:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media print, screen and (min-width: 568px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul {
    display: inline-block;
    position: relative;
  }
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #ff6100;
    position: absolute;
    top: 6px;
    left: -10px;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul {
    margin: 0;
    padding: 0;
  }
}
.footer .footer__sitemap .footer__sitemap-top > ul > li ul li:first-child {
  margin-left: 16px;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul li:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-top > ul > li ul li a {
    padding-left: 30px;
  }
}
.footer .footer__sitemap .footer__sitemap-bottom {
  margin: 20px 0 0;
}
@media screen and (max-width: 567px) {
  .footer .footer__sitemap .footer__sitemap-bottom li a {
    background: #ff6100;
    color: #fff;
  }
  .footer .footer__sitemap .footer__sitemap-bottom li a:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.company-info {
  width: 240px;
}
@media screen and (max-width: 567px) {
  .company-info {
    width: auto;
    margin: 30px 0 0;
  }
}
.company-info .link-logo {
  text-align: center;
  display: block;
}
.company-info .link-logo img {
  width: 240px;
  height: auto;
}
@media screen and (max-width: 567px) {
  .company-info .link-logo img {
    width: 270px;
    height: auto;
  }
}
.company-info .link-nwin {
  display: block;
  margin: 8px 20px 0 0;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #ff6100;
  position: relative;
}
.company-info .link-nwin:after {
  content: "";
  position: absolute;
  right: -17px;
  top: 1px;
  width: 12px;
  height: 13px;
  background: url(../img/icon-nwindow.png) no-repeat;
}
@media screen and (max-width: 567px) {
  .company-info .link-nwin:after {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 567px) {
  .company-info .link-nwin {
    text-align: center;
    margin: 12px 0 0;
  }
  .company-info .link-nwin:after {
    width: 10px;
    height: 10px;
    background-size: 100%;
  }
}

.footer__copyright {
  border-top: 2px solid #ff6100;
  background: #293335;
  padding: 30px 0;
  color: #5c6567;
  display: block;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .footer__copyright {
    font-size: 10px;
    margin-top: 40px;
    line-height: 1.5;
  }
}

.page-top {
  position: absolute;
}
@media print, screen and (min-width: 568px) {
  .page-top {
    width: 90px;
    height: 32px;
    left: 50%;
    top: -32px;
    z-index: 1000;
    transform: translateX(495px);
  }
  .page-top a {
    display: block;
    background: #ff6100;
    line-height: 32px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding-left: 34px;
    border-radius: 10px 10px 0 0;
    position: relative;
  }
  .page-top a:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: center center;
    position: absolute;
    top: 19px;
    left: 12px;
    width: 7px;
  }
  .page-top a:after {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    background: #fff;
    transform: translateX(-50%);
    transform-origin: center center;
    position: absolute;
    top: 10px;
    left: 20px;
  }
}
@media screen and (max-width: 567px) {
  .page-top {
    height: 40px;
    width: 60px;
    right: 30px;
    top: -60px;
  }
  .page-top a {
    font-size: 12px;
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 27px 0 6px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    position: relative;
  }
  .page-top a:before {
    border-top: 2px solid #ff6100;
    border-left: 2px solid #ff6100;
    content: "";
    display: inline-block;
    height: 10px;
    transform: rotate(45deg) translateX(-50%);
    transform-origin: center center;
    position: absolute;
    top: 18px;
    left: 48%;
    width: 10px;
  }
  .page-top a:after {
    content: "";
    display: block;
    height: 2px;
    width: 22px;
    background: #ff6100;
    transform: translateX(-50%);
    transform-origin: center center;
    position: absolute;
    top: 6px;
    left: 50%;
  }
}
.page-top.fixed {
  position: fixed;
  top: inherit;
  z-index: 100;
}
@media print, screen and (min-width: 568px) {
  .page-top.fixed {
    bottom: 20px;
    left: 50%;
    transform: translateX(495px);
  }
  .page-top.fixed a {
    border-radius: 10px;
  }
}
@media screen and (max-width: 567px) {
  .page-top.fixed {
    bottom: 20px;
    right: 15px;
  }
}

/*------------------------------------------------------------
  ページレイアウト
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .main {
    background-image: url(../img/aqua-acb/bg-bottom.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.section {
  margin-top: 66px;
}
@media screen and (max-width: 567px) {
  .section {
    margin-top: 50px;
  }
}

.section__inner {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 568px) {
  .section__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media screen and (max-width: 567px) {
  .section__inner {
    width: auto;
    padding: 0 15px;
  }
}

ul.note {
  margin-top: 10px;
  font-size: 14px;
}
ul.note li {
  text-indent: -1.4em;
  margin-left: 1.4em;
}
ul.note li:before {
  content: "※";
}

.legionella h2,
.product-comparison h2,
.inquiry-box h3 {
  font-size: 60px;
  color: #004ea2;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 567px) {
  .legionella h2,
  .product-comparison h2,
  .inquiry-box h3 {
    font-size: 25px;
    margin-bottom: 18px;
    line-height: 1.4;
  }
}

.legionella__process h3,
.shops h3 {
  background: #004ea2;
  width: 100%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}
@media print, screen and (min-width: 568px) {
  .legionella__process h3,
  .shops h3 {
    min-width: 1170px;
  }
}
@media screen and (max-width: 567px) {
  .legionella__process h3,
  .shops h3 {
    font-size: 24px;
  }
}

/*------------------------------------------------------------
KV
------------------------------------------------------------*/
#main .main-image {
  background: url(../img/aqua-acb/kv-bg.png) no-repeat;
  background-position: top center;
  background-size: cover;
}
@media print, screen and (min-width: 568px) {
  #main .main-image {
    height: 718px;
    min-width: 1170px;
  }
}
@media screen and (max-width: 567px) {
  #main .main-image {
    padding-bottom: 72vw;
  }
}
#main .main-image__inner {
  position: relative;
}
@media print, screen and (min-width: 568px) {
  #main .main-image__inner {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media screen and (max-width: 567px) {
  #main .main-image__inner {
    width: auto;
    padding: 0 15px;
  }
}
#main .main-image__inner > * {
  position: absolute;
  display: block;
}
#main .main-image .kv-title {
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 567px) {
  #main .main-image .kv-title {
    top: 2vw;
    padding: 0 15px;
  }
}
#main .main-image .kv-label {
  left: 95px;
  top: 190px;
}
@media screen and (max-width: 567px) {
  #main .main-image .kv-label {
    left: 15px;
    top: 16vw;
    width: 70vw;
  }
}
#main .main-image .kv-pon {
  right: 114px;
  top: 160px;
}
@media screen and (max-width: 567px) {
  #main .main-image .kv-pon {
    right: 15px;
    top: 14vw;
    width: 26vw;
  }
}
#main .main-image .kv-year {
  width: 583px;
  height: auto;
  top: 572px;
  left: 113px;
}
@media screen and (max-width: 567px) {
  #main .main-image .kv-year {
    top: 55vw;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*------------------------------------------------------------
特徴
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .feature-top {
    background: #071568;
    padding: 10px 0;
  }
  .feature-top__list {
    width: 1170px;
    margin: 0 auto;
  }
  .feature-top__list li {
    background: url(../img/aqua-acb/bg-feature.png) no-repeat;
    background-size: contain;
    color: #fff;
    display: inline-block;
    letter-spacing: -0.4em;
    width: 330px;
    height: 128px;
    position: relative;
  }
  .feature-top__list li * {
    letter-spacing: normal;
  }
  .feature-top__list li + li {
    margin-left: -57px;
  }
  .feature-top__list li img {
    display: block;
    width: 150px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-33%);
    top: -33px;
  }
  .feature-top__list li p {
    width: 320px;
    text-indent: 1em;
    margin: 55px 0 0;
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    transform: scale(0.8, 1);
  }
}
@media screen and (max-width: 567px) {
  .feature-top__list li {
    background: #071568;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
  }
  .feature-top__list li + li {
    margin-top: 5px;
  }
  .feature-top__list li img {
    display: block;
    width: 80px;
    height: auto;
  }
  .feature-top__list li p {
    width: calc(100% - 90px);
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
}

/*------------------------------------------------------------
レジオネラ症
------------------------------------------------------------*/
.legionella__process--text b {
  color: inherit;
}

.legionella__img {
  position: relative;
}
.legionella__img > * {
  position: absolute;
}
.legionella__img1 {
  left: -80px;
  top: 75px;
}
@media screen and (max-width: 567px) {
  .legionella__img1 {
    width: 22vw;
    left: 0;
    top: 4vw;
  }
}
.legionella__img2 {
  left: 101px;
  top: 135px;
}
@media screen and (max-width: 567px) {
  .legionella__img2 {
    width: 19vw;
    left: 18vw;
    top: 23vw;
  }
}
.legionella__img3 {
  left: 248px;
  top: 112px;
}
@media screen and (max-width: 567px) {
  .legionella__img3 {
    width: 33vw;
    left: 37vw;
    top: 34vw;
  }
}
.legionella__img4 {
  right: -120px;
  top: -43px;
}
@media screen and (max-width: 567px) {
  .legionella__img4 {
    width: 59vw;
    right: 0;
    top: 0vw;
  }
}

.legionella__process {
  margin-top: 260px;
  background: #dfe7ef;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 567px) {
  .legionella__process {
    margin-top: 60vw;
  }
}
.legionella__process .section__inner {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 568px) {
  .legionella__process .section__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 567px) {
  .legionella__process .section__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.legionella__process h4 {
  font-size: 35px;
  color: #e60012;
  line-height: 1.4;
}
@media print, screen and (min-width: 568px) {
  .legionella__process h4 {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .legionella__process h4 {
    font-size: 24px;
  }
}
.legionella__process .note {
  display: flex;
  flex-flow: row-reverse;
}
@media print, screen and (min-width: 568px) {
  .legionella__process .note {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 568px) {
  .legionella__process--img, .legionella__process--text {
    width: 48%;
  }
}
@media screen and (max-width: 567px) {
  .legionella__process--img, .legionella__process--text {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 568px) {
  .legionella__process--text {
    font-size: 15px;
  }
  .legionella__process--text p {
    line-height: 1.5;
  }
}
.legionella__process--text h5 {
  margin-top: 17px;
}
.legionella__process--text dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
}
.legionella__process--text dl dt,
.legionella__process--text dl dd {
  margin-top: 8px;
  font-weight: normal;
}
@media screen and (max-width: 567px) {
  .legionella__process--text dl dt,
  .legionella__process--text dl dd {
    line-height: 1.3;
  }
}
.legionella__process--text dl dt {
  width: 14%;
}
@media screen and (max-width: 567px) {
  .legionella__process--text dl dt {
    width: 23vw;
  }
}
.legionella__process--text dl dd {
  width: 80%;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 567px) {
  .legionella__process--text dl dd {
    width: 62vw;
  }
}
.legionella__process--text dl dd:before {
  content: "：";
}

/*------------------------------------------------------------
製品パッケージ
------------------------------------------------------------*/
.product-pkg {
  position: relative;
  margin-top: 95px;
  z-index: 3;
}
@media screen and (max-width: 567px) {
  .product-pkg {
    margin-top: 75px;
  }
}
.product-pkg1:after {
  height: 404px;
  top: 50px;
}
@media screen and (max-width: 567px) {
  .product-pkg1:after {
    height: 74vw;
    top: 0;
  }
}
.product-pkg1 h2 {
  position: relative;
}
.product-pkg1 h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 160px;
  background: url(../img/aqua-acb/icon-arrow.png) no-repeat;
  top: -143px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 567px) {
  .product-pkg1 h2:before {
    width: 70px;
    height: 87px;
    background-size: contain;
    top: -90px;
  }
}
.product-pkg1 .product-pkg__list {
  margin-top: 20px;
}
@media print, screen and (min-width: 568px) {
  .product-pkg1 .product-pkg__list {
    width: 64%;
  }
}
.product-pkg1 .product-pkg__list li {
  align-self: center;
}
.product-pkg1 .product-pkg__list1 {
  width: 32%;
}
@media screen and (max-width: 567px) {
  .product-pkg1 .product-pkg__list1 {
    width: 50%;
  }
}
.product-pkg1 .product-pkg__list2 {
  margin-top: -25px;
}
@media screen and (max-width: 567px) {
  .product-pkg1 .product-pkg__list2 {
    margin-top: -16px;
  }
}
.product-pkg1 .product-pkg__list3 {
  margin-top: 20px;
}
@media screen and (max-width: 567px) {
  .product-pkg1 .product-pkg__list3 {
    width: 80%;
  }
}
.product-pkg1 .product-pkg__list4 {
  margin-top: 20px;
}
.product-pkg1 .product-pkg__list5 {
  margin-top: 16px;
}
@media screen and (max-width: 567px) {
  .product-pkg1 .product-pkg__list5 {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 568px) {
  .product-pkg1 .product-pkg__list:after {
    top: -10px;
    right: -470px;
    width: 648px;
    height: 652px;
  }
}
@media screen and (max-width: 567px) {
  .product-pkg1 .product-pkg__list:after {
    width: 100%;
    height: 100vw;
    background-position: center;
    margin-top: 30px;
  }
}
.product-pkg2:after {
  height: 390px;
  top: 0;
}
@media screen and (max-width: 567px) {
  .product-pkg2:after {
    height: 67vw;
  }
}
@media print, screen and (min-width: 568px) {
  .product-pkg2 .section__inner {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 568px) {
  .product-pkg2 .product-pkg__list {
    width: 75%;
    margin: 30px 10px 0 0;
  }
}
@media screen and (max-width: 567px) {
  .product-pkg2 .product-pkg__list li {
    align-self: center;
  }
}
@media print, screen and (min-width: 568px) {
  .product-pkg2 .product-pkg__list1 {
    width: 95%;
  }
}
@media print, screen and (min-width: 568px) {
  .product-pkg2 .product-pkg__list2 {
    margin: -4px 0 0 74px;
  }
}
@media print, screen and (min-width: 568px) {
  .product-pkg2 .product-pkg__list3 {
    margin: 10px 0 0 119px;
  }
}
@media screen and (max-width: 567px) {
  .product-pkg2 .product-pkg__list3 {
    margin-top: 10px;
    width: 80%;
  }
}
@media print, screen and (min-width: 568px) {
  .product-pkg2 .product-pkg__list:after {
    top: 10px;
    left: -369px;
    width: 436px;
    height: 439px;
  }
}
@media screen and (max-width: 567px) {
  .product-pkg2 .product-pkg__list:after {
    width: 100%;
    height: 70vw;
    margin-top: 50px;
  }
}
.product-pkg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: #004ea2;
}
.product-pkg h2 {
  text-align: center;
}
.product-pkg .product-pkg__list {
  display: flex;
  flex-flow: column;
  position: relative;
}
.product-pkg .product-pkg__list:after {
  content: "";
  display: block;
  background: url(../img/aqua-acb/img-sec2-product.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 568px) {
  .product-pkg .product-pkg__list:after {
    position: absolute;
  }
}
@media screen and (max-width: 567px) {
  .product-pkg .product-pkg__list:after {
    background-position: center;
  }
}

/*------------------------------------------------------------
特徴詳細
------------------------------------------------------------*/
.feature h2 {
  color: #e60012;
  position: relative;
}
.feature h2:before {
  content: "";
  display: block;
}
.feature1 {
  margin-top: 120px;
}
@media screen and (max-width: 567px) {
  .feature1 {
    margin-top: 60px;
  }
}
.feature2 {
  margin-top: 80px;
}
@media screen and (max-width: 567px) {
  .feature2 {
    margin-top: 60px;
  }
}
.feature1 h2, .feature2 h2 {
  font-size: 55px;
  line-height: 1.2;
  padding-left: 180px;
  margin-bottom: 24px;
}
@media screen and (max-width: 567px) {
  .feature1 h2, .feature2 h2 {
    font-size: 6vw;
    line-height: 1.4;
    padding-left: 25vw;
    margin-bottom: 10px;
  }
}
.feature1 h2:before, .feature2 h2:before {
  position: absolute;
  top: 15px;
  left: -70px;
  width: 218px;
  height: 93px;
}
@media screen and (max-width: 567px) {
  .feature1 h2:before, .feature2 h2:before {
    top: 0;
    left: 0;
    width: 22vw;
    height: 10vw;
  }
}
@media print, screen and (min-width: 568px) {
  .feature1 p, .feature2 p {
    padding-left: 180px;
  }
}
.feature1 h2:before {
  background: url(../img/aqua-acb/icon-feature1.png) no-repeat;
}
@media screen and (max-width: 567px) {
  .feature1 h2:before {
    background-size: contain;
  }
}
.feature2 h2:before {
  background: url(../img/aqua-acb/icon-feature2.png) no-repeat;
}
@media screen and (max-width: 567px) {
  .feature2 h2:before {
    background-size: contain;
  }
}
@media print, screen and (min-width: 568px) {
  .feature.feature3-4 {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 567px) {
  .feature.feature3-4 {
    width: auto;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 568px) {
  .feature.feature3-4 {
    margin-top: 77px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 567px) {
  .feature3, .feature4 {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 568px) {
  .feature3, .feature4 {
    width: 46%;
  }
}
.feature3 h2, .feature4 h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .feature3 h2, .feature4 h2 {
    font-size: 6vw;
    line-height: 1.4;
    padding-left: 25vw;
    margin-bottom: 10px;
  }
}
.feature3 h2:before, .feature4 h2:before {
  width: 145px;
  height: 61px;
  margin-bottom: 30px;
}
@media screen and (max-width: 567px) {
  .feature3 h2:before, .feature4 h2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22vw;
    height: 10vw;
  }
}
.feature3 p, .feature4 p {
  position: relative;
  padding-right: 200px;
}
@media screen and (max-width: 567px) {
  .feature3 p, .feature4 p {
    padding-right: 25vw;
  }
}
.feature3 p:after, .feature4 p:after {
  content: "";
  display: block;
  position: absolute;
}
.feature3 h2:before {
  background: url(../img/aqua-acb/icon-feature3.png) no-repeat;
}
@media screen and (max-width: 567px) {
  .feature3 h2:before {
    background-size: contain;
  }
}
.feature4 h2:before {
  background: url(../img/aqua-acb/icon-feature4.png) no-repeat;
}
@media screen and (max-width: 567px) {
  .feature4 h2:before {
    background-size: contain;
  }
}
.feature3 p:after {
  background: url(../img/aqua-acb/img-feature3-1.png) no-repeat;
  right: 10px;
  top: -57px;
  width: 175px;
  height: 257px;
}
@media screen and (max-width: 567px) {
  .feature3 p:after {
    background-size: contain;
    right: 0;
    top: 0;
    width: 27vw;
    height: 40vw;
  }
}
.feature4 p:after {
  background: url(../img/aqua-acb/img-feature4-1.png) no-repeat;
  right: -16px;
  top: 3px;
  width: 205px;
  height: 177px;
}
@media screen and (max-width: 567px) {
  .feature4 p:after {
    background-size: contain;
    right: 0;
    top: 0;
    width: 26vw;
    height: 24vw;
  }
}

.feature1__point {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 567px) {
  .feature1__point {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 568px) {
  .feature1__point:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 263px;
    background: #dfe7ef;
    top: 0;
  }
}
@media screen and (min-width: 568px) and (max-width: 567px) {
  .feature1__point:after {
    top: 0;
    height: 50vw;
  }
}
@media print, screen and (min-width: 568px) {
  .feature1__point__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
  }
}
@media screen and (max-width: 567px) {
  .feature1__point__img {
    padding: 20px 10px;
    background: #dfe7ef;
  }
  .feature1__point__img li + li {
    margin-top: 20px;
  }
}
.feature1__point__exp {
  border: 1px solid #acacac;
  background: #fff;
  padding: 8px;
  margin-top: -20px;
  z-index: 4;
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .feature1__point__exp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 567px) {
  .feature1__point__exp {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 568px) {
  .feature1__point__exp--txt {
    padding: 20px;
    width: 58%;
  }
}
.feature1__point__exp--txt h3 {
  color: #e60012;
  font-size: 23px;
  margin-bottom: 20px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 567px) {
  .feature1__point__exp--txt h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.feature1__point__exp--txt h3:before {
  content: "■";
}
@media print, screen and (min-width: 568px) {
  .feature1__point__exp--txt p {
    margin-left: 1.2em;
  }
}
@media print, screen and (min-width: 568px) {
  .feature1__point__exp--img {
    width: 41%;
  }
}
@media screen and (max-width: 567px) {
  .feature1__point__exp--img {
    margin-top: 10px;
  }
}

.feature2__list {
  position: relative;
}
@media print, screen and (min-width: 568px) {
  .feature2__list {
    margin: 20px 0 0 180px;
  }
}
@media screen and (max-width: 567px) {
  .feature2__list {
    margin-top: 20px;
  }
}
.feature2__list2, .feature2__list3 {
  position: absolute;
}
.feature2__list2 {
  top: 60px;
  left: 444px;
}
@media screen and (max-width: 567px) {
  .feature2__list2 {
    top: 12vw;
    left: auto;
    right: 14vw;
    width: 9vw;
  }
}
.feature2__list3 {
  top: 100px;
  left: 485px;
}
@media screen and (max-width: 567px) {
  .feature2__list3 {
    top: 3vw;
    left: auto;
    right: 3vw;
    width: 40vw;
  }
}

/*------------------------------------------------------------
製品比較
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .product-comparison {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 567px) {
  .product-comparison {
    width: auto;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 568px) {
  .product-comparison {
    margin-top: 90px;
  }
}
.product-comparison table {
  border: 1px solid #000;
  background: #fff;
  width: 100%;
}
.product-comparison table th,
.product-comparison table td {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
  width: 190px;
}
@media screen and (max-width: 567px) {
  .product-comparison table th,
  .product-comparison table td {
    width: 33.3333333333%;
  }
}
.product-comparison table th {
  font-size: 23px;
}
@media screen and (max-width: 567px) {
  .product-comparison table th {
    font-size: 18px;
    padding: 10px;
  }
}
.product-comparison table tr:first-of-type th {
  color: #004ea2;
}
@media screen and (max-width: 567px) {
  .product-comparison table tr:first-of-type th {
    color: #8c8c8c;
    line-height: 1.3;
  }
}
.product-comparison table tr:last-of-type th {
  color: #8c8c8c;
  line-height: 1.3;
}
@media screen and (max-width: 567px) {
  .product-comparison table tr:not(:first-of-type) th {
    color: #004ea2;
  }
}
.product-comparison table td img {
  width: 60%;
}

/*------------------------------------------------------------
製品仕様
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .product-info {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 567px) {
  .product-info {
    width: auto;
    padding: 0 15px;
  }
}
.product-info .product-info__box {
  margin: 50px 0 0;
}
@media screen and (max-width: 567px) {
  .product-info .product-info__box {
    margin: 30px 0 0;
  }
}
.product-info .product-info__box h3 {
  color: #004ea2;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #004ea2;
}
@media screen and (max-width: 567px) {
  .product-info .product-info__box h3 {
    font-size: 23px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 567px) {
  .product-info .product-info__box .spec-table {
    overflow-x: scroll;
  }
  .product-info .product-info__box .spec-table table tr:first-of-type td img {
    width: auto;
    height: 100px;
  }
  .product-info .product-info__box .spec-table table tr:first-of-type td p {
    font-size: 11px;
  }
  .product-info .product-info__box .spec-table table tr:first-of-type td p br {
    display: none;
  }
  .product-info .product-info__box .spec-table table tr:not(:first-of-type) th {
    white-space: nowrap;
  }
  .product-info .product-info__box .spec-table table tr:not(:first-of-type) th, .product-info .product-info__box .spec-table table tr:not(:first-of-type) td {
    font-size: 12.4px;
  }
  .product-info .product-info__box .spec-table table tr th, .product-info .product-info__box .spec-table table tr td {
    padding: 6px 4px;
  }
}
.product-info .product-info__box table {
  border-bottom: 1px solid #ccc;
}
.product-info .product-info__box table tr:first-of-type td .object-center {
  text-align: center;
}
.product-info .product-info__box table tr:first-of-type td p {
  line-height: 1.2;
  margin-top: 16px;
}
.product-info .product-info__box table tr:first-of-type td p b {
  color: #333;
}
.product-info .product-info__box table tr:first-of-type td p.text-center {
  text-align: center;
}
.product-info .product-info__box table tr:not(:first-of-type) th, .product-info .product-info__box table tr:not(:first-of-type) td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}
.product-info .product-info__box table tr:not(:first-of-type) td.text-center {
  text-align: center;
}
.product-info .product-info__box table tr:not(:first-of-type) td:last-of-type {
  border-right: 1px solid #ccc;
}
.product-info .product-info__box table tr th, .product-info .product-info__box table tr td {
  padding: 10px;
}
.product-info .product-info__box ul li {
  line-height: 1.6;
}
.product-info .product-info__box ul li + li {
  margin-top: 5px;
}
.product-info .product-info__box .add__serial--group {
  counter-reset: serial;
}
.product-info .product-info__box .add__serial--group .add_serial {
  padding-left: 30px;
  position: relative;
}
.product-info .product-info__box .add__serial--group .add_serial:before {
  counter-increment: serial;
  content: counter(serial);
  position: absolute;
  font-size: 15px;
  color: #fff;
  top: 7px;
  left: 5px;
  line-height: 1;
  text-align: center;
  z-index: 10;
}
.product-info .product-info__box .add__serial--group .add_serial:after {
  content: "";
  display: block;
  background: #004ea2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.product-info .product-info__box .add__serial--group .add_serial ul.note {
  margin: 4px 0 0;
}

/*------------------------------------------------------------
店
------------------------------------------------------------*/
.shops {
  background: #fff;
  border-bottom: 2px solid #004ea2;
}
@media print, screen and (min-width: 568px) {
  .shops {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 567px) {
  .shops {
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 568px) {
  .shops__box {
    width: 708px;
    margin: 0 auto -20px;
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 567px) {
  .shops__box {
    padding: 30px 15px 0;
  }
}
@media print, screen and (min-width: 568px) {
  .shops__box h4 {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  .shops__box h4 {
    line-height: 1.4;
  }
}
.shops__box .note {
  margin-top: 20px;
}
.shops__box .note li + li {
  margin-top: 7px;
}

.shops__list {
  display: flex;
}
@media print, screen and (min-width: 568px) {
  .shops__list {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 567px) {
  .shops__list {
    width: auto;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 568px) {
  .shops__list {
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 60px;
    margin-top: 60px;
    column-gap: 45px;
  }
}
@media screen and (max-width: 567px) {
  .shops__list {
    flex-flow: column;
  }
}
@media print, screen and (min-width: 568px) {
  .shops__list li {
    width: 251px;
  }
}
@media screen and (max-width: 567px) {
  .shops__list li {
    text-align: center;
    margin-top: 30px;
  }
  .shops__list li img {
    width: 70%;
  }
}
@media print, screen and (min-width: 568px) {
  .shops__list li a {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

/*------------------------------------------------------------
問い合わせ
------------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .inquiry-box {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    padding-left: 105px;
    padding-right: 105px;
  }
}
@media screen and (max-width: 567px) {
  .inquiry-box {
    width: auto;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 568px) {
  .inquiry-box {
    margin-top: 70px;
  }
  .inquiry-box p {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 567px) {
  .inquiry-box {
    margin-top: 50px;
    padding-bottom: 100px;
  }
  .inquiry-box p {
    margin-bottom: 14px;
  }
}

/*------------------------------------------------------------
最下部バナー
------------------------------------------------------------*/
.product-pkg-bottom__img {
  padding-top: 37px;
  padding-bottom: 20px;
  text-align: center;
  background: url(../img/aqua-acb/img-sec2-product.png);
  background-size: 296px auto;
  background-position: right 29px top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 567px) {
  .product-pkg-bottom__img {
    background-size: 200px;
  }
}
@media screen and (max-width: 567px) {
  .product-pkg-bottom {
    display: none;
  }
}/*# sourceMappingURL=aqua-acb.css.map */