/* -- color --*/
header .page-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  padding: 18rem 0 6rem;
}

.policy-item:not(:last-of-type) {
  margin-bottom: 4rem;
}
.policy-item:last-of-type {
  margin-bottom: 18rem;
}
.policy-item .policy-ttl {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 2rem;
  border-left: 0.4rem solid #ff7800;
  margin-bottom: 2rem;
}

.table {
  border: 0.1rem solid #3b3b3b;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 14rem;
}
.table dt {
  width: 25%;
  border-right: 0.1rem solid #3b3b3b;
}
.table dd {
  width: 75%;
}
.table dt, .table dd {
  padding: 1.2rem;
}
.table dt:not(:last-of-type), .table dd:not(:last-of-type) {
  border-bottom: 0.1rem solid #3b3b3b;
}

@media screen and (max-width: 750px) {
  .policy-item {
    padding: 0 4vw;
  }
  .policy-item:not(:last-of-type) {
    margin-bottom: 12vw;
  }
  .policy-item:last-of-type {
    margin-bottom: 20vw;
  }
  .policy-item .policy-ttl {
    font-size: 1.8rem;
    margin-bottom: 4vw;
  }
}