.fz_l {
  font-size: 1.5em;
}

.fz_s {
  font-size: 0.9em;
}

.p-gnav__logo {
  margin-top: 2em;
  margin-left: 2em;
}

.contents_wrap {
  margin-top: 4em;
  margin-bottom: 5em;
}

.contact_wrap .ttl {
  font-size: 1.3em;
  font-weight: bold;
  justify-content: left;
}

input[type=text],
select {
  height: 3em;
}

input[type=text],
input[type=textarea],
textarea,
select {
  background: #e7e7e7;
  border-radius: 0.5em;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
}

.arrow {
  position: relative;
}
.arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(135deg) translateX(-50%);
  position: absolute;
  border-color: inherit;
  top: 40%;
  right: 1.2em;
  pointer-events: none;
}

dl,
.txt_wrap,
.note_wrap {
  width: 1037px;
  margin-left: auto;
  margin-right: auto;
}

dl {
  border-collapse: unset;
  border-spacing: 0 35px;
}
dl > div {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin-top: 60px;
}
dl dd {
  width: calc(100% - 300px);
  vertical-align: top;
  vertical-align: middle;
}
dl dd .ex {
  color: #9B9A93;
  font-size: 16px;
}
dl dt {
  text-align: left;
  font-weight: bold;
  width: 220px;
}
dl dt span {
  font-weight: normal;
}
dl.confirm_table {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
dl .error,
dl .red {
  color: rgb(172, 1, 1);
}

.name_inputs {
  display: flex;
  gap: 1em;
}
.name_inputs > div {
  width: 40%;
}

.btn_more a,
.btn_more button {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  background: linear-gradient(135deg, #004077 0%, #006532 100%);
  font-size: 1.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-right: 1em;
  padding-left: 1em;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_more a:hover,
.btn_more button:hover {
  color: #fff;
  background-color: #a69982;
}
.btn_more.font_ak a {
  padding-top: 2px;
  letter-spacing: 1px;
  font-size: 2rem;
}

.btn_prev button {
  background: #fff;
  border: 1px solid #004077;
  color: #004077;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: left;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-right: 1em;
  padding-left: 1em;
  height: 50px;
}
.btn_prev button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: 3px;
}
.btn_prev button:hover {
  background: #004077;
  color: #fff;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: #ffffff;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  outline: none;
}

input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
}

.send_btn_wrap {
  margin-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  body {
    padding-top: 0;
    font-size: 14px;
  }
  .fz_l {
    font-size: 1.2em;
  }
  .p-gnav__logo {
    margin-top: 0.5em;
    margin-left: 0.5em;
  }
  .p-gnav__logo img {
    height: 35px;
  }
  .btn_more a,
  .btn_more button {
    padding-left: 1em;
  }
  .contents_wrap {
    margin-top: 1em;
  }
  .contact_wrap .ttl {
    font-size: 1.1em;
  }
  dl,
  .txt_wrap,
  .note_wrap {
    width: 90%;
  }
  dl {
    border-spacing: 0 35px;
  }
  dl > div {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  }
  dl dd {
    width: 100%;
    vertical-align: top;
    vertical-align: middle;
  }
  dl dd .ex {
    color: #9B9A93;
    font-size: 16px;
  }
  dl dt {
    text-align: left;
    width: 100%;
    font-weight: bold;
  }
  .btn_more {
    width: 100%;
  }
  .btn_more a,
  .btn_more button {
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    width: 70%;
    min-width: 0;
    margin: 0 auto;
  }
  .btn_prev {
    width: 100%;
  }
  .btn_prev button {
    width: 70%;
    min-width: 0;
    margin: 0 auto;
  }
  .send_btn_wrap {
    flex-direction: column-reverse;
    gap: 12px;
  }
  input[type=radio] {
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
  input[type=radio]:checked::before {
    width: 6.5px;
    height: 6.5px;
  }
  .error {
    color: rgb(172, 1, 1);
  }
}/*# sourceMappingURL=contact.css.map */