@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#contact .screen-reader-response {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  padding: 20px;
}
#contact .screen-reader-response p {
  color: #de0011;
}
#contact .screen-reader-response ul {
  margin-top: 10px;
}
#contact .screen-reader-response ul li {
  color: #de0011;
  list-style: "●  ";
  margin-bottom: 10px;
}
#contact .screen-reader-response ul li::marker {
  color: #de0011;
}
#contact .wpcf7-response-output {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  padding: 20px;
  color: #de0011;
}
#contact .wpcf7-not-valid-tip {
  display: block;
  color: #de0011;
  padding-bottom: 50px;
}

#contact ul li {
  list-style: "●  ";
  margin-bottom: 10px;
}
#contact ul li::marker {
  color: #0069af;
}
#contact ul li a {
  color: #0069af;
  text-decoration: underline;
}

#attention {
  margin-top: -70px;
  padding-top: 70px;
}

label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
label span {
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
  padding: 0px 5px;
  background: #de0011;
  color: white;
}

form {
  margin: 50px 0;
}
form .bg {
  background: white;
  padding: 40px 5%;
}
form input {
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  border: solid 1px #4d4c4c;
  margin-bottom: 30px;
}
form textarea {
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  border: solid 1px #4d4c4c;
  margin-bottom: 30px;
  min-height: 300px;
  max-width: 100%;
  min-width: 100%;
}

.example {
  color: #8b8686;
  margin-bottom: 5px;
}

.check-text {
  text-align: center;
  line-height: 200%;
}

.policy h2 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}
.policy p {
  margin-bottom: 10px;
}
.policy ol {
  counter-reset: number;
}
.policy ol li {
  line-height: 170%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.policy ol li::before {
  counter-increment: number;
  content: "" counter(number) ".";
  position: absolute;
  left: 0;
}

.check-box p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.check-box input {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  margin-bottom: 0px;
}

button {
  border: 0;
  margin: 50px auto 100px auto;
  background: linear-gradient(90deg, rgb(0, 124, 206) 0%, rgb(37, 165, 212) 50%, rgb(26, 141, 205) 100%);
  display: flex;
  align-items: center;
  width: 200px;
  justify-content: center;
  padding: 15px 20px;
  max-width: 100%;
  border-radius: 9999px;
}
button br {
  display: none;
}
button .link-name {
  color: white;
  font-size: 20px;
}
button img {
  width: 20px;
}
button .link {
  margin-left: 5px;
}

.attention {
  background: white;
  padding: 40px 5%;
  margin-bottom: 100px;
}
.attention h2 {
  font-size: 25px;
  font-weight: 600;
  border-bottom: solid 1px #4d4c4c;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.attention h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.attention ul {
  margin-bottom: 30px;
}/*# sourceMappingURL=contact.css.map */