.watt-support {
    width: 100%;
}

.watt-support__banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30.2vw;
    background: transparent url("/wp-content/themes/watt/assets/page/investment/img/banner.webp") no-repeat center/cover;
}

.watt-support__banner-inner {
    width: 100%;
    margin: 0 auto;
}

.watt-support__banner-inner-title {
    font-size: 2.5vw;
    color: #ffffff;
    line-height: 1.4em;
}

.watt-support__banner-inner-description {
    font-size: 1.04vw;
    color: #ffffff;
    line-height: 1.4em;
    margin-top: 0.52vw;
    width: 15.625vw;
}

.watt-support__content {
    display: flex;
    padding-top: 6.25em;
}




/*sidebar*/
.watt-support__content-sidebar {
    position: sticky;
    display: flex;
    flex-direction: column;
    width: 16%;
    gap: 2.25em;
    margin-top: 0.9375em;
    top: 8em;
    left: 0;
    height: 100%;
}

.watt-support__content-detail {
    width: 84%;
}


/*brand*/
.watt-support__content-sidebar-item {
    font-size: 0.75em;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    line-height: 1;
}

.watt-support__content-sidebar-item--active {
    color: var(--watt-blue-dark);
    font-weight: 500;
    font-size: 1.2em;
}
.watt-support__content-sidebar-item--active.watt-support__content-sidebar-item:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 1em;
    background: var(--watt-blue-dark);
    margin-right: 0.75em;
}

/*title*/
.watt-support__content-detail-brand-title {
    text-align: center;
    font-size: 1.6875em;
    color: var(--watt-blue-dark);
    font-weight: 500;
}
.watt-support__content-detail-brand-description {
    margin-top: 3.125em;
    font-size: 0.8125em;
    line-height: 1.6em;
    text-align: center;
}

/*---板块边距---*/
.watt-support__content-detail-value {
    padding-top: 6.25em;
}
.watt-support__content-detail-value:first-child {
    padding-top: 0;
}


/*----图文分开板块----*/
.watt-support__content-detail-value-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 3.125em;
    gap: 1.875em;
}

.watt-support__content-detail-value-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.watt-support__content-detail-value-img {
    width: 50%;
    border-radius: 10px;
}

.watt-support__content-detail-value-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 46%;
    height: 100%;
}
.watt-support__content-detail-value-text-h {
    color: var(--watt-blue-dark);
    font-size: 1.5em;
    font-weight: 500;
}

.watt-support__content-detail-value-text-p {
    display: inline-block;
    margin-top: 1em;
    line-height: 1.7em;
    font-size: 0.75em;
}





/*cotact*/
.watt-contact__content {
    padding-top: 9.375em;
    padding-bottom: 6.25em;
    display: flex;
}

.watt-contact__content-placeholder {
    width: 16%;
    height: 100%;
}

.watt-contact__content-wrap {
    width: 84%;
}

.watt-contact__label {
    display: flex;
    align-items: center;
    font-size: 1.6875em;
    font-weight: 500;
    line-height: 1.4em;
}

.watt-contact__label:before {
    content: '';
    display: inline-block;
    width: 0.33em;
    height: 1em;
    background: var(--watt-blue-dark);
    margin-right: 0.6875em;
}


/*info*/
.watt-contact__content-info-detail {
    margin-top: 2.1875em;
}

.watt-contact__content-info-detail-label,
.watt-contact__content-info-detail-msg {
    font-size: 1.25em;
    font-weight: 400;
    color: #3D3D3D;
}

.watt-contact__content-info-detail-item {
    margin-top: 1.125em;
}



/*form*/
.watt-contact__content-form {
    margin-top: 6.25em;
}

.watt-contact__content-form-table {
    margin-top: 3.125em;
    display: flex;
    flex-direction: column;
    gap: 1.125em;
}


.watt-contact__content-form-table-item {
    padding: 1.0625em 1.25em;
    background: #f4f4f4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 0.875em;

}

.watt-contact__content-form-table-label[data-must="true"]::before {
    content: '*';
    color: #FF0000;
    margin-right: 5px;
    font-size: 1em;
    line-height: 1;
}

