@media (min-width: 769px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
#sitename {
  text-align: center;
}
#sitename a {
  font-size: 28px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

#form {
  width: 100%;
}
#form .entry-header .entry-title {
  text-align: center;
}
#form .entry-content .main_field {
  width: 80%;
  margin: 0 auto 30px;
  padding: 20px;
}
#form .entry-content .main_field input {
  width: 90%;
  height: 30px;
}
#form .entry-content .main_field textarea {
  width: 90%;
  height: 10em;
}
#form .entry-content .main_field ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#form .entry-content .main_field ul li {
  margin: 0;
  padding: 0;
}
#form .entry-content .main_field ul li img {
  width: 100%;
  height: auto;
}
#form .entry-content .submit_btn {
  text-align: center;
}
#form .entry-content .submit_btn input {
  width: 60%;
  height: 60px;
}/*# sourceMappingURL=style.css.map */