@charset "UTF-8";

*:focus {
  outline: none;
}

.form__radioList__label {
  display: block !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.stepList__item:not(:last-child):after {
  display: none;
}

.linkModal:before {
  display: none;
}

.t10 {
  width: 10%;
}

.t20 {
  width: 20%;
}

.t25 {
  width: 25%;
}

.font-SBIMA--blue {
  font-weight: bold;
}

.table__th {
  padding: 7px 0px 8px;
}

#Meisai-Tbody td,
#g_Meisai-Tbody td {
  position: relative;
  display: table-cell;
  padding: 7px 0px 8px;
  border-left: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  text-align: left;
  word-break: break-all;
  vertical-align: baseline;
  line-height: 1.5;
  font-size: 10px !important;
  text-align: center;
}
#Meisai-Tbody td:first-child,
#g_Meisai-Tbody td:first-child {
  border-left: none;
  background-clip: padding-box;
}
