/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

h1 {
  margin-left: 8.0921052632%;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1599px) {
  h1 {
    margin-left: 4.625rem;
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 736px) {
  h1 {
    margin-left: 3.0625rem;
    margin-left: 0;
  }
}

.form {
  width: 82.8947368421%;
}
@media only screen and (max-width: 1260px) {
  .form {
    width: 94%;
  }
}
.form h2 {
  margin-bottom: 1.714285714rem;
  font-size: 2.285714285rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .form h2 {
    margin-bottom: 1.714285714rem;
    font-size: 2.285714285rem;
  }
}
@media only screen and (max-width: 768px) {
  .form h2 {
    font-size: 3.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  .form h2 {
    font-size: 5.5555555556vw;
  }
}
.form h2 span {
  border-bottom: solid 5px rgba(230, 0, 16, 0.62);
  display: inline-block;
}
.form p {
  font-size: 1.25rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1599px) {
  .form p {
    font-size: 1rem;
  }
}
.form p.policy {
  text-align: right;
}
.form p.policy a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.form p.read {
  margin-bottom: 2.285714285rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1599px) {
  .form p.read {
    margin-bottom: 2.285714285rem;
  }
}
@media only screen and (max-width: 736px) {
  .form p.read {
    margin-bottom: 1.142857143rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .form p.read {
    font-size: 0.85rem;
  }
}
.form p span, .form th span {
  color: #e60012;
}
.form table {
  width: 100%;
}
.form table:first-child {
  margin-bottom: 2.875rem;
}
@media only screen and (max-width: 1599px) {
  .form table:first-child {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (max-width: 736px) {
  .form table:first-child {
    margin-bottom: 1.125rem;
  }
}
.form table th, .form table td {
  background: #efefef;
  border-bottom: solid 4px #fff;
  padding: 0.6875rem 2.3125rem;
  font-size: 1.25rem;
  text-align: left;
}
@media only screen and (max-width: 1599px) {
  .form table th, .form table td {
    font-size: 1rem;
    padding: 0.6875rem 1.375rem;
  }
}
@media only screen and (max-width: 736px) {
  .form table th, .form table td {
    display: block;
    font-size: 0.75rem;
  }
}
.form table th {
  width: 19.0476190476%;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 736px) {
  .form table th {
    border-bottom: none;
    width: auto;
    padding-bottom: 0.5em;
    font-weight: 500;
  }
  .form table td {
    padding-top: 0;
  }
}
.form input[type=text],
.form textarea {
  border: solid 1px #8b8b8c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.25em;
  font-size: 0.875rem;
}
.form input[type=text]:not(.num) {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .form input[type=text]:not(.num) {
    width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  .form input[type=text]:not(.num) {
    width: 100%;
  }
}
.form input[type=text].other {
  width: 10em;
  margin-left: 1em;
}
.form input[type=radio] {
  margin-right: 0.5em;
}
.form input[type=radio]:not(:first-child) {
  margin-left: 1em;
}
.form textarea {
  width: 60%;
  height: 5em;
}
@media only screen and (max-width: 768px) {
  .form textarea {
    width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  .form textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .form input.num {
    width: 3em;
  }
}
.form .btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .form .btn {
    margin-top: 2.25rem;
  }
}
.form .btn a {
  background: #000;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  display: inline-block;
  padding: 1.25rem 3.75rem;
  color: #fff;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 1599px) {
  .form .btn a {
    padding: 1.25rem 2.25rem;
    font-size: 1.0625rem;
  }
}
.form .btn a:hover {
  text-decoration: none;
}

h1 {
  text-align: center;
  font-size: 2.285714285rem;
  margin-bottom: 2.285714285rem;
}
@media only screen and (max-width: 1260px) {
  h1 {
    font-size: 2.285714285rem;
    margin-bottom: 2.285714285rem;
  }
}
@media only screen and (max-width: 736px) {
  h1 {
    margin-bottom: 3.5rem;
  }
}
h1 span {
  border-bottom: solid 5px rgba(230, 0, 16, 0.62);
  display: inline-block;
}

.contact {
  margin: 0 auto 7.6875rem;
}
@media only screen and (max-width: 1260px) {
  .contact {
    margin: 0 auto 4.625rem;
  }
}
@media only screen and (max-width: 736px) {
  .contact {
    margin: 0 auto 3.0625rem;
  }
}/*# sourceMappingURL=contact.css.map */