@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 4, ../sass/form.scss */
.title {
  text-align: center;
  padding: 40px 0;
  background-color: #e7e7e7;
  font-size: 30px;
  font-weight: bold;
}

/* line 11, ../sass/form.scss */
.notes {
  width: 1020px;
  margin: 0 auto;
  border: 3px solid #e9e9e9;
  margin-top: 40px;
  padding: 20px;
}
@media screen and (max-width: 1020px) {
  /* line 11, ../sass/form.scss */
  .notes {
    width: 95%;
  }
}
/* line 20, ../sass/form.scss */
.notes p {
  margin: 10px 0;
}
/* line 23, ../sass/form.scss */
.notes .tel {
  position: relative;
}
/* line 25, ../sass/form.scss */
.notes .tel:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto 0;
  background-image: url(../img/tel.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 420px) {
  /* line 25, ../sass/form.scss */
  .notes .tel:before {
    width: 25px;
    height: 25px;
  }
}
/* line 44, ../sass/form.scss */
.notes .tel:after {
  content: "";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: block;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
/* line 61, ../sass/form.scss */
.notes .cBtn {
  width: 47%;
  margin: 15px auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 20px;
  background-color: #92b501;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 74, ../sass/form.scss */
.notes .cBtn:hover {
  background-color: #478900;
}
@media screen and (max-width: 960px) {
  /* line 61, ../sass/form.scss */
  .notes .cBtn {
    width: 60%;
    font-size: 2.60417vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 61, ../sass/form.scss */
  .notes .cBtn {
    width: 95%;
    font-size: 3.80952vw;
  }
}

/* line 87, ../sass/form.scss */
.form {
  width: 1020px;
  margin: 30px auto;
}
@media screen and (max-width: 1020px) {
  /* line 87, ../sass/form.scss */
  .form {
    width: 100%;
  }
}
/* line 97, ../sass/form.scss */
.form input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 101, ../sass/form.scss */
.form h2 {
  background-color: #fd8d11;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 20px 0;
}
/* line 110, ../sass/form.scss */
.form .mailform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 10px;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 3px #ccc;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 0;
  position: relative;
}
/* line 127, ../sass/form.scss */
.form .mailform .btn {
  display: inline-block !important;
  padding: 10px 30px !important;
}
/* line 131, ../sass/form.scss */
.form .mailform tr {
  border-bottom: 1px solid #ccc;
}
/* line 133, ../sass/form.scss */
.form .mailform tr th {
  width: 25%;
  text-align: left;
  padding: 2.3em 2em 0;
  vertical-align: top;
  background: transparent;
  color: #5d5d5d;
  border-right: none;
}
@media screen and (max-width: 620px) {
  /* line 133, ../sass/form.scss */
  .form .mailform tr th {
    width: 100%;
    display: block;
  }
}
/* line 145, ../sass/form.scss */
.form .mailform tr th span {
  display: inline-block;
  background: #fd8d11;
  padding: 2px 1em;
  color: #fff;
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  float: right;
  font-size: 12px;
}
@media screen and (max-width: 620px) {
  /* line 145, ../sass/form.scss */
  .form .mailform tr th span {
    float: none;
  }
}
/* line 161, ../sass/form.scss */
.form .mailform tr td {
  vertical-align: middle;
  padding: 2em;
}
/* line 164, ../sass/form.scss */
.form .mailform tr td:before {
  display: none !important;
}
@media screen and (max-width: 620px) {
  /* line 161, ../sass/form.scss */
  .form .mailform tr td {
    width: 100%;
    display: block;
  }
}
/* line 172, ../sass/form.scss */
.form .mailform tr textarea {
  outline: 0;
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 3px #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 96%;
}
@media screen and (max-width: 620px) {
  /* line 172, ../sass/form.scss */
  .form .mailform tr textarea {
    width: 90% !important;
  }
}
/* line 187, ../sass/form.scss */
.form .mailform tr textarea:focus {
  border: solid 3px #2a75bb;
  background: #eff7ff;
}
/* line 191, ../sass/form.scss */
.form .mailform tr textarea:placeholder-shown {
  font-size: 1.4rem;
}
/* line 195, ../sass/form.scss */
.form .mailform tr input[type=email] {
  outline: 0;
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 3px #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 96%;
}
@media screen and (max-width: 620px) {
  /* line 195, ../sass/form.scss */
  .form .mailform tr input[type=email] {
    width: 90%;
  }
}
/* line 210, ../sass/form.scss */
.form .mailform tr input[type=email]:focus {
  border: solid 3px #2a75bb;
  background: #eff7ff;
}
/* line 214, ../sass/form.scss */
.form .mailform tr input[type=email]:placeholder-shown {
  font-size: 1.4rem;
}
/* line 218, ../sass/form.scss */
.form .mailform tr input[type=text] {
  outline: 0;
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 3px #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 96%;
}
@media screen and (max-width: 620px) {
  /* line 218, ../sass/form.scss */
  .form .mailform tr input[type=text] {
    width: 90%;
  }
}
/* line 233, ../sass/form.scss */
.form .mailform tr input[type=text]:focus {
  border: solid 3px #2a75bb;
  background: #eff7ff;
}
/* line 237, ../sass/form.scss */
.form .mailform tr input[type=text]:placeholder-shown {
  font-size: 1.4rem;
}
/* line 241, ../sass/form.scss */
.form .mailform tr input[type=tel] {
  outline: 0;
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 3px #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 96%;
}
@media screen and (max-width: 620px) {
  /* line 241, ../sass/form.scss */
  .form .mailform tr input[type=tel] {
    width: 90%;
  }
}
/* line 256, ../sass/form.scss */
.form .mailform tr input[type=tel]:focus {
  border: solid 3px #2a75bb;
  background: #eff7ff;
}
/* line 260, ../sass/form.scss */
.form .mailform tr input[type=tel]:placeholder-shown {
  font-size: 1.4rem;
}

/* line 267, ../sass/form.scss */
.mfp_checked, .mfp_not_checked {
  background: unset !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* line 274, ../sass/form.scss */
.buttons .mfp_element_submit {
  width: 47% !important;
  margin: 15px auto !important;
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px !important;
  padding: 20px 20px !important;
  background: #92b501 !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none !important;
  text-shadow: none;
}
