/*
 * ntr.faqcontact.css
 */

.naturing-contact:after { content: ''; display: block; clear: both; }
.naturing-contact dt,
.naturing-contact dd {
    float: left;
    line-height: 2;
}
.naturing-contact dt {
    clear: both;
    width: 100px;
    font-weight: bold; color: rgba(0, 0, 0, 0.85);
}
.faq-group {
    margin-bottom: 50px;
}
.faq-group:last-child {
    margin-bottom: 0;
}
.faq-group > h1 {
    margin-bottom: 10px;
    font-size: 18px; color: rgba(0, 0, 0, 0.85);
}
.faq-group .each-item:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-group .acc-title {
    display: block;
    padding: 5px 0;
    font-size: 14px; font-weight: normal; color: #1d2088; text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-group .active .acc-title {
    font-weight: bold;
}
.faq-group .acc-content {
    overflow: hidden;
    height: 0;
    padding: 0;
}
.faq-group .acc-content.active {
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#faqcontact-content-contact h1 {
    font-size: 24px;
}
#faqcontact-content-contact p {
    font-size: 16px;
}
.highlight {
    background: #1faf6b;
    color: white;
}
.faq-search {
    position: sticky !important;
    top: 110px;
}
.faq-search .search__input-wrapper {
    padding-right: 90px;
}
.search-prevnext-keyword[data-role='prev'] {
    right: 80px !important;
}
.search-prevnext-keyword[data-role='next'] {
    right: 40px !important;
}
.search-prevnext-keyword i {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}
.active-prev .search-prevnext-keyword[data-role='prev'] i {
    opacity: 1;
    cursor: pointer;
}
.active-next .search-prevnext-keyword[data-role='next'] i {
    opacity: 1;
    cursor: pointer;
}



@media screen and (min-width: 1024px) {
    .faq-search {
        top: 240px;
    }
}








