.c-ttl {
	border-bottom: 1px solid #D8D8D8;
    padding-bottom: 18px;
  	position: relative;
  	margin-bottom: 60px;
}

.c-ttl:before {
	position: absolute;
    content: '';
    width: 30%;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #9A82D0;
}

.faq-ttl {
    display: flex;
    background: #F3EFF8;
    padding: 15px 20px;
    align-items: center;
}

.faq-ttl.faq-ttl-answer {
    background: transparent;
    align-items: flex-start;
}

.faq-ttl-icon {
    background: #fff;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #9A82D0;
    font-size: 20px;
}

.faq-ttl-icon.faq-ttl-icon-answer {
    background: #9A82D0;
    color: #FFF;
}

.faq-ttl-text {
    margin-left: 25px;
    font-size: 16px;
}

.faq-ttl-icon p,
.faq-ttl-text p {
	margin: 0;
}