.supportdetail-ttl {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.05rem;
  font-weight: bold;
  vertical-align: bottom;
  border-bottom: solid 2px #000;
}


.attention-ttl{
  margin-bottom: 0.5em;
  font-size: 1.05rem;
  font-weight: bold;
}

/*テーブル*/
.info-table {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #aaa;

}
.info-table dt,
.info-table dd {
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px solid #aaa;
}
.info-table dt{
  font-weight: 600;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  text-align: center;
}
.info-table dd:last-of-type{
  border-bottom: none;
}
.info-table dd.align-top{
  align-items: flex-start;
}


@media screen and (min-width: 480px) {
  .info-table {
    display: grid;
    grid-template-columns: 20% 1fr;
    margin: 0 auto;
  }
  .info-table dt,
  .info-table dd {
    font-size: 0.875rem;
  }
  .info-table dt:last-of-type,
  .info-table dd:last-of-type {
    border-bottom: none;
  }
  .info-table dt{
    border-right: 1px solid #aaa;
    justify-content: center;
    text-align: center;
  }

  .info-table dd{
  }
}
.page-wrapper{
  padding-inline: 2vw;
}
