@charset "UTF-8";

body {
    background-color: #0BE881;
}

header {
    width: 100vw;
    background-color: #0BE881;
    position: fixed;
}

.header-container {
    width: 85vw;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.header-item {
    display: flex;
    padding-left: 6px;
}

#site-name {
    width: 70%;
}

#recluit-text {
    width: 85vw;
    margin: 0 auto 40px auto;
    padding-top: 130px;
}

#recluit-text h1 {
    font-size: 22px;
    text-align: left;
    color: #fff;
    letter-spacing: 0.15em;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

#recluit-text p {
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 1.4;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
}

#recluit {
    width: 85vw;
    margin: 0 auto 60px auto;
}

#recluit h2 {
    margin: 20px auto;
    background-color: #FFC048;
    padding: 5px;
    font-size: 16px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}

.white-table {
    margin-bottom: 40px;
}

.recluit-info {
    width: 100%;
    background-color: #fff;
    border: solid 2px #808E9B;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    font-size: 13px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.recluit-info thead th {
    text-align: center;
}

.recluit-info tbody th {
    width: 30%;
    text-align: center;
}

.recluit-info tbody td {
    width: 70%;
    text-align: left;
}

.recluit-info th,
.recluit-info td {
    border-bottom: solid 2px #808E9B;
    padding: 12px 10px;
}

.recluit-info thead th + th,
.recluit-info tbody td {
    border-left:  solid 2px #808E9B;
}

.recluit-info tbody tr:last-child th,
.recluit-info tbody tr:last-child td {
    border-bottom: none;
}

.recluit-info tbody td:first-child {
    border-left: none;
}

#no-display {
    display: none;
}

#no-recluit {
    height: 80px;
    background-color: #FFF;
    border: solid 2px #808E9B;
    border-radius: 10PX;
    margin: 0;
    font-size: 16px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-align: center;
    padding-top: 70px;
}

.connecter {
    width: 100%;
    margin-left: 0;
}

.connecter img {
    width: 100%;
}

footer {
    background-color: #FFC048;
}

#footer-logo {
    width: 30%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#footer-list {
    width: 85vw;
    margin: 40px auto 100px auto;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
}

#footer-list p {
    color: #fff;
    padding: 10px 0 5px 0;
    border-bottom: solid 1px #fff;
}

#footer-list p a {
    text-decoration: none;
    color: #fff;
}

#advice-contents p {
    border-bottom: none;
    padding-top: 0;
}

#copyright {
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: tbudgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 20px;
    margin: 0;
}










