:root {
  --color-main: #fc685a;
  --color-white: #fff;
  --color-accent01: #0097f4;
  --color-accent02: #4c5a6c;
  --color-accent03: #004fc4;
  --color-accent04: #31cfeb;
  --color-accent05: #e5f4fd;
  --color-accent06: #79ccff;
  --color-accent07: #dbff12;
  --color-accent08: #3ddec6;
  --color-plan01: #178962;
  --color-plan01-bg: #eafff7;
  --color-plan02: #87d951;
  --color-plan02-bg: #f0ffe6;
  --color-black: #2c3540;
  --color-txt: #222;
  --color-gray: #ddd;
  --color-gray02: #929dac;
  --color-link: #00f;
}

/* =======================================================
lower-mv
======================================================= */
.bl-lower-mv-ttl {
  gap: 10px;
}
.bl-lower-mv-ttl-wrapper::after {
  right: -116px;
  width: 92px;
  height: 102px;
  background: url("../images/legal/lower-mv-robot.png") top center/contain no-repeat;
}
.bl-lower-mv-ttl::before {
  width: 40px;
  height: 18px;
  background: url("../images/legal/lower-mv-legal.svg") top center/contain no-repeat;
}

@media screen and (width <= 750px) {
  .bl-lower-mv-ttl-wrapper::after {
    margin-top: 10px;
    right: -150px;
    width: 132px;
    height: 146px;
    background: url("../images/legal/lower-mv-robot-sp.png") top center/contain no-repeat;
  }
  .bl-lower-mv-ttl::before {
    width: 66px;
    height: 30px;
  }
}
/* =======================================================
legal
======================================================= */
.bl-legal {
  padding: 64px 0 96px;
}
.bl-legal-def {
  display: grid;
  gap: 16px;
  padding: 40px;
  background: var(--color-accent05);
}
.bl-legal-dwrap {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  padding-bottom: 16px;
}
.bl-legal-dwrap:not(:last-of-type) {
  border-bottom: 1px solid var(--color-gray02);
}
.bl-legal-dwrap:last-of-type {
  padding-bottom: 0;
}
.bl-legal-dttl {
  font-weight: 700;
}
.bl-legal-ditem {
  display: grid;
  gap: 8px;
}

@media screen and (width <= 750px) {
  .bl-legal-def {
    gap: 24px;
  }
  .bl-legal-dwrap {
    grid-template-columns: auto;
    gap: 8px;
    padding-bottom: 24px;
    border-width: 2px;
  }
  .bl-legal-ditem {
    gap: 12px;
  }
}