@charset "utf-8";

body {
    color: #4f535a;
}

.section__title {
    font-weight: bold;
}

.about__txt_bg,
.about__txt_box {
    background: #f19ed8;
    background: #ff6abe;
}

.important {
    background: #ffacdb;
}

.important .section__title {
    color: #fff;
}

.card__txt-important {
    color: #f37ccf;
}

.comment .section__title {
    color: #fff9e4;
}

.schedule {
    background: #21c39914;
    background: #e2f7f2;
    background: #fff9e4;
}

.schedule .section__title {
    color: #8fe5ff;
}

.schedule__title,
.after__flow-important {
    background: #8fe5ff;
}

.triangle {
    border-top: 16px solid #4f535a;
}

.detail .section__title {
    color: #ed9cd5;
}

.detail__title {
    background: #ff6abe;
}

.detail__box {
    background: #fff5fc;
    border: 2px solid #f1b5df;
}

.profile {
    background: #b0edff;
}

.profile__txt {
    text-align: center;
}

.inc .section__title {
    color: #21c399;
}

.footer,
.back-top {
    background: #ffacdb;
}