@charset "UTF-8";
#contact {
  width: auto;
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  #contact {
    width: auto;
    margin-top: 0px;
  }
}
#contact .mwform-radio-field {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contact .mwform-radio-field {
    margin-left: 0;
    margin-right: 20px;
  }
}
#contact .mwform-radio-field:first-child {
  margin-left: 0px;
}
#contact .mwform-radio-field label {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#contact .mwform-radio-field input {
  width: 18px !important;
  height: 18px !important;
}
#contact p span.error {
  padding-left: 10px;
}
#contact .content.errors input {
  background: #F3BEC2;
}
#contact .content.errors textarea {
  background: #F3BEC2;
}
#contact section {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contact section {
    padding-top: 0;
  }
}
#contact section .wrap {
  width: auto;
  max-width: 880px;
  padding: 40px 40px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact section .wrap {
    margin-top: 0;
    padding: 40px 20px 0;
  }
}
#contact section .wrap h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contact section .wrap h3 {
    font-size: 1.4rem;
  }
}
#contact section .wrap .contentWrap {
  width: auto;
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
}
#contact section .wrap .contentWrap .content {
  width: 50%;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content {
    width: 100%;
    padding: 0;
  }
}
#contact section .wrap .contentWrap .content:first-child {
  margin-bottom: 32px;
}
#contact section .wrap .contentWrap .content p {
  line-height: 1.5;
  display: flex;
  padding-bottom: 4px;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content p {
    width: 100%;
    font-size: 1.4rem;
  }
}
#contact section .wrap .contentWrap .content p span {
  width: auto;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content p span {
    width: auto;
  }
}
#contact section .wrap .contentWrap .content p span.haveto {
  background: #014a88;
  color: #fff;
  font-size: 1rem;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 50px;
}
#contact section .wrap .contentWrap .content p span.any {
  background: #ddd;
  color: #333;
  font-size: 1rem;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 50px;
}
#contact section .wrap .contentWrap .content input {
  background: #FFFFFF;
  height: 48px;
  width: 100%;
  padding: 0 20px;
  border: solid 0.1px #333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .content input {
    font-size: 1.6rem;
    width: 100%;
  }
}
#contact section .wrap .contentWrap .content select {
  background: #FFFFFF;
  height: 48px;
  padding: 0 20px;
  border: solid 0.1px #333;
  font-weight: 600;
  width: 100%;
}
#contact section .wrap .contentWrap .fullContent {
  padding: 0 24px;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
#contact section .wrap .contentWrap .fullContent p {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4px;
  font-weight: 600;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent p {
    width: auto;
    font-size: 1.4rem;
  }
}
#contact section .wrap .contentWrap .fullContent p span {
  width: auto;
}
#contact section .wrap .contentWrap .fullContent p span.haveto {
  background: #014a88;
  color: #fff;
  font-size: 1rem;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 50px;
}
#contact section .wrap .contentWrap .fullContent p span.any {
  background: #ddd;
  color: #333;
  font-size: 1rem;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  border-radius: 50px;
}
@media screen and (max-width: 531px) {
  #contact section .wrap .contentWrap .fullContent p span.error {
    padding-left: 0;
  }
}
#contact section .wrap .contentWrap .fullContent textarea {
  background: #fff;
  width: 100%;
  padding: 20px;
  border: solid 0.1px #333;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .contentWrap .fullContent textarea {
    font-size: 1.6rem;
  }
}
#contact section .wrap .submit {
  width: 240px;
  background: #014a88;
  display: block;
  margin: 0px auto;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .submit {
    font-size: 1.4rem;
  }
}
#contact section .wrap .submit:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}
#contact section .wrap .submit:hover {
  opacity: 0.6;
}
#contact section .wrap .mw_wp_form .error {
  font-size: 12px;
  color: rgb(251, 42, 117);
}
#contact section .wrap .privacy {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .privacy {
    display: block;
  }
}
#contact section .wrap .privacy label {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #contact section .wrap .privacy .error {
    display: block;
    padding-top: 20px;
  }
}

