@charset "UTF-8";
/* common */
.c_secondTitle {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 16px;
}
.c_secondTitle._sub {
  color: #ff4d4d;
}

.c_thirdTitle {
  border-bottom: 1px solid #c0c0c0;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  padding-bottom: 8px;
}

/* overwrite */
.p_formWrap._complete {
  width: 380px;
  margin: 0 auto 24px;
}
.p_formWrap + .c_spaceBox {
  margin-top: 32px;
}

.c_note + .c_spaceBox {
  margin-top: 24px;
}

/* 01_同意 */
.btn_check {
  background: #c0c0c0;
}

.btn_check {
  cursor: default;
  outline: none;
}

.btn_consent {
  cursor: default !important;
}
.btn_consent:hover {
  opacity: 1;
}

.btn_check:not(:disabled) {
  z-index: -1;
}

.btn_check:not(:disabled) + .btn_consent {
  background: #fca64d;
  cursor: pointer !important;
}
.btn_check:not(:disabled) + .btn_consent:hover {
  opacity: 0.7;
}

/* 04_本登録入力 */
.p_inputBarWrap {
  margin-top: 24px;
  margin-bottom: 24px;
}

.c_inputBarInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.c_inputBarInner::before {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid #c0c0c0;
  width: 768px;
  top: 21px;
  z-index: 1;
}

.c_inputBar {
  background-color: #ff4d4d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
}
.c_inputBar.c_active::before {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid #ff4d4d;
  width: 310px;
  top: 21px;
  left: -310px;
  z-index: 1;
}
.c_inputBar.c_active_four::before {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid #ff4d4d;
  width: 190px;
  top: 21px;
  left: 50px;
  z-index: 1;
}

.c_inputBarText {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  padding-top: 12px;
}

.c_licenseWrap + .c_licenseWrap {
  padding-top: 32px;
}
.c_licenseWrap + .c_spaceBox {
  padding-top: 40px;
}

/* 01,　07_利用規約 */
.c_termsInner {
  border: 1px solid #c0c0c0;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 32px;
  height: 70vh;
  overflow-y: scroll;
}

