.page-service .service-develop-area .c-box-num {
    background-image: url(../../images/dx/dx_headerimg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.l-frame-boder-bold__ttl-jp-dx {
    position: relative;
    padding-left: 60px;
    font-size: 35px;
}

.l-frame-boder-bold__ttl-jp-dx::before {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: rgba(0, 148, 215, 0.5);
    font-size: 40px;
}

.l-frame-boder-bold__ttl-jp-dx::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: rgba(0, 148, 215,1);
}

@media print, screen and (min-width: 769px) {
    .l-frame-boder-bold__top {
        border: none;
        padding: 70px 0 0;
        margin-bottom: 40px;
    }
}

.dx-03-list {
    list-style-type: none;
}

.dx-03-list li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    padding: .3em;
}
.c-box-text {
    margin-bottom: 40px;
}
.dx-03-list li::before {
    transform: rotate(-45deg);
    width: .4em;
    height: .4em;
    border-bottom: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
    content: '';
}

.dx-h3-message {
    padding: 20px 0;
}
.dx-h3 {
    padding: 20px 0;
    font-size: 2.5rem;
}
.dx-h3-text {
    line-height: 2em;    
}
.c-box-ttl-box {
    margin-bottom: 40px;
}

.technology-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

@media print, screen and (min-width: 769px) {
    .technology-grid {
        grid-template-columns: 1fr 1fr 1fr;
        width: calc(1120px + 80px);
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.technology-grid-item {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 15px;
}

.technology-grid-item .c-box-text {
    margin: 0;
}

.technology-grid-item figure {
    height: 150px;
    display: flex;
    justify-content: center;
}

.technology-grid-item figure img {
    width: auto;
    height: 100%;
}

#link_1_2 {
    margin-top: 100px;
}

.c-title-type4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
}

li {
    line-height: 1.5em;
}