@charset "UTF-8";
/* ------------- */
/* responsive */
/* ------------- */
.my_sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .my_sp {
    display: block;
  }
}

.my_pc {
  display: block;
}

@media screen and (max-width: 960px) {
  .my_pc {
    display: none;
  }
}

/* ------------- */
/* header        */
/* ------------- */
.my_account_logo {
  position: absolute;
  top: 48px;
  left: 16px;
  width: 260px;
}

@media screen and (max-width: 960px) {
  .my_account_logo {
    display: none;
  }
}

.my_account_logo a {
  display: block;
  width: 100%;
}

.my_account_logo a:hover {
  opacity: .7;
}

.my_account_title {
  color: var(--navy);
  font-size: 3.2rem;
  text-align: center;
  margin: 11.4rem auto 0;
}

@media screen and (max-width: 960px) {
  .my_account_title {
    font-size: 1.8rem;
    margin: 4rem auto 0;
    text-align: left;
  }
}

.my_account_lead {
  margin: 3.2rem auto 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .my_account_lead {
    margin: 2.4rem auto 0;
    text-align: left;
  }
}

.my_account_lead p {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .my_account_lead p {
    font-size: 1.5rem;
  }
}

/* ------------- */
/* content       */
/* ------------- */
.my_account_content {
  width: 100%;
  max-width: 810px; /*デフォルト530px*/
  padding: 3.2rem 3.2rem 4rem;
  border-radius: 0.8rem;
  margin: 4.8rem auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 960px) {
  .my_account_content {
    padding: 3.2rem 1.6rem 4rem;
    margin: 4.6rem auto 0;
  }
}

.my_account_content .my_account_contentTitle {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  background-color: var(--navy);
  border-radius: 4px;
  margin: 4rem auto 0;
}

.my_account_content .my_account_contentTitle:first-of-type {
  margin: 0 auto;
}

.my_account_content .my_account_content_lead {
  text-align: center;
  margin: 2.4rem auto 0;
}

@media screen and (max-width: 960px) {
  .my_account_content .my_account_content_lead {
    text-align: left;
  }
}

.my_account_content .my_account_content_lead p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.my_account_content .my_account_guide {
  font-size: 1.6rem;
  margin: 2.4rem auto 0;
}

.my_account_content .my_account_links {
  text-align: right;
  border-top: 1px solid #E1E4ED;
  margin: 3.2rem auto 0;
}

.my_account_content .my_account_links a {
  display: inline-block;
  color: #553B87;
  font-size: 1.2rem;
  margin: 2.4rem 0 0;
}

.my_account_content .my_account_links a:hover {
  text-decoration: underline;
}

.my_account_content .my_account_links p + p a {
  margin: 0.8rem 0 0;
}

.my_account_content .my_account_form_description {
  display: inline-block;
  color: #666B80;
  font-size: 1.4rem;
  margin: 0.8rem 0 0;
}

.my_account_content .my_account_caution {
  width: 100%;
  color: #D92341;
  background-color: #FFDBE1;
  background-image: url(../images/icon_caution.svg);
  background-position: 16px 15px;
  background-repeat: no-repeat;
  background-size: 26px;
  border: 1px solid #D92341;
  border-radius: 5px;
  padding: 1.6rem 2.4rem 1.6rem 5.2rem;
  margin: 4rem auto 0;
}

@media screen and (max-width: 960px) {
  .my_account_content .my_account_caution {
    background-position: 10px 16px;
    background-size: 24px;
    padding: 1.6rem 0.8rem 1.6rem 4rem;
  }
}

.my_account_content .my_account_caution p {
  font-size: 1.6rem;
}

.my_account_content .my_account_form_caution {
  position: relative;
  display: inline-block;
  color: #D92341;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2.4rem auto 0 0;
  padding: 0 0 0 1.6rem;
}

.my_account_content .my_account_form_caution::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.my_account_content .my_account_form_caution_center {
  text-align: center;
  margin: 2.4rem auto 0 0;
}

.my_account_content .my_account_form_caution_center em {
  position: relative;
  display: inline-block;
  color: #D92341;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0 0 1.6rem;
}

.my_account_content .my_account_form_caution_center em::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.my_account_policy {
  height: 450px;
  width: calc(100% - 1.6rem);
  border: 1px solid #B3B7C4;
  border-radius: 4px;
  background-color: #F4F4F4;
  padding: 2.4rem 2.4rem 0;
  margin: 2.4rem auto 0;
  overflow-y: scroll;
}

