@charset "UTF-8";
/*-----------------------------------------
Medicom Park パスワード変更CSS
-------------------------------------------*/
.park_mypage_pw_content {
  max-width: 720px;
  margin: auto;
}
@media (max-width: 980px) {
  .park_mypage_pw_content {
    padding: 0 4vw;
  }
}
@media (min-width: 981px) {
  .park_mypage_pw_content {
    padding-top: 40px;
  }
}
.park_mypage_pw_content_ttl {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2em;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_ttl {
    font-size: 6.4vw;
    margin-bottom: 9.0666666667vw;
  }
}
.park_mypage_pw_content_txt {
  font-size: 3.7333333333vw;
  margin-bottom: 16vw;
  line-height: 1.7857142857;
}
@media (min-width: 981px) {
  .park_mypage_pw_content_txt {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
.park_mypage_pw_content_form input {
  border-radius: 3px;
  height: 50px;
  width: 100%;
  border: solid 1px #555555;
  padding: 0 1em;
  box-sizing: border-box;
  font-size: 1em;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_form input {
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.park_mypage_pw_content_form input::placeholder {
  color: #BCBCBC;
}
.park_mypage_pw_content_form .reCAPTCHA {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_form .reCAPTCHA {
    margin-top: 5.3333333333vw;
  }
}
.park_mypage_pw_content_form_bottom {
  margin-top: 60px;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_form_bottom {
    margin-top: 16vw;
  }
}
.park_mypage_pw_content_form_bottom label {
  justify-content: center;
  width: fit-content;
  margin: auto;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_form_bottom label {
    font-size: 14px;
  }
}
.park_mypage_pw_content_form_bottom .form_back,
.park_mypage_pw_content_form_bottom .form_submit, .park_mypage_pw_content_form_bottom_link {
  width: min(345px, 100%);
  height: 58px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 29px;
  font-weight: 500;
  font-size: 16px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.3s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_form_bottom .form_back,
.park_mypage_pw_content_form_bottom .form_submit, .park_mypage_pw_content_form_bottom_link {
    width: 100%;
    height: 15.4666666667vw;
    font-size: 4.2666666667vw;
    border-width: 0.2666666667vw;
    border-radius: 7.7333333333vw;
  }
}
.park_mypage_pw_content_form_bottom .form_back {
  border: solid 1px #252525;
  color: #252525;
}
.park_mypage_pw_content_form_bottom .form_back:hover {
  opacity: .6;
}

.park_mypage_pw_content_form_bottom_link {
  border: solid 1px #252525;
  color: #252525;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_form_bottom_link {
    border-width: 0.2666666667vw;
  }
}
.park_mypage_pw_content_form_bottom_link:hover {
  color: white;
  border: solid 1px #0D64F2;
  opacity: 1;
}
.park_mypage_pw_content_form_bottom_link:hover:after {
  transform: scale(1, 1);
}
.park_mypage_pw_content_form_bottom_link:after {
  content: "";
  width: 102%;
  height: 102%;
  background: #0D64F2;
  position: absolute;
  top: -1%;
  left: -1%;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.park_mypage_pw_content_form_bottom .form_submit {
  color: white;
  background: #0D64F2;
  border: solid 1px #0D64F2;
}
.park_mypage_pw_content_form_bottom .form_submit:hover {
  opacity: .7;
}

.park_mypage_pw_content_form_bottom .form_submit_disabled {
  pointer-events: none;
  background: #939393;
  border: solid 1px #939393;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_form_bottom_button_list {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
  }
  .park_mypage_pw_content_form_bottom_button_list .form_back,
.park_mypage_pw_content_form_bottom_button_list .form_submit {
    margin: 0;
  }
  .park_mypage_pw_content_form_bottom_button_list_col:first-child {
    margin-top: 5.3333333333vw;
  }
}
@media (min-width: 981px) {
  .park_mypage_pw_content_form_bottom_button_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .park_mypage_pw_content_form_bottom_button_list .form_back,
.park_mypage_pw_content_form_bottom_button_list .form_submit {
    margin: 0;
  }
}
@media (max-width: 980px) {
  .park_mypage_pw_content_confirm {
    font-size: 4.2666666667vw;
  }
}
.park_mypage_pw_content_confirm_password {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.park_mypage_pw_content_confirm .park_mypage_pw_content_form_bottom {
  margin-top: 30px;
}
@media (max-width: 980px) {
  .park_mypage_pw_content_confirm .park_mypage_pw_content_form_bottom {
    margin-top: 10.6666666667vw;
  }
}
