
@media screen and (min-width: 641px),print {
#page h2 {
font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
line-height: 1.8em;
margin: 0em 0 1em 0;
font-weight: 700;
}
#page h3 {
margin: 2em 0 0.5em 0;
color: #2899D3;
font-weight: 500;
}
#page p {
font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1.5rem);
line-height: 1.8em;
margin-bottom: 1.5em;
text-align: left;
}
#page ul {
margin: 0.5em 0 3em 0;
font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
line-height: 1.8em;
text-align: left;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#page h2 {
font-size: 18px;
line-height: 1.3em;
margin: 0em 0 1em 0;
font-weight: 700;
}
#page h3 {
margin: 1.5em 0 0.5em 0;
color: #2899D3;
font-weight: 500;
}
#page ul {
margin: 0.5em 0 3em 0;
font-size: 14px;
line-height: 1.3em;
text-align: left;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
}
#page ul li {
margin-bottom: 0.5em;
}
#page ul li b {
display: block;
}
}
