@charset "UTF-8";
.ttl {
  width: 224rem;
}

.flow ul {
  width: 165rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
}
.flow ul li .text {
  text-align: center;
  font-weight: bold;
  margin-top: 10rem;
}
.flow ul li.active p {
  position: relative;
}
.flow ul li.active p::before {
  content: "●";
  color: #0a7b77;
  position: absolute;
  display: block;
  font-size: 7rem;
  left: calc(50% - 3.5rem);
  top: -10rem;
}
.flow ul li:nth-child(2) {
  position: relative;
}
.flow ul li:nth-child(2)::before, .flow ul li:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  width: 15rem;
  height: 1px;
  background-color: #0a7b77;
  top: 23rem;
}
.flow ul li:nth-child(2)::before {
  left: 40rem;
}
.flow ul li:nth-child(2)::after {
  right: 40rem;
}

.bf_text {
  text-align: center;
  margin-top: 80rem;
}

table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: unset;
  border-spacing: 0 10rem;
  margin-top: 60rem;
}
table td {
  vertical-align: top;
  height: 70rem;
  border: 1.5px solid #f2f2f2;
}
table td.radiobtn {
  padding-left: 20rem;
  background-color: #f2f2f2;
  padding-top: 22rem;
}
table td.radiobtn .error {
  padding-left: 0;
  position: absolute;
  top: 0;
}
table th {
  text-align: left;
  width: 252rem;
  font-weight: bold;
  background-color: #f2f2f2;
  padding-left: 30rem;
  border: 1.5px solid #f2f2f2;
  line-height: 70rem;
}
table tr:last-of-type th {
  height: 280rem;
  line-height: 280rem;
}
table tr:last-of-type td {
  line-height: unset;
}
table.confirm_table td {
  padding-left: 20rem;
  line-height: 70rem;
}
table.confirm_table tr:last-of-type td {
  padding-top: 20rem;
}

.privacy {
  text-align: center;
}
.privacy .check {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.privacy .check::after {
  top: 0;
  right: -40rem;
}
.privacy label {
  font-weight: bold;
}
.privacy .note {
  margin-bottom: 20rem;
}

.completion {
  text-align: center;
  margin-top: 80rem;
  margin-bottom: 80rem;
}

.error {
  color: rgb(172, 1, 1);
  padding-left: 20rem;
}

.required {
  position: relative;
}
.required::after {
  content: "必須";
  font-size: 12rem;
  font-weight: bold;
  width: 33rem;
  height: 33rem;
  border-radius: 50%;
  position: absolute;
  display: block;
  background-color: #0a7b77;
  color: #fff;
  right: 20rem;
  top: 20rem;
  text-align: center;
  line-height: 33rem;
}

input[type=text],
input[type=textarea],
textarea,
select {
  width: 100%;
  height: 100%;
}

input[type=textarea],
textarea {
  padding-top: 20rem;
  padding-bottom: 20rem;
  max-height: 500rem;
  min-height: 160rem;
  overflow: auto;
  resize: vertical;
}

input[type=radio] {
  position: relative;
  width: 21rem;
  height: 21rem;
  border: 1px solid #0a7b77;
  border-radius: 50%;
  vertical-align: -5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}
input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 50%;
  background: #0a7b77;
  content: "";
}

textarea {
  height: 280rem;
  padding-left: 20rem;
  padding-right: 20rem;
}

input[type=text] {
  height: 70rem;
  padding-left: 20rem;
  padding-right: 20rem;
}

label,
input[type=checkbox],
select {
  cursor: pointer;
}

input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 30rem;
  height: 30rem;
  border: 2px solid #D9D9D9;
  vertical-align: middle;
}
input[type=checkbox]:checked:before {
  position: absolute;
  top: 1rem;
  left: 8rem;
  transform: rotate(50deg);
  width: 7rem;
  height: 15rem;
  border-right: 4rem solid #0a7b77;
  border-bottom: 4rem solid #0a7b77;
  content: "";
}

form {
  margin-bottom: 80rem;
}

.any {
  background-color: #D9D9D9;
  color: #3A3A3A;
}

