#formWrap {
  width:700px;
  color:#555;
  font-size:90%;
  line-height:120%;
  padding: 80px 0;
  margin:0 auto;
}
table.formTable{
  width:100%;
  border-collapse:collapse;
  margin:10px auto 30px;
}
table.formTable td,
table.formTable th{
  box-sizing: border-box;
  border:1px solid #ccc;
  vertical-align: middle;
  padding:10px;
}
table.formTable th{
  width:30%;
  font-weight:normal;
  background:#efefef;
  text-align:left;
}
table.formTable td{
  padding: 10px 10px 5px;
}
.required{
  color: #eb6100;
  font-size: 90%;
}
.caution{
  color: #eb6100;
  margin-bottom: 20px;
}
.colorOre{
  color: #eb6100;
  font-weight: bold;
}

form input[type="text"],
form textarea{
  box-sizing: border-box;
  padding: 10px;
}
.inputmb10{
  margin-bottom: 10px;
}
.comeCenter{
  text-align: center;
  line-height: 2.0;
}
::placeholder{
  color: #ccc;
}
#reserve_line.containerbox{
  box-sizing: border-box;
  border: 1px solid #53a849;
  margin: 40px auto;
  align-items: center;
}
#reserve_line .item02:first-child{
  width: 35%;
}
#reserve_line .item02:last-child{
  width: 65%;
}
.lineTitle{
  color: #53a849;
  font-size: 1.12rem;
  padding: 0 20px;
}
h2.reserve_h2{
  color: #1e519b;
  font-size: 1.25rem;
}


@media screen and (max-width:750px) {
#formWrap {
  width:95%;
  margin:0 auto;
}
table.formTable th, table.formTable td {
  width:auto;
  display:block;
}
table.formTable th {
  margin-top:5px;
  border-bottom:0;
}
form input[type="text"], 
  form textarea {
  width:100%;
  padding:5px;
  font-size:110%;
  display:block;
}
form input[type="submit"], 
  form input[type="reset"], 
  form input[type="button"] {
  display:block;
  width:100%;
  height:40px;
}
  .required{
    display: block;
    margin-top: 5px;
  }
  #reserve_line .item02:first-child,
  #reserve_line .item02:last-child{
    width: 100%;
    margin-bottom: 0;
  }
  .lineTitle{
    padding: 5px;
  }
}