@charset "utf-8";

body {
  background-color: #f6f6f6;
}
.header-page {
  background-color: #666;
  color: #fff;
}

#wp-content h2:first-child {
  font-weight: 400;
}

/* メールフォーム */
.wpcf7-form {
  margin-top: 1em;
}
#wp-content .mail-form {
  max-width: 600px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
#wp-content .mail-form dt {
  display: none;
  font-weight: 400;
}
#wp-content .mail-form dt > .required::after {
  content: "※";
  font-size: 0.75em;
  color: red;
  margin-left: 0.25em;
}
#wp-content .mail-form dd {
  position: relative;
}
#wp-content .mail-form dd.required::after {
  content: "※";
  font-size: 10px;
  transform: scale(0.7);
  color: red;
  margin-left: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
#wp-content .mail-form input,
#wp-content .mail-form textarea {
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
}
#wp-content .wpcf7 input[type="text"],
#wp-content .wpcf7 input[type="email"],
#wp-content .wpcf7 input[type="tel"] {
  display: inline-block;
  vertical-align: top;
}

#wp-content .wpcf7 input[type="submit"],
#wp-content .wpcf7 input[type="reset"],
#wp-content .wpcf7 input[type="button"] {
  display: inline-block;
  vertical-align: top;
  background: #333;
  color: #fff;
  padding: 0.75em 2em;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
#wp-content .wpcf7 input[type="submit"]:hover,
#wp-content .wpcf7 input[type="reset"]:hover,
#wp-content .wpcf7 input[type="button"]:hover {
  background: #000;
}
#wp-content .wpcf7 .mail-form-submit {
  text-align: center;
  margin: 1em auto 3em auto;
}
#wp-content .wpcf7 .ajax-loader {
  display: block;
  margin: 1em auto;
}
#wp-content .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: top;
}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

  #wp-content .mail-form {
    padding-right: 2%;
    padding-left: 2%;
  }

}
