#job_contact_form h3 {
    font-size: 120%!important;
    margin: 0 0 30px!important;
}

#job_contact_form h3::before {
    content: "▼";
    color: #004098;
    margin: 0 5px 0 0;
    text-decoration: none !important;
    transform: rotate(-90deg);
    display: inline-block;
    vertical-align: top;
}

#job_contact_form dl {
    margin: 0 0 20px 20px;
    display: flex;
    flex-wrap: wrap;
}

#job_contact_form dt {
    width: 30%;
    margin: 0 0 30px;
}

#job_contact_form dl dd {
    width: 70%;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#job_contact_form dl dd select {
    height: 30px;
    border-radius: 0;
    min-width: 60%;
    font-family: arial, helvetica;
}

#job_contact_form dl dd input[type="text"],
#job_contact_form dl dd input[type="email"] {
    width: 60%;
    height: 30px;
    border-radius: 0;
}

#job_contact_form dl dd textarea {
    padding: 5px;
    border-radius: 0;
}

#job_contact_form dl dd span.names {
    display: flex;
    width: calc(36% - 20px);
    margin: 0 20px 0 0;
    padding: 5px 0;
}

#job_contact_form dl dd span.names input {
    width: calc(100% - 40px);
    margin: -5px 0 0 10px;
    height: 30px;
    border-radius: 0;
}

#job_contact_form dl dt .required {
    display: inline-block;
    color: #e3001c;
    margin: 0 0 0 10px;
}

#job_contact_form .btn {
    text-align: center;
    margin: 50px 0;
}

#job_contact_form input[type="submit"]:hover {
    margin: 0 0 0;
    padding: 14px 40px;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #004098;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

#job_contact_form input[type="submit"] {
    padding: 14px 40px;
    font-size: 120%;
    border-top: solid 2px #004098;
    border-bottom: solid 2px #051b3a;
    font-weight: normal;
    background: #004098;
    border-radius: 0;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

#job_contact_form p.attention {
    margin: 0 0 20px;
    font-size: 120%;
    font-weight: bold;
    line-height: 160%;
}

ul.entry_box li {
    padding: 20.5px 0 20.5px 40px;
    vertical-align: top;
    box-sizing: border-box;
}
ul.entry_box li {
    border-top: 1px solid #d9d9d6;
}
ul.entry_box li {
    border-bottom: 1px solid #d9d9d6;
    padding: 40px 0 40px 40px;
    position: relative;
    width: 95%;
    min-height: 136px;
    margin-right: 2%!important;
    display: inline-block;
    box-sizing: border-box;
}

ul.entry_box dl {
    width: 100%;
    display: flex;
}

ul.entry_box dt {
    flex-flow: column;
    width: 63%;
}
ul.entry_box dt, ul.entry_box dd {
    display: flex;
}

ul.entry_box dd {
    width: 37%;
}
ul.entry_box dt, ul.entry_box dd {
    display: flex;
}
ul.entry_box .btnWrap {
    width: 100%;
}
.entry_box .btnWrap .btn {
    min-width: auto;
}
.entry_box .btn {
    width: 100%;
    letter-spacing: 0;
    padding: 12px 0;
}
.btn.btn-1 {
    border: 1px solid #d9d9d6;
    line-height: 1.7;
    letter-spacing: 0.05em;
    background-color: transparent;
    height: auto;
    min-height: 50px;
}
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    outline: none;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 0;
}

#post_content.job .post_head {
    width: 100%!important;
    height: 300px;
    background-size: cover;
    background-position: center;
    padding: 0;
}
#post_content.job .post_head {
    border-bottom: solid 1px #505b5e;
	margin:0!important;
}
#post_content.job  h1.entry_title {
    display: inline-block;
    min-width: 50%;
    width: auto;
    height: auto;
    padding: 10px 40px 10px 125px;
    margin: 180px 0 0 0;
    background: rgba(227, 0, 28, .75);
    font-size: 360%;
    color: #fff;
}