.noscroll {
  overflow: hidden;
}

.preview_img {
  margin-bottom: 20px;
}
.preview_img img {
  max-width: 300px;
}

.help-block {
  display: none;
}

.help-block.with-errors {
  font-size: 14px;
  color: #f00;
  line-height: 2;
}

.yellow_box_content .txt_2505 span {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.title-confirm {
  color: #fe8d00;
  text-align: center;
  margin-top: 50px;
  font-size: 26px;
  font-weight: bold;
}

.confirm-note {
  text-align: center;
  font-weight: bold;
}

.checkloww .form-group {
  padding: 1.4rem 0;
  display: block;
}

.tab:not(.current) {
  display: none;
}

.table-apply {
  width: 100%;
}

.form-action {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-action button {
  width: 22rem;
  min-width: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.form-action button.previous {
  background: #938b82;
  box-shadow: 0px 0.3rem 0px #6c6c6b;
  border-radius: 0.3rem;
}
@media screen and (max-width: 760px) {
  .form-action button.previous {
    order: 2;
  }
}

.form-action button.submit {
  background: #ff8c00;
  box-shadow: 0px 0.3rem 0px #d57602;
  border-radius: 0.3rem;
}

.form-control {
  height: 46px;
  padding: 7px 15px;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.register-popup {
  visibility: hidden;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.1s;
}
.register-popup.show {
  visibility: visible;
  opacity: 1;
}
.register-popup .register-popup-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.register-popup .popup-wrap {
  height: 100dvh;
  overflow-y: auto;
  width: 100%;
  padding: 20px;
}
@media screen and (min-height: 620px) {
  .register-popup .popup-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.register-popup .popup-wrap .popup-content {
  margin: 30px auto;
  width: 100%;
  max-width: 600px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 25px 5px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6509803922);
}
@media screen and (min-width: 600px) {
  .register-popup .popup-wrap .popup-content {
    font-size: 16px;
  }
}
.register-popup .popup-wrap .popup-content .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transform: translate(40%, -40%);
  display: flex;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 4px black);
  transition: 0.2s;
}
.register-popup .popup-wrap .popup-content .popup-close:hover {
  filter: drop-shadow(0px 0px 8px black);
  transition: 0.1s;
}
.register-popup .popup-wrap .popup-content .popup-close:active {
  filter: drop-shadow(0px 0px 4px black);
}
.register-popup .popup-wrap .popup-content .popup-close g {
  transform: rotateZ(45deg);
  transform-origin: 50%;
  stroke: #e70000;
  transition: stroke 0.25s ease-in-out;
}
.register-popup .popup-wrap .popup-content .txt_red {
  color: #e70000;
}
.register-popup .popup-wrap .popup-content .popup-title {
  color: #fe8d00;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (min-width: 600px) {
  .register-popup .popup-wrap .popup-content .popup-title {
    font-size: 30px;
  }
}
.register-popup .popup-wrap .popup-content .popup-contact .ct-title {
  color: #fe8d00;
  font-weight: bold;
}
.register-popup .popup-wrap .popup-content p:not(:last-child) {
  margin-bottom: 1em;
}
.register-popup .popup-wrap .popup-content .tel {
  width: 300px;
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 7px 30px;
  gap: 3px;
  font-weight: 900;
  background: #ffbf16;
  border-radius: 8px;
  color: #fff !important;
  position: relative;
  letter-spacing: 0.01em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  margin: 10px auto;
}
.register-popup .popup-wrap .popup-content .tel small {
  font-size: 16px;
}
.register-popup .popup-wrap .popup-content .tel-number {
  font-size: 1.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.register-popup .popup-wrap .popup-content a {
  position: relative;
  text-align: left;
  width: 260px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  padding-right: 45px;
  display: inline-block;
  transition: 0.3s;
}
.register-popup .popup-wrap .popup-content a.tel {
  padding: 5px 15px;
}
.register-popup .popup-wrap .popup-content a.tel::after {
  content: none;
}
.register-popup .popup-wrap .popup-content a.tel svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
}
.register-popup .popup-wrap .popup-content .backtop {
  background: #fe8d00 !important;
  text-align: center !important;
  color: #fff !important;
  width: 180px !important;
  text-align: center;
  padding-right: 0 !important;
  margin-top: 20px;
  border: 0;
  padding: 10px;
  border-radius: 10px;
}
.register-popup .popup-wrap .popup-content .backtop:hover {
  opacity: 0.7;
  cursor: pointer;
}

#form-sending .sending-mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#form-sending .sending-content {
  width: 100%;
  height: 80px;
  margin-top: -40px;
  position: fixed;
  top: 50%;
  text-align: center;
  z-index: 2001;
  font-size: 42px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#form-sending .sending-content img {
  height: 60px;
  vertical-align: bottom;
}