@charset "EUC-JP";

.sms_auto {
  margin: 20px auto 70px;
}

.sms_auto_inner{
  text-align: center;
}

.sms_show{
  display: block;
}

.sms_hide{
  display: none;
}

.sms_auto a,
.auth_code a{
  text-decoration: underline;
}

.sms_auto .send {
  display: inline-block;
  padding: 24px 67px 23px;
  margin: 0 auto 29px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #2BB353;
  border-radius: 8px;
  cursor: pointer;
}

.sms_auto .page {
  display: flex;
  justify-content: center;
}

.sms_auto .page a {
  font-size: 20px;
  font-weight: bold;
  color: #1874DC;
  text-align: center;
}

.sms_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  border: 0;
  background-color: rgba(0, 0, 0, .6);
}

.sms_pop.close {
  display: none;
}

.sms_pop_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 24px 16px 12px;
  width: 300px;
  font-family: "¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif,Arial,'Hiragino Kaku Gothic ProN';
}

.sms_pop_inner .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #2BB353;
}

.sms_pop_inner .mind {
  font-size: 14px;
  line-height: 19px;
  margin: 6px 0 15px;
  text-align: center;
  color: #1A1A1A;
}

.sms_pop_inner .text {
  margin-bottom: 16px;
  line-height: 15px;
}

.sms_pop_inner .text span {
  display: block;
  font-size: 11px;
  color: #696969;
}

.sms_pop_inner .text span:nth-child(2) {
  margin: 4px 0;
}

.send_btn_cont {
  display: flex;
  justify-content: center;
}

.send_btn_cont div,
.send_btn_cont button {
  min-width: 134px;
  height: 44px;
  font-size: 14px;
  padding: 11px 0 10px;
  text-align: center;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  box-sizing: border-box;
}

.send_btn_cont .send_btn {
  font-size: 15px;
  background-color: #2BB353;
  color: #fff;
  border: none;
  outline: none;
}

.sms_pop.send .sms_pop_inner {
  padding-bottom: 19px;
}

.sms_pop.send .sms_pop_inner .loading {
  width: 40px;
  margin: 0 auto;
  animation: loading 4s linear infinite;
}

.sms_pop.send .sms_pop_inner .loading img {
  width: 100%;
  display: block;
}

.sms_pop.send .sms_pop_inner .mind {
  margin: 20px 0 0;
}


@keyframes loading {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.sms_pop.error .sms_pop_inner {
  width: 280px;
  padding: 0;
}

.sms_pop.error .mind {
  margin: 24px 16px 0;
}

.sms_pop.error .text {
  text-align: center;
  margin: 11px 16px 20px;
}

.sms_pop.error .send_btn_cont {
  display: block;
}

.sms_pop.error .send_btn_cont .close {
  width: 100%;
  padding-top: 12px;
  border-top: 1px solid #D5D5D5;
}


.auth_code {
  padding: 130px 0 132px;
}

.auth_code_inner {
  max-width: 540px;
  margin: 0 auto;
}

.auth_code_inner .title,
.auth_code_inner .mind {
  text-align: center;
}


.auth_code_inner .title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.auth_code_inner .mind {
  font-size: 18px;
}

.auth_code_inner .center {
  margin: 77px 0 78px;
}

.auth_code_inner .center ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.auth_code_inner .center ul li {
  list-style: none;
  width: 80px;
}

.auth_code_inner .center ul li input {
  width: 100%;
  height: 95px;
  border: none;
  border-bottom: 1px solid #C4C5C7;
  outline: none;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
}

.auth_code_inner .auth .again,
.auth_code_inner .center .resend a,
.auth_code_inner .center .resend button {
  font-size: 16px;
  color: #1874E8;
  border: none;
  padding: 0;
  background-color: white;
  cursor: pointer;
  text-decoration: underline;
}

.auth_code_inner .center .resend .error-prompt {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 11px;
}

.auth_code_inner .center .resend span{
  font-size: 17px;
  font-weight: bold;
  margin-right: 2px;
}

.auth_code_inner .auth .certify.not {
  background-color: #D5D5D5;
}

.auth_code_inner .auth .certify {
  width: 100%;
  border: none;
  outline: none;
  text-align: center;
  padding: 19px 0 17px;
  background-color: #2BB353;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  cursor: pointer;
}

.auth_code_inner .auth .again {
  width: 100%;
  display: flex;
  justify-content: center;
}

.sms_success {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
}
