/*pc*/
@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

body {
  background-color: #fafafa;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 100%;
}
.content {
  background-color: #fff;
  width: 35%;
  margin: 10px auto;
  border: 1px solid #d1d1d1;
  padding: 30px;
  position: relative;
}
h1 {
  color: #000000;
  text-align: center;
  font-size: 150%;
}
input[type="submit"] {
  color: #fff;
  background-color: #ef0000;
  border-radius: 5px;
  padding: 5px;
  width: 50px;
  margin-top: 15px;
  margin-left: 2px;
}
input[type="text"] {
  font-size: 0.8em;
  font-family: sans-serif;
}
select {
  font-size: 0.8em;
  font-family: sans-serif;
}
label {
  font-size: 1.2em;
}
.sp {
  display: block;
}
.SourceCode {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
a {
  text-decoration: none;
  color: #000000;
  font-size: 50%;
}

/*tablet*/
@media only screen and (max-width: 1000px) {
@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

body {
  background-color: #fafafa;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 100%;
}
.content {
  background-color: #fff;
  width: 45%;
  margin: 10px auto;
  border: 1px solid #d1d1d1;
  padding: 30px;
  position: relative;
}
h1 {
  color: #000000;
  text-align: center;
  font-size: 150%;
}
input[type="submit"] {
  color: #fff;
  background-color: #ef0010;
  border-radius: 5px;
  padding: 5px;
  width: 50px;
  margin-top: 15px;
  margin-left: 2px;
}
input[type="text"] {
  font-size: 1em;
}
select {
  font-size: 1em;
}
label {
  font-size: 1.5em;
}
.sp {
  display: block;
}
.SourceCode {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
a {
  text-decoration: none;
  color: #000000;
  font-size: 50%;
}
}

/*sp*/
@media only screen and (max-width: 480px) {
@import url(sanitize.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

body {
  background-color: #fafafa;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  width: 100%;
}
.content {
  background-color: #fff;
  width: 90%;
  margin: 10px auto;
  border: 1px solid #d1d1d1;
  padding: 30px;
  position: relative;
}
h1 {
  color: #000000;
  text-align: center;
  font-size: 150%;
}
input[type="submit"] {
  color: #fff;
  background-color: #ef0010;
  border-radius: 5px;
  padding: 5px;
  width: 50px;
  margin-top: 15px;
  margin-left: 2px;
}
.sp{
  display: block;
}
.SourceCode {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
a {
  text-decoration: none;
  color: #000000;
  font-size: 50%;
}
}