@charset "utf-8";

.abs-Procedures_Container {
  padding-bottom: calc(20em / 16);
}
.abs-Procedures_Unit {
  counter-increment: i;
}
.abs-Procedures_Unit + .abs-Procedures_Unit {
  margin-top: calc(40em / 16);
}
.abs-Procedures_Title {
  color: #9B9B9B;
  font-size: calc(18em / 16);
  margin-top: 0;
  margin-bottom: calc(30em / 18);
  padding-left: calc(30em / 18);
  position: relative;
}
.abs-Procedures_Title::before {
  content: 'STEP'counter(i);
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  margin-right: 1em;
  speak: normal;
}
.abs-Procedures_Title::after {
  color: #b39d76;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: .4em;
}
.abs-Procedures_Btn {
  border-radius: 1.6em;
  box-shadow: 0 0.45em 0.65em rgba(0,0,0,.2);
  font-size: calc(18em / 16);
  height: calc(50em / 18);
  margin-top: calc(34em / 18);
  margin-right: auto;
  margin-left: auto;
  width: calc(200em / 18);
}
.abs-Procedures_Btn.Another {
  background-color: #fff;
  color: #ac0d0e;
  position: relative;
}
.abs-Procedures_Btn.Another::before {
  border-radius: 1.6em;
  box-shadow: 0 .11111111em .44444444em rgba(0,0,0,.2);
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .abs-Procedures_Container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .abs-Procedures_Unit {
    width: calc(330em / 16);
  }
  .abs-Procedures_Unit + .abs-Procedures_Unit {
    margin-top: 0;
  }
}

.abs-Section + .abs-Section {
  margin-top: calc(28em / 16);
}
.abs-Title {
  background-color: #f7f7f7;
  color: #9b9b9b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: calc(30em / 16);
  padding-top: calc(7.1em / 16 - .1em);
  padding-bottom: calc(7.1em / 16 - .1em);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.abs-Section_Notice {
  font-size: calc(16em / 20);
  line-height: 2;
  background-color: #f7f5f1;
  margin-bottom: calc(32em / 16);
  padding-top: calc(4em / 16);
  padding-bottom: calc(4em / 16);
  padding-left: calc(12em / 16);
  padding-right: calc(12em / 16);
}
.abs-Section_Notice p em {
  font-size: calc(22em / 20);
  font-style: normal;
}

.abs-Disabled_Strong {
  color: #999;
  font-weight: 400;  
}

.abs-Guideline_Section {
  float: right;
  width: 30%;
  margin-left: calc(12em / 16);
}

.abs-Table {
  line-height: 1.5;
  width: 100%;
}
.abs-Table thead th {
  color: #9B9B9B;
  border-bottom: 1px solid #E3E3E3;
  font-size: calc(14em / 16);
  font-weight: 400;
  text-align: left;
  padding: 0.5em;
  vertical-align: top;
}
.abs-Table tbody th {
  background-color: #F7F7F7;
  border-bottom: 1px solid #E3E3E3;
  font-weight: 300;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.abs-Table tbody td {
  border-bottom: 1px solid #E3E3E3;
  padding: 0.5em;
  text-align: left;
}
