body {
    font-family: 'Pretendard', Sans-serif !important;
}
.notice-subject {
    font-size:20px;
    line-height: 32px;
    color: #20396D;
    font-weight: 700;
    padding:10px 24px;
}
.notice-etc {
    display: flex;
    padding:0px 24px 10px;
}
.notice-etc span {
    font-weight:700;
    font-size:16px;
    line-height:32px;
    color:#20396D;
    opacity: 0.5;
}

.notice-content {
    border-top:1px solid #F0F0F0;
    padding: 24px;
}

.notice-etc span + span::before{
    display: inline-block;
    content: '・';
    text-align: center;
    padding:0px 3px;
}

.faq-subject {
    display: flex;
    padding: 10px 24px;
}

.faq-subject span, .faq-subject div {
    font-size:20px;
    line-height: 32px;
    color: #20396D;
    font-weight: 700;
}

.faq-subject div {
    padding-left:5px;
}


.faq-content {
    border-top:1px solid #F0F0F0;
    padding: 10px 24px;
}


.ask-title {
    font-size:20px;
    line-height: 32px;
    color: #20396D;
    font-weight: 700;
}

.ask-content {
    padding-top:5px;
}

.agreement-title {
    font-size:20px;
    line-height: 32px;
    color: #20396D;
    font-weight: 700;
}

.agreement-content {
    font-size:16px;
    line-height: 28px;
    color: #787878;
    font-weight: 500;
}