/* footer position */
.add-footer {
  width: 100%;
}


/* wrap/box */

#szbk-main-content.add-container {
  padding-top: 5px;
  overflow: hidden;
  width: 100vw;
}

.add-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.add-flex > * {
  min-width: 49%;
}

.add-flex > * label {
  width: 100%;
}

.add-flex-left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.add-flex-left > * {
  margin-right: 5px;
}

/* margin  */

.add-szbk-mt15 {
  margin-top: 15px;
}
.add-szbk-mb15 {
  margin-bottom: 15px;
}


/* title */

h1.add-title {
  margin-bottom: 16px;
}

h2.add-title-sub {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  margin-bottom: 16px;
}

h4.add-panel-title {
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

.add-panel-title-sub {
  background: #505050;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 0;
}

.add-04title{
  font-weight: bold;
  font-size: 21px;
  line-height: 34px;
  text-align: center;
  color: #1047b7;
  margin-bottom: 10px;
}


/* text   */

.add-text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.add-text-red {
  color: #7d021b !important;
}

.add-text-bold {
  font-weight: bold !important;
}

ul.add-text-indent {
  padding-left: 0;
  text-indent: 0;
  list-style: none;
}

ul.add-text-indent li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

ul.add-text-indent-mb0 li {
  margin-bottom: 0;
}

.add-text-notice,
span.add-text-notice {
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #725e22;
}

.add-text-notice:first-of-type,
span.add-text-notice:first-of-type {
  margin-top: 1em;
  margin-top: 0.5em;
}

.add-text-lead {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;
}

.add-alert-warning {
  border-radius: 5px;
  background: #fff9ef;
  border: 1px solid #ffc107;
  padding: 1em;
  font-size: 14px;
}

.add-03btn{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 37px;
  text-decoration: none;
  color: #1047b7;
  border-radius: 4px;
  border: 1px solid #1047b7;
}

.add-03btn:hover{
  color: #1047b7;
  opacity: 0.8;
}

.add-04btn{
  display: block;
  width: 100%;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background: #7d021b;
  border: 1px solid #7d021b;
  margin-bottom: 30px;
}

.add-04btn:hover{
  color: #fff;
  opacity: 0.8;
}



/* step panel */

.panel.add-szbk-panel-step {
  margin-bottom: 0;
}

.panel.add-szbk-panel-step .cd-multi-steps.text-bottom.count li > * {
  padding-top: 20px;
}

.panel.add-szbk-panel-step .cd-multi-steps.text-bottom.count li > em {
  color: transparent;
}



/* panel */

.add-panel-group{
  /* margin-bottom: 20px; */
}

.panel.add-panel-default {
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
}

.add-panel-default > .panel-heading {
  margin-left: -15px;
  margin-right: -15px;
  background: #7d021b;
  border-radius: 0;
}

.add-szbn-table-form-inner {
  background: #f5f5f5;
  padding: 30px 20px;
}

.add-panel-default > .panel-footer {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background: #fff9ef;
  border: 1px solid #ffc107;
  padding: 16px;
}

.add-panel-default > .panel-footer p {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #725e22;
}

.add-panel-default > .add-panel-glay {
  background: #f5f5f5;
  border: 1px solid #aaa;
  padding: 26px 29px;
}

.add-panel-default > .panel-footer p.add-panel-glay-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #505050;
  margin-bottom: 0.25em;
}

.add-panel-default > .panel-footer p.add-panel-glay-value {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;
}

.add-panel-body-wide {
  padding: 0;
  border: none;
}

.add-panel-04blue{
  background: #c9d4ef;
  border-radius: 4px;
  padding: 16px;
}

.add-panel-04blue p{
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #359;
  margin: 0;
  padding: 0;
}


/* panel Beneficial owner */

.add-panel-group.add-panel-beneficialowner{
  margin-bottom: 20px;
}

