.pagetitle_sec{
    font-size: 28px;
    font-weight: bold;
    background-color: #003366;
    color: #fff;
    padding: 5px 0 5px 30px;
    line-height: 180%;
}

.uketuke:hover,.kanri:hover{
    opacity: 0.70;
}

.recruit h2 {
    color: #204f93;
    font-size: 23px;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 5px;
    border-bottom: 1px solid #204f93;
}

.toiawase_btn{
    width:200px;
    border-radius: 5px;
    padding: 0;
    border: 1px solid #1699c9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

.toiawase_btn:hover {
    opacity: 0.70;
}

.toiawase_btn a {
    display: block;
    background-color: #1699c9;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    text-decoration: none;
    line-height: 46px;
}

.company_info_table td {
    padding-left: 20px;
}

.company_info_table {
    border-spacing: 0;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.company_info_title {
    background-color: #204f93;
    color: white;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
}


.last_first {
    border-top: 1px solid #204f93;
    border-right: 1px solid #204f93;
    border-bottom: 1px solid #204f93;
    line-height: 28px;
}

.last1 {
    border-bottom: 1px solid #204f93;
    border-right: 1px solid #204f93;
    line-height: 20px;
    padding: 5px 0px;
    line-height: 28px;
}

.pt15 {
    padding-top: 15px;
}

.last1_2 {
    border-bottom: none;
    border-right: 1px solid #204f93;
    padding: 5px;
}
.pb15 {
    padding-bottom: 15px;
}

.company_info_title_last {
    background-color: #204f93;
    color: white;
    font-size: 14px;
}

.last_totalpay {
    border-right: 1px solid #204f93;
    border-bottom: 1px solid #204f93;
    padding: 5px 0px;
    line-height: 28px;
}

@media screen and (max-width:992px) {
    table {
        display: flex; 
        flex-wrap: wrap;
    }
    thead,tbody {
        display: block; 
        width: 100%;
    }
    tr{
        width: 100%;
        display: inline-block;
    }
    th,td { 
        display: block; 
        padding-bottom:10px;
    }
    .company_info_table {
        border-spacing: 0;
        overflow: hidden;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .company_info_title {
        background-color: #204f93;
        color: white;
        font-size: 20px;
        border-bottom: 1px solid #204f93;
        border-radius: 5px 5px 0 0;
        margin-top: 10px;
    }
    .last_first {
        border-left: 1px solid #204f93;
        border-right: 1px solid #204f93;
        border-top: none;
        line-height: 28px;
        border-radius: 0 0 5px 5px;
    }
    .last1 {
        border-left: 1px solid #204f93;
        border-right: 1px solid #204f93;
        line-height: 20px;
        padding: 5px 0px;
        line-height: 28px;
        border-radius: 0 0 5px 5px;
    }
}
@media(max-width:600px){
    .spw{
      width: 100% !important;
    }
  }