body {
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}


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;
}

/*Center image on collapse*/
.about-image {
   margin:0 auto;
}

@media (max-width: 1199px) {
    .about-image {
        margin-top:5%;
        max-width:45%;
    }
}

.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;
}
.historyTable {
    float: left;
    margin-bottom:3%;
}
.historyTable th {
    padding: 20px 30px 20px 10px;
    font-size: 32px;
    color: #0A5489;
    border-right: 1px solid #ccc;
    font-weight: normal;
}

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

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

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


/* ----------------------------------------
                 Management Policy
   ---------------------------------------- */
/*.media-heading {
    color: #0A5489;
}*/

.media{
    margin:4% 0 4% 2.5%;
}
.media-body{
    padding:1% 0 0 1%;
}
/* ----------------------------------------
                 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;
    }
}

/* ----------------------------------------
                President
   ---------------------------------------- */
.min-height {
    min-height: calc(100vh - 72px - 61px - 249px - 80px);
}
.signature{
    font-weight:600;
    padding-right:10px;
}
.presidentName {
    font-size: 16px !important;
}