.add-panel-group.add-panel-beneficialowner + .add-hr {
  margin: 15px -15px;
}

.add-panel-group.add-panel-beneficialowner .add-panel-default{
  margin-bottom: 0;
}

.add-panel-group.add-panel-beneficialowner .add-table4{
  margin-bottom: 0;
}


/* list */

.add-indent-mark {
  list-style: none;
}

.add-indent-mark li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.25em;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #333;
}

.add-indent-mark li::before {
  content: "・";
}

/* table  */

.add-table > tbody > tr > td,
.add-table > tbody > tr > th,
.add-table > tfoot > tr > td,
.add-table > tfoot > tr > th,
.add-table > thead > tr > td,
.add-table > thead > tr > th {
  border-top: none;
}

.szbk-table-form > .add-accordion-contents > .add-table4,
.szbk-table-form > .add-accordion-contents > .add-table4 > tbody,
.szbk-table-form > .add-accordion-contents > .add-table4 > tbody > tr,
.szbk-table-form > .add-accordion-contents > .add-table4 > tbody > tr > th,
.szbk-table-form > .add-accordion-contents > .add-table4 > tbody > tr > td {
  display: block;
  width: 100%;
}

.szbk-table-form .add-table3,
.szbk-table-form .add-table3 > tbody,
.szbk-table-form .add-table3 > tbody > tr,
.szbk-table-form .add-table3 > tbody > tr > th,
.szbk-table-form .add-table3 > tbody > tr > td {
  display: block;
  width: 100%;
}

.szbk-table-form .add-table3 > tbody > tr > th{font-weight: normal;}

.szbk-table-form .add-table {
  padding: 16px 16px 1px 16px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  border-radius: 5px;
  background: #fff9ef;
  border: 1px solid #ffc107;
}

.szbk-table-form .add-table2 {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.szbk-table-form .add-table3 {
  margin: 0;
  width: 100%;
  background: #f5f5f5;
  border: none;
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 16px;
}

.szbk-table-form .add-table3.add-table3-03 {
  padding: 30px 20px 5px;
}

.szbk-table-form .add-table3.add-table3-03 td{
  padding-bottom: 14px;
}


.szbk-table-form .add-table4 {
  /* margin-top: 31px; */
  margin-top: 20px;
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  padding-bottom: 20px;
  /* margin-bottom: 16px; */
  position: relative;
}

.szbk-table-form > .add-accordion-contents > .add-table4 {
  width: calc(100% + 30px);
}

.szbk-table-form > .add-accordion-contents > .add-table4 tbody {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.szbk-table-form .add-table4 > tbody > tr:not(:last-child) td {padding-bottom: 1em;}

.szbk-table-form .add-table4::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 90px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 12px 18px;
  border-color: transparent transparent #f8f7f7 transparent;
}

.szbk-table-form .add-table:first-of-type {
  margin-top: 16px;
}

.szbk-table-form .add-table3:first-of-type {
  margin-top: 0;
}

.szbk-table-form .add-table + .add-table {
  margin-top: 38px;
  position: relative;
}

.szbk-table-form .add-table + .add-table::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #dedede;
}

.szbk-table-form .add-table > tbody > tr > th {
  padding: 0;
  border: none;
  text-indent: 0;
  background: transparent;
}

.szbk-table-form .add-table > tbody > tr > th label {
  font-weight: bold;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #333;
}

.szbk-table-form .add-table > tbody > tr > td {
  border: none;
  padding: 3px 0;
}

.szbk-table-form .add-table3 > tbody > tr > td {
  padding-left: 0.75em;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;
}

.szbk-table-form .add-table3 > tbody > tr > td label {
  margin-bottom: 0;
}

.add-label-required {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #f00;
  border-radius: 4px;
  background: #fcebef;
  border: 1px solid #f00;
  padding: 0.1em 0.65em;
}

