#contents #stepContents .inputtedTbl.tbl01 th {
  width: 25%;
}
#contents #stepContents .inputtedTbl.tbl01 td {
  width: 75%;
}
#contents #stepContents .inputtedTbl.tbl00 {
  margin-bottom: 30px;
}
#contents #stepContents .inputtedTbl.tbl00 th {
  width: 32%;
  padding-left: 10%;
  border-top: none;
  border-right: none;
}
#contents #stepContents .inputtedTbl.tbl00 td {
  width: 48%;
  padding-right: 10%;
  border-top: none;
  border-left: none;
}
#contents #stepContents .inputtedTbl.tbl00 td.selectArea select {
  width: 100%;
  height: 45px;
  margin: 0 10px 15px 0;
  padding: 0 15px 0 20px;
  border: solid 1px #afafaf;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 45px;
}
#contents #stepContents .inputtedTbl.tbl00 td p {
  font-size: 1.8rem;
}
#contents #stepContents .inputtedTbl + .entryForm {
  margin-top: 0;
}
#contents #stepContents .entryForm {
  font-size: 2rem;
  padding: 8px;
  width: calc(860/956*100%);
  margin-top: 0;
  border-top: none;
  border-bottom: none;
}
#contents #stepContents .entryForm dl {
  width: 100%;
  margin: 0 auto;
}
#contents #stepContents .entryForm dl dt span {
  font-size: .75em;
}
#contents #stepContents .entryForm dl dd {
  width: 90%;
}
#contents #stepContents .entryForm dl dd input {
  height: 44px;
  border: 1px solid #afafaf;
}
#contents #stepContents .entryForm dl dd p {
  margin: 0;
}
#contents #stepContents .entryForm dl dd + dt {
  margin-top: 45px;
}
#contents #stepContents .entryForm dl dd.name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#contents #stepContents .entryForm dl dd.name > div {
  width: 50%;
  display: flex;
  align-items: center;
}
#contents #stepContents .entryForm dl dd.name > div > p {
  width: 4em;
}
#contents #stepContents .entryForm dl dd.name > div > div {
  flex: 1;
}
#contents #stepContents .entryForm dl dd.name .input input {
  width: 100%;
}
#contents #stepContents .entryForm dl dd .hasText {
  width: 90%;
  margin: 0 auto;
}
#contents #stepContents .entryForm dl dd .hasText li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}
#contents #stepContents .entryForm dl dd .hasText li span {
  display: block;
}
#contents #stepContents .entryForm dl dd .hasText li input[type="text"] {
  width: 100%;
  margin: 0 auto;
}
#contents #stepContents .entryForm dl dd .hasText li input[type="tel"] {
  width: 33.33333333%;
}
#contents #stepContents .entryForm dl dd .hasText li.att {
  font-size: 1.7rem;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  #contents #stepContents .inputtedTbl.tbl00 {
    margin-bottom: 30px;
    padding-top: 0;
    border-top: none;
  }
  #contents #stepContents .inputtedTbl.tbl00 th {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1.0em;
    font-size: 1.8rem;
  }
  #contents #stepContents .inputtedTbl.tbl00 td {
    width: 100%;
    padding-right: 0;
  }
  #contents #stepContents .inputtedTbl.tbl00 td.selectArea select {
    width: 95%;
    height: 32px;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    font-size: 1.4rem;
    line-height: 32px;
  }
  #contents #stepContents .inputtedTbl.tbl00 td p {
    font-size: 1.4rem;
  }
  #contents #stepContents .inputtedTbl.tbl00 td p:first-of-type {
    margin-bottom: 0;
  }
  #contents #stepContents .entryForm {
    font-size: 1.4rem;
    padding-bottom: 32px;
  }
  #contents #stepContents .entryForm dl {
    width: 100%;
  }
  #contents #stepContents .entryForm dl dd input {
    height: 32px;
  }
  #contents #stepContents .entryForm dl dd + dt {
    margin-top: 32px;
  }
  #contents #stepContents .entryForm dl dd.name {
    display: block;
  }
  #contents #stepContents .entryForm dl dd.name > div {
    width: auto;
    max-width: initial;
  }
  #contents #stepContents .entryForm dl dd.name > div > p {
    width: 3em;
  }
  #contents #stepContents .entryForm dl dd.name .mei,
  #contents #stepContents .entryForm dl dd.name .kanamei {
    margin-top: 20px;
  }
  #contents #stepContents .entryForm dl dd .hasText {
    width: 100%;
  }
  #contents #stepContents .entryForm dl dd .hasText li.att {
    font-size: 1.4rem;
  }
  #contents #stepContents .entryForm dl dd .hasText li.att span {
    display: inline;
  }
}
