@charset "UTF-8";
.contact .subSect {
  text-align: left;
}

.contact dl {
  margin-bottom: 20px;
}

.contact dl dt {
  position: relative;
  padding-bottom: 3px;
  margin: 20px 0 10px;
  padding: 1px 5px 5px 5px;
  border-bottom: 1px solid #a5a8cc;
  font-size: 20px;
  line-height: 1.5em;
  text-align: left;
}

.contact dl dt.required:after {
  content: '必須';
  display: inline-block;
  position: relative;
  top: -3px;
  padding: 0 0.5em;
  margin-left: 1em;
  background: #222973;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6em;
  color: #fff;
}

@media (max-width: 768px) {
  .contact dl dt {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .contact dl dt {
    font-size: 16px;
  }
  .contact dl dt:before {
    top: 4px;
  }
  .contact dl dt.required:after {
    top: -2px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  padding: .5em;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 480px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    border-radius: 0;
    -webkit-appearance: none;
  }
}

input[type="submit"],
input[type="button"].wpcf7-back {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 4.5em 10px;
  background: #fff;
  border: 2px solid #222973;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #222973;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 481px) {
  input[type="submit"]:hover,
  input[type="button"].wpcf7-back:hover {
    cursor: pointer;
    background: #222973;
    border: 2px solid #222973;
    color: #fff;
  }
}

@media (max-width: 480px) {
  input[type="submit"],
  input[type="button"].wpcf7-back {
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
  }
}

@media (max-width: 480px) {
  input[type="radio"] {
    border: 1px solid #ccc;
    -webkit-appearance: none;
  }
}

textarea {
  padding: .5em;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 20em;
}

@media (max-width: 480px) {
  textarea {
    height: 15em;
    -webkit-appearance: none;
  }
}

.subSect h3:after, .subSect .comment:after {
  top: 20px;
}

@media (max-width: 480px) {
  .subSect h3:after, .subSect .comment:after {
    top: 10px;
  }
}

/* ContactForm7 */
.screen-reader-response {
  color: #f00;
  font-weight: 700;
}

.screen-reader-response ul {
  margin-bottom: 30px;
  /*   color: #555; */
  font-weight: normal;
}

.wpcf7-not-valid-tip {
  color: #f00;
}

.wpcf7-confirm + br {
  display: none;
}

div.wpcf7 .ajax-loader {
  display: block;
  margin: 4px auto;
  background-size: contain;
  width: 12px;
  height: 12px;
}

div.wpcf7 .ajax-loader + br {
  display: none;
}

@media (max-width: 480px) {
  div.wpcf7-response-output {
    margin-top: 10px;
  }
}
