@charset "UTF-8";
.header {
  background: #FFF;
}

.mhead {
  background: #cad4dd;
  padding: 120px 30px 30px;
}
.mhead_in {
  max-width: 800px;
  margin: 0 auto;
}
.mhead_h2 {
  max-width: 433px;
}
.mhead_text {
  text-align: right;
  margin-top: 30px;
}
.mhead_p1 {
  color: #FFF;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.mhead_p2 {
  color: #FFF;
  font-size: 16px;
}

.contact_text {
  margin: 80px auto 0;
  padding: 0 20px;
  max-width: 640px;
}
.contact_privacy {
  margin-top: 50px;
}
.contact_privacy_head {
  font-weight: 700;
  text-align: center;
}
.contact_privacy_p {
  margin-top: 20px;
  padding: 20px;
  background: #e7edf2;
}

.form {
  margin: 100px auto 0;
  padding: 0 20px;
  max-width: 640px;
}
.form_title {
  font-weight: 700;
  font-size: 18px;
}
.form_text {
  font-size: 18px;
  line-height: 1;
  padding: 8px;
  width: 100%;
  margin-top: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.form_text2 {
  font-size: 18px;
  line-height: 1;
  padding: 8px;
  width: 49%;
  margin-top: 5px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.form_tarea {
  width: 100%;
  font-size: 14px;
  padding: 8px;
  line-height: 1.3;
}

.warning {
  font-weight: 700;
  color: #F00;
  display: none;
}
.warning.show {
  display: block;
}

.category_li {
  width: 100%;
  margin-top: 10px;
}
.category_btn {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #e7e7e7;
  color: #000;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: left;
}
.category_btn.active {
  background: #043f5f;
  color: #FFF;
}
.category_circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFF;
  border: 6px solid #FFF;
  vertical-align: middle;
  margin-right: 15px;
}
.active .category_circle {
  border-color: rgba(4, 63, 95, 0.5);
}

.company {
  margin-top: 30px;
}

.name {
  margin-top: 30px;
}
.name_input {
  display: flex;
  justify-content: space-between;
}

.method {
  margin-top: 30px;
}
.method_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.method_li {
  width: 48%;
  margin-top: 6px;
}
@media screen and (min-width: 481px) {
  .method_li {
    width: 32%;
  }
}
.method_btn {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 12px;
  background: #e7e7e7;
  color: #000;
  text-align: left;
  border-radius: 8px;
}
.method_btn.active {
  background: #043f5f;
  color: #FFF;
}
.method_check {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #FFF;
  margin-right: 8px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
}
.active .method_check {
  background: #4486a9;
}
.active .method_check::before {
  content: "✓";
  font-size: 10px;
  line-height: 15px;
}
.method_note {
  margin-top: 15px;
}

.content {
  margin-top: 30px;
}

.submit {
  display: block;
  width: 200px;
  background: #000;
  color: #FFF;
  line-height: 3;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  margin: 100px auto;
}

.success, .failed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5000;
  padding: 20px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success_inner, .failed_inner {
  width: 100%;
  max-width: 800px;
  max-height: calc(100% - 200px);
  margin: 0 auto;
  background: #FFF;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 10px;
  color: #000;
}
.success_head, .failed_head {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1em;
}
.success_text, .failed_text {
  font-size: 16px;
}
.success_close, .failed_close {
  display: block;
  width: 200px;
  height: 50px;
  color: #FFF;
  border: 1px solid #FFF;
  margin: 0 auto;
}/*# sourceMappingURL=contact.css.map */