#confirm {
  width: auto;
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  #confirm {
    width: auto;
    margin-top: 0px;
  }
}
#confirm header i {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #confirm header i {
    font-size: 16px;
  }
}
#confirm section {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #confirm section {
    padding-top: 0;
  }
}
#confirm section p {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #confirm section p {
    width: auto;
  }
}
#confirm section .wrap {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap {
    width: 100%;
    padding: 0px 20px 0;
  }
}
#confirm section .wrap .contentWrap {
  width: 576px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap {
    width: auto;
  }
}
#confirm section .wrap .contentWrap .content {
  padding: 20px;
  border-top: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content {
    width: auto;
    display: block;
    font-size: 1.4rem;
    padding: 12px 10px 20px;
  }
}
#confirm section .wrap .contentWrap .content p {
  line-height: 1.5;
  padding-bottom: 4px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p {
    width: auto;
  }
}
#confirm section .wrap .contentWrap .content p:first-child {
  width: auto;
  color: #014a88;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p:first-child {
    width: 100%;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p:nth-child(2n) {
    width: 100%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p:last-child {
    width: 100%;
  }
}
#confirm section .wrap .contentWrap .content p span {
  width: auto;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .content p span {
    width: auto;
  }
}
#confirm section .wrap .contentWrap .content p span.haveto {
  display: none;
}
#confirm section .wrap .contentWrap .fullContent {
  padding: 20px;
  border-top: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent {
    width: auto;
    display: block;
    font-size: 1.4rem;
    padding: 12px 10px 20px;
  }
}
#confirm section .wrap .contentWrap .fullContent p {
  line-height: 1.5;
  display: flex;
  padding-bottom: 4px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p {
    width: auto;
  }
}
#confirm section .wrap .contentWrap .fullContent p:first-child {
  width: auto;
  color: #014a88;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p:first-child {
    width: 100%;
    padding: 10px 0 0;
  }
}
#confirm section .wrap .contentWrap .fullContent p:nth-child(2n) {
  width: auto;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p:nth-child(2n) {
    width: 100%;
    padding-top: 10px;
  }
}
#confirm section .wrap .contentWrap .fullContent p:last-child {
  width: auto;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p:last-child {
    width: 100%;
  }
}
#confirm section .wrap .contentWrap .fullContent p span {
  width: auto;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap .contentWrap .fullContent p span {
    width: auto;
  }
}
#confirm section .wrap .contentWrap .fullContent p span.haveto {
  display: none;
}
#confirm section .wrap .contentWrap .fullContent p span.confirmHidden {
  display: none;
}
#confirm section .wrap .contentWrap .fullContent p small {
  display: none;
}
#confirm section .wrap .privacy {
  display: none;
}
#confirm section .wrap .policy {
  display: none;
}
#confirm section .wrap button {
  width: 240px;
  background: #014a88;
  border-radius: 50px;
  display: block;
  margin: 60px auto 0;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #confirm section .wrap button {
    font-size: 1.4rem;
  }
}
#confirm section .wrap button:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}

#complete {
  width: auto;
}
@media screen and (max-width: 768px) {
  #complete {
    width: auto;
  }
}
#complete section {
  padding: 60px 40px 80px;
}
@media screen and (max-width: 768px) {
  #complete section {
    padding: 80px 20px;
  }
}
#complete section .wrap {
  width: auto;
  max-width: 800px;
  margin: auto;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #complete section .wrap {
    width: auto;
  }
}
#complete section .wrap h2 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #complete section .wrap h2 {
    font-size: 1.6rem;
  }
}
#complete section .wrap p {
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
  line-height: 1.6;
}
#complete section .wrap div {
  text-align: center;
  display: inline-block;
  margin-top: 56px;
}
#complete section .wrap div a {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
  padding: 10px 80px;
  cursor: pointer;
  transition: background-color 0.2s;
  background: -webkit-linear-gradient(-45deg, #191b7d 0%, #3f64a8 72%, #528ac1 100%);
  color: #fff;
  display: block;
  margin: auto;
  position: relative;
  border: solid #1255e1 1px;
}
@media screen and (max-width: 768px) {
  #complete section .wrap div a {
    font-size: 1.4rem;
  }
}
#complete section .wrap div a:after {
  content: "〉";
  position: absolute;
  right: 30px;
  font-size: 1.4rem;
}
#complete section .wrap div a:hover {
  background: transparent;
  color: #1255e1;
}
#complete section p a {
  width: 240px;
  background: #014a88;
  border-radius: 50px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
}

div.policy {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  div.policy {
    padding: 0 0 20px;
  }
}
div.policy div {
  overflow-y: scroll;
  font-weight: 600;
  font-size: 1.4rem;
  height: 200px;
  padding: 20px;
  border: solid 1px #808080;
  text-align: left;
  line-height: 2;
  background: #f8f8f8;
}
div.policy div p {
  font-weight: 600;
}
div.policy div h3 {
  padding: 20px 0 !important;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  div.policy div h3 {
    font-size: 1.8rem !important;
  }
}

#contactform {
  display: none;
}

.mwform-checkbox-field-text {
  cursor: pointer;
}/*# sourceMappingURL=contact.css.map */