@charset "UTF-8";
/* color */
/*お問い合わせ*/
/*contact*/
/* -------------------------- */
/* contact  */
/* -------------------------- */
#contact .head {
  padding: 1rem 1rem 3rem 1rem;
  text-align: center;
  width: 100%;
  margin: 2rem auto;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (min-width: 896px) {
  #contact .head {
    font-size: 1.8rem;
    line-height: 2.5;
    width: 896px;
    margin: 3rem auto 5rem;
  }
}

#contact .head p {
  color: #122a88;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (min-width: 896px) {
  #contact .head p {
    font-size: 2rem;
    line-height: 1.8;
  }
}

#contact .head .tel {
  text-align: center;
  background-color: #122a88;
  width: 25rem;
  margin: 1rem auto;
}

@media screen and (min-width: 896px) {
  #contact .head .tel {
    margin: 3rem auto 0;
  }
}

#contact .head .tel .icon {
  color: #fff;
  font-size: 3rem;
  margin-right: 1rem;
}

#contact .head .tel-no {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (min-width: 896px) {
  #contact .head .tel-no {
    font-size: 2.5rem;
  }
}

#contact .contact {
  padding: 1rem 0;
}

@media screen and (min-width: 896px) {
  #contact .contact {
    padding: 3rem 0;
  }
}

@media screen and (min-width: 896px) {
  #contact .contact .contents {
    width: 60%;
    margin: 0 auto;
  }
}

#contact .contact .contents h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 896px) {
  #contact .contact .contents h2 {
    font-size: 3rem;
  }
}

#contact .contact .contents h2 span {
  display: block;
  margin: 2rem auto;
  width: 3rem;
  height: 1px;
  background-color: #222;
}

#contact .contact .contents form {
  padding: 3rem 1rem;
}

@media screen and (min-width: 896px) {
  #contact .contact .contents form {
    padding: 5rem 2rem;
  }
}

#contact .contact .contents form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px #ddd solid;
}

@media screen and (min-width: 896px) {
  #contact .contact .contents form ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#contact .contact .contents form ul li {
  padding: 1rem 0;
  font-size: 1.5rem;
}

@media screen and (min-width: 896px) {
  #contact .contact .contents form ul li {
    padding: 2rem 0;
  }
}

#contact .contact .contents form ul li .field_text {
  width: 100%;
  height: 35px;
  border: 1px solid #212121;
  padding: 1rem;
  background-color: #fff;
}

#contact .contact .contents form ul li textarea {
  height: auto !important;
}

#contact .contact .contents form ul li:first-child {
  font-weight: bold;
}

@media screen and (min-width: 896px) {
  #contact .contact .contents form ul li:first-child {
    width: 30%;
  }
}

@media screen and (min-width: 896px) {
  #contact .contact .contents form ul li:nth-child(2) {
    width: 70%;
  }
}

#contact .contact .contents form ul li .required {
  font-size: 1.2rem;
  color: #fff;
  background-color: #122a88;
  border-radius: 5px;
  font-weight: normal;
  margin-left: 1rem;
  padding: 0.3rem 1rem;
}

@media screen and (min-width: 896px) {
  #contact .contact .contents form .naiyo_chk .naiyo_chk_list {
    /*text-align: left;*/
  }
}

#contact .contact .contents form .naiyo_chk li:nth-child(2) {
  /*padding-left: 2rem;*/
}

#contact .contact .contents form .naiyo_chk .naiyo_chk_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: none;
}

#contact .contact .contents form .naiyo_chk .naiyo_chk_list li {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}

#contact .contact .contents form .naiyo_chk .naiyo_chk_list li .field-check {
  margin-left: 1rem;
}

#contact .contact .contents form .naiyo_chk .naiyo_chk_list li:first-child {
  font-weight: normal;
}

#contact .contact .contents form .privcy .privcy_chk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: none;
}

#contact .contact .contents form .privcy .privcy_chk li {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}

@media screen and (min-width: 896px) {
  #contact .contact .contents form .privcy .privcy_chk li {
    text-align: left;
  }
}

#contact .contact .contents form .privcy .privcy_chk li:first-child {
  font-weight: normal;
}

#contact .contact .contents form .privcy .privcy_chk li label {
  margin-left: 1rem;
}

#contact .contact .contents form .privcy .privcy_chk li a {
  color: #122a88;
}

#contact .contact .contents form .privcy .privcy_chk li span {
  /*color: #222;*/
  background-color: unset;
}

#contact .contact .contents form p {
  text-align: center;
}

#contact .contact .contents form p .btn {
  background-color: #122a88;
  padding: 0.5rem 4rem;
  color: #fff;
  font-size: 2rem;
  margin: 2rem auto;
}
/*# sourceMappingURL=contact.css.map */