.career_container {
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 20px 60px;
}
.job__offer__box {
    margin-bottom: 32px;
}
.job__offer__box__wrap {
    border: 1px solid #19448e;
    /*border-radius: 5px;*/
}
.job__offer__title {
    display: flex;
    justify-content: space-between;
    background: rgba(25, 68, 142, 0.1);
    border-bottom: 1px solid #19448e;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #19448e;
}
.job__offer__title .job__offer__title__text {
    display: block;
    padding: 8px 0;
}
.job__offer__title div {
    display: flex;
    align-items: center;
}
.job__offer__detail {
    padding: 10px 15px;
}
.job__offer__photo__area {
    float: right;
    display: inline-block;
    width: 190px;
    margin-left: 8px;
    text-align: right;
}
.job__offer__photo__area a {
    display: block;
    width: 100%;
    height: 100%;
}
:visited, :link {
    color: #04c;
}
a, #header-wrap {
    -webkit-tap-highlight-color: transparent;
}
a {
    background: transparent;
    margin: 0;
    padding: 0;
    color: #1f70c1;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, dl, li, dt, dd, form, label, table, thead, tbody, tfoot, th, tr, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.5;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.job__offer__detail__item {
    display: flex;
    padding: 3px 0;
}
.job__offer__detail__item div {
    box-sizing: border-box;
}
.job__offer__detail__title {
    background: #f3f2f1;
    width: 120px;
    height: 100%;
    padding: 5px 10px;
    text-align: right;
}
.job__offer__detail__item div {
    box-sizing: border-box;
}
.job__offer__detail__text {
    width: calc(100% - 140px);
    padding: 5px 0;
    margin-left: 15px;
}
.entry__button__bottom {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 15px;
}
.entry__button__bottom .entry__button__bottom__wrap {
    display: flex;
    margin: 0 10px;
}
.entry__button__bottom .job__entry__button {
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 12px 32px 12px 15px;
    color: #fff;
}
.next__arrow.btn__s {
    padding: 8px 28px 8px 8px;
}
.btn__s.btn__confirm, .btn__l.btn__confirm {
    background-color: #1f81db;
    color: #fff;
    border-bottom: 3px solid #1967ae;
}
.entry__button__bottom input {
    display: flex;
    align-items: center;
}
input[type="button"], input[type="submit"], .btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    border: none;
    text-align: center;
    white-space: normal;
    cursor: pointer;
}
.btn__s {
    font-size: 1.2rem;
    padding: 6px 10px;
}
.next__arrow {
    background-image: url(../images/icons/button_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.btn__s, .btn__l, .mynavi__banner a, .mynavi__link__btn a, .axol_pager .axol_pager_page_now, .axol_pager .axol_pager_page_txt, .axol_pager .axol_pager_pre_txt, .axol_pager .axol_pager_post_txt, .type__postal input[type="button"], .type__school__head .school__search, .type__school__head .school__detail__change, .go__pagetop a {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow .2s;
}