@media screen and (min-width: 641px),print {
#contents {
margin-top: 30px;
}
#contents p {
font-size: 18px;
line-height: 1.8em;
text-align: left;
color: #282828;
}
#contents h3 {
text-align: center;
font-size: 32px;
line-height: 1.8em;
font-weight: bold;
margin-top: 40px;
margin-bottom: 20px;
}
#contents dl {
margin: 50px auto 0 auto;
font-size: 18px;
line-height: 1.8em;
}
#contents dl dt {
font-weight: bold;
margin-bottom: 10px;
}
#contents dl dd {
margin-bottom: 20px;
}


}



@media screen and (min-width: 0px) and (max-width: 640px) {
#contents {
margin-top: 20px;
}
#contents p {
font-size: 14px;
line-height: 1.3em;
text-align: left;
color: #282828;
}
#contents h3 {
text-align: center;
font-size: 18px;
line-height: 1.3em;
font-weight: bold;
margin-top: 20px;
margin-bottom: 10px;
}
#contents dl {
margin: 30px auto 0 auto;
font-size: 16px;
line-height: 1.3em;
}
#contents dl dt {
font-weight: bold;
margin-bottom: 10px;
}
#contents dl dd {
margin-bottom: 20px;
}
}
