.p-support-list__inner {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem
}

.p-support-list__item {
    background: #fff;
    padding: 1.5rem
}

.p-support-list__item-title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cecece;
    padding-bottom: .625rem;
    -moz-column-gap: .625rem;
    column-gap: .625rem
}

.p-support-list__item-title span {
    display: block
}

.p-support-list__item-title span:nth-child(1) {
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background: linear-gradient(90deg, #49CBAD 0%, #1B83C8 100%);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Jost", sans-serif;
    font-style: italic;
    padding-right: .625rem;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0
}

.p-support-list__item-title span:nth-child(2) {
    color: #1b83c8;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: .07em
}

.p-support-list__item-image {
    text-align: center;
    margin-top: 1.875rem
}

.p-support-list__item-image img {
    width: auto
}

.p-support-list__item-text {
    margin-top: 1.875rem
}

.p-support-list__item-text ul {
    margin: 1.25rem 0
}

.p-support-list__item-text ul li {
    list-style: none;
    display: flex
}

.p-support-list__item-text ul li span {
    color: #1b83c8;
    margin-right: .625rem
}

.p-support-list__item-text dl {
    margin-top: 1.25rem
}

.p-support-list__item-text dl dt {
    font-weight: bold
}

.p-support-list__item-text dl dt span {
    color: #1b83c8
}

.p-support-list__item-text dl dd {
    margin-top: .3125rem
}

@media screen and (min-width: 768px) {
    .p-support-message {
        padding-top: 7.5rem
    }

    .p-support-list__inner {
        max-width: 1316px;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        row-gap: 5rem
    }

    .p-support-list__item {
        padding: 2.5rem
    }

    .p-support-list__item-title {
        padding-bottom: .875rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .p-support-list__item-title span {
        display: block
    }

    .p-support-list__item-title span:nth-child(1) {
        font-size: 5rem
    }

    .p-support-list__item-title span:nth-child(2) {
        font-size: 1.75rem
    }

    .p-support-list__item-row {
        display: flex;
        justify-content: space-between
    }

    .p-support-list__item-image {
        text-align: left;
        margin-top: 0
    }

    .p-support-list__item-image img {
        width: 100%
    }

    .p-support-list__item-image--image1 {
        width: 9.375rem;
        margin: 3.5625rem 4.1875rem 0 2.6875rem
    }

    .p-support-list__item-image--image2 {
        width: 12rem;
        margin: 4.8125rem 3rem 0 1.375rem
    }

    .p-support-list__item-image--image3 {
        width: 9.125rem;
        margin: 1.8125rem 4.3125rem 0 2.8125rem
    }

    .p-support-list__item-text {
        width: 57.1875rem;
        margin-top: 1.875rem
    }

    .p-support-list__item-text ul li span {
        margin-right: .625rem
    }

    .p-support-list__item-text dl {
        margin-top: 1.25rem
    }
}