.content {
  width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}

.form-container ::-webkit-input-placeholder {
  color: #c4c4c4;
}

.form-container ::-moz-placeholder {
  color: #c4c4c4;
}

.form-container :-ms-input-placeholder {
  color: #c4c4c4;
}

.form-container .row:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  float: none;
  clear: both;
}

.form-container .row .input-wrap {
  margin-left: 40px;
  float: left;
}

.form-container .row .input-wrap:first-child {
  margin-left: 0;
}

.form-container .input-wrap {
  margin-bottom: 36px;
  font-size: 16px;
}

.form-container .input-wrap p,
.form-container .input-wrap label {
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}

.form-container .input-wrap p:after,
.form-container .input-wrap label:after {
  content: '*';
  color: #ff0000;
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-left: 12px;
}

.form-container .input-wrap div {
  font-size: 0;
}

.form-container .input-wrap textarea {
  padding: 10px 18px;
  width: 1162px;
  height: 170px;
  border: 1px solid #e6e6e6;
  resize: none;
}

.form-container .input-wrap.notNecessary p:after,
.form-container .input-wrap.notNecessary label:after {
  content: none;
}

.form-container .input-wrap input {
  height: 48px;
  border: 1px solid #e6e6e6;
  padding: 0 18px;
  font-size: 14px;
  width: 232px;
}

.form-container .input-wrap .input {
  width: 542px;
}

.form-container .input-wrap .input.small {
  width: 232px;
}

.form-container .select-wrap {
  vertical-align: top;
  display: inline-block;
  position: relative;
}

.form-container .select-wrap select {
  padding: 0 40px 0 20px;
  width: 270px;
  height: 50px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.form-container .select-wrap::before,
.form-container .select-wrap::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
}

.form-container .select-wrap::before {
  height: 40px;
  width: 40px;
  background-color: #fff;
  right: 1px;
}

.form-container .select-wrap::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-right-color: #999;
  border-bottom-color: #999;
  right: 24px;
}

.form-container .submit,
.form-container .reset,
.form-container .validate-btn {
  display: inline-block;
  background-color: #4d7dba;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-size: 14px;
  width: 218px;
  line-height: 56px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.form-container .submit:hover,
.form-container .reset:hover,
.form-container .validate-btn:hover {
  opacity: 0.8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-container .notice {
  line-height: 2;
  text-align: justify;
  padding: 18px 0px;
  color: #3b64b4;
}

.form-container .reset {
  background-color: #f5f5f5;
  margin-left: 40px;
  color: #333;
}

.form-container .validate-img {
  display: inline-flex;
  height: 100%;
  margin-left: 18px;
}

.form-container .validate-btn {
  display: inline-block;
  vertical-align: bottom;
  line-height: 50px;
  font-size: 14px !important;
  margin-left: 32px;
  width: 160px;
}

.form-container .Validform_checktip {
  font-size: 14px !important;
  margin-left: 20px;
  line-height: 50px;
  color: #aaa;
  display: inline-block;
}

.form-container .Validform_checktip.Validform_wrong {
  color: #ff0000 !important;
}

#AddPatientForm .Validform_checktip {
  display: block;
}

.page-form-wrap {
  margin: 108px auto;
  min-height: 388px;
}

.skip-btns {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
  z-index: 9;
}

.skip-btns .item {
  position: relative;
  margin-top: 75px;
}

.skip-btns .item:first-child {
  margin-top: 0;
}

.skip-btns .item:first-child:after {
  content: none;
}

.skip-btns .item:after {
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px dashed #c6c6c6;
  position: absolute;
  left: 0;
  top: -38px;
}

.skip-btns p {
  line-height: 1;
  margin-bottom: 20px;
}

.skip-btns a {
  display: block;
  text-align: center;
  width: 156px;
  line-height: 56px;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.skip-btns a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}

.skip-btns .item1 a {
  background-color: #e3e0e0;
  color: #333;
}

.skip-btns .item2 a {
  background-color: #f5f5f5;
}

.skip-btns .item3 a {
  background-color: #333;
}

.complete {
  text-align: center;
  margin-bottom: 250px;
}

.complete img {
  display: inline-flex;
  margin-bottom: 60px;
}

.complete .text1 {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 14px;
}

.complete .text2 {
  line-height: 1.5;
  color: #999;
}

.complete .btn {
  display: block;
  margin: 84px auto 0;
  width: 296px;
  line-height: 56px;
  background-color: #4d7dba;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}

.complete .btn a {
  color: #fff;
  display: block;
}

.complete .btn:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}

.step-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding-left: 60px;
  overflow: hidden;
}

.step-wrap .step {
  position: relative;
  border: 1px solid #333;
  color: #333;
  margin-top: 74px;
  width: 164px;
  line-height: 54px;
  height: 54px;
}

