@charset "UTF-8";
.page_mv {
  background: url(../img/mv/contact.jpg) center / cover;
}

/* ------------------------------------------
  oc_sec5
------------------------------------------ */

.oc_sec5 {
  margin-top: 72px;
  margin-bottom: 100px;
}

.oc_form_ttl {
  text-align: center;
  color: #263e6d;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 35px;
}

.oc_form_txt {
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 35px;
  letter-spacing: 0.03em;
}

.oc_form_flow {
  max-width: 643px;
  width: 100%;
  margin: 0 auto 50px;
  display: grid;
  place-content: center;
  height: 80px;
  border: 1px solid #263e6d;
  border-radius: 40px;
}

.oc_form_flow_inner {
  display: flex;
  width: 444px;
  align-items: center;
  justify-content: space-between;
}

.oc_form_flow_txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  position: relative;
  color: #b9b9b9;
}

.oc_form_flow_arrow {
  bottom: calc(50% - 8px);
  right: -55.5px;
  border: 8px solid transparent;
  border-left: 8px solid #263e6d;
  margin-left: 5px;
}

.now {
  color: #263e6d;
}

.oc_form_content table {
  width: 100%;
  display: block;
}

.oc_form tbody {
  display: block;
  width: 100%;
}

.oc_form_content tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.oc_form_content tr:not(:last-of-type) {
  margin-bottom: 20px;
}

.oc_form_content tr th {
  letter-spacing: 0.03em;
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  width: 380px;
  margin-right: 30px;
  text-align-last: left;
}

.oc_form_content tr th span {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 15px;
  margin-right: 15px;
  transform: translateY(-60%);
}

.req {
  color: #fff;
  background: #0f3e85;
}

.span_b {
  margin-left: 78px !important;
  font-size: 15px !important;
  color: #0f3e85 !important;
  font-weight: 400 !important;
  padding: 0 !important;
  margin-right: 0 !important;
}

.any {
  color: #0f3e85;
  border: 1px solid #0f3e85;
}

.oc_form_content tr td {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  color: #a7a7a7;
  width: calc(100% - 380px);
}

.oc_form_content tr td input[type="text"], .oc_form_content tr td input[type="tel"], .oc_form_content tr td input[type="email"] {
  padding: 20px 20px;
  background: #f8f8f8;
  width: 100%;
  display: block;
}

.note {
  margin-top: 15px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 25px;
  font-weight: 500;
  color: #263e6d;
}

.oc_check {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}

.oc_check_item {
  width: 33%;
}

.oc_check label {
  font-weight: 400;
  color: #000;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 25px;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.oc_check label:before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 5px;
  top: calc(50% - 7px);
  border-radius: 50%;
  border: 2px solid #6d6d6d;
  content: "";
  opacity: 1;
}

.oc_form_content tr td input[type="radio"]:checked+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0f3e85;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: calc(50% - 4px);
}

.parent .oc_check_item {
  width: 100%;
  display: block !important;
}

.textarea {
  align-items: start;
}

.oc_form_content .textarea {
  align-items: start;
  margin-top: 30px;
}

.textarea textarea {
  padding: 20px 20px;
  background: #f8f8f8;
  width: 100%;
  display: block;
  resize: none;
}

.consent {
  justify-content: center !important;
  margin-top: 50px;
}

.consent label {
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #333333;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding-left: 40px;
}

.consent td div input[type="checkbox"]:checked+label::before {
  content: "";
  border-bottom: 3px solid #0f3e85;
  border-left: 3px solid #0f3e85;
  border-right: none;
  border-top: none;
  display: block;
  height: 8px;
  left: 7px;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 15px;
  z-index: 3;
}

.consent label::after {
  top: -2px;
  border: 1px #000 solid;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: calc(50% - 15px);
  background: #f8f8f8;
}

.consent label a {
  text-decoration: underline;
  color: #5a84d7;
}

.oc_form_content .f_start {
  align-items: start;
}

.oc_form_content .f_start th {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .oc_form_content tr {
    display: block;
  }
  .oc_form_content .f_start th {
    margin-top: 0px;
  }
  .span_b {
    margin-left: 0 !important;
  }
  .oc_form_flow_inner {
    width: 100%;
  }
  .oc_form_ttl {
    line-height: 40px;
    margin-bottom: 30px;
  }
  .oc_form_txt {
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    text-align: left;
    line-height: 30px;
  }
  .oc_form_flow_arrow {
    margin-left: 8px;
  }
  .oc_form_flow_txt {
    font-size: 14px;
  }
  .oc_form_flow {
    margin-bottom: 30px;
  }
  .oc_form_content tr th {
    margin-bottom: 10px;
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 17px;
  }
  .oc_form_content tr th span {
    font-size: 14px;
  }
  .oc_form_content tr td {
    width: 100%;
    display: block;
  }
  .note {
    font-size: 13px;
    line-height: 21px;
  }
  .oc_check {
    display: block !important;
  }
  .oc_check_item {
    width: 100%;
  }
  .consent label {
    font-size: 14px;
  }
  .consent td div input[type="checkbox"]:checked+label::before {
    top: 3px;
  }
  .oc_form_content tr {
    margin-top: 30px;
  }
  .oc_sec5 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .consent label::after {
    top: -6px;
  }
}

@media screen and (max-width: 320px) {
  .consent label {
    font-size: 13px;
  }
}