@charset "UTF-8";

@media screen and (min-width: 641px),print {
#contents h3{
font-weight: bold;
font-size: 32px;
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 1em;
}
#contents h3:before{
border-top: 1px solid black;
content: "";
width: 100px; 
}
#contents h3:before{
margin-right: 20px; 
}
#contents p {
font-size: 18px;
line-height: 1.5em;
}

}


@media screen and (min-width: 0px) and (max-width: 640px) {
#contents h3{
font-weight: bold;
font-size: 26px;
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 1em;
}
#contents h3:before{
border-top: 1px solid black;
content: "";
width: 10%; 
}
#contents h3:before{
margin-right: 20px; 
}
#contents p {
font-size: 16px;
line-height: 1.3em;
}
}



