@charset "utf-8";

@media print,screen and (min-width : 501px) {

#main section{
  margin-top: 40px;
}
#main section h2{
  color: #ea6e92;
  font-size:22px;font-size:2.2rem;
  font-family:"MPLUSRounded1c-4";
  border-bottom:solid 1px #f2c9c9;
  margin-bottom: 20px;
}
#main section h2:before { content:"┃"; }


}
@media screen and (max-width : 500px) {

#main section{
  margin-top: 40px;
}
#main section h2{
  color: #ea6e92;
  font-size:18px;font-size:1.8rem;
  font-family:"MPLUSRounded1c-4";
  border-bottom:solid 1px #f2c9c9;
  margin-bottom: 10px;
}
#main section h2:before { content:"┃"; }

}
