/*
 * Requested font-size adjustment: 120% of the original values.
 * Remove this stylesheet link from index.html to restore every original size.
 */

/* GREETING */
.gr-name{
  font-size:16.8px;
}

#s3 .gr-kouhata .gr-body p{
  font-size:clamp(13.75px,1.43vw,14.85px);
}

/* NOTICE */
.nt-list li{
  font-size:15.6px;
}

.nt-notes p{
  font-size:13.2px;
}

/* ENTRY */
.en-copy{
  font-size:clamp(15.6px,2.04vw,18px);
}

.en-note{
  font-size:13.2px;
}
