@charset "UTF-8";

.item-result-accordion {
    display: none;
}
  
.item-result-box:first-of-type .item-result-accordion {
    display: block;
} 

.career_table {
    width: calc(100% - 60px * 2);
}

@media screen and (max-width: 760px) {
    .career_table {
        width: calc(100% - 20px * 2);
    }
}

@media screen and (min-width: 801px) {
    .contact-table th {
        vertical-align: top;
    }
}