.add-label-required,
.szbk-table-form > .add-table > tbody > tr > th .add-label-required {
  margin-top: 0;
  margin-right: 0;
  margin-left: 14px;
}

.szbk-table-form > .add-table .row + .row {
  margin-top: 8px;
}

.add-field-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #1047b7;
}

.add-field-title-sub {
  display: inline-block;
  padding-left: 1em;
  font-weight: normal;
}
.add-warning {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #7d021b;
}

/* form   */

::placeholder {
  color: #aaa;
}
/* old Edge */
::-ms-input-placeholder {
  color: #aaa;
}
/* IE */
:-ms-input-placeholder {
  color: #aaa;
}

.add-select-date{}

.add-form-inline {
  display: inline-block;
}

.add-form-inline .add-form-control {
  display: inline-block;
}

.add-input-group {
  width: 100%;
}

.add-form-control {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #aaa;
  padding: 1.35em 1em;
}

.add-form-control.add-form-control-error {
  background: #fcebef;
  border: 1px solid #d9123b;
}

.input-group .add-form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #aaa;
}

.add-form-control.zip1,
.add-form-control.zip21 {
  width: 100px;
  display: inline-block;
  margin-right: 0.7em;
}

.add-form-control.zip2,
.add-form-control.zip22 {
  width: 110px;
  display: inline-block;
  margin-left: 0.7em;
}

.add-from-tel {
  width: 95px;
  display: inline-block;
  margin-left: 0.0em;
  margin-right: 0.0em;
}

.add-from-tel:first-child {
  margin-left: 0;
  width: 95px;
}
.add-from-tel:last-child {
  margin-right: 0;
}

.add-form-select-wrap {
}

.add-form-select-wrap-wide {
  width: 100%;
}

.add-form-select-wrap-wide .add-form-select{
  width: calc(100% + 48px);
  margin-left: -24px;
}

.add-form-select-wrap::before {
}

.add-np-form-control-delimiter {
  margin-right: 0.25em;
}

select.add-form-select {
  border-radius: 4px;
  background: #fff url(../assets/img/select.svg) center center no-repeat;
  background-position: right 14px top 18px;
  background-size: 16px;
  border: 1px solid #ccc;
  padding: 0.8em 1em;
  -webkit-appearance: none;
  appearance: none;
}

select.add-form-select::-ms-expand {
  display: none;
}

/* select placeholder ..need js*/
select.add-form-select.off {
  /* color: #aaa; */
}

.add-checkbox-inline {
  padding-left: 28px;
  display: block;
  position: relative;
}

.add-checkbox-inline .add-checkbox {
  height: 0;
  width: 0;
  opacity: 0;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  margin-left: -28px;
}

.add-checkbox-inline::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #8b8b8b;
}

.add-checkbox-inline::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: url(../assets/img/check.svg) center center no-repeat;
  background-size: contain;
}

.add-checkbox-box,
.add-checkbox-box2 {
  border-radius: 4px;
  background: #f8f7f7;
  border: 1.5px solid #cecece;
  padding: 14px 19px;
}

.add-checkbox-box label {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.add-checkbox-box.on {
  background: #f2eeed;
  border-color: #b4a09a;
}

.add-checkbox-box.add-checkbox-box-notbg.on {
  background: #f8f7f7;
  border: 1.5px solid #cecece;
}

.add-checkbox-wrapper li label {
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  font-weight: bold;
  padding-left: 45px;
}

.add-checkbox-wrapper li label::before{top: 6px;}
.add-checkbox-wrapper li label::after {top: 9px;}

.add-checkbox-wrapper li.on .add-checkbox-inline::before,
.add-checkbox-box.on .add-checkbox-inline::before {
  background: #7d021b;
  border-color: #7d021b;
}

.add-radio-wrapper {
  white-space: nowrap;
  border-radius: 4px;
  background: #f2f2f2;
  border: 2px solid #cecece;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding: 14px 16px 14px 45px;
  position: relative;
}

.add-flex .add-radio-wrapper {
  white-space: normal;
  border-radius: 4px;
  background: #f2f2f2;
  border: 2px solid #cecece;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #333;
  padding: 14px 16px 14px 45px;
  position: relative;
}

.add-radio-wrapper::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 20px;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #8b8b8b;
}

