@charset "UTF-8";
.nav-links {
width: 90%;
max-width: 940px;
height: auto;
margin: 0 auto;
display: flex;
justify-content: center;
gap: 10px;
}
.page-numbers {
color: #333;
height: 4.4rem;
padding: 0;
text-decoration: none;
font-size: 16px;
}
.page-numbers.current{text-decoration: underline;}

.post__contents h2{
border-left: 4px solid #01a3b1;
font-size: 18px;
font-weight: 600;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
display: flex;
align-items: center;
}
.post__contents table{border-collapse: collapse;border-spacing: 0;}
.post__contents tbody{
display: table-row-group;
vertical-align: middle;
unicode-bidi: isolate;
border-color: inherit;
}
.post__contents td,.post__contents th {border: 1px solid #e0e0e0;font-size: 12px;}
.post__contents th {
background-color:#f7f7f7;
font-weight: 700;
padding: 16px 0;
text-align: center;
vertical-align: middle;
width: 118px;
}
.post__contents td {padding: 16px 28px;white-space: pre-wrap;word-break: break-word;line-height: 1em;}
#recruit .button-wrapper{margin-top: 40px;}

@media screen and (max-width: 479px) {
.post__contents td, .post__contents th {display: block;width: 100%;padding: 10px;border-bottom: none;}
.post__contents tr:last-of-type td {border-bottom: 1px solid #e0e0e0;}
}