@charset "utf-8";

.section.border p {
  font-size: 1.6rem;
  line-height: 2;
}

.section.border .cb {
  display: flex;
  flex-direction: column;
}

.summary {
  color: #061013;
  margin-top: 2.4rem;
  background: #f2f2f2;
  padding: 2.4rem;
  font-size: 1.6rem;
}
.summary-head {
  font-size: 1.8rem;
  color: #002f9b;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.summary-item {
  display: flex;
  margin-bottom: 1rem;
}

.summary-item:last-child {
  margin-bottom: 0;
}

.summary-term {
  font-weight: bold;
  white-space: nowrap;
}

.summary-term::before {
  color: #fc0;
  content: '\f00c';
  font-family: FontAwesome, sans-serif;
  font-size: 1.12em;
  margin-right: 0.6rem;
}

.summary-term::after {
  content: '：';
}

.img-wrap {
  margin-bottom: 2.4rem;
  order: -1;
}

@media (min-width: 600px) {
  .section.border .cb {
    width: 60rem;
  }

  .img-wrap {
    margin-bottom: 4rem;
  }
}