@charset "utf-8";

.naviBox {
    margin-bottom: 60px;
}

.overviewTable{
    width: 100%;
    margin-bottom: 60px;
    font-size: 15px;
}

.overviewTable tr{
    border-bottom: 1px solid #e1e3e5;
}

.overviewTable tr:first-of-type{
    border-top: 1px solid #e1e3e5;
}

.overviewTable th{
    color: #0b2c52;
    width: 228px;
    background-color: #f0f3f5;
    padding: 20px 0 20px 40px;
	z-index: -1;	/* IEとFirefoxでボーダーを表示する用 */
}

.overviewTable .topTxt{
    vertical-align: top;
}

.overviewTable td{
    padding-left:35px;
}


.officerTable {
    width: 100%;
    margin: 20px 0 20px;
}

.officerTable tr,
.officerTable tr:first-of-type {
    border: none;
}

.officerTable th{
    color: #000 !important;
    font-weight: normal;
    width: 360px !important;
    padding: 0 !important;
    background-color: #fff !important;
    line-height: 1.75 !important;
}

.officerTable td{
    padding: 0 !important;
    line-height: 1.75 !important;
}

.overviewTable .note {
    position: absolute;
    bottom: 8px;
    right: 0;
    font-size: 12px;
}

.overviewTable td ul {
	padding-top: 20px;
    line-height: 1.5;
}
.overviewTable td ul li {
	padding-bottom: 10px;
}
.overviewTable td p {
	padding-bottom: 20px;
    line-height: 1.5;
}

@media only screen and (max-width:767px){
    .naviBox {
        margin-bottom: 40px;
    }

    .overviewTable{
        width: 100%;
        margin-bottom: 40px;
        font-size: 12px;
    }

    .overviewTable tr{
        border-bottom: 2px solid #e1e3e5;
    }

    .overviewTable tr:first-of-type{
        border-top: 2px solid #e1e3e5;
    }

    .overviewTable th{
        width: 90px;
        padding: 10px 0 10px 10px;
    }

    .overviewTable td{
        padding-left:15px;
    }

    table.officerTable ,
    .officerTable tbody,
    .officerTable tr,
    .officerTable th,
    .officerTable td{
        display: block;
        width: auto !important;
        padding: 0;
        font-size: 12px;
        line-height: 1.5 !important;
    }

    .officerTable {
        margin: 15px 0 50px;
    }

    .officerTable tr,
    .officerTable tr:first-of-type {
        border: none;
    }
    
    .officerTable th {
        color: #0b2c52 !important;
        font-weight: bold;
    }

    .officerTable th:first-of-type {
        margin-top: 15px;
    }

    .officerTable td {
        margin-bottom: 10px;
    }

    .overviewTable .note {
        position: absolute;
        bottom: 8px;
        right: 0;
        font-size: 9px;
    }
}