@charset "UTF-8";
/*-----------------------------------------------------
	パスワード設定
-----------------------------------------------------*/
/* 共通設定
-----------------------------------------------------*/
.stepHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #db174f;
}

.stepHead .num {
  margin-right: 10px;
  width: 30px;
}

.stepHead .num span {
  display: block;
  color: #FFF;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background: #db174f;
  border-radius: 50%;
}

.stepHead .head {
  font-size: 1.5rem;
  font-weight: bold;
}

/* カード選択
-----------------------------------------------------*/
#digitalCheckArea, #cardArea {
  margin-bottom: 30px;
}

#digitalCheckArea .memberType li {
  display: table;
  margin-top: 20px;
}

#cardArea .cardType li {
  display: table;
  margin-bottom: 10px;
}

#digitalCheckArea .memberType li > *,
#cardArea .cardType li > * {
  display: table-cell;
  vertical-align: middle;
}

#digitalCheckArea .memberType .card,
#cardArea .cardType .card {
  padding-right: 10px;
  width: 110px;
}

#digitalCheckArea .memberType .other,
#cardArea .cardType .other {
  padding-left: 27px;
  font-size: 1.2rem;
}

@media print, screen and (max-width: 767px) {
  #digitalCheckArea .memberType .card {
    display: none;
  }
  #digitalCheckArea .memberType img {
    width: 239px;
  }
  #digitalCheckArea .memberType label {
    padding-left: 36px;
  }
  #digitalCheckArea .memberType label:before{
    top: 40%;
  }
}

@media print, screen and (min-width: 767px) {
  /* 共通設定
	-----------------------------------------------------*/
  .stepHead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .stepHead .num {
    width: 50px;
  }
  .stepHead .num span {
    font-size: 2rem;
    line-height: 50px;
    width: 50px;
  }
  .stepHead .head {
    font-size: 2.4rem;
  }
  /* カード選択
	-----------------------------------------------------*/
  #digitalCheckArea, #cardArea {
    margin-bottom: 90px;
  }
  #digitalCheckArea .memberType,
  #cardArea .cardType {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  #digitalCheckArea .memberType li {
    display: block;
    margin-top: 40px;
    width: 500px;
    text-align: center;
  }
  #cardArea .cardType li {
    display: block;
    margin: 0 85px 0 0;
    width: 310px;
    text-align: center;
  }
  #digitalCheckArea .memberType li > *,
  #cardArea .cardType li > * {
    display: block;
  }
  #digitalCheckArea .memberType li:last-child,
  #cardArea .cardType li:last-child {
    margin-right: 0;
  }
  #digitalCheckArea .memberType .card,
  #cardArea .cardType .card {
    margin-bottom: 15px;
    padding: 0;
    width: auto;
  }
  #digitalCheckArea .memberType .type,
  #cardArea .cardType .type {
    font-size: 2rem;
  }
  #digitalCheckArea .memberType .other,
  #cardArea .cardType .other {
    font-size: 1.4rem;
  }
  #digitalCheckArea .memberType .type {
    display: none;
  }
  #digitalCheckArea .memberType img {
    width: 457px;
    height: 155px;
  }
}

/*-----------------------------------------------------
	カード再選択時アラート
-----------------------------------------------------*/
#alertWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#alertArea {
  position: absolute;
  top: 30%;
  left: 5%;
  padding: 15px;
  width: 90%;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
}

#alertArea p {
  margin-bottom: 15px;
}

#alertArea .btnBox {
  margin: 0 auto;
  width: 90%;
  max-width: 450px;
}

#alertArea .btnBox .btn {
  margin-bottom: 15px;
}

#alertArea .btnBox a {
  display: block;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  border-radius: 5px;
}

#alertArea .btnBox .yesBtn {
  background: #a0a0a0;
  -webkit-box-shadow: 0 4px 0 #646464;
          box-shadow: 0 4px 0 #646464;
}

#alertArea .btnBox .noBnt {
  background: #db174f;
  -webkit-box-shadow: 0 4px 0 #ad0334;
          box-shadow: 0 4px 0 #ad0334;
}

@media print, screen and (min-width: 767px) {
  #alertArea {
    left: 50%;
    margin-left: -230px;
    padding: 30px 35px;
    width: 460px;
  }
  #alertArea p {
    font-size: 1.8rem;
  }
  #alertArea .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #alertArea .btnBox .btn {
    margin-bottom: 0;
    width: 47%;
  }
  #alertArea .btnBox a {
    font-size: 2rem;
  }
  #alertArea .btnBox a:hover {
    opacity: 0.9;
  }
  #alertArea .btnBox .yesBtn:hover {
    -webkit-box-shadow: 0 5px 0 #646464;
            box-shadow: 0 5px 0 #646464;
  }
  #alertArea .btnBox .noBnt:hover {
    -webkit-box-shadow: 0 5px 0 #ad0334;
            box-shadow: 0 5px 0 #ad0334;
  }
}

/*# sourceMappingURL=../maps/password.css.map */
