@charset "utf-8";
/* CSS Document */

section{
	background-color: #eee;
}

.career_menu {
    display: flex;
    justify-content: space-around;
    margin: 0 70px;
}
.career_menu .item {
    border: solid 1px #aa993e;
    margin: 0 3px 5px;
    width: 100%;
    text-align: center;
}
.career_menu .item a {
    color: #8E7F2B;
    display: block;
    padding: 5px;
	background-color: #fff;
}
.career_menu .item a:hover {
    border-bottom: 1px thick;
    background-color: #eee8c5;
}
.jobimg {
    width: 250px;
}
.w_style_bx2 td {
    vertical-align: top;
}

.apply_btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 20px;
    /*max-width: 250px;*/
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    background: linear-gradient(to top, #9e8e35, #c9b754);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 9999px;
}
.apply_btn a:hover {
    color: #fff;
    opacity: 0.5;
}
.apply_btn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.apply_btn a:hover:after {
    border-color: #fff;
}



/*
.apply_btn {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #aa993e;
}
.apply_btn a {
    display: inline-block;
    width: 100%;
    line-height: 60px;
	padding-left: 10px;
    text-align: left;
    text-decoration: none;
    color: #fff;
    background-color: #aa993e;
    position: relative;
}
.apply_btn a::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 7px;
    width: 7px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    transform: rotate(45deg);
    transition: right .3s;
}*/
.apply_btn a:hover::before {
    right: 25px;
}
.job_table {
    display: flex;
}
.job_box1 {
    flex-grow: 1;
    border-right: solid 1px #c7c09d;
    padding: 15px 30px;
}
.job_box2 {
    flex-grow: 2;
    text-align: left;
    padding: 15px 0 15px 30px;
    border-left: solid 1px #c7c09d;
}
.w_style_bx2 table tr {
    background: none;
}
.w_style_bx2 table td {
    background: none;
    padding-left: 10px;
}

@media (max-width: 767px) {
#w_style h4 {
    margin-bottom: 0;
}
.career_menu {
    margin: 0;
    width: 100%;
    flex-direction: column;
}
.career_menu .item a {
    margin: 5px;
}
.job_table {
    display: flex;
    flex-direction: column;
}
.job_box1 {
    border-right: none;
    padding: 15px 30px;
}
.job_box2 {
    text-align: left;
    padding: 0;
    border-left: none;
}
.jobimg {
wi .w_style_bx2 {
border-bottom: solid 1px #c7c09d;
}
}