@charset "UTF-8";
/* カラー設定
=========================================== */
* {
  color: #000000;
}

/* フォント設定
=========================================== */
.noto {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0em;
}

.con_form .sub_txt {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .con_form .sub_txt {
    margin: 0 0 30px;
    text-align: left;
  }
}
.con_form .sub_txt a {
  color: #009973;
  font-weight: bold;
  border-bottom: 1px solid #009973;
}
.con_form .sub_txt a:hover {
  border-bottom: 1px solid transparent;
}
.con_form #mailForm .note {
  position: relative;
  text-align: center;
  background: #e6fcf7;
  max-width: 1000px;
  margin: 0 auto 4rem;
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .con_form #mailForm .note {
    padding: 2.8rem 2rem;
    margin: 0 auto 3rem;
    text-align: left;
  }
}
.con_form #mailForm .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #808080;
}
.con_form #mailForm .form dt {
  width: 330px;
  background: #e6fcf7;
  padding: 2rem 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1000px) {
  .con_form #mailForm .form dt {
    width: 100%;
    padding: 1.4rem 2rem;
  }
}
.con_form #mailForm .form dt:not(:last-of-type) {
  border-bottom: 1px solid #808080;
}
.con_form #mailForm .form dt span {
  font-weight: normal;
  font-size: 14px;
  background: #009973;
  padding: 6px 4px;
  line-height: 1;
  color: #fff;
  display: inline-table;
}
.con_form #mailForm .form dd {
  width: calc(100% - 330px);
  padding: 2rem 2rem;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1000px) {
  .con_form #mailForm .form dd {
    width: 100%;
    padding: 2rem 2rem;
  }
}
.con_form #mailForm .form dd:not(:last-of-type) {
  border-bottom: 1px solid #808080;
}
.con_form #mailForm .form dd input[type=text] {
  padding: 1.2em;
  font-size: 16px;
  border: none;
  background: #f2f6f7;
  max-width: 788px;
  width: 100%;
  line-height: normal;
}
.con_form #mailForm .form dd textarea {
  width: 100%;
  padding: 2rem;
  border: none;
  background: #f2f6f7;
  font-family: sans-serif;
  overflow: auto;
  resize: vertical;
  font-size: 100%;
}
.con_form #mailForm .form dd.accept label a {
  text-decoration: underline;
}
.con_form #mailForm .form dd.accept label a:hover {
  opacity: 0.7;
}
.con_form #mailForm .checkbox label {
  position: relative;
  display: block;
}
.con_form #mailForm .checkbox label input {
  position: relative;
  margin: 0 2rem 0 0;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .con_form #mailForm .checkbox label input {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0;
  }
}
.con_form #mailForm .checkbox label input:before {
  position: absolute;
  z-index: 1;
  top: 0.4rem;
  left: 0.4rem;
  width: 1.5rem;
  height: 0.7rem;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 3px solid #009973;
  border-top-style: none;
  border-right-style: none;
}
@media (max-width: 767px) {
  .con_form #mailForm .checkbox label input:before {
    top: 0.4rem;
    left: 0.3rem;
    width: 1.2rem;
    height: 0.5rem;
  }
}
.con_form #mailForm .checkbox label input:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.3rem;
  margin: auto;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  cursor: pointer;
  border: 2px solid #f2f2f2;
  background: #ffffff;
}
@media (max-width: 767px) {
  .con_form #mailForm .checkbox label input:after {
    width: 2rem;
    height: 2rem;
  }
}
.con_form #mailForm .checkbox label input:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.con_form #mailForm #submit, .con_form #mailForm button {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  max-width: 280px;
  width: 100%;
  padding: 1.6rem 0;
  background: #fdd000;
  display: block;
  text-align: center;
  margin: 6rem auto 0;
  border-radius: 40px;
  position: relative;
  border: 1px solid #fdd000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: normal;
}
@media (max-width: 767px) {
  .con_form #mailForm #submit, .con_form #mailForm button {
    margin: 3rem auto 0;
  }
}
.con_form #mailForm #submit:after, .con_form #mailForm button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.con_form #mailForm #submit:hover, .con_form #mailForm button:hover {
  cursor: pointer;
  background: #fede4d;
  border-color: #fede4d;
}
.con_form #mailForm #submit:hover:after, .con_form #mailForm button:hover:after {
  right: 8%;
}

.con_form.thanks .txt {
  text-align: center;
}
.con_form.thanks .txt:not(:last-of-type) {
  margin: 0 0 2rem;
}

.formError {
  z-index: 2 !important;
}

/*thanks
=========================================== */
#thanks .thanks_wrapper {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  #thanks .thanks_wrapper {
    text-align: left;
  }
}
#thanks .thanks_wrapper .content_box p {
  margin-bottom: 1.4641288433vw;
}
@media (max-width: 767px) {
  #thanks .thanks_wrapper .content_box p {
    margin-bottom: 5.3333333333vw;
  }
}
#thanks .thanks_wrapper .btn_area .btn_round {
  text-align: center;
  margin: 4.39238653vw auto 0;
}
@media (max-width: 767px) {
  #thanks .thanks_wrapper .btn_area .btn_round {
    margin: 16vw auto 0;
  }
}/*# sourceMappingURL=contact.css.map */