@charset "UTF-8";

.container.first {
  margin-bottom: 50px;
}

.container.second {
  margin-top: 100px;
  margin-bottom: 200px;
}

.banner {
  padding-top: 120px;
}

h1 {
  font-size: 54px;
  color: var(--green);
}

h1 span {
  padding-left: 30px;
  font-style: italic;
  font-size: 54px;
}

.quote-btn-wrapper {
  display: flex;
  justify-content: end;
}

.quote-btn {
  width: 154px;
  height: 36px;
  margin-bottom: 10px;
  display: block;
  background-color: var(--green);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  box-sizing: border-box;
  border: 1px solid var(--green);
}

.quote-btn:hover {
  border: 1px solid var(--green);
  background-color: #FFFFFF;
  color: var(--green);
  box-sizing: border-box;
}

.banner-right h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}

.banner-right p {
  margin-bottom: 30px;
  line-height: 1.1;
}

.banner-right li {
  margin-bottom: 20px;
}

.banner-right li:before {
  content: '';
  display: inline-block;
  background-image: url(/assets/images/common/ica_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.page-nav {
  position: sticky;
  top: 60px;
  z-index: 9000;
}

.page-nav ul {
  background-color: var(--green);
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-nav li {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
}

.page-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
}

.container.second h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  color: var(--gray);
  text-align: center;
}

.specifications, .how-it-works, .filters, .option-parts {
  margin-bottom: 100px;
}

.specifications-inner {
  margin-bottom: 50px;  
}

.specifications-inner-left p {
  margin-bottom: 10px;
}

.specifications-inner-left table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}

.specifications-inner-left th {
  width: calc(100% / 3);
  height: 50px;
  background-color: var(--green);
  color: #FFFFFF;
  border: 1px solid var(--black);
  box-sizing: border-box;
  text-align: center;
}

.specifications-inner-left td {
  width: calc(100% / 3);
  height: 50px;
  text-align: center;
  border: 1px solid var(--black);
  box-sizing: border-box;
}

.specifications-inner-right table {
  border-spacing: 0 15px;
}

.specifications-inner-right th {
  width: 30%;
  min-height: 40px;
  text-align: left;
  font-size: 16px;
  vertical-align: top;
}

.how-it-works-inner-left li {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.how-it-works-number {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: var(--red);
  color: #FFFFFF;
  border-radius: 50%;
}

.how-it-works-text {
  width: calc(100% - 30px - 10px);
  line-height: 1.2;
}

.how-it-works-inner-right {
  position: relative;
}

.how-it-works-inner-right .how-it-works-number:nth-of-type(1) {
  position: absolute;
  top: 14%;
  left: 55%;
}

.how-it-works-inner-right .how-it-works-number:nth-of-type(2) {
  position: absolute;
  top: 80%;
  left: 85%;
}

.how-it-works-inner-right .how-it-works-number:nth-of-type(3) {
  position: absolute;
  top: 65%;
  left: 68.5%;
}

.how-it-works-inner-right .how-it-works-number:nth-of-type(4) {
  position: absolute;
  top: 14%;
  left: 65%;
}

.how-it-works-inner-right .how-it-works-number:nth-of-type(5) {
  position: absolute;
  top: 40%;
  left: 28%;
}

.how-it-works-inner-right .how-it-works-number:nth-of-type(6) {
  position: absolute;
  top: 0%;
  left: 60%;
}

.how-it-works-inner-right .how-it-works-number:nth-of-type(7) {
  position: absolute;
  top: 42%;
  left: 95%;
}

.how-it-works-demo {
  margin: 20px 0 30px;
}

.how-it-works-demo-wrapping {
  width: calc(100% - 16px);
  margin: 0 auto 30px;
}

.how-it-works-demo-wrapping h4 {
  margin: 10px 0 10px;
}

.how-it-works-demo-wrapping-panel {
  margin: 0 auto 30px;
}

.how-it-works-demo-wrapping iframe {
  width: 100%;
  height: calc(((100vw * 0.9) * 315 / 560));
}

.filters a.quote-btn {
  margin: 0 0 30px auto;
}

h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: var(--green);
}

.filters-inner, .filter-panel-wrapper {
  margin-bottom: 50px;
}

.filters-inner-left p {
  margin-bottom: 40px;
  line-height: 1.2;
}

.filters-inner-left li {
  margin-bottom: 20px;
}

.filter-panel {
  margin-bottom: 16px;
  border: 1px solid var(--black);
  box-sizing: border-box;
  display: block;
  transition: 0.6s;
}

.filter-panel-title {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
  background-color: var(--green);
  color: #FFFFFF;
}