.add-radio-wrapper-narrow {
  padding: 12px 10px 12px 38px;
}

.add-radio:checked + .add-radio-wrapper {
  background: #f2eeed;
  border-color: #b4a09a;
}

.add-radio:checked + .add-radio-wrapper::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 21px;
  width: 10px;
  height: 10px;
  background: #7d021b;
  border-radius: 50%;
}

.add-radio-wrapper-narrow::before {
  top: 14px;
  left: 12px;
}

.add-radio:checked + .add-radio-wrapper-narrow::after {
  top: 19px;
  left: 17px;
}

.add-radio {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

.add-privacy-box {
  padding: 14px 19px;
}

.add-privacy-box a {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.add-submit-box {
  margin-top: 38px;
  position: relative;
  padding: 26px 16px 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  width: calc(100% + 30px);
  max-width: calc(100% + 30px);
  background-color: transparent;
}

.add-submit-box::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  margin: 0 -15px;
  width: calc(100% + 30px);
  height: 16px;
  background: #dedede;
}

.add-submit-box a {
  border-radius: 4px;
  background: #1e49b0;
  border-color: #1e49b0;
  font-size: 16px;
  padding: 1em 0;
}

.add-submit-box a:hover {
  background: #1e49b0;
  border-color: #1e49b0;
  opacity: 0.75;
}

.add-btn-default {
  width: 185px;
  line-height: 53px;
  background: #fff;
  border: 2px solid #1e49b0;
  padding: 0 12px;
  font-weight: bold;
  font-size: 16px;
  color: #1047b7;
  position: relative;
}

.add-btn-default::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #8b8b8b;
}

.add-btn-default::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 14px;
  width: 14px;
  height: 14px;
  background: url(../assets/img/check.svg) center center no-repeat;
  background-size: contain;
}

.add-btn-default.on::before {
  background: #1e49b0;
}

.add-btn_postcode1address {
  margin-top: 13px;
  line-height: 32px;
  border-radius: 4px;
  background: #dedede;
  border: 1.5px solid #707070;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 16px;
  color: #333;
}

.add-btn-default .add-checkbox2 {
  height: 0;
  width: 0;
  opacity: 0;
}

select {
  font-size: 16px;
  transform: scale(calc(14 / 16));
}



/* accordion */

.add-accordion-contents {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.3s;
  /* padding-top: 12px; */
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.add-accordion-contents.on {
  height: auto;
  opacity: 1;
}

.add-accordion2-contents,
.add-accordion2-contents.off2 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}

.add-accordion2-contents.on2 {
  height: auto;
  opacity: 1;
}

.add-accordion3-contents,
.add-accordion3-contents.off3 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}

.add-accordion3-contents.on3 {
  height: auto;
  opacity: 1;
}

.add-accordion4-contents,
.add-accordion4-contents.off4 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}

.add-accordion4-contents.on4 {
  height: auto;
  opacity: 1;
}

.add-accordion5-contents,
.add-accordion5-contents.off5 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}

.add-accordion-contents.add-accordion5-contents,
.add-accordion-contents.add-accordion5-contents.off5 {
  padding-top: 0;
}

.add-btn-default.add-accordion5-contents,
.add-btn-default.add-accordion5-contents.off5 {
  display: none;
}

.add-accordion5-contents.on5 {
  height: auto;
  opacity: 1;
}

.add-accordion-contents.add-accordion5-contents.on5 {
  padding-top: 12px;
}

.add-btn-default.add-accordion5-contents.on5 {
  display: inline-block;
}

