/* 共通 */
.page-howtouse .sec {
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .page-howtouse .sec {
    padding: 5rem 0;
  }
}

/* howtouse-intro-sec */
.howtouse-intro-eles .ol-point-tag {
  max-width: 850px;
  margin: 5rem auto 2rem;
}
.howtouse-intro-eles .ol-point-tag li {
  padding: 1rem 2rem;
}
.howtouse-intro-eles .ol-point-tag li span {
  left: -25px;
}
@media screen and (max-width: 767px) {
  .howtouse-intro-eles .ol-point-tag {
    margin: 2rem auto 2rem;
  }
  .howtouse-intro-eles .ol-point-tag li {
    padding: 0 2rem .5rem;
  }
  .howtouse-intro-eles .ol-point-tag li span {
    left: -40px;
  }
}

/* howtouse-point2-sec */
.howtouse-point2-eles .media-ele-wrap {
  width: 70%;
}
.howtouse-point2-eles .media-img-wrap {
  width: 30%;
}
@media screen and (max-width: 820px) {
  .howtouse-point2-eles .media-ele-wrap {
    width: 100%;
  }
  .howtouse-point2-eles .media-img-wrap {
    width: 100%;
  }
}

/* howtouse-aisyou-sec */
.dl-howtouse-aisyou {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.dl-howtouse-aisyou dt:not(:last-of-type),
.dl-howtouse-aisyou dd:not(:last-of-type) {
  margin-bottom: 2rem;
}
.dl-howtouse-aisyou dt {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7E8F8;
  border-radius: 25px;
  color: #A74F99;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.dl-howtouse-aisyou dt::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  aspect-ratio: 1 / 1;
  background: #fff;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 120px;
  z-index: -1;
}
.dl-howtouse-aisyou dt.maru::before {
  mask-image: url(../../images/page/howtouse/illust-maru.svg);
}
.dl-howtouse-aisyou dt.sankaku::before {
  mask-image: url(../../images/page/howtouse/illust-sankaku.svg);
}
.dl-howtouse-aisyou dd {
  width: calc(100% - 220px);
}
.dl-howtouse-aisyou dd {
  background: url(../../images/common/bg-pattern1.webp) no-repeat center / cover;
  border-radius: 25px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .dl-howtouse-aisyou {
    gap: 1rem;
  }
  .dl-howtouse-aisyou dt:not(:last-of-type),
  .dl-howtouse-aisyou dd:not(:last-of-type) {
    margin-bottom: 0;
  }
  .dl-howtouse-aisyou dd:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .dl-howtouse-aisyou dt {
    width: 130px;
    height: 130px;
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1.5;
  }
  .dl-howtouse-aisyou dt::before {
    width: 60px;
  }
  .dl-howtouse-aisyou dd {
    width: 100%;
  }
}

/* howtouse-other-sec */
.howtouse-other-eles .media-ele-wrap {
  width: 70%;
}
.howtouse-other-eles .media-img-wrap {
  width: 30%;
}
@media screen and (max-width: 820px) {
  .howtouse-other-eles .media-ele-wrap {
    width: 100%;
  }
  .howtouse-other-eles .media-img-wrap {
    width: 100%;
  }
}
