@charset "UTF-8";


/* ////////// registartion ////////// */

h2.registration-sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0 20px 0;

}

p.registartion-detail-text {
  color: #666666;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

p.registartion-detail-link-text {
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
}


.registration-top-text-type-1 {
  padding: 12px 12px 8px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff4715;
  border: 2px solid #ff4715;
  line-height: 1.5;
  margin: 0 0 25px 0;
}


/* ////////// registartion_complete ////////// */

.registration-c img.main-icon {
  margin: 0 auto;
  display: block;
  height: 77px;
  width: auto;
}

.registration-c p.title {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}

.registration-c p.email {
  text-align: center;
  font-size: 2rem;
  margin: 20px 0 0 0;
  color: #999;
  line-height: 1.3;
}

.registration-c p.detail-text {
  font-size: 1.3rem;
  text-align: center;
  margin: 25px 0 15px 0;
  line-height: 1.4;
}

.registration-c .helpbox {
  padding: 20px 20px 16px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  margin: 35px 0 0 0;
}

@media screen and (max-width: 834px) {
  .registration-c .helpbox {
    border: none;
  }
}

.registration-c .helpbox .title {
  font-size: 1.3rem;
  text-align: left;
  margin: 0;
}

.registration-c .helpbox .detail-text {
  color: #999;
  font-size: 1.1rem;
  margin: 6px 0 0 0;
  text-align: left;
  line-height: 1.4;
}

/* ////////// email_activated ////////// */


.present-information-box {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 25px 0 0;
  padding: 25px 0;
}

@media screen and (max-width: 834px) {
  .present-information-box {
    border: none;
    border-top: 1px solid #eee;
    margin: 30px -15px 0;
  }
}

.present-information-box .title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

.present-information-box .img-box {
  width: 300px;
  height: 160px;
  margin: 20px auto;
  overflow: hidden;
  background: #ccc;
  position: relative;
}

@media screen and (max-width: 767px) {
  .present-information-box .img-box {
    width: 85%;
  }
}

.present-information-box .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.present-information-box .sneaker-name {
  font-size: 1.3rem;
  text-align: center;
  margin: 15px 0;
  line-height: 1.4;
  padding: 0;
}

/* ////////// password_reset ////////// */

p.password_reset-detail-text {
  color: #666666;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px 0;
}


/* モノカブ引っ越し　新規登録PC */
.signup-monokabu-move-text{
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
