@charset "Shift_JIS";

/* **************************************************

Name: pentaho_features.css

Description: Setting of features

Create: 2024.12.26
Update: 

Copyright Hitachi, Ltd. All rights reserved.

***************************************************** */

#Contents {
    overflow: hidden;
}

.contentArrow {
    position: relative;
}

.contentArrow::before {
    position: absolute;
    display: block;
    content: "";
    width: 70px;
    height: 70px;
    background-image: url(/products/it/bigdata/platform/pentaho/features/images/content-arrow.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: -27px;
    left: calc(50% - 35px);
}

.bgColor.contentArrow::before {
    background-image: url(/products/it/bigdata/platform/pentaho/features/images/content-arrow-bgcolor.jpg);
}

/* etlPoint */
#etlPoint {
    padding-top: 20px;
}

.etlpointSection {
    max-width: 832px;
    margin: 0 auto;
}



/* pentahoFeature */
#pentahoFeature {
    padding-top: 80px;
    padding-bottom: 56px;
    position: relative;
    z-index: 0;
}


#pentahoFeature::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    left: calc(50% - 50vw);
    top: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background: #dfeffb;
}

#pentahoFeature .pentahoSp02TitleStrongStrong {
    margin-right: 0.3em;
    letter-spacing: 0.06em;
}

#PFTable {
    display: block;
}

#PFTable tr {
    display: flex;
    gap: 10px;
    width: 100%;
}

#PFTable tr > th,
#PFTable tr > td {
    border-style: solid;
    border-width: 0 3px;
    box-sizing: border-box;
    align-content: center;
    position: relative;
    padding: 55px 15px;
    font-size: 0.875rem;
}

#PFTable tr > th::after,
#PFTable tr > td::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 16px);
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #929292;
}

#PFTable tr > th:nth-child(1) {
    width: calc(141 / 965 * 100%);
    min-width: 120px;
    background: #eae9e9;
    border-color: #5e5e5e;
    font-weight: bold;
}

#PFTable tr > th:nth-child(1) > span {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    word-break: keep-all;
}

#PFTable tr > th:nth-child(2),
#PFTable tr > td:nth-child(2) {
    width: calc(236 / 965 * 100%);
    border-color: #5e5e5e;
}

#PFTable tr > td:nth-child(2) {
    font-weight: bold;
}

#PFTable tr > td:nth-child(2) > ul > li {
    text-indent: -1em;
    padding-left: 1em;
}

#PFTable tr > td:nth-child(2) > ul > li + li {
    margin-top: 40px;
}

#PFTable tr > td:nth-child(2) > ul > li::before {
    content: "E";
    display: inline;
}

#PFTable tr > th:nth-child(3),
#PFTable tr > td:nth-child(3) {
    flex: 1;
    border-color: #0060ac;
}

#PFTable tr > td:nth-child(3) {
    font-size: 1.125rem;
    font-weight: bold;
}

#PFTable tr > td:nth-child(3) > ul > li {
    text-indent: -15px;
    padding-left: 15px;
}

#PFTable tr > td:nth-child(3) > ul > li + li {
    margin-top: 40px;
}

#PFTable tr > td:nth-child(3) > ul > li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #0060ac;
    margin-right: 3px;
}

#PFTable tr > td:nth-child(3) > ul > li > ul > li {
    text-indent: -1em;
    padding-left: 1em;
}

#PFTable tr > td:nth-child(3) > ul > li > ul > li::before {
    content: "E";
    display: inline;
}

#PFTable tr > td:nth-child(3) strong {
    background:linear-gradient(transparent 85%, #fbcd26 85%);
}

#PFTable tr:first-child > th:nth-child(1) {
    opacity: 0;
}

#PFTable tr:first-child > th {
    padding: 3px 15px 0;
}

#PFTable tr:first-child > th::after {
    display: none;
}

#PFTable tr:first-child > th:nth-child(2),
#PFTable tr:first-child > th:nth-child(3) {
    border-radius: 9px 9px 0 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
}

#PFTable tr:first-child > th:nth-child(2) {
    background-color: #5e5e5e;
}

#PFTable tr:first-child > th:nth-child(3) {
    background-color: #0060ac;
}

#PFTable tr:nth-child(2) > th:nth-child(1) {
    border-radius: 9px 9px 0 0;
    border-top-color: #5e5e5e;
    border-top-width: 3px;
}

#PFTable tr:nth-child(2) > td:nth-child(2) {
    border-top-color: #5e5e5e;
    border-top-width: 3px;
}

#PFTable tr:nth-child(2) > td:nth-child(3) {
    border-top-color: #0060ac;
    border-top-width: 3px;
}

#PFTable tr:last-child > th:nth-child(1),
#PFTable tr:last-child > td:nth-child(2) {
    border-radius: 0 0 9px 9px;
    border-bottom-color: #5e5e5e;
    border-bottom-width: 3px;
}

#PFTable tr:last-child > td:nth-child(3) {
    border-radius: 0 0 9px 9px;
    border-bottom-color: #0060ac;
    border-bottom-width: 3px;
}

#PFTable tr:last-child > td::after,
#PFTable tr:last-child > th::after {
    display: none;
}

@media (max-width: 767px) {
    #PFTableBox {
        width: 100%;
        overflow: auto;
    }

    #PFTable {
        min-width: 720px;
    }

    #PFTable tr > td:nth-child(3) {
        font-size: 1rem;
    }

    #PFTable tr > td:nth-child(2) > ul > li + li {
        margin-top: 30px;
    }

    #PFTable tr > td:nth-child(3) > ul > li + li {
        margin-top: 30px;
    }

    #PFTable tr > th, #PFTable tr > td {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/* summary */
#summary {
    padding-top: 80px;
    margin-bottom: 80px;
}

#summaryTitle {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    background: none;
    margin: 0 0 20px;
    padding: 0;
    color: #000;
}

#summary .pentahoSpTitleLead {
    margin-bottom: 20px;
}


