@charset "UTF-8";
/* CSS Document */

#ct-hd {
    display: none;
}
#dp_breadcrumb_nav {
    margin-bottom: 0;
}
.content-wrap {
    width: 100%;
    padding: 0 !important;
}
.entry h1::after,
.entry h2::after,
.entry h3::after {
    display: none;
}

@media(max-width:768px) {
    .dp-container {
        padding: 30px 0 0;
    }
    #dp_breadcrumb_nav {
        margin: -30px 0 0;
    }
}

#fee {
    color: #804E20;
    background: #F1FBF0;
    padding: 120px 0;
}
#fee .fee_about,
#fee .fee_faq {
    width: min(94%, 1120px);
    margin: 0 auto;
}
#fee .fee_about {
    margin-bottom: 120px;
}
#fee .fee_about h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
#fee .fee_about > p {
    text-align: center;
    line-height: 2;
    margin-bottom: 120px;
}
#fee .fee_about__list {
    display: flex;
    justify-content: space-between;
}
#fee .fee_about__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 31%;
    background: #fff;
    padding: 40px 16px;
    border-radius: 16px;
}
#fee .fee_about__item::after {
    content: "";
    position: absolute;
    left: -16px;
    top: -16px;
    width: 46px;
    height: 40px;
    background: center / cover no-repeat url(/wp-content/themes/dp-clarity-business/img/fee/quote.svg);
}
#fee .fee_about__item h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
#fee .fee_about__item img {
    height: 160px;
}
#fee .fee_about__item p {
    line-height: 2;
}

#fee .fee_faq h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 48px;
}
#fee .fee_faq__item,
#fee .fee_faq__item .question,
#fee .fee_faq__item .answer {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
}
#fee .fee_faq__item {
    background: #fff;
    padding: 16px 24px;
    border-radius: 8px;
}
#fee .fee_faq__item:not(:last-of-type) {
    margin-bottom: 24px;
}
#fee .fee_faq__item .question,
#fee .fee_faq__item .answer__inner {
    display: flex;
    align-items: baseline;
    gap: 16px;
}
#fee .fee_faq__item .question {
    position: relative;
}
#fee .fee_faq__item .question::before,
#fee .fee_faq__item .question::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transition: all .3s;
    width: 20px;
    height: 2px;
    background: #7CC076;
}
#fee .fee_faq__item .question::after {
    transform: rotate(90deg);
}
#fee .fee_faq__item .question.close::after {
    transform: rotate(0deg);
}
#fee .fee_faq__item .answer {
    display: none;
    line-height: 2;
    padding: 16px 0;
}
#fee .fee_faq__item .question span,
#fee .fee_faq__item .answer span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    background: #7CC076;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
}
#fee .fee_faq__item .answer span {
    background: #F58BAB;
}

@media(max-width:820px) {
    #fee .fee_about__list {
        flex-wrap: wrap;
        row-gap: 32px;
    }
    #fee .fee_about__item {
        width: 48%;
    }
}

@media(max-width:767px) {
    #fee {
        font-size: 14px;
        padding: 40px 0;
    }
    #fee .fee_about {
        margin-bottom: 64px;
    }
    #fee .fee_about h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    #fee .fee_about > p {
        text-align: left;
        margin-bottom: 64px;
    }
    #fee .fee_about__item {
        width: 100%;
        padding: 32px 16px;
    }
    #fee .fee_about__item::after {
        left: 16px;
    }
    #fee .fee_about__item h3 {
        font-size: 20px;
    }

    #fee .fee_faq h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    #fee .fee_faq__item {
        padding: 16px;
    }
    #fee .fee_faq__item:not(:last-of-type) {
        margin-bottom: 16px;
    }
    #fee .fee_faq__item .question,
    #fee .fee_faq__item .answer__inner {
        gap: 8px;
    }
    #fee .fee_faq__item .question::before,
    #fee .fee_faq__item .question::after {
        width: 15px;
    }
    #fee .fee_faq__item .question span,
    #fee .fee_faq__item .answer span {
        font-size: 20px;
        height: 32px;
        width: 32px;
    }
    #fee .fee_faq__item .question p {
        width: 75%;
    }
    
}

