@charset "UTF-8";

.c-headline-lv2.line {
    border-bottom: 4px solid #e83416;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .c-headline-lv2.line {
        padding-bottom: 14px;
    }
}

.c-title-lv2__circle {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.8rem !important;
    border-radius: 20% !important;
}
@media screen and (max-width: 767px) {
    .c-title-lv2__circle {
        width: 32px !important;
        height: 32px !important;
        font-size: 1.6rem !important;
    }
}

.c-headline-lv3 {
    font-size: 1.8rem !important;
}
@media screen and (max-width: 767px) {
    .c-headline-lv3 {
        font-size: 1.6rem !important;
    }
}

.c-panel__header {
    justify-content: left !important;
    padding: 20px 30px !important;
}
@media screen and (max-width: 767px) {
    .c-panel__header {
        padding: 15px !important;
        text-align: left !important;
    }
}

.c-panel__body {
    padding: 25px 30px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-top: none !important;
}
@media screen and (max-width: 767px) {
    .c-panel__body {
        padding: 15px !important;
    }
}

.c-title-lv2 {
    grid-column-gap: 15px !important;
}
@media screen and (max-width: 767px) {
    .c-title-lv2 {
        grid-column-gap: 5px !important;
    }
}