.watt-contact__content-form-table-input {
    border: 0;
    border-radius: 0.5em;
    line-height: 1.5em;
    padding: 0.3em 0.6em;
}

.watt-contact__content-form-table-textarea-wrap {
    position: relative;
}
.watt-contact__content-form-table-textarea {
    width: 100%;
    border: 0;
    border-radius: 0.5em;
    line-height: 1.5em;
    padding: 0.3em 0.6em;
    height: calc(1.5em * 10);
    resize: none;
}
.watt-contact__content-form-table-textarea-count {
    position: absolute;
    right: 1.5%;
    bottom: 5%;
    color: #C8C8C8;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 1.2em;
}

.watt-contact__content-form-table-check {
    margin-top: 0.9375em;
    display: flex;
    align-items: center;
    gap: 0.625em;
}

.watt-contact__content-form-table-checkbox[type="checkbox"] {
    transform: scale(1.2);
    margin: 2px;
}

.watt-contact__content-form-table-checkinfo {
    font-size: 0.8125em;
    line-height: 1.2em;
}

.watt-contact__content-form-table-check-link {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.watt-contact__content-form-table-submit {
    display: inline-block;
    border-radius: 10px;
    border: none;
    background: var(--watt-blue-dark);
    width: auto;
    width: fit-content;
    color: #ffffff;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0.6em 1.2em;
    margin-top: 1.0625em;
}

/*---内部图文板块---*/
.watt-investment__content-detail-green {
    margin-top: 2.1875em;
    height: 31.25em;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.watt-investment__content-detail-green-info {
    width: 29.4%;
    margin-left: 3.28em;
}
.watt-investment__content-detail-green-info-title {
    font-size: 1.5625em;
    line-height: 1.6em;
    font-weight: 500;
    color: #ffffff;
}
.watt-investment__content-detail-green-info-p {
    margin-top: 1em;
    font-size: 0.75em;
    line-height: 2em;
    color: #ffffff;
}



@media(max-width: 800px) {
    /*banner*/
    .watt-support__banner {
        background-image: url("/wp-content/themes/watt/assets/page/investment/img/banner-m.webp");
        height: 56.25vw;
        align-items: end;
        padding-bottom: 5.75vw;
    }
    .watt-support__banner-inner-title {
        font-size: 3.875vw;
    }
    .watt-support__banner-inner-description {
        font-size: 1.875vw;
        margin-top: 1.25vw;
        width: 100%;
    }


    .watt-support__content {
        padding-top: 0em;
    }

    /*sidebar*/
    .watt-support__content-sidebar {
        display: none;
    }
    .watt-support__content-detail {
        width: 100%;
    }

    /*title*/
    .watt-support__content-detail-brand-title {
        font-size: 2.1875em;
    }
    .watt-support__content-detail-brand-description {
        margin-top: 2.5em;
        font-size: 0.9375em;
        text-align: left;
    }



    /*---板块边距---*/
    .watt-support__content-detail-value {
        padding-top: 6.25em;
    }
    .watt-support__content-detail-value:first-child {
        padding-top: 3.125em;
    }

    /*----图文分开板块----*/
    .watt-support__content-detail-value-wrap {
        margin-top: 2.5em;
        gap: 2.5em;
    }
    .watt-support__content-detail-value-img {
        width: 43.19%;
    }
    .watt-support__content-detail-value-text {
        width: 51.6%;
    }
    .watt-support__content-detail-value-text-p {
        font-size:0.9375em;
    }


    /*contact*/
    .watt-contact__content-placeholder {
        display: none;
    }
    .watt-contact__content-wrap {
        width: 100%;
    }



    /*---内部图文板块---*/
    .watt-investment__content-detail-green {
        margin-top: 2.1875em;
        height: 20.8125em;
    }
    .watt-investment__content-detail-green-info {
        width: 35.416%;
        margin-left: 1.875em;
    }
    .watt-investment__content-detail-green-info-title {
        font-size: 1.25em;
    }
    .watt-investment__content-detail-green-info-p {
        margin-top: 1em;
        font-size: 0.8125em;
    }

}
