@charset "utf-8";
/**********************************************
 * 
 * PURIFICATION
 *
***********************************************/
.-equipment {
  margin-bottom: 100px;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
}

.col2 + .col2,
.col2 + .col1 {
  margin-top: 60px;
}

.col2 > .item {
  width: calc( (100% -  60px) / 2 );
  margin-right: 30px;
}

.col2 > .item:last-child {
  margin-right: 0;
}

.col2 figure img {
  width: 100%;
  height: auto;
}

.col2 .img-description,
.col1 .img-description {
  margin-bottom: 20px;
}

.col1 .img-description {
  margin-right: 30px;
}

.-equipment .attention {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #333;
}

.-equipment .attention a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 3px;
  color: #35a0dd;
  transition: .3s;
}

.-equipment .attention a:hover {
  opacity: .7;
}

.-equipment .attention a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #35a0dd;
}

.-equipment .attention a::after {
	content: '\f08e';
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  font-weight: 400;
  font-family: 'Font Awesome 6 Pro';
  color: #35a0dd;
}

.purification-box {
  display: flex;
  justify-content: center;
  align-items:center;
}

.purification-box > .item {
  width: calc(( 100% - 30px ) / 2);
}

.purification-box > .item + .item {
  margin-left: 30px;
}

.purification-box figure {
  text-align: center;
}

.purification-box p {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.purification .other {
  margin-top: 180px;
}

@media (max-width: 767px) {
  .col1 .img-description {
    margin-right: 0;
  }

  .col2 {
    flex-direction: column;
  }

  .col2 > .item {
    width: 100%;
    margin-right: 0;
  }

  .col2 > .item + .item {
    margin-top: 30px;
  }

  .purification-box {
    flex-direction: column;
  }

  .purification-box > .item {
    width: 100%;
  }

  .purification-box > .item + .item {
    margin-left: 0;
    margin-top: 30px;
  }

  .purification-box figure img {
    width: 100%;
    height: auto;
  }

  .purification .other {
    margin-top: 90px;
  }
}