body main {
  /*padding-top: 0;*/
}

.top-bar {
  padding: 40px;
  text-align: left;
  font-size: 23px;
  background-color: #999;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.8;
}

th{
  width:200px;
}

.company-ttl {
  margin-bottom: 30px;
}

.company-ttl h3 {
  font-size: 24px;
  display: inline;
  border-bottom: 1px solid #002F71;
  padding-bottom: 5px;
}
/*
.company-img {
  width: 30%;
  margin-right: 50px;
  height: 250px;
}*/
.company-img {
  width: 50%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:40px;
}

.company-text p {
  font-size: 20px;
  margin-bottom: 20px;
}

.company-text p span {
  font-weight: bold;
}

.company-img img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.inner-ricruit {
  width: 1060px;
  margin: 0 auto;
}

.company-info {
  justify-content: center;
}

.content {
  margin-bottom: 60px;
}

.content:first-child {
  padding-bottom: 60px;
  border-bottom: 2px solid #ccc;
}

.recruit-ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.table2{
  width:100%;
}
.table2 tbody tr td {
  background-color: #fbfbfb;
}

.table2 tbody tr th {
  background-color: #efefef;
  text-align: left;
}

.table2 tbody tr th, .table2 tbody tr td {
  padding: 15px;
  font-size: 16px;
  border: 2px solid #fff;
  line-height: 1.8;
}

.form-wrap {
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
  font-size: 18px;
}

.form-item {
  padding: 24px;
  align-items: center;
  border-bottom: 2px solid #ddd;

}


.form-wrap .form{
  width:calc(100% - 200px);
}
.form-ttl {
  width: 200px;
  font-weight: bold;
  padding-right:20px;
  line-height:1.5em;
}

.form input {
  height: 65px;
  border: none;
  background-color: #e2e2e2;
}

.form {
  flex: 1;
}

.form input {
  height: 60px;
  border: none;
  background-color: #e2e2e2;
  font-size: 20px;
  padding: 0 20px;
  width: 100%;
}

.sex.form input {
  width: auto;
}

.form select {
  height: 60px;
  border: none;
  background-color: #e2e2e2;
  font-size: 20px;
  padding: 0 20px;
  width: 150px;
}

.prev-wrap {
  position: relative;
  display: inline-block;
}

.form .prev-wrap i {
  position: absolute;
  right: 10px;
  top: 25px;
}

.form.prev input,
.form.prev select {
  margin-bottom: 20px;
}

.form textarea {
  border: none;
  background-color: #e2e2e2;
  font-size: 25px;
  padding: 10px;
  width: 100%;
  resize: vertical;
}
.birth input{
  width:100px;
}

.to-btn{
  margin-top:20px;
  text-align:center;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.to-btn button {
  text-align:center;
  display: inline-block;
  text-align: left;
  background-color: #ffa300;
  font-size: 18px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 4em;
  border-radius: 4px;
  border-bottom: 4px solid #d37800;
}

.to-btn button:active {
    transform: translateY(4px);
    border-bottom: none;
}
