@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
html {
    width: 100vw;
    overflow-x: hidden;
}

body {
    margin: 0px !important;
    margin-top: -8% !important;
}

.JD_header_img {
    width: 100%;
    height: 360px;
    background: url(../img/engi-info/pixta_57477528_L.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 55%;
}

.JD_header_img h1 {
    color: white;
    padding: 35% 1% 0% 10%;
    font-family: 'Shippori Mincho', serif !important;
    font-size: 40px;
}

h3.caption_header {
    color: white;
    background: url(../img/engi-info/map-pin.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 10% 99%;
    padding: 5% 0% 0% 20%;
    font-family: 'Shippori Mincho', serif !important;
}

.it_engineer_info_main {
    width: 90%;
    margin: auto;
    font-family: 'Shippori Mincho', serif !important;
}

h2.JD_title {
    margin: 20% 0% 15% 0%;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Shippori Mincho', serif !important;
}

table.JD_table {
    margin-bottom: 100px;
    font-family: 'Shippori Mincho', serif !important;
}

.JD_table tr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Shippori Mincho', serif !important;
}

.JD_table th {
    background: #17499e;
    color: white;
    height: 70px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    font-size: 24px;
    font-family: 'Shippori Mincho', serif !important;
}

.JD_table td {
    padding: 5% 1% 5% 5%;
    background: #f5f5f5;
    line-height: 2;
    font-family: 'Shippori Mincho', serif !important;
}

.JD_table ul {
    padding: 0% 0% 0% 3%;
    list-style: disc;
    font-family: 'Shippori Mincho', serif !important;
}

.JD_table li {
    display: list-item !important;
    font-family: 'Shippori Mincho', serif !important;
}

button.JD_apply {
    margin: 10% auto 20% auto;
    width: 200px;
    height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    background: #17499e;
    color: white;
    border: none;
    font-family: 'Shippori Mincho', serif !important;
    /* width: 140px;
    margin: auto;
    height: 40px;
    background: darkblue;
    color: white;
    border: none;
    font-family: 'Shippori Mincho', serif !important; */
}

.JD_footer {
    width: 100%;
    height: 300px;
    background: url(../img/engi-info/pixta_25587786_L.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-family: 'Shippori Mincho', serif !important;
    text-align: center;
}

.JD_footer h3 {
    text-align: center;
    color: white;
    margin: 1% auto 1% auto;
    font-size: 30px;
    font-family: 'Shippori Mincho', serif !important;
}

.JD_footer h4 {
    text-align: center;
    color: white;
    margin: 1% auto 1% auto;
    padding: 5% 1% 5% 1%;
    width: 80%;
    font-family: 'Shippori Mincho', serif !important;
}

.JD_footer button {
    width: 140px;
    height: 40px;
    position: relative;
    margin: 1% auto 1% auto;
    color: white;
    background: transparent;
    border: 1px solid white;
    font-family: 'Shippori Mincho', serif !important;
}

.Copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    background: black;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 11px;
    font-family: 'Shippori Mincho', serif !important;
}