/*--------------------------------------------
		ir procedureguide
---------------------------------------------*/
.procedureguide {
  padding-right: 60px;
  padding-left: 60px;
}

.procedureguide__link {
  text-decoration: underline;
}

.supplemental-txt {
  text-align: right;
}

.basic-table {
  margin-bottom: 1.5em;
}

.basic-table th,
.basic-table td {
  vertical-align: middle;
}

.basic-table tbody th {
  width: 19.8%;
  font-size: 93%;
  font-weight: bold;
  text-align: left;
}

.basic-table tbody td {
  text-align: left;
  padding: 0.8em 1em;
}

.basic-table .txt-indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
  display: inline-block;
}

.about {
  font-size: 93%;
  line-height: 1.3;
}

.about__ttl {
  font-weight: bold;
  text-indent: -0.5em;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 767px) {
  .basic-table {
    font-size: 49%;
    margin-bottom: 3em;
  }
  .basic-table tbody th {
    text-align: left;
  }
  .procedureguide {
    padding-right: 0;
    padding-left: 0;
  }
}