.add-accordion6-contents,
.add-accordion6-contents.off6 {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-duration: 0.3s;
}

.add-accordion6-contents.on6 {
  height: auto;
  opacity: 1;
}

.add-accordion-contents.add-accordion5-contents:not(.on) {
  height: 0;
  opacity: 0;
}

/* parts */

.add-downArrow {
  position: relative;
  width: 100%;
  height: 20px;
  border: none;
  margin: 16px 0 12px;
}

.add-downArrow::after {
  content: "";
  position: absolute;
  left: calc(50% - 36px);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 36px 0 36px;
  border-color: #7d021b transparent transparent transparent;
}

.fa-external-link {
  padding-right: 0.5em;
}

.add-hr {
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  border: none;
  height: 6px;
  background-color: #dedede;
}

br.add-display-pc{display: none;}
.add-display-pc{display: none;}

br.add-display-sp{display: inline;}
.add-display-sp{display: block;}

.add-sp-w100{width: 100%;}



/* smartphone wide */

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .add-form-select-wrap-wide .add-form-select{
    width: calc(100% + 76px);
    margin-left: -38px;
  }
}




/* pc & tablet */
@media (min-width: 768px) {
  #szbk-main-content.add-container {
  }

  .container {
    width: 100%;
  }

  br.add-display-sp{display: none;}
  .add-display-sp{display: none;}

  br.add-display-pc{display: inline;}
  .add-display-pc{display: block;}

  .add-sp-w100{width: auto;}


  .add-container-wide {
    width: 100%;
  }

  .add-text-notice:first-of-type {
    margin-top: 1em;
  }

  .add-select-date{padding-left: 15px;}

  .szbk-table-form .add-table {
    border-collapse: separate;
  }

  .szbk-table-form .add-table + .add-table {
    margin-top: 36px;
  }

  .szbk-table-form .add-table + .add-table::before {
  }

  .szbk-table-form .add-table > tbody > tr {
    display: block;
  }

  .szbk-table-form .add-table > tbody > tr > th {
    width: 100%;
    display: block;
  }

  .szbk-table-form .add-table > tbody > tr > td {
    display: block;
  }

  .szbk-table-form .add-table > tbody > tr > th > label {
    padding-right: 0;
  }

  .szbk-table-form .add-table > tbody > tr > th .add-label-required,
  .add-label-required {
    position: relative;
    top: -1px;
    right: 0;
  }

  .add-btn_postcode1address {
    margin-top: 2px;
    margin-left: 30px;
  }

  .add-submit-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .add-submit-box::before {
  }

  .add-submit-box .btn-lg {
    display: block;
    width: 100%;
  }

  select {
    font-size: inherit;
    transform: scale(1);
  }

  .add-form-select-wrap-wide .add-form-select{
    width: 100%;
    margin-left: 0;
  }

}

/* tablet */
@media only screen and (min-width: 768px) and (max-width: 799px) {
  #szbk-main-content.add-container {
    width: calc(800px - 32px);
  }

  .add-container-wide {
    width: 100%;
  }

  .add-form-select-wrap-wide .add-form-select{}
}

/* pc */
@media (min-width: 800px) {
  #szbk-main-content.add-container {
    width: 800px;
  }

  .add-container-wide {
    width: 100%;
  }

  .szbk-table-form .add-table > tbody > tr {
    display: block;
  }

  .szbk-table-form .add-table > tbody > tr > th {
    width: 100%;
    display: block;
  }

  .szbk-table-form .add-table > tbody > tr > td {
    display: block;
  }

  .szbk-table-form .add-table > tbody > tr > th > label {
    padding-right: 0;
  }

  .szbk-table-form .add-table > tbody > tr > th .add-label-required,
  .add-label-required {
    position: relative;
    top: -1px;
    right: 0;
  }

  .add-form-select-wrap-wide .add-form-select{
    width: 100%;
    margin-left: 0;
  }

}