@media screen and (max-width: 960px) {
  .my_account_policy {
    height: 400px;
    padding: 2.4rem 1.6rem 0;
  }
}

.my_account_policy .my_account_policy_title {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0 auto 3.2rem;
}

.my_account_policy .my_account_policy_topic dl {
  margin: 0 auto 4.8rem;
}

.my_account_policy .my_account_policy_topic dt {
  font-size: 1.4rem;
  font-weight: bold;
}

.my_account_policy .my_account_policy_topic dd {
  font-size: 1.4rem;
  margin: 1.6rem 0 3.2rem;
}

@media screen and (max-width: 960px) {
  .my_account_policy .my_account_policy_topic dd {
    margin: 1.6rem 0 2.4rem;
  }
}

.my_account_policy .my_account_policy_topic dd:last-child {
  margin: 1.6rem 0 4.8rem;
}

/* ------------- */
/* form          */
/* ------------- */
.my_account_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.6rem;
  margin: 2.4rem auto 0;
}

.my_account_form label {
  font-size: 1.4rem;
}

.my_account_form input[type=text],
.my_account_form input[type=email],
.my_account_form input[type=password] {
  width: 100%;
  color: var(--navy);
  font-size: 1.8rem;
  padding: 1.5rem 1.6rem;
  margin: 0.8rem 0 0;
  border: 1px solid #B3B7C4;
  border-radius: 4px;
}

.my_account_form .my_account_form_caution {
  margin: 1.6rem auto 0 0;
}

.my_account_accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  margin: 3.2rem 0 0;
}

.my_account_accept label {
  margin: 0 0 0 0.8rem;
}

.my_account_accept input[type=checkbox] {
  display: none;
}

.my_account_accept input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 3.2rem;
}

.my_account_accept input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
  border: 2px solid var(--navy);
  border-radius: 2px;
}

.my_account_accept input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 0;
  top: -2px;
  background-color: var(--navy);
  background-image: url(../../../myprog/common/images/icon_check_white.svg);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  background-size: 20px;
  border-radius: 2px;
}

/* ------------- */
/* 404          */
/* ------------- */
.my_404_title {
  color: var(--purple);
  font-size: 4rem;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-align: center;
}

.my_account .my_main {
  width: 100%;
  background: url(../../../myprog/images/bg_tile.png) 50% 50% repeat fixed;
  background-size: 20px 20px;
}

.my_account .my_headerSP .my_headerSP_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.my_account .my_container {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--navy);
}

@media screen and (max-width: 960px) {
  .my_account .my_container {
    width: calc(100% - 4.8rem);
    margin: 0 auto;
  }
}

.my_account .my_roundbutton {
  max-width: 280px;
  margin: 4rem auto 0;
}

@media screen and (max-width: 960px) {
  .my_account .my_roundbutton {
    max-width: 240px;
    margin: 3.2rem auto 0;
  }
}

.my_account_passwordreset_index .my_main,
.my_account_passwordreset_complete .my_main {
  background: url(../../../myprog/images/bg_tile.png) 50% 50% repeat fixed;
  background-size: 20px 20px;
}

.my_account_passwordreset_index .my_container,
.my_account_passwordreset_complete .my_container {
  width: calc(100% - 2.4rem);
  max-width: 960px;
  margin: 3.2rem auto 0;
}

