section.ai-info {
    display: none;
}

#ai-wash-mb {
    display: none;
}

.ai-info h2 {
    margin-top: 48px;
}

.image-container {
    min-height: 350px !important;
    position: relative;
}

.image-container svg {
    position: absolute;
    max-height: 380px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .image-container svg {
        bottom: 100px;
    }
}
@media only screen and (min-width: 768px) {
    .image-container svg {
        bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width:1200px){
    .image-container svg {
        top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .image-container svg {
        width: 400px;
        right: -60px;
    }
}

li.ai-product {
    border-top: 1px solid #fff;
    color: #fff;
    padding-top: 8px;
    line-height: 25.2px;
    /* 140% */
    letter-spacing: -0.36px;
    font-family: "Rubik-regular";
    opacity: 0.6;
    min-height: 94px;
    transition: all .7s ease;
}

li.ai-product a {
    display: none;
    margin: 16px 0px;
    transition: all .7s ease;

}
.invisible {
    visibility: hidden;
    opacity: 0; 
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.visible {
    visibility: visible;
    opacity: 1;
transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

li.ai-product.active {
    border-top: 4px solid #fff;
    font-family: "Rubik-medium";
    opacity: 1;
}

li.ai-product.active a {
    display: block;
    font-family: "Rubik-regular";
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 18.72px;
    /* 156% */
    letter-spacing: 0.48px;
}

@media screen and (min-width: 768px) {
    section.ai-info {
        display: block;
    }

}

@media screen and (max-width: 767px) {
    #ai-wash-mb {
        display: block;
    }
}
    

#ai-wash-mb {
    background: #000;
    margin-bottom: 70px;
}

#mainBody #ai-wash-mb.faq-section .panel-group .panel .panel-heading h4 a {
    padding: 25px 0px;
    color: #fff !important;
    font-family: "Rubik-regular";
}

#mainBody #ai-wash-mb.faq-section .panel-group .panel .panel-heading h4 {
    border-top: 1px solid #fff;
    font-family: "Rubik-regular";
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
}

#mainBody #ai-wash-mb.faq-section .panel-group .panel:last-of-type .panel-heading h4 a.collapsed {
    border-bottom: 1px solid #fff;
}

#mainBody #ai-wash-mb.faq-section .panel-body {
    padding: 0px;
}

#mainBody #ai-wash-mb.faq-section .panel-body a {
    color: #fff !important;
    text-decoration: underline;
    font-family: "Rubik-regular";
    font-size: 14px;
}

#mainBody #ai-wash-mb.faq-section .panel-group .panel:hover .panel-heading h4 a span.accordion-title,
#mainBody #ai-wash-mb.faq-section .panel-group .panel:hover .panel-heading h4 a span.fal {
    color: #fff;
}

.panel-collapse img {
    max-height: 300px;
    display: block;
    margin: 0 auto;
}

.nbtitle {
    font-family: "Rubik-Light", "Meiryo", "Osaka", Arial, serif !important;
    font-size: 2rem !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    margin-top: 8px !important;
    margin-bottom: 24px !important;
}

#mainBody #ai-wash-mb .btn-section a.btn {
    display: inline-block !important;
    width: 50% !important;
    margin: 32px !important;
}

.panel-default>.panel-heading {
    background-color: #000 !important;
}

#outline {
    background-color: white !important;
    color: #0C72C7 !important;
}

#outline:hover {
    background-color: #0C72C7 !important;
    color: white !important;
}

.btn-text {
    font-family: "Rubik-medium", "Meiryo", "Osaka", Arial, sans-serif !important;
}

.ai-section {
    padding-top: 96px !important;
}

.btn-section {
    padding-bottom: 96px !important;
}
#mainBody #ai-wash-mb.faq-section .panel-group .panel {
    background: radial-gradient(50% 46% at 50% 63%, #2B71EB 0%, #000 100%);
}
#mainBody #ai-wash-mb .btn-section a.btn {
    border: 1px solid #0C72C7 !important;
    background-color: #0C72C7;
}

#mainBody #ai-wash-mb .btn-section a.btn:hover {
    background-color: transparent;
    color: #FFFFFF !important;
}

#mainBody #ai-wash-mb #cntus:hover {
    background-color: transparent;
    color: #0C72C7 !important;
}

#mainBody #ai-wash-mb .ai-section .panel-group .panel .panel-heading h4 a span.accordion-title {
    color: #707070 !important;
}

#mainBody #ai-wash-mb .ai-section .panel-group .panel:hover .panel-heading h4 a span.accordion-title {
    color: #707070 !important;
}

.squares.blue-transparent {
    color: #fff;
    border: 1px solid #0C72C7;
    background: #0C72C7;
}
.panel-main-title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 49px 0;
    color: #fff;
}
#mainBody #ai-wash-mb.faq-section .panel-group .panel .panel-collapse {
    min-height:0px;
    transition: all 0.3s ease-in-out;
}
.collapse.in { 
 min-height: 100px !important;
}