/*faq*/
.faq-main > div:first-child {
    width: 319px;
}

.faq-main > div:last-child {
    width: calc(100% - 319px - 11px);
}

.faq-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.faq-title > div:first-child {
    font-size: 24px;
    font-weight: bold;
    color: #464648;
    width: 60px;
    line-height: 100%;
    padding-left: 6px;
}

.faq-title > div:last-child {
    font-size: 18px;
    color: #464648;
    width: calc(100% - 60px);
    line-height: 28px;
    font-weight: normal;
    padding-right: 20px;
}