@media screen and (max-width: 960px) {
  .my_account_passwordreset_index .my_container,
  .my_account_passwordreset_complete .my_container {
    min-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .my_account_passwordreset_index .my_recent_header_main,
  .my_account_passwordreset_complete .my_recent_header_main {
    width: 100%;
    height: 4rem;
    background: var(--navy);
  }
}

.my_account_passwordreset_index .my_recent_header_main_title,
.my_account_passwordreset_complete .my_recent_header_main_title {
  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;
  color: var(--navy);
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 32px;
}

@media screen and (max-width: 960px) {
  .my_account_passwordreset_index .my_recent_header_main_title,
  .my_account_passwordreset_complete .my_recent_header_main_title {
    color: #fff;
    height: 4rem;
    font-size: 1.8rem;
    background-color: var(--navy);
    background-position: 16px 50%;
    background-size: 20px;
    padding: 0 0 0 2rem;
    font-weight: normal;
  }
}

.my_account_passwordreset_index .my_account_content,
.my_account_passwordreset_complete .my_account_content {
  width: 200%;
  max-width: 100%;
  padding: 3.2rem 2.4rem 4rem;
  border-radius: 0.8rem;
  margin: 2.4rem auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 960px) {
  .my_account_passwordreset_index .my_account_content,
  .my_account_passwordreset_complete .my_account_content {
    width: calc(100% - 4.8rem);
    padding: 2.4rem 1.6rem 4rem;
    margin: 4.8rem auto 0;
  }
}

.my_account_passwordreset_index .my_account_content_lead,
.my_account_passwordreset_complete .my_account_content_lead {
  text-align: left;
  margin: 0 auto;
}

.my_account_passwordreset_index .my_account_content_lead p,
.my_account_passwordreset_complete .my_account_content_lead p {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .my_account_passwordreset_index .my_account_content_lead p,
  .my_account_passwordreset_complete .my_account_content_lead p {
    font-size: 1.5rem;
  }
}

.my_account_passwordreset_index .my_account_content_lead + .my_account_form,
.my_account_passwordreset_complete .my_account_content_lead + .my_account_form {
  margin: 4rem auto 0;
}

.my_account_passwordreset_index .my_account_form,
.my_account_passwordreset_complete .my_account_form {
  padding: 0;
}

.my_account_passwordreset_index .my_account_form input,
.my_account_passwordreset_complete .my_account_form input {
  max-width: 450px;
}

.my_account_passwordreset_index .my_roundbutton,
.my_account_passwordreset_complete .my_roundbutton {
  max-width: 280px;
  margin: 4.8rem auto 0;
}

@media screen and (max-width: 960px) {
  .my_account_passwordreset_index .my_roundbutton,
  .my_account_passwordreset_complete .my_roundbutton {
    margin: 3.2rem auto 0;
  }
}

.my_account_passwordreset_index .my_roundbutton button,
.my_account_passwordreset_complete .my_roundbutton button {
  letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
  .my_account_passwordreset_index .my_roundbutton,
  .my_account_passwordreset_complete .my_roundbutton {
    max-width: 240px;
  }
}

.my_account_passwordreset_index .my_footer,
.my_account_passwordreset_complete .my_footer {
  margin: 8rem auto 2.4rem;
}

.my_account_passwordreset_complete .my_container {
  min-height: 120vh;
  padding-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .my_account_passwordreset_complete .my_container {
    min-height: 100vh;
    padding-bottom: 0;
  }
}

.my_account_passwordreset_complete .my_footer {
  height: 40px;
}

.my_account_back a {
  position: relative;
  display: block;
  color: #fff;
  width: 280px;
  height: 48px;
  line-height: 48px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  background-color: var(--navy);
  border: none;
  border-radius: 24px;
  padding: 0 0 0 16px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 960px) {
  .my_account_back a {
    max-width: 240px;
    font-size: 1.4rem;
  }
}

.my_account_back a:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../../../myprog/common/images/icon_arrow_white.svg);
  background-size: contain;
  -webkit-transform: rotateZ(270deg);
          transform: rotateZ(270deg);
}

.my_account_back a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background-color: #161D33;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s;
  transition: .2s;
}

.my_account_forgotpassword_sending .my_account_content {
  padding: 5.6rem 3.2rem 8rem;
}

@media screen and (max-width: 960px) {
  .my_account_forgotpassword_complete .my_account_title,
  .my_account_email_sending .my_account_title,
  .my_account_email_complete .my_account_title {
    text-align: center;
  }
}

@media screen and (max-width: 960px) {
  .my_account_forgotpassword_complete .my_account_content,
  .my_account_email_sending .my_account_content,
  .my_account_email_complete .my_account_content {
    margin: 2.4rem auto 0;
  }
}

.my_oauth_signin input[type="checkbox"]:disabled + label {
  color: #E1E4ED;
}

.my_oauth_signin input[type="checkbox"]:disabled + label:hover {
  cursor: default;
}

.my_oauth_signin input[type="checkbox"]:disabled + label::before {
  border: 2px solid #E1E4ED;
}

.my_oauth_signin .my_roundbutton button:disabled {
  background-color: #E1E4ED;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.my_oauth_signin .my_roundbutton button:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

@media screen and (max-width: 960px) {
  .my_404 .my_account_title {
    text-align: center;
  }
}
