#contents .tbl01 th {
  width: 25%;
}
#contents .tbl01 td {
  width: 75%;
}
#stepContents .entryForm dl dt {
  font-size: 2rem;
}
#stepContents .entryForm dl dd ul.hasRadio {
  max-width: 680px;
  margin: 0 auto;
  justify-content: space-around;
}
#stepContents .entryForm dl dd ul.hasRadio li {
  width: 33.333%;
  text-align: center;
}
#stepContents .entryForm dl dd ul.hasRadio input[type="radio"] {
  margin-right: 1em;
}
#stepContents .entryForm dl dd + dt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #contents .stepTitle + p {
    font-size: 1.4rem;
    margin-bottom: 1.6em;
  }
  #stepContents .entryForm dl dt {
    font-size: 1.6rem;
  }
  #stepContents .entryForm dl dt span {
    display: block;
  }
  #stepContents .entryForm dl dd ul.hasRadio {
    max-width: 8em;
    justify-content: space-around;
  }
  #stepContents .entryForm dl dd ul.hasRadio li {
    width: 100%;
    text-align: left;
  }
  #stepContents .entryForm dl dd ul.hasRadio input[type="radio"] {
    margin-right: 1em;
  }
  #stepContents .entryForm dl dd + dt {
    margin-top: 30px;
  }
}
