@charset "UTF-8";

/* 970px- */
@media screen and (min-width:971px){
  /* パスワードを再設定する（ログイン前）-メールアドレス送付 */
    .reminder__mail {
      margin: 0 auto;
      padding: 180px 0 0;
      width: 680px;
    }
    .reminder__mail--title {
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 35px;
      padding-top: 15px;
      padding-right: 70px;
      position: relative;
      text-align: center;
    }
    .reminder__mail--title:after {
      content: url(https://assets.pandabus.com/assets/user/image/svg/panda__ttl-pc.svg);
      padding-left: 20px;
      position: absolute;
        top: 4px;
    }
    .reminder__mail--read {
      font-size: 18px;
      margin-bottom: 47px;
      text-align: center;
    }
    .reminder__mail--form {
    }
    .reminder__mail--form form {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .reminder__mail--form-item {
      font-size: 18px;
      line-height: 40px;
      margin-right: 40px;
    }
    .reminder__mail--form-input {
      box-sizing: border-box;
      padding: 0 10px;
      width: 75%;
    }
    .reminder__mail--form-atten {
      color: #ff3200;
      font-size: 16px;
    }
    .reminder__mail--form-atten ul {
      padding: 10px 170px 35px;
    }
    .reminder__mail--form-atten ul li:before {
      content: "※";
    }
    /* common上書き */
      .c-btn__orange-gra.large {
        width: 200px;
      }
  /* パスワードを再設定する（ログイン前） –メール送信完了 */
    .reminder__mall--completed {
      margin: 120px auto;
      width: 740px;
    }
    .reminder__mall--completed-img img {
      margin: 0 auto 20px;
      width: 250px;
    }
    .reminder__mall--completed-img {
      margin-bottom: 20px;
    }
    .reminder__mail--completed-title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center;
    }
    .reminder__mail--completed-read {
      font-size: 16px;
      text-align: center;
      margin-bottom: 5px;
    }
    .reminder__mail--completed-warning:before {
      content: url(https://assets.pandabus.com/assets/user/image/svg/warning.svg);
      padding-right: 5px;
      position: relative;
        top: 6px;
    }
    .reminder__mail--completed-warning {
      border-bottom: 5px double #FEA100;
      color: #FEA100;
      font-size: 20px;
      font-weight: bold;
      margin: 0 auto 30px;
      text-align: center;
    }
    .reminder__mall--completed .c-btn__orange.large {
      width: 200px;
    }
  /*  */
    .reminder__pw {
      margin: 0 auto;
      padding: 165px 0 0;
      width: 700px;
    }
    .reminder__pw--title {
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 35px;
      padding-top: 15px;
      padding-right: 63px;
      position: relative;
      text-align: center;
    }
    .reminder__pw--title:after {
      content: url(https://assets.pandabus.com/assets/user/image/svg/panda__ttl-pc.svg);
      padding-left: 20px;
      position: absolute;
        top: 4px;
    }
    .reminder__pw--read {
      font-size: 16px;
      margin-bottom: 38px;
      text-align: center;
    }
    .reminder__pw--form {
    }
    .reminder__pw--form form {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }
    .reminder__pw--form-pass-area:first-child {
      margin-bottom: 30px;
    }
    .reminder__pw--form-pass-area {
      display: flex;
      padding-left: 50px;
    }
    .reminder__pw--form-item,
    .reminder__pw--form-address {
      font-size: 18px;
      line-height: 40px;
      margin-right: 12px;
      min-width: 260px;
      word-break: keep-all;
    }
    .reminder__pw--form-input-area {
      margin-bottom: 13px;
    }
    .reminder__pw--form-input {
      box-sizing: border-box;
      padding: 12px 5px;
      width: 380px;
    }
    .reminder__pw--form-atten {
      color: #ff3200;
    }
    .reminder__pw--form-atten ul {
      padding: 5px 0 15px;
    }
    .reminder__pw--form-atten ul li:before {
      content: "※";
    }
  /* パスワードを再設定する（ログイン前）–パスワード設定完了 */
    .reminder__pw--completed {
      margin: 120px auto;
    }
    .reminder__pw--completed .c-btn__orange.large {
      width: 200px;
    }
    .reminder__pw--completed-img img {
      margin: 0 auto 20px;
      width: 250px;
    }
    .reminder__pw--completed-img {
      margin-bottom: 27px;
    }
    .reminder__pw--completed-title {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 40px;
      text-align: center;
    }
    .reminder__pw--completed-read {
      font-size: 16px;
      text-align: center;
      margin-bottom: 5px;
    }
    .reminder__pw--completed-warning:before {
      content: url(https://assets.pandabus.com/assets/user/image/svg/warning.svg);
      padding-right: 5px;
      position: relative;
        top: 6px;
    }
    .reminder__pw--completed-warning {
      color: #FEA100;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 30px;
      text-align: center;
      text-decoration: underline;
      text-decoration-style: double;
      -webkit-text-decoration-skip: none;
    }
}

/* -970px */
@media screen and (max-width:970px){
  /* パスワードを再設定する（ログイン前）-メールアドレス送付 */
    .reminder__mail {
      margin: 10px;
    }
    .reminder__mail--title {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 20px;
      padding-top: 10px;
      padding-right: 15px;
      position: relative;
      text-align: center;
    }
    .reminder__mail--title:after {
      content: url(https://assets.pandabus.com/assets/user/image/svg/panda__ttl-sp.svg);
      padding-left: 5px;
      position: absolute;
        top: 4px;
    }
    .reminder__mail--read {
      margin-bottom: 20px;
    }
    .reminder__mail--form {
      margin-bottom: 20px;
    }
    .reminder__mail--form-item {
      padding-left: 5px;
    }
    .reminder__mail--form-input {
      box-sizing: border-box;
      padding: 9px;
      width: 100%;
    }
    .reminder__mail--form-atten {
      color: #ff3200;
    }
    .reminder__mail--form-atten ul {
      padding: 5px;
    }
    .reminder__mail--form-atten ul li:before {
      content: "※";
    }
  /* パスワードを再設定する（ログイン前）–パスワード設定画面 */
    .reminder__pw {
      margin: 10px;
    }
    .reminder__pw--title {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 20px;
      padding-top: 10px;
      padding-right: 30px;
      position: relative;
      text-align: center;
    }
    .reminder__pw--title:after {
      content: url(https://assets.pandabus.com/assets/user/image/svg/panda__ttl-sp.svg);
      padding-left: 5px;
      position: absolute;
        top: 4px;
    }
    .reminder__pw--read {
      margin-bottom: 32px;
    }
    .reminder__pw--form {
      margin-bottom: 25px;
    }
    .reminder__pw--form-pass-area:first-child {
      margin-bottom: 15px;
    }
    .reminder__pw--form-pass-area {
      margin-bottom: 6px;
    }
    .reminder__pw--form-item,
    .reminder__pw--form-address {
      padding-left: 5px;
    }
    .reminder__pw--form-input {
      box-sizing: border-box;
      padding: 9px;
      width: 100%;
    }
    .reminder__pw--form-atten {
      color: #ff3200;
    }
    .reminder__pw--form-atten ul {
      padding: 5px;
    }
    .reminder__pw--form-atten ul li:before {
      content: "※";
    }



  /* パスワードを再設定する（ログイン前） –メール送信完了 */
    .reminder__mail--completed {
      margin: 10px;
    }
    .reminder__mall--completed-img {
      margin-bottom: 30px;
    }
    .reminder__mall--completed-img img {
      margin: 0px auto;
      padding-top: 10px;
      width: 150px;
    }
    .reminder__mail--completed-title {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4em;
      margin-bottom: 13px;
      width: 180px;
    }
    .reminder__mail--completed-read {
      line-height: 1.8em;
      margin: 0 auto 25px;
      width: 200px;
    }
    .reminder__mail--completed-warning {
      background: url(https://assets.pandabus.com/assets/user/image/svg/warning.svg);
      background-repeat: no-repeat;
      background-position: left;
      background-size: 40px;
      box-sizing: border-box;
      color: #FEA100;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.9em;
      margin: 0 auto 30px;
      padding-left: 45px;
      text-decoration: underline;
      text-decoration-style: double;
      width: 300px;
    }
  /* パスワードを再設定する（ログイン前）–パスワード設定完了 */
    .reminder__pw--completed {
      margin: 10px;
    }
    .reminder__pw--completed .c-btn__orange.large {
      width: 200px;
    }
    .reminder__pw--completed-img {
      margin-bottom: 38px;
    }
    .reminder__pw--completed-img img {
      margin: 0px auto;
      padding-top: 14px;
      width: 150px;
    }
    .reminder__pw--completed-title {
      font-size: 18px;
      line-height: 1.4em;
      margin-bottom: 23px;
      text-align: center;
    }
    .reminder__pw--completed-read {
      line-height: 1.8em;
      margin: 0 auto 25px;
      width: 200px;
    }
    .reminder__pw--completed-warning {
      background: url(https://assets.pandabus.com/assets/user/image/svg/warning.svg);
      background-repeat: no-repeat;
      background-position: left;
      background-size: 40px;
      color: #FEA100;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.9em;
      margin: 0 auto 30px;
      padding-left: 45px;
      text-decoration: underline;
      text-decoration-style: double;
      max-width: 300px;
    }
}

/* -800px */
@media screen and (max-width:800px){
  /* パスワードを再設定する（ログイン前）-メールアドレス送付 */
    .reminder__mail {
      margin: 10px;
    }
    .reminder__mail--title {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 20px;
      padding-top: 10px;
      padding-right: 15px;
      position: relative;
      text-align: center;
    }
    .reminder__mail--title:after {
      content: url(https://assets.pandabus.com/assets/user/image/svg/panda__ttl-sp.svg);
      padding-left: 5px;
      position: absolute;
        top: 4px;
    }
    .reminder__mail--read {
      font-size: 14px;
      margin-bottom: 22px;
    }
    .reminder__mail--read p {
      line-height: 1.5;
    }
    .reminder__mail--form {
      margin-bottom: 27px;
    }
    .reminder__mail--form-item {
      font-size: 14px;
      padding-left: 5px;
      margin-bottom: 3px;
    }
    .reminder__mail--form-input {
      box-sizing: border-box;
      font-size: 16px;
      padding: 7.5px 3px;
      width: 100%;
    }
    .reminder__mail--form-atten {
      color: #ff3200;
      font-size: 14px;
    }
    .reminder__mail--form-atten ul {
      padding: 5px;
    }
    .reminder__mail--form-atten ul li:before {
      content: "※";
    }
    /* common上書き */
      .c-btn__orange-gra.large {
        width: 200px;
      }
  /* パスワードを再設定する（ログイン前）–パスワード設定画面 */
    .reminder__pw {
      margin: 10px;
    }
    .reminder__pw--title {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 20px;
      padding-top: 10px;
      padding-right: 30px;
      position: relative;
      text-align: center;
    }
    .reminder__pw--title:after {
      content: url(https://assets.pandabus.com/assets/user/image/svg/panda__ttl-sp.svg);
      padding-left: 5px;
      position: absolute;
        top: 4px;
    }
    .reminder__pw--read {
      margin-bottom: 32px;
    }
    .reminder__pw--read p {
      line-height: 1.4;
    }
    .reminder__pw--form {
      margin-bottom: 25px;
    }
    .reminder__pw--form-pass-area:first-child {
      margin-bottom: 15px;
    }
    .reminder__pw--form-pass-area {
      margin-bottom: 2px;
    }
    .reminder__pw--form-item,
    .reminder__pw--form-address {
      margin-bottom: 1px;
      padding-left: 5px;
    }
    .reminder__pw--form-input {
      box-sizing: border-box;
      font-size: 16px;
      padding: 7.5px 3px;
      width: 100%;
    }
    .reminder__pw--form-atten {
      color: #ff3200;
    }
    .reminder__pw--form-atten ul {
      padding: 5px;
    }
    .reminder__pw--form-atten ul li:before {
      content: "※";
    }



  /* パスワードを再設定する（ログイン前） –メール送信完了 */
    .reminder__mail--completed {
      margin: 10px;
    }
    .reminder__mall--completed-img {
      margin-bottom: 30px;
    }
    .reminder__mall--completed-img img {
      margin: 0px auto;
      padding-top: 24px;
      width: 150px;
    }
    .reminder__mail--completed-title {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4em;
      margin-bottom: 10px;
      text-align: center;
      width: 180px;
    }
    .reminder__mail--completed-read {
      font-size: 14px;
      line-height: 1.8em;
      margin: 0 auto 24px;
      width: 200px;
    }
    .reminder__mail--completed-warning {
      background: url(https://assets.pandabus.com/assets/user/image/svg/warning.svg);
      background-repeat: no-repeat;
      background-position: 0px 12px;
      background-size: 40px;
      box-sizing: border-box;
      color: #FEA100;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.9em;
      margin: 0 auto 30px;
      padding-left: 50px;
      text-decoration: underline;
      text-decoration-style: double;
      width: 85%;
    }
    .reminder__mall--completed .c-btn__orange {
      width: 200px;
    }
  /* パスワードを再設定する（ログイン前）–パスワード設定完了 */
    .reminder__pw--completed {
      margin: 10px;
    }
    .reminder__pw--completed .c-btn__orange.large {
      width: 200px;
    }
    .reminder__pw--completed-img {
      margin-bottom: 38px;
    }
    .reminder__pw--completed-img img {
      margin: 0px auto;
      padding-top: 14px;
      width: 150px;
    }
    .reminder__pw--completed-title {
      font-size: 18px;
      line-height: 1.4em;
      margin-bottom: 23px;
      text-align: center;
    }
    .reminder__pw--completed-read {
      line-height: 1.8em;
      margin: 0 auto 25px;
      width: 200px;
    }
    .reminder__pw--completed-warning {
      background: url(https://assets.pandabus.com/assets/user/image/svg/warning.svg);
      background-repeat: no-repeat;
      background-position: left;
      background-size: 40px;
      color: #FEA100;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.9em;
      margin: 0 auto 30px;
      padding-left: 45px;
      text-decoration: underline;
      text-decoration-style: double;
      max-width: 300px;
    }
}