@charset "UTF-8";
.text-center {
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
}

.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  margin: 0.5rem;
}
.btn:hover {
  cursor: pointer;
}
.btn-primary {
  color: #ffffff;
  background-color: #5c554d;
}
.btn-primary:hover {
  color: #333333;
  background-color: #ffffff;
}
.btn-secondary {
  color: #333333;
  background-color: #ffffff;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5c554d;
}

.error-message {
  size: 2rem;
  color: #db3366;
  font-weight: bold;
  margin: 0.5rem 0;
}
.error-message svg {
  position: relative;
  top: 4px;
}

main {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 15px;
}
main .last-page {
  padding-top: 4em;
  padding-bottom: 10em;
}
main .confirm-page-recaptcha {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
main .section {
  margin-bottom: 3rem;
}
main .warning {
  display: flex;
  align-items: center;
  color: #db3366;
  margin-bottom: 1rem;
}
main .warning span.material-symbols-outlined {
  padding-right: 0.5rem;
}
main h3 {
  border-style: solid;
  border-width: 0 0 0 0.5rem;
  border-color: #009d85;
  padding-left: 0.5rem;
}
main h3.required {
  position: relative;
  display: inline-block;
  padding-right: 4em;
  /* 必須ラベル分のスペースを確保 */
}
main h3.required:after {
  content: "必須";
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0.2em 1em;
  transform: translateY(-50%);
  /* 縦方向の中央揃え */
  color: #ffffff;
  background-color: #b43a5f;
  font-weight: normal;
  font-size: 0.8em;
  border-radius: 3px;
}
main h3.not-required {
  position: relative;
  display: inline-block;
  padding-right: 4em;
  /* 必須ラベル分のスペースを確保 */
}
main h3.not-required:after {
  content: "任意";
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0.2em 1em;
  transform: translateY(-50%);
  /* 縦方向の中央揃え */
  color: #333333;
  background-color: transparent;
  font-weight: normal;
  border: solid 1px #333333;
  font-size: 0.8em;
  border-radius: 3px;
}
main textarea {
  width: calc(100% - 4em);
  height: 100px;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  resize: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 1em;
}
main .input-group {
  display: flex;
  align-items: center;
}
main .input-group label {
  padding-left: 0.5rem;
}
main input {
  box-sizing: border-box;
}
main input[type=checkbox], main input[type=radio] {
  width: 2em;
  height: 2em;
}
main input[type=text] {
  width: 100%;
  height: 50px;
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
main input[type=number] {
  width: 100px;
  height: 50px;
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
main input[type=date] {
  width: 40%;
  height: 50px;
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  position: relative;
}
main input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
main input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
main input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
main select {
  width: 100%;
  height: 50px;
  padding: 5px;
  margin: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
}
main .display-flex {
  display: flex;
}
main .width-40p {
  width: 40%;
}
main .margin-05rem {
  margin: 0.5rem;
}
main .margin-10rem {
  margin: 1rem;
}
main .col-for-hyphen {
  position: relative;
  left: 3px;
  top: 13px;
  transform: translateX(-50%);
}
main .width-90p {
  width: 90%;
}
main .agree_ppolicy {
  overflow-y: scroll;
  height: 400px;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
  border: solid 1px #888888;
  padding: 0.5rem 1.5rem;
  color: #555555;
}
main .agree_ppolicy div.ageree_pplolicy_table {
  width: 100%;
  overflow-x: auto;
}
main .agree_ppolicy div.ageree_pplolicy_table table {
  border-collapse: collapse;
}
main .agree_ppolicy div.ageree_pplolicy_table table th {
  background-color: #f0f0f0;
}
main .agree_ppolicy div.ageree_pplolicy_table table th, main .agree_ppolicy div.ageree_pplolicy_table table td {
  white-space: nowrap;
  border: solid 1px #888888;
  padding: 0.5em;
}
main .agree_ppolicy p {
  font-size: 1rem;
  line-height: 1.7em;
}
main .agree_ppolicy h1 {
  font-size: 1.1rem;
}
main .agree_ppolicy h2 {
  font-size: 1rem;
}
main .agree_ppolicy h3 {
  font-size: 1rem;
  border: none;
  padding: 0;
}
main .agree_ppolicy ul {
  padding-inline-start: 1.5rem;
}
main .agree_ppolicy ul li {
  list-style-type: none;
  line-height: 1.5em;
  padding-bottom: 0.5rem;
}
main .agree_ppolicy .contact-info {
  border: solid 1px #888888;
  padding: 1rem;
  border-radius: 3px;
}
main .agree_ppolicy .contact-info span {
  display: block;
}
main .note {
  margin-left: 2.5rem;
}
main .text-center {
  text-align: center;
}
main .bold {
  font-weight: bold;
}
main #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
main .overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

header {
  padding: 0;
}
header div.static-navigation {
  color: #333333;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}
header div.static-navigation ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
header div.static-navigation ul li {
  background-color: #f0f0f0;
  list-style: none;
  height: 4rem;
  display: flex; /* 追加 */
  justify-content: center; /* 追加 */
  align-items: center; /* 追加 */
  padding: 0px 15px 0px 8px;
  font-weight: bold;
  width: 30%;
}
header div.static-navigation ul li.active {
  color: #ffffff;
  background: #009d85;
}
header div.static-navigation ul li div p {
  margin: 0;
}
header div.static-navigation ul li div p:first-child {
  font-size: 0.8em;
}
header div.static-navigation .step {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
header .logo {
  color: #ffffff;
  background-color: #5c554d;
  text-align: center;
  font-size: 0.6rem;
  padding: 0.5rem 0;
  font-family: "Noto Serif JP", serif;
}
header .logos {
  display: flex;
  justify-content: space-between;
}
header .top-caption {
  background-color: #009d85;
  padding: 0.4rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.3rem;
  font-family: serif;
}
header .logo-center {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 2em;
}
header .logo-center img {
  max-width: 80%;
}
header h4 {
  text-align: center;
  color: rgb(212, 212, 212);
}
header h4 span {
  color: #5c554d;
  font-size: 1.6rem;
}
header h2 {
  text-align: center;
}
header .title {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  box-sizing: border-box;
}
header .info {
  text-align: center;
}

footer {
  align-items: center;
}
footer div.static-navigation {
  color: #333333;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}
footer div.static-navigation ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
footer div.static-navigation ul li {
  background-color: #f0f0f0;
  list-style: none;
  height: 4rem;
  display: flex; /* 追加 */
  justify-content: center; /* 追加 */
  align-items: center; /* 追加 */
  padding: 0px 15px 0px 8px;
  font-weight: bold;
  width: 30%;
}
footer div.static-navigation ul li.active {
  color: #ffffff;
  background: #009d85;
}
footer div.static-navigation ul li div p {
  margin: 0;
}
footer div.static-navigation ul li div p:first-child {
  font-size: 0.8em;
}
footer div.static-navigation .step {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
footer div.static-navigation {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  box-sizing: border-box;
}
footer .pager {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer .pager .btn {
  font-size: 1rem;
  width: 48%;
  line-height: 1;
  border-radius: 3px;
}
footer .logo {
  margin: auto;
  color: #ffffff;
  background-color: #5c554d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
footer .logo img {
  height: 45px;
}

.footer-navi-button-prev {
  color: red;
}
.footer-navi-button-next {
  color: blue;
}
.footer-navi-button-send {
  color: green;
}

#setumon4::placeholder {
  line-height: 1.3;
  letter-spacing: 0.03em;
}