/* 法人のお客様も大歓迎！ */
.office_corporation > p{
  text-align: center;
  @media screen and (min-width:1000px) {
    margin-bottom: 2rem;
  }
}
.office_corporation ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.office_corporation ul h3{
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem auto;
}
.office_corporation ul div{
  margin-bottom:2rem;
  @media screen and (min-width:1000px) {
    margin-bottom: 0;
  }
}
.office_corporation ul li:last-child div{
  margin-bottom: 0;
}

/* OA機器・パソコン、機密文書も適正に処分 */
.office_appropriate > div{
  margin-bottom: 2rem;
}
.office_appropriate ul{
  @media screen and (min-width:1000px) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.office_appropriate ul li h3{
  font-size: 1.2rem;
  text-align: center;
  margin: 0.5rem auto;
}
.office_appropriate ul li div{
  margin-bottom: 2rem;
  @media screen and (min-width:1000px) {
    margin-bottom: 0;
  }
}
.office_appropriate ul li:last-child div{
  margin-bottom: 0;
}

/* 料金の目安 */
.service_price_recycling{
  margin-top: 2rem;
}

/* 安心の許可・保険体制 */
.service_permission{
  margin-top: 0;
}

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