.filter-panel-image-compatible {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.filter-panel-image img {
  margin-left: 10px;
}

.filter-panel-compatible-circle {
  width: 120px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  color: #FFFFFF;
}

.filter-panel-compatible-circle:last-of-type {
  margin-bottom: 0;
}

.filter-panel-compatible-circle.green {
  background-color: var(--green);
}

.filter-panel-compatible-circle.gray {
  background-color: var(--gray);
}

.filter-panel-information {
  min-height: 160px;
}

.filter-panel-cleanable, .filter-panel-expectancy, .filter-panel-dimensions {
  margin: 0 10px 5px;
  display: flex;
  justify-content: space-between;
}

.filter-panel-description {
  margin: 0 10px 10px;
}

.filter-panel-description h5 {
  margin-bottom: 5px;
}

.filter-panel-description lu, .filter-panel-description li {
  list-style: disc;
}

.filter-panel-description li {
  margin-left: 14px;
  line-height: 1.1;
}

.filter-panel-cleanable h5, .filter-panel-expectancy h5, .filter-panel-dimensions h5, .filter-panel-description h5 {
  font-size: 16px;
}

.filter-panel-cleanable p, .filter-panel-expectancy p, .filter-panel-dimensions p {
  font-size: 16px;
  text-align: right;
}

.filter-panel-part {
  width: 100%;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  background-color: var(--gray);
  color: #FFFFFF;
}

.descriptions {
  margin-bottom: 50px;
}

.filter-carbon-capacity p, .filter-carbon-interpretation {
  margin-bottom: 40px;
}

.filter-carbon-index-left-text {
  margin-bottom: 16px;
}

.filter-carbon-index-title {
  margin-bottom: 5px;
}

.filter-carbon-index-detail {
  margin-bottom: 12px;
}

.filter-carbon-index-table {
  border-collapse: collapse;
}

.filter-carbon-index-table, .filter-carbon-index-table tbody, .filter-carbon-index-table tr {
  width: 100%;
}

.filter-carbon-index-table th, .filter-carbon-index-table td {
  width: calc(100% / 2);
  height: 40px;
  padding-left: 10px;
  line-height: 40px;
  text-align: left;
  font-size: 16px;
  border: 1px solid var(--black);
}

.downloads-inner {
  display: flex;
  justify-content: center;
}

.manual, .brochure {
  margin: 0 10px;
}

.manual a, .brochure a {
  min-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manual a img, .brochure a img {
  width: 50px;
}

.manual a p, .brochure a p {
  text-align: center;
}

.manual a p span, .brochure a p span {
  font-size: 12px;
}


@media screen and (min-width: 451px) {

  h1 span {
    padding-left: 40px;
  }

  .page-nav ul {
    height: 50px;
    flex-wrap: nowrap;
  }

  .page-nav li {
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  .specifications-inner {
    display: flex;
    justify-content: space-between;
  }

  .specifications-inner-left, .specifications-inner-right {
    width: calc((100% - 16px) / 2);
  }

  .specifications-inner-right {
    margin-top: 10px;
  }

  .how-it-works-inner-right .how-it-works-number:nth-of-type(1) {
    top: 14%;
    left: 60%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(2) {
    top: 80%;
    left: 85%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(3) {
    top: 65%;
    left: 70%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(4) {
    top: 14%;
    left: 64%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(5) {
    top: 40%;
    left: 28%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(6) {
    top: 0%;
    left: 62%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(7) {
    top: 42%;
    left: 95%;
  }
  
  .how-it-works-demo-wrapping {
    width: 100%;
    margin: 0 auto 30px;
    display: flex;
  }

  .how-it-works-demo-wrapping-panel {
    width: calc((100% / 2) * 0.8);
  }
  
  .how-it-works-demo-wrapping iframe {
    width: 100%;
    height: calc((((100vw / 2) * 0.8) * 315 / 560));
  }

  .filters-inner {
    display: flex;
    justify-content: space-between;
  }

  .filters-inner-left {
    width: calc((100% - 16px) / 12 * 5);
  }

  .filters-inner-right {
    width: calc((100% - 16px) / 12 * 7);
  }

  .mix-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .filter-panel {
    width: calc((100% - 16px) / 2);
  }

  .filter-carbon-index-right {
    display: flex;
    justify-content: space-between;
  }

  .filter-carbon-index-right-first, .filter-carbon-index-right-second {
    width: calc((100% - 16px) / 2);
  }
  
  .manual a, .brochure a {
    min-width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .manual, .brochure {
    margin: 0 30px;
  }

  .manual a img, .brochure a img {
    width: 80px;
  }


}



@media screen and (min-width: 1004px) {

  .banner {
    display: flex;
    justify-content: space-between;
  }

  .banner-left {
    width: calc((100% - 16px) * 0.45);
  }
  
  .banner-right {
    width: calc((100% - 16px) * 0.55);
  }

  .banner-right {
    margin-top: 80px;
  }

  .banner-right p {
    margin-bottom: 20px;
  }

  .banner-right li {
    margin-bottom: 10px;
  }

  .page-nav li {
    padding: 0 30px;
  }

  .how-it-works-inner {
    display: flex;
    justify-content: space-between;
  }

  .how-it-works-inner-left, .how-it-works-inner-right {
    width: calc((100% - 16px) / 2);
  }

  .how-it-works-inner-right .how-it-works-number:nth-of-type(1) {
    top: 14%;
    left: 58%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(2) {
    top: 80%;
    left: 85%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(3) {
    top: 58%;
    left: 70%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(4) {
    top: 14%;
    left: 65%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(5) {
    top: 36%;
    left: 28%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(6) {
    top: 0%;
    left: 61%;
  }
  
  .how-it-works-inner-right .how-it-works-number:nth-of-type(7) {
    top: 42%;
    left: 95%;
  }

  .how-it-works-demo-wrapping-panel {
    width: calc((100% / 2) * 0.8);
  }
  
  .how-it-works-demo-wrapping iframe {
    width: 100%;
    height: calc((((1004px / 2) * 0.8) * 315 / 560));
  }

  .filter-panel {
    width: calc((100% - 32px) / 3);
  }

  .filter-panel-compatible-circle {
    width: 110px;
  }

  .filter-panel-image img {
    max-width: 180px;
  }

  .mix-filter-wrapper {
    justify-content: flex-start;
  }

  .filter-panel {
    margin: 0 5px 10px;
  }

  .filter-carbon-index-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .filter-carbon-index-left {
    width: 324px;
  }

  .filter-carbon-index-right {
    width: 664px;
  }

  .manual, .brochure {
    margin: 0 50px;
  }

  .manual a p, .brochure a p {
    font-size: 18px;
  }

  .manual a p span, .brochure a p span {
    font-size: 14px;
  }


}