.eyecatch {
  background: #bbb url(/guide/images/erasedata/erasedata_back.jpg) top 60% center/ cover no-repeat;
}

.titlebox {
  line-height: 4rem!important;
}
.titlebox span {
  border-right: none!important;
}
.titlebox span + h2 {
  margin-left: 1rem!important;
}

.wrap h2, .wrap h3 {
  color: #008bd1;
  font-weight: bold;
}
.wrap p {
  font-size: 1.6rem;
}
.wrap section {
  margin-top: 6rem;
}
.wrap section:nth-child(1) {
  margin-top: 0;
}
.pack li {
  margin-bottom: 6rem;
}
.wrap .image {
  margin: 2rem 0;
  background: #e6edf1;
}
ul.disc li {
  list-style-type: disc;
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.wrap p strong {
  color: #e82929;
  font-weight: bold;
}
.wrap .alert-info {
  font-size: 80%;
}

@media (min-width: 900px) {
  .eyecatch img {
    max-width: 80rem;
  }
  .image img {
    max-width: 60rem;
  }
  .wrap .alert-info {
    font-size: inherit;
  }
  .titlebox {
    margin-bottom: 2rem;
  }
}
