@media screen and (max-height: 800px) {

}
@keyframes blockGuideBut {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
}
 @property --but-start-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}

@property --but-end-color {
    syntax: '<color>';
    initial-value: #18377C;
    inherits: false;
}
.custom-select{
     appearance: none;
    -webkit-appearance: none;
    background-color: white;
    color: #999;
}
.custom-select:not(:has(option:checked[value=""])) {
    color: #495057;
}

.custom-select option {
    color: #495057;
}

.block-visual{
    margin-top: 72px;
    background: #F6FAFF;
    position: relative;
    min-height: 780px;
    .visual-bg{
        position: absolute;
        right: 0;
        top: 3px;
        width: 70%;
        height: calc(100% - 3px);
        background-image: url(/webasset/hypd/images/counsel/block-visual-01.webp);
        background-repeat: no-repeat;
        background-size:cover;
    }
    .start{
                    width: 100%;
                    .but{
                        border-radius: 60px;
                        width: 180px;
                        height: 36px;
                        text-align: center;
                        line-height: 36px;
                        color: #ffffff;
                        margin-top: 20px;
                        text-decoration: none;
                        cursor:pointer;
                        display: block;
                        background: linear-gradient(90deg, var(--but-start-color) 0%, var(--but-end-color) 100%);
                        transition: --guide-but-start-color 0.8s ease, --guide-but-end-color 0.8s ease, transform 0.8s ease;
                        &:hover{
                            --but-start-color: #18377C;
                            --but-end-color: #111111;
                            filter: brightness(1.2);
                        }
                        animation: blockGuideBut 1.0s cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
                    }
                }
    .visual-content{
        margin-top: 20px;
        .title{
            color: #18377C;
            padding-left: 10px;
            padding-top: 60px;
        }
        .desc{
            padding-left: 10px;
            margin-top: 12px;
            margin-bottom: 40px;
        }
        .left{
            background: #FFFFFF;
            box-shadow: 0px 4px 18px 0px rgba(0, 94, 210, 0.11);
            border-radius: 15px;
            padding: 40px;
            .item{
                margin-bottom: 24px;
                .footer{
                    .footer-tip{
                        color: #111111;
                        opacity: .7;
                        >a{
                            color: #18377C;
                        }
                    }
                    .footer-sub{
                        padding-top: 20px;
                        .start{
                            display: flex;
                            justify-content: center;
                        }
                    }
                }
            }
        }
        .right{
            .right-item{
                margin-bottom: 20px;
                background: #FFFFFF;
                box-shadow: 0px 4px 18px 0px rgba(0, 94, 210, 0.11);
                border-radius: 15px;
                padding: 40px;
                .right-desc{
                    color: #111111;
                    opacity: .7;
                }
                .right-tip{
                    color: #111111;
                    opacity: .7;
                    margin-top: 12px;
                }
                .right-title{
                    color: #111111;
                    padding: 24px 0 0 0;
                    .young{
                        color: #18377C;
                    }
                }
                .right-contact{
                    margin-top: 20px;
                    display: flex;
                    gap: 4px;
                    margin-right: 15px;
                    align-items: center;
                    color: #111111;
                    opacity: .7;
                    .contact-info{
                        display: flex;
                        gap: 4px;
                        margin-right: 15px;
                        margin-right: 20px;
                        >img{
                            width: 22px;
                        }
                    }
                }
            }
        }
    }
}

.form-control{
        &:focus{
            border-color:#18377C;
            box-shadow: 0 0 0 .2rem rgba(229, 238, 255);
        }
        &::-moz-placeholder {
          color: #999;
          opacity: 1;
        }
        &::-ms-input-placeholder {
          color: #999;
        }
        &::-webkit-input-placeholder {
          color: #999;
        }
    }


@media (max-width: 1024px) {
    .block-visual {
     .visual-content {
         .right {
            .right-item {
                margin-top: 20px;
            }
        }
    }
}

}

@media screen and (max-width: 1500px) {

}





















/*@media screen and (max-height: 800px) {

}


@media (max-width: 1024px) {

}

@media screen and (max-width: 1500px) {

}


*/