.section {
  width: min(100%, 960px);
  margin-top: 6rem;
}

.section-title {
  position: relative;
  font-size: 2rem;
}

#info {
  padding-top: 10rem;
}

.banner-belt {
  display: none;
}

.content {
  padding: 3rem 2rem;
  margin-bottom: 5rem;
}

.cb-list {
  display: flex;
  margin-bottom: 5rem;
}

.cb-list-title {
  width: 30%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  margin-right: 2rem;
  padding-bottom: 1rem;
}

.cb-list-item {
  width: calc(70% - 2rem);
  font-size: 1.4rem;
  line-height: 2;
}

@media (max-width: 560px) {
  .cb-list {
    display: block;
  }

  .cb-list-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .cb-list-item {
    width: 100%;
  }
}


.cb-list-desc {
  font-size: 1.4rem;
  line-height: 2;
}

.shopping-image {
  margin-left: -1rem;
  margin-bottom: 3rem;
}

.shopping-info {
  display: none;
}

.policy-lead {
  padding: 3rem;
  font-size: 1.3rem;
  line-height: 1.8;
  background-color: #eee;
}

.policy-lead a {
  text-decoration: underline;
}

.policy-date {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: right;
}