.step-wrap .step:first-child {
  margin-top: 0;
}

.step-wrap .step:first-child:after {
  content: none;
}

.step-wrap .step:before,
.step-wrap .step:after {
  content: '';
  position: absolute;
  background-color: #e6e6e6;
}

.step-wrap .step:before {
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center 1px;
  left: -54px;
  width: 15px;
  height: 15px;
}

.step-wrap .step:after {
  width: 3px;
  height: 88px;
  left: -48px;
  top: -82px;
}

.step-wrap .step span {
  border: 1px solid #333;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
}

.step-wrap .step div {
  padding-left: 50px;
}

.step-wrap .step.end {
  background-color: #51c28a;
  border-color: #51c28a;
  color: #fff;
}

.step-wrap .step.end span {
  border-color: #fff;
}

.step-wrap .step.end:before {
  background-color: #81e09c;
  background-image: url('../images/icon42.png');
}

.step-wrap .step.on {
  background-color: #333;
  color: #fff;
}

.step-wrap .step.on span {
  border-color: #fff;
}

.step-wrap .step.on:before {
  background-color: #333;
}

.step-wrap .step.on div:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/icon43.png) no-repeat;
  bottom: -45px;
  width: 16px;
  height: 16px;
}

.step-wrap .step.on:last-child div:before {
  content: none;
}

.form-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-modal .modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}

.form-modal .container {
  background-color: #fff;
  border-radius: 16px;
  width: 580px;
  padding: 30px;
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  margin: auto;
}

.form-modal .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  line-height: 1;
  padding-bottom: 20px;
}

.form-modal .form-container {
  padding: 20px 0 0;
}

.form-modal .form-container .input-wrap .select-wrap {
  margin-left: 0;
}

.form-modal .form-container .submit {
  width: 200px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.form-modal .form-container .row:last-child .input-wrap {
  margin-bottom: 0 !important;
}

.form-modal .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.form-modal .close:after,
.form-modal .close:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.form-modal .close:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.form-modal .close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#Validform_msg {
  color: #7d8289;
  width: 38px;
  height: 38px;
  background: url(../image/loading.gif) center center no-repeat;
  -webkit-box-shadow: 2px 2px 3px #aaa;
  -moz-box-shadow: 2px 2px 3px #aaa;
  position: absolute;
  top: 0px;
  right: 50px;
  z-index: 99999;
  display: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

#Validform_msg .iframe {
  position: absolute;
  left: 0px;
  top: -1px;
  z-index: -1;
  display: none;
}

#Validform_msg .Validform_title {
  line-height: 25px;
  height: 25px;
  text-align: left;
  font-weight: bold;
  display: none;
  padding: 0 8px;
  color: #fff;
  position: relative;
  background-color: #000;
}

#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited {
  line-height: 22px;
  position: absolute;
  right: 8px;
  top: 0px;
  color: #fff;
  text-decoration: none;
}

#Validform_msg a.Validform_close:hover {
  color: #cc0;
}

#Validform_msg .Validform_info {
  padding: 8px;
  border: 1px solid #000;
  border-top: none;
  text-align: left;
  display: none;
}

.matters {
  margin: 108px 0;
}

.matters .title {
  font-size: 20px;
  margin-bottom: 36px;
  line-height: 1;
}

.matters p {
  line-height: 46px;
  font-size: 16px;
  padding-left: 22px;
  text-align: justify;
  position: relative;
}

.matters p:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #b29b6b;
}

@media screen and (max-width: 1560px) {
  .content {
    width: 90%;
    margin: 6vw auto 5vw;
  }

  .matters {
    margin: 76px 0;
  }

  .matters .title {
    font-size: 16px;
    margin-bottom: 28px;
  }

  .matters p {
    line-height: 36px;
    font-size: 14px;
  }

  .form-container .input-wrap .select-wrap {
    margin-left: 24px;
  }

  .form-container .row .input-wrap {
    margin-left: 24px;
  }

  .form-container .input-wrap {
    margin-bottom: 32px;
    font-size: 15px;
  }

  .form-container .input-wrap p,
  .form-container .input-wrap label {
    margin-bottom: 16px;
  }

  .form-container .input-wrap textarea {
    padding: 8px 12px;
    width: 990px;
    height: 144px;
  }

  .form-container .input-wrap input {
    height: 40px;
    font-size: 13px;
    padding: 0 12px;
  }

  .form-container .input-wrap .input {
    width: 470px;
  }

  .form-container .input-wrap .input.small {
    width: 210px;
  }

  .form-container .select-wrap select {
    width: 236px;
    height: 42px;
    font-size: 13px;
    padding: 0 30px 0 16px;
  }

  .form-container .select-wrap:before {
    width: 30px;
  }

  .form-container .select-wrap:after {
    right: 18px;
  }

  .form-container .submit,
  .form-container .reset,
  .form-container .validate-btn {
    font-size: 13px;
    width: 172px;
    line-height: 46px;
  }

  .form-container .reset {
    margin-left: 30px;
  }

  .form-container .validate-img {
    margin-left: 24px;
    height: 44px;
  }

  .form-container .validate-btn {
    line-height: 44px;
    font-size: 13px !important;
    margin-left: 28px;
    width: 140px;
  }

  .form-container .Validform_checktip {
    font-size: 13px !important;
    margin-left: 16px;
    line-height: 44px;
  }
}

