@charset "utf-8";

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

#uc{
  margin-top: 40px;
  text-align: center;
  font-size:2.0rem;
}


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

#uc{
  margin-top: 40px;
  text-align: center;
  font-size:1.6rem;
}

}
