.category-comment {
  width: 100%;
  margin: auto;
}

.feature__header {
  margin: 0 -1.5rem;
}
@media screen and (min-width: 768px) {
  .feature__header {
    margin: 0;
  }
}
.feature__main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .feature__main {
    gap: 4rem;
  }
}
.feature__main-desc {
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .feature__main-desc {
    width: 100%;
  }
}
.feature__index {
  width: 100%;
  font-size: 0.9em;
  -webkit-user-select: none;
          user-select: none;
}
.feature__index::before {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  content: "-MENU-";
  opacity: 0.8;
}
.feature__index-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .feature__index-list {
    flex-wrap: nowrap;
  }
}
.feature__index-item {
  flex-basis: 50%;
  counter-increment: index;
  border-left: 1px solid #c8cdd2;
}
@media screen and (max-width: 767px) {
  .feature__index-item:nth-of-type(even) {
    border-right: 1px solid #c8cdd2;
  }
}
@media screen and (min-width: 768px) {
  .feature__index-item {
    flex-basis: 25%;
  }
  .feature__index-item:last-of-type {
    border-right: 1px solid #c8cdd2;
  }
}
.feature__index-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 1rem 0;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s;
}
.feature__index-item a::before {
  font-size: 1.5em;
  color: #afbcd7;
  content: "0" counter(index);
}
.feature__index-item a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" fill="%232d3c5a" xmlns="http://www.w3.org/2000/svg"><g><path d="M12.3599 3.95146C12.3042 3.8975 12.238 3.8547 12.1651 3.82549C12.0922 3.79628 12.0141 3.78125 11.9352 3.78125C11.8562 3.78125 11.7781 3.79628 11.7052 3.82549C11.6323 3.8547 11.5661 3.8975 11.5104 3.95146L6.53598 8.75665L1.56153 3.95146C1.44889 3.84267 1.29611 3.78155 1.1368 3.78155C0.977493 3.78155 0.82471 3.84267 0.712063 3.95146C0.599417 4.06024 0.536133 4.20779 0.536133 4.36164C0.536133 4.51549 0.599417 4.66304 0.712063 4.77183L6.11124 9.98604C6.16697 10.04 6.23317 10.0828 6.30605 10.112C6.37893 10.1412 6.45707 10.1562 6.53598 10.1562C6.61488 10.1562 6.69302 10.1412 6.7659 10.112C6.83878 10.0828 6.90498 10.04 6.96071 9.98604L12.3599 4.77183C12.4158 4.71801 12.4601 4.65408 12.4903 4.58369C12.5206 4.5133 12.5361 4.43785 12.5361 4.36164C12.5361 4.28544 12.5206 4.20998 12.4903 4.13959C12.4601 4.06921 12.4158 4.00527 12.3599 3.95146Z"/></g></svg>');
}
.feature__index-item a:hover {
  text-decoration: none;
  background-color: #ebf0f5;
}
.feature__section {
  width: 100%;
}
.feature__section-image {
  margin: 1.5rem auto;
}
.feature__link {
  padding: 2rem 0;
  background-color: #ebf0f5;
  border-radius: 0.5rem;
}
.feature__link-title {
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.feature__link-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}
.feature__link-item {
  padding: 1rem;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #c8cdd2;
  border-radius: 0.5rem;
}
.feature__link-item a {
  display: flex;
  gap: 3vw;
  align-items: center;
}
.feature__link-item-image {
  flex-basis: 40%;
  overflow: hidden;
  border-radius: 0.3rem;
}
.feature__link-item-txt {
  flex-basis: 60%;
}
.feature__link-item-name {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.feature__link-item-desc {
  margin-top: 0.5rem;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) {
  .feature__link-title {
    font-size: 1.5em;
  }
  .feature__link-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 1rem;
    align-items: stretch;
  }
  .feature__link-item {
    transition: transform 0.3s, background-color 0.3s;
  }
  .feature__link-item a {
    flex-direction: column;
    gap: 1rem;
  }
}
.feature__target-item {
  margin-top: 3rem;
}
.feature__target-item-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}/*# sourceMappingURL=category.css.map */