/* ===========================
Certificate Issuance
=========================== */
/* notice */
.notice {
  background: #f7f9fc;
  border: 1px solid #cfdced;
  padding: 20px;
}
.notice p {
  text-align: center;
}
.notice-text {
  font-size: 1.5rem;
  line-height: 1.8;
}
/* section */
.certificate section {
  margin-top: 100px;
}
.section-title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
/* lists */
.certificate-list {
  margin: 20px 0;
}
.certificate-list li {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
/* sub title */
.sub-title {
  font-size: 1.7rem;
  margin: 40px 0 15px;
}
/* links */
.link-list {
  margin: 15px 0;
}
.link-list li {
  margin-bottom: 8px;
}
.link-list a {
  color: #4aa3df;
  text-decoration: underline;
  font-size: 1.5rem;
}
/* time */
.time {
  font-size: 1.4rem;
  color: #555;
}
.time span {
  font-size: 1.3rem;
}
/* contact */
.contact address {
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
}
.note {
  font-size: 1.3rem;
  color: #666;
}
/* ===========================
SP
=========================== */
@media (max-width: 767px) {

  .page-title {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}