@charset "UTF-8";
/*------------- コンテンツ -------------*/
.feature-menu {
  margin: -40px 10px 50px;
}

@media (min-width: 600px) {
  .feature-menu {
    margin: -90px 0 100px;
  }
}

.feature-menu__heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .feature-menu__heading {
    font-size: 2rem;
  }
}

.feature-menu__list {
  border: 1px solid #2e2e2e;
  padding: 20px;
}

@media (min-width: 600px) {
  .feature-menu__list {
    padding: 20px 30px 25px;
  }
}

.feature-menu__list li {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .feature-menu__list li {
    font-size: 1.8rem;
  }
}

.feature-menu__list li:hover {
  text-decoration: none;
}

.feature-menu__list li:not(:last-child) {
  margin-bottom: 10px;
}

.feature-section--prop__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px 5px;
}

@media (min-width: 600px) {
  .feature-section--prop__heading {
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
}

.feature-section--prop__list {
  margin: 0 10px 10px;
}

@media (min-width: 600px) {
  .feature-section--prop__list {
    margin: 0 0 10px;
  }
}

.feature-section--point {
  background: #eee;
  margin: 0 10px 20px;
  padding: 10px 15px 15px;
  border-radius: 5px;
}

@media (min-width: 600px) {
  .feature-section--point {
    margin: 0 0 30px;
    padding: 15px 20px 20px;
  }
}

.feature-section--point__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-section--point__heading::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url("image/point.svg") no-repeat center;
  background-size: contain;
  margin-right: 5px;
}

.feature-section--type__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px 5px;
}

@media (min-width: 600px) {
  .feature-section--type__heading {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}

.feature-section--type__list {
  border: 1px solid #2e2e2e;
  margin: 0 10px 20px;
  padding: 15px;
}

@media (min-width: 600px) {
  .feature-section--type__list {
    margin: 0 0 30px;
    padding: 20px;
  }
}

.feature-section--type__list dd:not(:last-of-type) {
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (min-width: 600px) {
  .feature-section--type__list dd:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.feature-section--type__list__heading {
  font-weight: bold;
  margin-bottom: 5px;
}

.feature-section--type__list__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature-section--type__list__img img {
  width: 75px;
}

.feature-section--bleach__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px 5px;
}

@media (min-width: 600px) {
  .feature-section--bleach__heading {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}

.feature-section--bleach__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
      grid-template-columns: 100px 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #2e2e2e;
  margin: 0 10px 20px;
}

@media (min-width: 600px) {
  .feature-section--bleach__list {
    margin: 0 0 30px;
  }
}

.feature-section--bleach__list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
}

@media (min-width: 600px) {
  .feature-section--bleach__list dt {
    padding: 20px;
  }
}

.feature-section--bleach__list dt:last-of-type {
  border-bottom: none;
}

.feature-section--bleach__list dd {
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #2e2e2e;
}

@media (min-width: 600px) {
  .feature-section--bleach__list dd {
    padding: 20px;
  }
}

.feature-section--bleach__list dd:last-of-type {
  border-bottom: none;
}

.feature-section--bleach__list__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-section--bleach__list__text p {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bleach {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .bleach {
    margin-bottom: 100px !important;
  }
}

.bleach-icon {
  width: 75px;
}

.bleach-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .bleach-attention {
    margin: 0 10px;
  }
}

.bleach-attention__img {
  width: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

.bleach-attention__text span {
  font-weight: bold;
}

.feature-section--wash__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 10px 5px;
}

@media (min-width: 600px) {
  .feature-section--wash__heading {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}

.feature-section--wash__list {
  margin: 0 10px;
}

@media (min-width: 600px) {
  .feature-section--wash__list {
    margin: 0;
  }
}

.feature-section--wash__list dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.feature-section--wash__list dd {
  margin-bottom: 10px;
}

#feature-contents .feature-section__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.category {
  margin-top: 70px;
}

@media (min-width: 600px) {
  .category {
    margin-top: 100px;
  }
}

.category__heading {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .category__heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.category__heading::before {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #2e2e2e;
}

.category__heading::after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #2e2e2e;
}

.category__heading span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}

@media (min-width: 600px) {
  .category__heading span {
    padding: 0 30px;
  }
}

.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #2e2e2e;
}

@media (max-width: 599px) {
  .category__list {
    margin: 0 10px;
  }
}

.category__list li {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 599px) {
  .category__list li {
    width: calc(100% / 2);
  }
  .category__list li:not(:nth-child(even)) {
    border-right: 1px solid #2e2e2e;
  }
  .category__list li:nth-last-child(n+3) {
    border-bottom: 1px solid #2e2e2e;
  }
}

@media (min-width: 600px) {
  .category__list li {
    width: calc(100% / 5);
  }
  .category__list li:not(:nth-child(5n)) {
    border-right: 1px solid #2e2e2e;
  }
  .category__list li:nth-child(-n+5) {
    border-bottom: 1px solid #2e2e2e;
  }
}

.category__list a {
  display: block;
  padding: 15px;
}

.category__list a:hover {
  background: #eee;
}
