
@media screen and (min-width: 641px),print {
#page h3 {
margin: 2em 0 1em 0;
}
#page h4 {
font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
line-height: 1.8em;
color: #039d85;
font-weight: 700;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 0.5em;
}
#page h5 {
font-size: clamp(0.875rem, 0.807rem + 0.34vw, 1.063rem);
line-height: 1.8em;
color: #000;
font-weight: 700;
padding: 1em 0 0 0;
}
#page p {
margin-bottom: 1.5em;
text-align: left;
}
#page .box {
margin: 0 0 40px 0;
}
#page dl {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px auto 20px auto;
}
#page dd {
width: 48%;
}
#page td {
padding: 0.5em;
}
#page ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 1em 0 0 0;
}
#page ul li {
width: 32%;
line-height: 0;
display: block;
margin-bottom: 20px;
}
#page ul li img {
width: 100%;
height: auto;
}
}

@media screen and (min-width: 0px) and (max-width: 640px) {

}
