.c-headline {
  background: url("/data/img/common/pc/bg_novisual.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 133px 0 82px;
  margin-bottom: 0;
  height: 300px;
}
.c-headline::after {
  content: none;
}

@media screen and (min-width: 751px) {
  body {
    background: #E7F2F4;
  }
}

.v-privacypolicy {
  overflow: hidden;
}

section h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  margin-top: 50px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: normal;
  color: #0052A5;
}
section p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
section p a:hover {
  text-decoration: underline;
}
section dl {
  margin-top: 0.6rem;
}
section dl dd {
  list-style: decimal;
  padding-left: 2.4rem;
  line-height: 2.4rem;
  position: relative;
}
section dl dd::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
section dl dd:nth-child(1)::before {
  content: "1)";
}
section dl dd:nth-child(2)::before {
  content: "2)";
}
section dl dd:nth-child(3)::before {
  content: "3)";
}
section dl dd:nth-child(4)::before {
  content: "4)";
}
section dl dd:nth-child(5)::before {
  content: "5)";
}
section dl dd:nth-child(6)::before {
  content: "6)";
}
section dl dd:nth-child(7)::before {
  content: "7)";
}
section dl dd:nth-child(8)::before {
  content: "8)";
}
section dl dd.is-two::before {
  content: "2)";
}
section dl dl {
  padding-left: 2rem;
  margin: 1rem 0;
}
section dl dl dl {
  padding-left: 2rem;
  margin: 2.4rem 0;
}

.v-sec1 {
  position: relative;
  padding-bottom: 106px;
}
@media screen and (min-width: 751px) {
  .v-sec1 .u-pc-block {
    position: relative;
  }
  .v-sec1 .u-pc-block::before {
    position: absolute;
    content: "";
    background: url("/data/img/views/company/pc/shape_outline.png") no-repeat center;
    background-size: contain;
    width: 1087px;
    height: 1087px;
    left: -377px;
    top: -58px;
    z-index: -1;
  }
  .v-sec1 .u-pc-block::after {
    position: absolute;
    content: "";
    background: url("/data/img/views/company/pc/shape_history.png") no-repeat center;
    background-size: contain;
    width: 2172px;
    height: 2172px;
    right: -1382px;
    bottom: -348px;
    z-index: -1;
  }
}
.v-sec1 .u-layout {
  padding: 5.5rem 0;
}
.v-sec1 .u-align-right {
  margin-top: 56px;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .c-headline {
    background: url("/data/img/common/sp/bg_novisual.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 1.4rem 0 1.3rem;
    margin-bottom: 0;
    height: 15rem;
  }
  .c-headline__text {
    line-height: 4.4rem;
  }
  .c-headline__catch {
    margin-top: 0.8rem;
  }

  section h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-top: 5rem;
    margin-bottom: 1.4rem;
  }
  section h2.is-mt25 {
    margin-top: 2.5rem;
  }
  section dl {
    margin-top: 1.2rem;
  }
  section dl dl {
    padding-left: 2rem;
    margin: 1.5rem 0;
  }
  section dl dl dl {
    padding-left: 2rem;
    margin: 1.5rem 0;
  }

  .v-sec1 {
    padding-bottom: 6rem;
  }
  .v-sec1 .u-layout {
    padding: 4.2rem 0;
  }
  .v-sec1 .u-align-right {
    margin-top: 6.2rem;
  }
}
/*# sourceMappingURL=index.css.map */