.confirmation {
  display: flex;
  justify-content: center;
  gap: 50rem;
  margin-top: 80rem;
  flex-direction: row-reverse;
  text-align: center;
}
.confirmation .btn a {
  width: 358rem;
  text-align: center;
  padding: 0;
}
.confirmation .btn.disable a {
  pointer-events: none;
  background-color: #9fa3a3;
}
.confirmation .btn.prev a {
  background-color: #fff;
  color: #0a7b77;
  border: 1px solid #0a7b77;
}
.confirmation .btn.prev a:hover::after {
  left: 15rem;
}
.confirmation .btn.prev a::after {
  background-image: url(../../img/pic_arrow_b.svg);
  left: 20rem;
  transform: scale(-1, 1);
}

.btn {
  margin-top: 40rem;
  text-align: center;
}
.btn button a {
  width: 300rem;
  border-radius: 10rem;
  height: 60rem;
  line-height: 60rem;
  background-color: #0a7b77;
  padding-left: 25rem;
  position: relative;
  display: block;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.btn button a::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../img/pic_arrow.svg);
  width: 24rem;
  height: 33rem;
  background-repeat: no-repeat;
  top: calc(50% - 16.5rem);
  right: 20rem;
  transition: 0.5s;
}
.btn button a:hover {
  opacity: 0.6;
}
.btn button a:hover::after {
  right: 15rem;
}
.btn .disable a {
  cursor: not-allowed;
  background-color: #ccc;
}
.btn .disable a:hover {
  border: none;
}
.btn .disable a::after {
  content: unset;
}

@media screen and (max-width: 680px) {
  .ttl {
    width: 173rem;
  }
  .flow {
    margin-top: 50rem;
  }
  .flow ul {
    width: 245rem;
  }
  .flow ul li .num_wrap {
    width: 35rem;
    height: 35rem;
  }
  .flow ul li:nth-child(2)::before, .flow ul li:nth-child(2)::after {
    width: 45rem;
    height: 1px;
    top: 20rem;
  }
  .flow ul li:nth-child(2)::before {
    left: 50rem;
  }
  .flow ul li:nth-child(2)::after {
    right: 50rem;
  }
  .bf_text {
    margin-top: 35rem;
  }
  table {
    width: 100%;
    border-collapse: unset;
    margin-top: 25rem;
    font-size: 14rem;
  }
  table td {
    display: block;
    width: 100%;
    height: 56rem;
    line-height: 56rem;
  }
  table td.radiobtn {
    padding-top: 0;
  }
  table td.radiobtn .error {
    top: 20rem;
    right: 5rem;
  }
  table th {
    display: block;
    width: auto;
    height: 44rem;
    line-height: 44rem;
    padding-left: 20rem;
  }
  table tr:last-of-type th {
    height: 44rem;
    line-height: 44rem;
  }
  table tr:last-of-type td {
    height: 100%;
    padding-bottom: 20rem;
  }
  table.confirm_table td {
    line-height: 56rem;
  }
  .privacy {
    width: 100%;
  }
  .privacy .text_wrap {
    margin-left: 0;
    text-align: center;
  }
  .privacy .check {
    margin-top: 10rem;
  }
  .error {
    font-size: 10rem;
    position: absolute;
    top: 20rem;
    right: 5rem;
    line-height: normal;
  }
  .required::after {
    font-size: 10rem;
    width: 25rem;
    height: 25rem;
    right: 8rem;
    top: 60rem;
    line-height: 25rem;
  }
  input[type=text],
  select {
    height: 40rem;
  }
  input[type=text],
  input[type=textarea],
  textarea {
    padding-left: 10rem;
    padding-right: 10rem;
    font-size: 16rem;
  }
  textarea {
    height: 100rem;
  }
  input[type=textarea],
  textarea {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 12rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 12rem;
  }
  input[type=checkbox] {
    width: 20rem;
    height: 20rem;
    border-radius: 2rem;
  }
  input[type=checkbox]:checked:before {
    left: 5rem;
    width: 5rem;
    height: 10rem;
  }
  .btn span {
    width: 300rem;
    height: 40rem;
    line-height: 40rem;
  }
  .btn.btnBack {
    margin-top: 10rem;
  }
  .confirmation {
    margin-top: 30rem;
    display: block;
  }
  .confirmation .btn a {
    width: 212rem;
  }
  .confirmation .btn:nth-child(2) {
    margin-top: 10rem;
  }
  .confirm_button {
    margin-top: 30rem;
    text-align: center;
  }
}/*# sourceMappingURL=contact.css.map */