@charset "utf-8";
/* ====================================
Layout
==================================== */
.p__agreement__section {
  row-gap: 2.5rem;
}
.p__agreement__section h2 {
  font-size: 1.5rem;
}
.p__agreement__section time {
  font-size: .75rem;
  column-gap: .5rem;
}
.p__agreement__section time::before {
  content: "\e923";
}
@media (min-width: 62rem) {
  .p__agreement__section h2 {
    font-size: 1.75rem;
  }
  .p__agreement__section time {
    font-size: .875rem;
  }
  .p__agreement__section time::before {
    font-size: 1.125rem;
  }
}