.content-KV {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.bg-KV {
    width: 100%;
    position: relative;
    background-image: url(/business/user_case/img/opt_pict_index_KV_PC.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 330px;
}

/* .bg-KV img {
    width: 100%;
    height: 330px;
} */

.w-text-KV {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1220px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.text-KV {
    width: 550px;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 40px;
}

@media only screen and (max-width: 970px) and (min-width: 720px) {
.text-KV {
    width: 450px;
    max-width: 100%;
}
}

.text-KV p {
    font-size: 16px;
    text-align: center;
}

.h1 {
    font-size: 4rem;
    line-height: 1.4;
    /* margin-top: 2vw; */
}

.container .row .h1 {
    margin-top: 0 !important;
}

.container .row .h2 {
    border-bottom: 2px solid #595959;
    padding-bottom: 5px;
    margin-top: 20px;
}

.card {
    border-radius: 0;
    background-color: #f7f7f7 ;
    padding: 20px 40px 10px 40px;
}

.container .filterring-function ul.filterring--condition--reset {
    text-align: right;
}

.container .filterring-function ul.filterring--condition--reset li {
    min-width: auto;
}

.container .filterring-function ul.filterring--condition--reset li a {
    padding: 0 30px;
}

.container .filterring-function ul.filterring--condition--reset li a:before {
    display: none;
}

.area-select select {
    width: 100%;
    height: 35px;
    border: 2px solid #aeaeae;
    padding: 5px;
    font-size: 16px;
}

.filter-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/business/user_case/img/icon/icon_select.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    background-position: right 0.75rem center;
    padding-right: 30px;
    background-color: #ffffff;
}

.container .filterring-function ul.filterring--condition--reset li a {
    color: #000000 !important;
}

.container .filterring-function ul.filterring--condition--reset li.selecting a {
    color: #ffffff !important;
}

.content-hidden {
    position:absolute;
    left:-1px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.content-contact {
    display: flex;
    gap: 20px;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    background-image: url(/business/user_case/img/img_bg_contact.jpg);
    justify-content: flex-end;
    
}
.content-contact .img-contact{
    width: 30%;
}

.content-contact .contact-box-txt{
    width: 70%;
}

.title-contact {
    font-size: 20px !important;
    font-weight: bold;
    color: #000000;
}

.btn-contact {
    width: 250px;
    padding: 7px 0;
    color: #ffffff !important;
    background: #0066cc;
    text-align: center;
    border-radius: 5px;
}

/* .content-contact:hover a {
    opacity: 0.7;
} */

.content-contact a{
    text-decoration: none;
}

.content-contact .btn-contact:hover {
    color: #0066cc !important;
    background: #ffffff;
    box-shadow: 0 0 0 1px #0066cc; 
}

.content-right {
    display: flex;
    justify-content: center;
}

.no-results-msg {
    margin-top: -40px !important;
    margin-bottom: 30px !important;
}

@media only screen and (min-width: 720px) {
    .pcHide {
        display: none;
    }
}

@media only screen and (max-width: 719px) {
    .container .filterring-function ul.filterring--condition--reset li, .container .filterring-function ul.filterring--result--more li {
        width: auto;
    }

    .card {
        padding: 10px 10px;
    }

    .spHide {
        display: none;
    }

    .text-KV {
        max-width: none;
        width: auto;
        padding: 10px 20px;
    }

    .h1 {
        font-size: 32px;
    }

    .bg-KV {
    background-image: url(/business/user_case/img/opt_pict_index_KV_SP.png);
    background-repeat: no-repeat;
    background-position: left;
}

.text-KV {
    background-color: unset;
    padding: unset;
}

.w-text-KV {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-contact {
    flex-direction: column;
}

.content-contact .img-contact{
    width: 100%;
}

.content-contact .contact-box-txt{
    width: unset;
    padding: 0 15px;
}


.content-contact {
    background-image: none;
    background-color: #f7f7f7;
}

.container .filterring-function ul.filterring--result--more li {
    width: 250px;
}
}
