@charset "UTF-8";
@media screen and (max-width: 768px) {
  .page-member {
    padding: 0px;
  }
}

/* -- 会員規約画面 -------------------------- */
.member-content-text {
  margin: 0px 0px 20px;
}
@media screen and (max-width: 768px) {
  .member-content-text {
    margin: 0 0 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
}

.agreement-detail {
  margin: 20px 0px;
  padding: 40px;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .agreement-detail {
    margin: 15px 0px;
    padding: 20px;
    height: 300px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.agreement-detail::-webkit-scrollbar {
  width: 3px;
}
.agreement-detail::-webkit-scrollbar-track {
  background: #ddd;
}
.agreement-detail::-webkit-scrollbar-thumb {
  background: #666;
}

.agreement-text {
  margin: 0 0 20px;
}

.agreement-title {
  margin: 0 0 15px;
  padding: 10px 15px;
  background: #1f2873;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .agreement-title {
    padding: 8px 14px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.agreement-chapter {
  margin: 0 0 10px;
  font-weight: bold;
  color: #000;
}

.agreement-note {
  margin: 10px 0px;
}

.agreement-list {
  margin: 10px 0px;
}
.agreement-list li {
  padding: 3px 0px;
}

.agreement-list_child,
.agreement-list_gchild {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .agreement-list_child,
  .agreement-list_gchild {
    margin: 0 0 0 10px;
  }
}

.agreement-revision {
  padding: 20px 0px;
  text-align: right;
}

.btn-block.agreement ul {
  text-align: center;
}
.btn-block.agreement li {
  display: inline-block;
  padding: 0 8px;
}

.agreement-subtitle {
  padding: 2px 0 2px 6px;
  font-weight: bold;
  color: #000;
  border-left: 4px solid #1f2873;
}

/* -- 会員登録画面 -------------------------- */
.member-entry-head {
  padding: 24px 0px;
  background: #333333;
  color: #232F3E;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .member-entry-head {
    padding: 15px 0px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.entry-content {
  margin: 0 auto 0px;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .entry-content {
    /*padding: 0 10px;*/
  }
}

.regist-flow {
  margin: 10px auto;
  margin-bottom: 20px;
  width: 100%;
  letter-spacing: -.4em;
  text-align: center;
}
.regist-flow .regist-flow-item {
  display: inline-block;
  letter-spacing: normal;
  width: 32.33%;
  height: 70px;
  line-height: 70px;
  background: #ededed;
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-right: 1%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .regist-flow .regist-flow-item {
    font-size: 12px;
    font-size: 0.75rem;
    height: 50px;
    line-height: 50px;
  }
}
.regist-flow .regist-flow-item:last-child {
  margin-right: 0;
}
.regist-flow .regist-flow-item.current {
  background: #b90082;
  color: #FFF;
}

.entry-content-text {
  padding: 10px 0px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .entry-content-text {
    padding: 10px 5px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.entry-form-title {
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #1f2873;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .entry-form-title {
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.entry-form-text {
  margin: 0 0 20px;
}

.entry_radio_btn {
  display: inline-block;
  white-space: nowrap;
  width: 50%;
  max-width: 150px;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  .entry_radio_btn {
    max-width: 100px;
  }
}

.form-input-name {
  letter-spacing: -.4em;
}
@media screen and (max-width: 768px) {
  .form-input-name {
    letter-spacing: normal;
  }
}
.form-input-name li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 20px 0 0;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .form-input-name li {
    display: block;
    padding: 3px 0px;
    width: 100%;
  }
}

.form-input-zip {
  letter-spacing: -.4em;
}
.form-input-zip li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 20px 0 0;
}
.form-input-zip li:first-child {
  width: 15%;
}
.form-input-zip li:nth-child(2) {
  width: 5%;
  line-height: 40px;
  text-align: center;
}
.form-input-zip li:last-child {
  width: 15%;
}

.form-group {
  position: relative;
  width: 100%;
}
.form-group .lbl_narrow {
  float: left;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  padding-right: 3%;
}
@media screen and (max-width: 768px) {
  .form-group .lbl_narrow {
    width: 20%;
    max-width: 50px;
  }
}
.form-group .lbl_wide {
  float: left;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  padding-right: 3%;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .form-group .lbl_wide {
    float: none;
    display: block;
    width: auto;
  }
}

.input_prefecture {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .input_prefecture {
    width: 50%;
  }
}

.input_addr {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .input_addr {
    width: 100%;
  }
}

.input_tel {
  width: 20%;
  max-width: 90px;
}

.input_zip {
  width: 30%;
  max-width: 90px;
}
@media screen and (max-width: 768px) {
  .input_zip {
    width: 20%;
  }
}

.input_birth {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .input_birth {
    width: 30%;
    margin: 0 5px 0 0;
  }
}

.input_name {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .input_name {
    width: 80%;
  }
}

.form-input-address li {
  text-align: left;
  padding: 3px 0px;
}

.remind-box {
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 20px 20px;
  width: 280px;
  height: 85px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .remind-box {
    display: none;
  }
}

.remind-box .count {
  color: #ef4c4c;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.member-remind-text {
  line-height: 150%;
}

.member-btn-prev:after {
  display: none;
}

.member-btn-next:after {
  display: none;
}

.remind-link {
  padding: 20px 0;
  text-align: center;
}
.remind-link a {
  color: #1C62B9;
  text-decoration: underline;
}
