/*----------------------------------------
  フォームエラー
----------------------------------------*/
.errors {
  background-color: #db7093;
  color: white;
  margin-top: 1em;
  /*padding-top: 0.5em;*/
  border-radius: 0.5em;
}

.errors ul, .notice ul {
  list-style: disc;
  margin: 0.5em;
  padding: 0.5em 1.5em;
  line-height: normal;
}


/*----------------------------------------
  同意チェックボックス
----------------------------------------*/
.agree-rule {
  display: flex;
  flex-direction: column;
  gap: 3.8647342995vw;
  margin-bottom: 1rem;
}
/* @media screen and (min-width: 1025px) {
  .agree-rule {
    gap: 16px;
  }
} */
/* .agree-rule label {
  cursor: pointer;
} */
.agree-rule label input {
  display: none;
}

.agree-rule label input:checked + span {
  background: #FED4E1;
}
.agree-rule label input:checked + span:after {
  background: url(../../../images/v2/design/common/icon-check01_on.svg) center/cover;
}
.agree-rule label span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  font-size: 15px;
  font-weight: 500;
  background: #fff;
  /* padding: 2rem; */
  border-radius: 15px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  display: inline-block;
  line-height: 5rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .agree-rule label span {
    height: 50px;
    font-size: 1.3rem;
    padding: 8px 10px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}
.agree-rule label span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.4154589372vw;
  bottom: 0;
  width: 6.038647343vw;
  height: 6.038647343vw;
  background: url(../../../images/v2/design/common/icon-check01.svg) center/cover;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .agree-rule label span:after {
    right: 10px;
    width: 25px;
    height: 25px;
  }
}


/*----------------------------------------
	戻るボタン
----------------------------------------*/

.p-login__return a {
  display: flex;
  align-items: center;
  gap: 1.9323671498vw;
  font-size: 4.8309178744vw;
  color: #646464;
  margin: 2rem 3rem;
}
@media screen and (min-width: 1025px) {
  .p-login__return a {
    gap: 8px;
    font-size: 2rem;
  }
}
.p-login__return a:before {
  content: "";
  display: block;
  width: 2.4154589372vw;
  height: 2.4154589372vw;
  border-left: 2px solid #646464;
  border-bottom: 2px solid #646464;
  rotate: 45deg;
}
@media screen and (min-width: 1025px) {
  .p-login__return a:before {
    width: 10px;
    height: 10px;
  }
}

/*----------------------------------------
	次へボタン
----------------------------------------*/

.p-button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10.6280193237vw;
  font-size: 5.0724637681vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #FF3573;
  border: 2px solid #fff;
  border-radius: 24.154589372vw;
  margin: auto;
  box-shadow: 0.4830917874vw 0.4830917874vw 0.4830917874vw rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1025px) {
  .p-button-submit {
    height: 44px;
    font-size: 2.1rem;
    border-radius: 100px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

/*----------------------------------------
	リンクの色    
----------------------------------------*/

a:link.normal {
  text-decoration: underline;
  color: #006699;
}

/*----------------------------------------
  部品
----------------------------------------*/

.regist_form .p-checkanswer-input__head{
  box-shadow: none; /* 項目タイトル 影はなくす */
}

#t_person_name1, #t_person_name2, #t_person_kana1, #t_person_kana2 {
  /* width: calc(50% - 3rem); */
  height: 40px;
  text-align: center;
  margin: 0 1.5rem 0 1rem;
}

.regist_form .p-checkanswer-input-picker__number-main input:last-child, .regist_form .p-checkanswer-input-picker__number-main input, #pass-input{
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  text-align: center; 
  color: #333;
}

.regist_form .p-checkanswer-input-picker__number-main input:last-child.text-left, .regist_form .p-checkanswer-input-picker__number-main input.text-left, #pass-input.text-left{
  text-align: left; 
}

.p-checkanswer-input-picker__number-main label{
  white-space: nowrap;
  align-self: center;
}

#birthday_birthday_1i, #birthday_birthday_2i, #birthday_birthday_3i{
  font-size: 14px;
  text-align: center;
  width: 40%;
  height: 40px;
  margin: 0 8px;
  background: #fff;
  padding: 0 10px;
  border: 2px solid #B1B1B1;
  border-radius: 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#birthday_birthday_2i, #birthday_birthday_3i{
  width: 15%;
}

.c-modal-picker__number-select-item{
  font-size: 2rem;
  direction: none;
}

@media screen and (min-width: 1025px) {
  .regist_form .p-checkanswer-input-picker__number-main input {
    font-size: 16px;
  }
}

.cap_note{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #FF3573;
  margin: 2rem
}

.mail_send_message {
  font-size: 1.6rem;
  color: #333;
  padding: 9px;
  text-align: center;
}

.mail_send_message img {
  /* width: 100%; */
  padding: 10% 40%;
  margin: auto;
}

.mail_send_message p {
  line-height: normal;
  margin: 1rem 0px;
}

.form_contents p.form_contents_info {
  text-align: center;
  margin: 2rem 1rem;
}
.notice li {
  line-height: normal;
  width: 90%;
  margin: 1rem auto 0;
}

p.mail_note {
  margin-top: 3rem;
}

ul.notice.mail_note {
  margin-top: 0.5rem;
  margin-bottom: 5rem;
}

.content{
  width: 90%;
  margin: 0 auto;
}



/*----------------------------------------
  ポップアップ
----------------------------------------*/

.tooltip .description {
  display: none;
  position: absolute;
  padding: 1em;
  /*color: #fff;*/
  border-radius: 0.5em;
  background: #FFF;
  max-width: 300px;
  width: 80%;
  z-index: 100;
  border: 1px solid #CCC;
}

.tooltip {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 90%;
}

.tooltip:hover .description {
  display: inline-block;
  top: 3.5em;
  left: 2em;
}

.tooltip:hover .description {
  display: inline-block;
  top: 3.5em;
  left: 2em;
}

.description .button_case {
  width: 95%;
  display: inline-block;
  text-align: center;
}

.button_case .close__button {
  border-radius: 5px;
  padding: 3px 1em;
  height: 2em;
  display: inline-block;
  background-color: #CCC;
  color: #FFF;
  cursor: pointer;
  margin-top: 3rem;
  font-size: 1.5rem;
}

@media screen and (min-width: 1025px) {
  .description{
    font-size: 1.5rem;
  }
}

/*----------------------------------------
  p-record-panel
----------------------------------------*/
.p-record-panel {
  background: #E4E4E4;
  padding: 6.038647343vw;
  border-radius: 1.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  margin: 1rem 2rem 2rem 2rem;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .p-record-panel {
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  }
}

.p-record-panel p, .indent{
  margin-top: 1.5rem;
  line-height: normal;
}
