.l-main__category-comment:first-of-type .feature__main {
  padding-bottom: 0;
}

.fs-c-buttonContainer {
  color: #ffffff;
}

.feature__header {
  padding-bottom: 1rem;
  background-color: #ebf0f5;
}
.feature__header-title {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature__header-title {
    font-size: 2rem;
  }
}
.feature__header-sub-title {
  text-align: center;
}
.feature__header-desc {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
}
.feature__header-desc span {
  display: inline-block;
}
.feature__header-notice {
  margin-top: 0.5rem;
  font-size: 0.8em;
}
.feature__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.feature__nav a {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 3px 5px rgba(35, 40, 50, 0.3);
}
@media screen and (min-width: 768px) and (min-width: 950px) {
  .feature__nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .feature__nav a {
    transition: transform 0.3s;
  }
  .feature__nav a:hover {
    transform: translateY(-3px);
  }
}
.feature__contents-sub {
  padding: 1rem 0.5rem 1rem 0.25rem;
  background-color: #ebf0f5;
}
@media screen and (min-width: 768px) {
  .feature__contents-sub {
    padding: 1rem;
  }
}
.feature__contents-list {
  margin-top: 0 !important;
}
.feature__contents .order-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 768px) and (min-width: 950px) {
  .feature__contents .order-flow {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
.feature__contents .order-flow__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4em;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(35, 40, 50, 0.3);
}
.feature__contents .order-flow__item:nth-of-type(1) .order-flow__item-title::before {
  align-self: stretch;
  width: 1.15em;
  margin-right: 0.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  content: "1";
  background-color: #4b7196;
  transform: scale(1.25);
  transform-origin: top left;
}
.feature__contents .order-flow__item:nth-of-type(1) .order-flow__item-title::after {
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
  content: "";
  background-image: url("https://sleep.itembox.design/item/category/img/biz/large-order/flow-icon_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.feature__contents .order-flow__item:nth-of-type(2) .order-flow__item-title::before {
  align-self: stretch;
  width: 1.15em;
  margin-right: 0.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  content: "2";
  background-color: #4b7196;
  transform: scale(1.25);
  transform-origin: top left;
}
.feature__contents .order-flow__item:nth-of-type(2) .order-flow__item-title::after {
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
  content: "";
  background-image: url("https://sleep.itembox.design/item/category/img/biz/large-order/flow-icon_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.feature__contents .order-flow__item:nth-of-type(3) .order-flow__item-title::before {
  align-self: stretch;
  width: 1.15em;
  margin-right: 0.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  content: "3";
  background-color: #4b7196;
  transform: scale(1.25);
  transform-origin: top left;
}
.feature__contents .order-flow__item:nth-of-type(3) .order-flow__item-title::after {
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
  content: "";
  background-image: url("https://sleep.itembox.design/item/category/img/biz/large-order/flow-icon_03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.feature__contents .order-flow__item:nth-of-type(4) .order-flow__item-title::before {
  align-self: stretch;
  width: 1.15em;
  margin-right: 0.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  font-size: 1.6em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  content: "4";
  background-color: #4b7196;
  transform: scale(1.25);
  transform-origin: top left;
}
.feature__contents .order-flow__item:nth-of-type(4) .order-flow__item-title::after {
  width: 3em;
  height: 3em;
  margin-right: 0.5em;
  content: "";
  background-image: url("https://sleep.itembox.design/item/category/img/biz/large-order/flow-icon_04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.feature__contents .order-flow__item-desc {
  margin-top: 0.3rem;
  margin-left: 4em;
}
.feature__contents-image {
  margin-top: 2rem;
}/*# sourceMappingURL=category_large-order.css.map */