.youyu-case .color-box {
    padding: 24px 32px 32px;
    margin-top: 72px;
}

.youyu-case .color-box .ttl-bdr {
    position: relative;
    padding-left: 18px;
    box-sizing: border-box;
    color: #0055B8;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 8px;
}

.youyu-case .color-box .ttl-bdr:before {
    content: "";
    border-radius: 0 0 5px 5px;
    width: 10px;
    background: linear-gradient(0deg, #0055B8 2.86%, #00A0DF 100%);
    position: absolute;
    top: -24px;
    bottom: 0;
    left: 0;
}

.mw556 {
    max-width: 556px;
    width: 100%;
}

.u8-series {
    background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
    padding: 56px 0;
    margin-top: 72px;
}

.u8-series .contentsInner {
    max-width: 753px;
}

.u8-series .contentsInner .u8-list {
    max-width: 460px;
    margin: 32px auto 0;
}

.u8-series .contentsInner .u8-list li {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}

.u8-series .contentsInner .u8-list li+li {
    margin-top: 16px;
}

.u8-series .contentsInner .u8-list li::before {
    content: '';
    width: 24px;
    height: 27px;
    background: url(/business/system/youyu/u8/img/index-p03.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.crossword-series {
    background: linear-gradient(90deg, rgba(105, 176, 207, 0.15) 0%, rgba(181, 189, 197, 0.15) 100%);
    padding: 56px 0;
    margin-top: 72px;
    text-align: center;
}

.crossword-series figure:first-child {
    max-width: 754px;
    margin: 0 auto 16px;
}

.point-item {
    width: calc((100% - 4%) / 2);
    display: flex;
    flex-direction: column;
}

.point-item .text {
    flex-grow: 1;
}

.point-item .point-head {
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(90deg, #0055B8 0%, #00A0DF 100%);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    margin-bottom: 18px;
    height: 103px;
}

.point-item .point-head .point-number-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    color: #0055B8;
    flex-shrink: 0;
}

.point-item .point-head .point-number-box .point {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}

.point-item .point-head .point-number-box .number {
    font-family: Dosis;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}

.point-item .point-head .point-text {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1920px) {}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:979px) {
    .u8-series {
        padding: 30px 0;
        margin-top: 40px;
    }

    .u8-series .contentsInner .u8-list {
        max-width: none;
    }

    .u8-series .contentsInner .u8-list li {
        font-size: 16px;
    }

    .crossword-series {
        padding: 30px 0;
        margin-top: 40px;
    }

    .point-item {
        width: 100%;
    }

    .point-item .point-head {
        padding: 10px;
        gap: 10px;
        height: auto;
    }

    .point-item .point-head .point-number-box {
        width: 50px;
        height: 50px;
    }

    .point-item .point-head .point-number-box .point {
        font-size: 12px;
    }

    .point-item .point-head .point-number-box .number {
        font-size: 22px;
    }

    .point-item .point-head .point-text {
        font-size: 18px;
    }
}