@media (max-width: 1200px) {
  .form-container .input-wrap {
    margin-bottom: 5vw;
    font-size: 4vw;
  }

  .form-container .input-wrap input,
  .form-container .input-wrap textarea,
  .form-container .input-wrap select {
    width: 100% !important;
    box-sizing: border-box;
  }

  .form-container .input-wrap input {
    height: 12vw;
    font-size: 4vw;
    padding: 0 3vw;
  }

  .form-container .input-wrap textarea {
    height: 5vw;
    padding: 0.3rem 0.5rem;
  }

  .form-container .input-wrap p,
  .form-container .input-wrap label {
    margin-bottom: 4vw;
  }

  .form-container .input-wrap p:after,
  .form-container .input-wrap label:after {
    margin-top: 0;
    margin-left: 0;
  }

  .form-container .validate-input-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .form-container .validate-input-group input {
    width: auto;
  }

  .form-container .validate-img {
    height: 20vw;
    margin: 0;
    margin-left: 0;
  }

  .form-container .row .input-wrap {
    margin-left: 0;
    width: 100%;
  }

  .form-container .select-wrap {
    margin-top: 4vw;
    margin-left: 0 !important;
    display: block;
    width: 100%;
  }

  .form-container .select-wrap select {
    height: 12vw;
    font-size: 4vw;
    padding: 0 4vw 0 4vw;
  }

  .form-container .select-wrap:before {
    width: 10vw;
    height: 10vw;
  }

  .form-container .select-wrap:after {
    border-width: 1.5vw;
    right: 5vw;
  }

  .form-container .submit,
  .form-container .reset,
  .form-container input.validate-btn {
    font-size: 5vw;
    width: 90vw !important;
    line-height: 13vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 3vw;
  }

  .form-container .btn-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .form-container .notice {
    font-size: 4vw;
  }

  .form-container .Validform_checktip {
    font-size: 4vw !important;
    display: block;
    line-height: 1;
    margin-top: 5vw;
    margin-left: 0;
    width: 100%;
  }

  .form-container .validate-btn {
    font-size: 4vw !important;
  }

  .skip-btns {
    position: static;
    font-size: 4vw;
    display: flex;
    justify-content: space-between;
    margin-top: 5vw;
  }

  .skip-btns p {
    display: none;
  }

  .skip-btns .item {
    margin-top: 0;
  }

  .skip-btns .item:after {
    content: none;
  }

  .skip-btns a {
    line-height: 15vw;
    width: 40vw;
  }

  .step-wrap {
    position: static;
    margin-bottom: 10vw;
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  .step-wrap .step {
    display: none;
    margin-top: 0;
    width: auto;
    line-height: 12vw;
    height: 12vw;
  }

  .step-wrap .step:after,
  .step-wrap .step:before {
    content: none;
  }

  .step-wrap .step.on {
    display: block;
  }

  .step-wrap .step span {
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    left: 5vw;
    font-size: 5vw;
  }

  .step-wrap .step div {
    padding: 0 6vw 0 13vw;
    font-size: 5vw;
  }

  .form-modal .close {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.6rem;
    right: 0.8rem;
  }

  .form-modal .container {
    width: 80%;
    padding: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    max-height: 90%;
    overflow: scroll;
  }

  .form-modal .title {
    font-size: 0.8rem;
    padding-bottom: 0.6rem;
  }

  .form-modal .form-container {
    padding-top: 0.8rem;
  }

  .form-modal .form-container .submit {
    position: static;
    margin-top: 0.8rem;
  }

  .complete {
    margin-bottom: 10vw
  }

  .complete img {
    margin-bottom: 10vw
  }

  .complete .text1 {
    font-size: 5vw;
    margin-bottom: 5vw
  }

  .complete .text2 {
    font-size: 4vw
  }

  .complete .btn {
    margin: 5vw auto 0;
    width: 90%;
    line-height: 12vw;
    font-size: 5vw
  }
}

@media screen and (max-width: 680px) {
  .matters {
    margin: 5vw 0;
  }
}