
.l-content__body{
  margin-top: 0;
}
/* FV */
.service_fv-scroll__wrap{
  margin-top: 0;
}
.service_fv picture{
  display: block;
  margin-bottom: 1rem;
}
.service_fv picture img{
  width: 100%;
  border-radius: 0;
}
.service_fv-scroll__item{
  width: calc(100vw / 1);
  @media screen and (min-width:1000px) {
    width: calc(100vw / 0.5);
  }
}
.service_fv-scroll__list--left{
  animation: infinity-scroll-left 15s infinite linear 0.5s both;
  @media screen and (min-width:1000px) {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
}

/* 家具回収はこのような場面でご利用いただいています */
.service_kagu_case > div{
  margin-bottom: 2rem;
  @media screen and (min-width:1000px) {
    text-align: center;
  }
}
.service_kagu_case ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.service_kagu_case h3{
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem auto;
}
.service_kagu_case li div{
  margin-bottom: 2rem;
  @media screen and (min-width:1000px) {
    margin-bottom: 0;
  }
}
.service_kagu_case li:last-child div{
  margin-bottom: 0;
}

/* 回収品一覧 */
.collect_list > div{
  text-align: center;
  margin-bottom: 2rem;
}
.collect_list ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.collect_list h3{
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem auto;
}
.collect_list ul li div{
  margin-bottom: 1rem;
  @media screen and (min-width:1000px) {
    margin-bottom: 0;
  }
}
.collect_list_more{
  text-align: right;
  margin-bottom: 1rem;
  @media screen and (min-width:1000px) {
    margin-bottom: 0;
  }
}
.collect_list ul li:last-child .collect_list_more{
  margin-bottom: 0;
}
.collect_list_more a{
  display: inline-block;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  padding:1rem 1.5rem 1rem 1rem;
}
.collect_list_more a::after{
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(../img/service/icon_collec_list_more.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0.2rem;
  bottom: 0;
  margin: auto;
}

/* 家具回収サービスのポイント */
.kagu_point > div{
  text-align: center;
  margin-bottom: 2rem;
}
.kagu_point ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.kagu_point ul h3{
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem auto;
}
.kagu_point ul li div{
  margin-bottom: 2rem;
  @media screen and (min-width:1000px) {
    margin-bottom: 0;
  }
}
.kagu_point ul li:last-child div{
  margin-bottom: 0;
}

/* 回収事例とお客様の声 */
.service_example{
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* ご利用の流れ */
.service_flow{
  margin-top: 0;
}