.c_termsTitle {
  border-bottom: 1px solid #c0c0c0;
  font-size: 1.6rem;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.c_termsText {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.42;
}

.c_termsBox {
  margin-top: 24px;
}

.c_termsInnerTitle {
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.42;
}

.c_termsInnerBoxTitle {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.42;
  margin-top: 50px;
}

.c_termsList {
  padding-left: 1.6rem;
}
.c_termsList li {
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.42;
  list-style: decimal;
}
.c_termsList .c_termsListInner {
  padding-left: 5rem;
}

.c_termsTextNote {
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.42;
  margin-top: 4px;
}

/* 同意のスクロール・活性化 */
.js_agreeBtn {
  background-color: #ccc;
  color: #fff;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/* 活性化（オレンジ） */
.js_agreeBtn.is-active {
  background-color: #fca64d;
  cursor: pointer;
}

/* 13_ログイン画面 */
.c_loginWrap {
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 480px;
  padding: 32px;
}

.c_loginLogo {
  width: 208px;
  margin: 0 auto 35px;
}

.p_formBox {
  width: 100%;
}
.p_formBox.c_login {
  padding-top: 0;
  padding-right: 0;
}
.p_formBox.c_login + .p_formBox {
  margin-top: 10px;
}

.c_loginBtnWrap {
  margin-top: 40px;
}
.c_loginBtnWrap .c_btn {
  display: block;
  margin: 16px auto 0;
}
.c_loginBtnWrap > * + * {
  margin-top: 16px;
}

/* 15_パスワード変更 */
.c_login_15 {
  display: block !important;
}

.password_check {
  text-align: left;
  margin-top: 5px;
}

.password_check ul li {
  position: relative;
  list-style: none;
}

.password_check ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: -0.6em;
  width: 1px;
  height: 1px;
  background: #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.password_check ul li.ok_check::after {
  top: 0.3em;
  left: -1em;
  width: 10px;
  height: 5px;
  background: #FFF;
  border: none;
  border-left: 2px solid #25AF01;
  border-bottom: 2px solid #25AF01;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.password_check ul li.out_check::before,
.password_check ul li.out_check::after {
  content: "";
  background: #F00;
  display: block;
  position: absolute;
  top: 0.6em;
  left: -1em;
  width: 12px;
  height: 2px;
  border: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.password_check ul li.out_check::after {
  /*transform: rotate(-45deg);
  transform-origin:100% 50%;
  left: auto;*/
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* 17_多要素認証 */
.p_multiWrap {
  text-align: center;
}
.p_multiWrap._mail {
  text-align: left;
}
.p_multiWrap .c_input {
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  height: 60px;
  width: 46px;
}
.p_multiWrap .c_input + .c_input {
  margin-left: 8px;
}
.p_multiWrap .c_input.c_multiInput {
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 4px 0 0;
  padding: 2px 8px;
  text-align: left;
  height: auto;
  width: 100%;
}
.p_multiWrap .c_formRadioBox .form-check-label {
  display: block;
}
.p_multiWrap .c_formRadioBox + .c_formRadioBox {
  margin-top: 8px;
}

/* radioBtn */
.c_formRadioBox .p_formBox {
  min-width: auto;
  max-width: 100%;
}
.c_formRadioBox .c_inputBox {
  width: auto;
}
.c_formRadioBox .c_inputLabel {
  min-width: auto;
  max-width: 100%;
}
.c_formRadioBox .c_radiobox {
  font-size: 1.4rem;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: inline-block;
  min-width: 18px;
  width: 18px;
  margin-right: 8px;
  min-height: 18px;
  height: 18px;
  position: relative;
  border: 1px solid #0068b7;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c_formRadioBox .c_radiobox:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.c_formRadioBox .c_label {
  min-width: auto;
  max-width: 100%;
  text-align: left;
  width: 100%;
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  margin-right: 0;
}

.c_inputBox span {
  font-size: 1.2rem;
}

.c_topWrap {
  padding: 24px 40px 0;
  /* radioBtn */
  /* radioboxのアイコン */
}
.c_topWrap .c_listTable td {
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
}
.c_topWrap .u_claim {
  font-size: 2rem;
}
.c_topWrap .c_listTable .c_inputBox {
  margin: 0 auto;
}
.c_topWrap .c_listTable .c_inputBox select {
  border-color: #e5e5e5;
}
.c_topWrap .c_list {
  font-size: 1.4rem;
}
.c_topWrap .c_modalInner .p_formBox {
  border-bottom: none;
}
.c_topWrap .c_modalInner .c_inputLabel {
  text-align: right;
}
.c_topWrap .c_modalInner .c_inputLabel,
.c_topWrap .c_modalInner .c_label {
  font-size: 1.6rem;
}
.c_topWrap .c_modalInner .c_formRadioBox {
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
}
.c_topWrap .c_formRadioBox {
  font-size: 1.4rem;
}
.c_topWrap .c_formRadioBox .p_formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c_topWrap .c_formRadioBox .c_inputBox {
  margin-right: 8px;
  width: auto;
}
.c_topWrap .c_formRadioBox .c_inputLabel {
  min-width: auto;
  max-width: 100%;
}
.c_topWrap .c_formRadioBox .c_label {
  min-width: auto;
  max-width: 100%;
  text-align: left;
  width: 100%;
  -ms-flex-preferred-size: 95%;
      flex-basis: 95%;
  margin-right: 0;
}
.c_topWrap .c_radioboxBox {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.c_topWrap .c_radioboxBox .c_inputBox {
  font-size: 1.4rem;
}
.c_topWrap .c_radioboxBox .c_inputLabel {
  font-size: 1.4rem;
}
.c_topWrap .c_radioboxBox::before,
.c_topWrap .c_radioboxBox::after {
  border-radius: 50%;
  content: "";
}
.c_topWrap .c_radioboxBox::before {
  width: 18px;
  height: 18px;
  border: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_topWrap .c_radioboxBox::after {
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: transparent;
}
.c_topWrap .c_radioboxBox:has(:checked)::after {
  background-color: #2675dd;
}
.c_topWrap .c_radioboxBox:has(:checked)::before {
  border: 1px solid #2675dd;
}
.c_topWrap .c_radioboxBox input {
  display: none;
}

.top_07_01 {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}

.c_inputTextBox {
  height: 70px !important;
}

.top_08_01 .c_text {
  color: #333333;
}
.top_08_01 .c_text a {
  font-size: 1.6rem;
}
.top_08_01 .c_text + .c_text {
  margin-top: 16px;
}
.top_08_01 .c_licenseWrap + .c_licenseWrap {
  margin-top: 32px;
  border-top: 1px solid #c0c0c0;
}
.top_08_01 .p_formBox.c_wrap {
  display: block;
  padding-bottom: 32px;
}
.top_08_01 .c_cancelQ {
  font-weight: normal;
  margin-bottom: 16px;
}
.top_08_01 .c_cancelA .c_formCheckBox {
  display: block;
}
.top_08_01 .c_cancelA .c_func {
  padding: 0;
  display: block;
}
.top_08_01 .c_cancelA .c_func .c_label {
  font-size: 1.6rem;
}
.top_08_01 .c_cancelA .c_func .c_inputBox {
  width: 100%;
}