/*
 * 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;
}



@media screen and (min-width: 1024px) {
    
}








