.sec11-group03-item01 h3{
    background: #DF2A4E;
}
.sec11-group03-item02 h3{
    background: #E65124;
}

.sec11-group05-item01 h3{
    background: #000000;
}


.sec11-group05-item{
    padding: 28px 27px 18px 27px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.20);
}

.sec11-group05-item h3{
    padding: 10px;
    border-radius: 10px;

    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sec11-group05-item02 h3{
    background: #000;
}

.sec11-iem-txt01{
    margin-top: 28px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sec11-group05-item {
    margin-top: 28px;
}
.sec11-group05-item p{
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sec11-group05-item p+p{
    margin-top: 28px;
}

.sec08-note {
    color: #161F40;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px; /* 172.222% */
    margin-top: 58px;
}

@media screen and (max-width: 850px) {
    .sec11-group05-item h3 {
        font-size: 20px;
    }
}