@import url("phone.css") screen and (max-width: 736px);
@import url("tablet.css") screen and (min-width: 737px) and (max-width: 1366px);
@import url("pc.css") screen and (min-width: 1367px);
div.contentBody {
  text-align: center;
}
div.contentBody div.input {
  margin: 1rem 0;
}
div.contentBody div.links > p {
  margin: 0.5rem 0;
}
div.contentBody fieldset > p {
  text-align: center;
}
