@charset "UTF-8";
/*  font-size*/
* {
  box-sizing: border-box;
}

body {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

img {
  display: block;
  margin: 0 auto;
}

#main {
  /* width: 960px;
  margin: 0px auto;
  border: solid 1px #b2b3b5;
  -moz-border-radius: 10px;
  padding: 20px;
  background-color: #f6f6f6; */
}

#SignupForm {
  padding: 15px 5%;
  max-width: 378px;
  height: auto;
  border-radius: 3px;
  text-align: center;
  text-align: left;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  #SignupForm {
    background-color: #ffffff;
  }
}

#SignupForm01 {
  padding: 25px 5%;
  max-width: 378px;
  height: auto;
  border-radius: 3px;
  text-align: center;
  text-align: left;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 992px) {
  #SignupForm01 {
    background-color: #ffffff;
  }
}

#addForm {
  padding: 25px 5%;
  border-radius: 3px;
  text-align: center;
  text-align: left;
  margin: auto;
  position: relative;
}

.thanks {
  max-width: 370px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 2rem;
}

.add {
  max-width: 370px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 2rem;
}

#header {
  text-align: center;
  border-bottom: solid 1px #b2b3b5;
  margin: 0 0 20px 0;
}

fieldset {
  border: none;
  max-width: 350px;
  width: 100%;
  padding: 0;
  margin: 5rem auto 0;
}
@media screen and (min-width: 992px) {
  fieldset {
    margin: 0 auto;
  }
}

legend {
  text-align: center;
  font-size: 22px;
  margin: 0 0 20px;
  padding: 10px 0px;
  color: #222454;
  font-weight: 600;
}

legend.besttxt {
  font-size: 16px;
  font-weight: 400;
}

legend span {
  display: block;
  font-size: 12px;
}

legend span.span1 {
  display: block;
  font-size: 16px;
  color: #000;
}

select {
  border: #000 solid 1px;
  background: #fff;
  border: none;
  width: 100%;
  padding: 12px 10px;
  font-size: 13px;
  color: #a0a0a0;
}

select option {
  background: #fff;
  color: #000;
}

input[type=text],
input[type=password] {
  border: #000 solid 1px;
  border: none;
  width: 100%;
  padding: 12px 10px;
  font-size: 13px;
  background: #fff;
}

textarea {
  width: 100%;
  border: #000 solid 1px;
  border: none;
  width: 100%;
  padding: 12px 10px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif !important;
  background: #fff;
}

#submitBtn {
  width: 90%;
  max-width: 240px;
  margin: auto;
  position: relative;
}

#submitBtn:after {
  content: ">";
  display: inline-block;
  color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

#step1commands {
  margin-top: 15px;
}

.prev,
.next {
  background-color: #f5f5f5;
  padding: 5px 10px;
  color: #111;
  text-decoration: none;
}

.prev:hover,
.next:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}

#steps {
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#steps li {
  font-size: 24px;
  float: left;
  padding: 10px;
  color: #b0b1b3;
}

#steps li span {
  font-size: 11px;
  display: block;
}

#steps li.current {
  color: #000;
}

#makeWizard {
  background-color: #b0232a;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 18px;
}

#makeWizard:hover {
  background-color: #000;
}

#step0commands {
  margin-top: 20px;
}

#step2commands {
  display: none;
  text-align: center;
}

/* thanks */
.thanks h2 {
  text-align: center;
  font-size: 16px;
  margin: 0px;
  padding: 10px 0px;
  color: #222454;
  font-weight: 600;
}

.thanks p {
  margin: 10% auto 0;
  text-align: center;
  font-size: clamp(10px, 3.4vw, 14px);
}

* {
  box-sizing: border-box;
}

body {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
}

#main {
  /* width: 960px;
  margin: 0px auto;
  border: solid 1px #b2b3b5;
  -moz-border-radius: 10px;
  padding: 20px;
  background-color: #f6f6f6; */
}

#header {
  text-align: center;
  border-bottom: solid 1px #b2b3b5;
  margin: 0 0 20px 0;
}

legend {
  text-align: center;
  font-size: 22px;
  margin: 0px;
  padding: 10px 0px;
  color: #222454;
  font-weight: 600;
}

legend.besttxt {
  font-size: 16px;
  font-weight: 400;
}

legend span {
  display: block;
  font-size: 12px;
}

select {
  border: #000 solid 1px;
  width: 100%;
  padding: 12px 10px;
  font-size: 13px;
}

select option {
  background: #fff;
  color: #000;
}

label {
  display: block;
  margin: 20px 0 5px;
  font-size: 16px;
  font-weight: 500;
}

input[type=text],
input[type=password] {
  border: #000 solid 1px;
  width: 100%;
  padding: 12px 10px;
  font-size: 13px;
}

textarea {
  width: 100%;
}

input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  border-radius: 0;
  font: inherit;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: #047B70;
  color: #fff;
  padding: 18px 10px;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#submitBtn {
  width: 90%;
  max-width: 240px;
  margin: 3rem auto 0;
  position: relative;
}

#submitBtn:after {
  content: ">";
  display: inline-block;
  color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 19px;
  top: -10px;
  bottom: 0;
  margin: auto;
}

#steps {
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

#steps li {
  font-size: 24px;
  float: left;
  padding: 10px;
  color: #b0b1b3;
}

#steps li span {
  font-size: 11px;
  display: block;
}

#steps li.current {
  color: #000;
}

#makeWizard {
  background-color: #b0232a;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 18px;
}

#makeWizard:hover {
  background-color: #000;
}

#step1Next,
#step1Next02 {
  display: none;
}

/* thanks */
.thanks h2 {
  text-align: center;
  font-size: 16px;
  margin: 0px;
  padding: 10px 0px;
  color: #222454;
  font-weight: 600;
}

.thanks h2:after {
  content: "";
  display: block;
  border-bottom: 1px solid;
  width: 190px;
  position: relative;
  top: 10px;
  margin: auto;
}

.thanks p {
  margin: 10% auto 0;
  text-align: center;
  font-size: clamp(10px, 3vw, 14px);
}

.form {
  position: relative;
  width: 100%;
}

select:focus,
.select-option select {
  color: #272727;
}

/* 選択されたオプションの文字色を黒にする */
select option:checked {
  color: #000000;
}

textarea {
  width: 100%;
  padding: 16px 10px;
  font-size: 13px;
  border: #000 solid 1px;
}

.select {
  position: relative;
}
.select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

/* 無効な状態の送信ボタンのスタイル */
#AccountRegister:disabled {
  opacity: 0.5; /* 透明度を半分に設定 */
  cursor: not-allowed; /* カーソルを「not-allowed（禁止）」に設定 */
  background-color: #f5f5f5;
  color: #000;
}

/* 無効な状態の送信ボタンのスタイル */
#AccountRegister02:disabled {
  opacity: 0.5; /* 透明度を半分に設定 */
  cursor: not-allowed; /* カーソルを「not-allowed（禁止）」に設定 */
  background-color: #f5f5f5;
  color: #000;
}

.checkbox {
  all: revert;
}
.checkbox span {
  color: #1d568f;
}
.checkbox p {
  text-align: center;
  display: block;
  font-size: 12px;
  margin: 19px 0;
}

input[type=checkbox] {
  all: revert;
}
/*# sourceMappingURL=form.css.map */