@charset "utf-8";

.reg-Table {
  line-height: 1.5;
  width: 100%;
}
.reg-Table thead th {
  border-bottom: 1px solid #C4C4C4;
  color: #9B9B9B;
  font-size: calc(18em / 16);
  font-weight: 500;
  padding-right: .2em;
  padding-bottom: .5em;
  padding-left: .2em;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
}
.reg-Table thead th span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: calc(12em / 18);
  font-weight: 400;
}
.reg-Table tbody th {
  background-color: #F7F7F7;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 300;
  padding-top: 1.2em;
  padding-right: 1em;
  padding-bottom: 1.2em;
  padding-left: 1em;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.reg-Table tbody td {
  border-bottom: 1px solid #C4C4C4;
  padding-top: 1.2em;
  padding-right: 1em;
  padding-bottom: 1.2em;
  padding-left: 1em;
  text-align: center;
  white-space: nowrap;
}
.reg-Table .g th,
.reg-Table .g td {
  padding-bottom: .5em;
}
.reg-Table .g + tr th,
.reg-Table .g + tr td {
  padding-top: .5em;
}
.reg-Table tbody [rowspan] + th,
.reg-Table tbody [rowspan] ~ td {
  border-bottom-style: none;
}
.reg-Table + small {
  display: block;
  font-size: calc(15em / 16);
  margin-top: .5em;
}
@media print, screen and (min-width: 48em) {
  .reg-Table tbody td {
    width: calc(70% / 3);
  }
}

.reg-Section + .reg-Section {
  margin-top: calc(28em / 16);
}

.reg-Procedures_Container {
  padding-bottom: calc(20em / 16);
}
.reg-Procedures_Unit {
  counter-increment: i;
}
.reg-Procedures_Unit + .reg-Procedures_Unit {
  margin-top: calc(40em / 16);
}
.reg-Procedures_Title {
  color: #9B9B9B;
  font-size: calc(18em / 16);
  margin-top: 0;
  margin-bottom: calc(30em / 18);
  padding-left: calc(30em / 18);
  position: relative;
}
.reg-Procedures_Title::before {
  content: 'STEP'counter(i);
  font-family: 'Oswald', sans-serif !important;
  font-weight: 500;
  margin-right: 1em;
  speak: normal;
}
.reg-Procedures_Title::after {
  color: #b39d76;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: .4em;
}
.reg-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);
}
.reg-Procedures_Btn.Another {
  background-color: #fff;
  color: #1c731c;
  position: relative;
}
.reg-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) {
  .reg-Procedures_Container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .reg-Procedures_Unit {
    width: calc(330em / 16);
  }
  .reg-Procedures_Unit + .reg-Procedures_Unit {
    margin-top: 0;
  }
}


.reg-Section_Notice {
  font-size: calc(16em / 20);
  line-height: 1.1;
  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);
}
.reg-Section_Notice p em {
  font-size: calc(22em / 20);
  font-style: normal;
}
