h1 {
    padding: 0 0 24px;
    margin-bottom: 36px;
    font-weight: normal;
    color: #0A5489;
    border-bottom: 6px solid #0A5489;
}
h2 {

    margin-bottom: 16px;
    font-weight: normal;
    color: #0A5489;
  
}
body {
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.products {margin-bottom:80px;
}

.products .main-paragraph {
    margin: 20px 0 60px;
    font-size: 16px;
    line-height: 36px;
}

.products .row {
   
}







/* ----------------------------------------
                Processing
   ---------------------------------------- */

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

.processing h2 {
    margin: 40px 0 20px;
}

.processing p {
    line-height: 36px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*GroupCompany*/
.teamTable {
    width: 100%;
}
/*Table Header*/
    .teamTable th:nth-child(1) {
        width: 30%;
    }

    .teamTable th:nth-child(2) {
        width: 30%;
    }

    .teamTable th:nth-child(3) {
        width: 15%;
    }

    .teamTable th:nth-child(4) {
        width: 25%;
    }

    /*Table data*/
    .teamTable td:nth-child(1) {
        width: 30%;
    }

   
.teamTable td:nth-child(2) {
    width: 30%;
}

.teamTable td:nth-child(3) {
    width: 15%;
}

.teamTable td:nth-child(4) {
    width: 25%;
}
