body.entry form table label[for^="file"]:before {
  content: "Select File";
}
.title01-sub {
  width: 500px;
}
@media screen and (min-width: 751px){
  .title01-sub {
    width: 320px;
  }
}
.label-group {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4em;
}

#_entry .label-group span label {
  width: auto;
}
#_entry .label-group span {
  padding-right: 0em;
  margin-right: 1.5em;
}
@media (max-width: 750px){
  #required_infor_table tr {
    display: flex;
    flex-wrap: wrap;
  }
  #required_infor_table th,
  #required_infor_table td {
    width: 100%;
  }
  #required_infor_table  th:before {
    display: none;
  }
  #required_infor_table  th:after {
    display: block;
    content: "";
    background-image: linear-gradient(to right, #969696, #969696 2px, transparent 2px, transparent 4px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 670px;
    height: 2px;
  }
  #required_infor_table  th {
    padding-bottom: 0;
  }

}
.error {
  line-height: 1.4em;
  color: #cc0000;
  padding-top: 0.25em;
}
.error .kibou_job{
  color: #333333;

}
.hide {
  display: none;
}