.pagetitle_sec{
    font-size: 28px;
    font-weight: bold;
    background-color: #003366;
    color: #fff;
    padding: 5px 0 5px 30px;
    line-height: 180%;
}

#company_info 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;
}

#company_info td {
    padding-left: 20px;
}

.company_info_table {
    /* border: 1px dotted #426aa4; */
    width: 960px;
    /* border-collapse: separate; */
    border-spacing: 0;
    /* -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px; */
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    margin-bottom: 40px;
}
@media(max-width:600px){
    .company_info_title{
        padding-right: 5%;
    }
}

.company_info_title {
    /* width: 220px;
    height: 50px; */
    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;
}
/*スマホの時に横幅を増やす*/
@media(max-width:800px){
    .spw{
        width: 90% !important;
    }
}

/*スマホの時にバランスを整える*/
@media(max-width:800px){
    .company_info_title_last{
        padding-right: 5%;
    }
}


.company_info_title_last {
    /* height: 50px;
    width: 220px; */
    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;
}

.aisatu:hover{
    opacity: 0.70;
}