.register {
  width: 763px;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
.register-title {
  display: block;
  width: 76px;
  font-size: 32px;
  color: #0a2c85;
  white-space: nowrap;
  border-bottom: 3px solid #0a2c85;
  padding-bottom: 30px;
}
.register-label {
  display: block;
  text-align: left;
  margin-bottom: 0;
  margin-top: 28px;
  font-size: 16px;
  color: #0a2c85;
}
.register-label.mar {
  margin-top: 12px;
}
.register-text {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: none;
  border-bottom: 1px solid #666
}
.register-postcode {
  margin-right: 10px;
  width: 24%;
  text-align: center;
  font-size: 14px;
  line-height: 43px;
  height: 25px;
  border: none;
}
.register-select {
  width: 30%;
  background-color: #fff;
  border: none;  
}
.register-codebox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.register-text2 {
  border: none;
  height: 45px;
  border-bottom: 1px solid #666
}
.register-agree {
  margin-top: 50px;
  font-size: 14px;
  color: #666;
}
.register-btn {
  margin: 15px auto;
  display: block;
  width: 336px;
  height: 47px;
  color: #fff;
  font-size: 18px;
  background-color: #0a2c85;
  border: none;
  cursor: pointer;
}
.register-link {
  font-size: 14px;
  color: #0a2c85;
}
.register-link:hover {
  color: #0a2c85;
}
.register-line {
  width: 100%;
  border-top: 1px solid #9b9b9b;
}
@media screen and (max-width: 768px) {
  .register-label.no {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .register {
    margin-bottom: 40px;
    padding: 30px 15px 0;
    width: 100%;
    font-size: 15px;
  }
  .register-title {
    padding-bottom: 10px; 
    font-size: 20px;
  }
  .register-label {
    margin: 20px 0 0;
    font-size: 14px;
  }
  .register-text {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .register-btn {
    width: 100%;
    font-size: 14px;
  }
}