.l-line {
  max-width: 750px;
  margin: 0 auto;
}
.l-line-heading img {
  width: 100%;
}
.l-line__title {
  text-align: center;
}
.l-line__title h2 {
  display: inline-block;
  margin: 0 auto 3rem;
  border-bottom: 1px solid;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-line__title h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-line__title h2 {
    font-size: 1.8rem;
  }
}
.l-line__feature {
  margin: 4rem auto;
}
.l-line-feature__wrapper {
  padding: 0 var(--padding-width);
}
.l-line-feature__column {
  display: grid;
  align-content: center;
  width: 100%;
  max-width: 580px;
  margin: 0 auto 2rem;
  border-bottom: 2px solid #d7ac8d;
}
@media screen and (min-width: 768px) {
  .l-line-feature__column {
    grid-template-columns: 100px 1fr;
    padding: 0 1.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-line-feature__column {
    grid-template-columns: min(calc(60 / 375 * 100vw), 200px) 1fr;
    padding: 0 1rem 2rem;
  }
}
.l-line-feature__column dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-line-feature__column dd {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-line-feature__column dd {
    margin-left: 1rem;
  }
}
.l-line-feature__column dd h3 {
  margin-bottom: 0.5rem;
  letter-spacing: 0.015em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-line-feature__column dd h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-line-feature__column dd h3 {
    font-size: 1.8rem;
  }
}
.l-line-feature__column dd p {
  letter-spacing: 0.015em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-line-feature__column dd p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-line-feature__column dd p {
    font-size: 1.4rem;
  }
}
.l-line-feature__column img {
  width: 100%;
}
.l-line-howto-title__item {
  display: inline-block;
  width: 40%;
  padding: 0.5rem 0;
  border: 1px solid #8c967a;
  color: #8c967a;
  white-space: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-line-howto-title__item {
    font-size: calc(var(--small-font-size) / var(--heading-font-size) * 100%);
  }
}
.l-line-howto-title__item .c-down-arrow {
  display: block;
  text-align: center;
  margin: 0.5rem auto 0;
  background-repeat: no-repeat;
  background-image: url(https://styledeli.itembox.design/item/assets/images/icon/down-arrow_gr.gif);
}
@media screen and (min-width: 768px) {
  .l-line-howto-title__item .c-down-arrow {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-line-howto-title__item .c-down-arrow {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}
.l-line-howto-title__item[aria-selected=true] {
  background-color: #8c967a;
  color: #ffffff;
}
.l-line-howto-title__item[aria-selected=true] .c-down-arrow {
  background-image: url(https://styledeli.itembox.design/item/assets/images/icon/down-arrow_wh.gif);
}
.l-line-howto__tab-list {
  text-align: center;
}
.l-line-howto__list {
  width: 100%;
  max-width: 580px;
  margin: 5rem auto 0;
  padding: 0 2rem;
}
.l-line-howto__item {
  margin: 0 auto 4rem;
}
.l-line-howto__item:last-child {
  margin-bottom: 0;
}
.l-line-howto__item dt {
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  color: #8c967a;
}
.l-line-howto__item dd img {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}
.l-line-howto__item dd p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-line-howto__item dd p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-line-howto__item dd p {
    font-size: calc(var(--heading-font-size) / var(--base-font-size) * 100%);
  }
}