/*-----------------------------------------
    example カスタム
-----------------------------------------*/

.sp-only {
    display: none;
}

@media (max-width: 767px) {
    .sp-only {
        display: block;
    }
}

.example-imagebg:before {
    z-index: 2;
    position: absolute;
    content: '';
    background: rgba(0, 11, 30, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.exampleBackground-image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.exampleBackground-image-holder img {
    height: clamp(179px, 17vw, 195px);
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .exampleBackground-image-holder img {
        height: 163px;
    }
}

@media (max-width: 512px) {
    .exampleBackground-image-holder img {
        height: 183px;
    }
}

.example-imagebg .exampleBackground-image-holder .container {
    z-index: 3;
}



@media (max-width: 991px) {
    .example-content {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .exampleSide-content-parent {
        display: block;
        max-width: 100%;
    }
}

.side-content .exampleSide-content-bg {
    background: #fff;
    padding: 10px;
}

@media (max-width: 991px) {
    .exampleSide-content-parent .side-content .exampleSide-content-bg {
        width: 100%;
    }
}

.exampleSide-content-parent{
    padding: 0!important;
}



.exampleRight-content {
    background: #f4f4f4;
    padding: 20px;
}

.exampleRight-content .h4 {
    color: #252525;
    margin-bottom: 0 !important;
}

.exampleRight-content--bottom {
    margin-top: 10px;
    padding: 0;
}

.side-content .exampleRight-box {
    margin-bottom: 20px;


}

.side-content .exampleRight-box h5 {
    background: #000;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    padding: 0 5px;
    line-height: 1.6;
    margin-bottom: 8px;
}

.side-content .exampleRight-box .exampleRight-box-text {
    opacity: 1;
    color: #252525;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
}

.side-content .exampleRight-box .exampleRight-box-text p {
    opacity: 1;
    color: #252525;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
}

.example-content {
    margin-top: 20px;
}

.example-iframeContainer iframe {
    width: 50vw;
    min-height: 28vw;
    height: 100%;
    min-width: 500px;
}

@media screen and (max-width: 767px) {
    .example-iframeContainer iframe {
        width: 94vw;
        height: 100%;
        min-width: auto;
        min-height: 350px;
    }
}


.group-box {}

.group-box:not(:first-child) {
    margin-top: 50px;
}

.group-box-content {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #c3c3c3;
}

.group-box h5 {
    margin-bottom: 5px !important;

}


.group-box li {
    margin-left: 2rem;
}

.group-box .example-table {
    margin-top: 20px;
}


.exampleCta-content {
    flex-direction: column;
    align-items: center;
    background: #f4f4f4;
    padding: 30px 20px;
    margin-left: 0;
    width: clamp(690px, 69.5vw, 945px);
    margin-top: 60px;
}

@media (max-width: 991px) {
    .exampleCta-content {
        width: 100%;
        margin-left: 0;
    }

}

.exampleCta-content p {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: clamp(16px, 1.6vw, 22px);
    text-align: center;
}


.exampleCta-content .exampleCta__btn {
    display: block;
    margin: auto;
    width: 12.4444em;
    font-size: clamp(16px, 1.3vw, 18px);
    border: none;
    font-weight: bold;
    color: #fff;
    background-color: #3C61E6;
    box-shadow: 0 3px 0 #1C39A5;
    border-radius: 6px;
    transition: background-color .6s ease;
}

.exampleCta-content .exampleCta__btn:hover {
    background-color: #2A92EB;
}

@media (max-width: 991px) {
    .exampleSide-content-parent {
        display: block;
    }
}