body {
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
h1 {
    padding: 0 0 24px;
    margin-bottom: 36px;
    font-weight: normal;
    color: #0A5489;
    border-bottom: 6px solid #0A5489;
}

p {line-height:26px;
}
.about {margin-bottom:80px;
}

.about h2 {margin-bottom:30px;
               line-height:46px;
}

.about .branch {
    margin-bottom: 36px;
}

.about .branch h2 {
    margin-bottom: 30px; line-height:46px;
}

.about img {
    margin-top: ;
    max-height:;
}
.about-image {margin-top:20px;
}
.about .branch table td {
    padding: 8px;
    font-size: 15px;

    vertical-align: top;
}

.about .branch table td:first-child {
    border-right: 1px solid #ccc;
    padding-right: 30px;
    padding-left: 0;
}

.about .branch table td:nth-child(2) {
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .about .branch table td:first-child {
        padding-right: 15px;
        width: 80px;
    }

    .about .branch table td:nth-child(2) {
        padding-left: 15px;
    }
}


.sub-nav {
    padding: 0;
    list-style: none;
    font-size: 14px;
   
}

.sub-nav li {
    display: inline-block;
}

.sub-nav .active {
    color: #0F76BB;
    padding: 15px 25px 0px 0px;
}

.sub-nav a {
    color: #BDBEC1;
    padding: 15px 25px 0px 0px;
}


/* ----------------------------------------
                 History
   ---------------------------------------- */
.history {margin-bottom:80px;
}

.history table th {
    padding: 20px 30px 20px 10px;
    font-size: 32px;
    color: #0A5489;
    border-right: 1px solid #ccc;
    font-weight: normal;
}

.history table td:first-child {
    padding-right: 30px;
    text-align: right;
    border-right: 1px solid #ccc;
    vertical-align:top;
    
}

.history table td:nth-child(2) {
    padding-left: 30px;

}

.history table td {
    font-size: 14px;
    line-height: 30px;
}

/* ----------------------------------------
                 Distribution
   ---------------------------------------- */
.table-distribution {margin:30px 0px;
}
.table-distribution table tr td {padding-right:30px;
}

.tableDistribBr {
    display: none;
}

@media screen and (max-width: 768px) {
    .tableDistribBr {
        display: block;
    }
}