.p101-service-1{
    width: 100%;
}

.p101-service-1 .blk-main{
    width: 100%;
}

.p101-info-4-3-list {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

.p101-info-4-3-list dl {
    padding: 1.5rem 0;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.p101-info-4-3-list a:last-child dl {
    border-bottom: 0;
}

.p101-info-4-3-list dt {
    width: 36.23%;
    overflow: hidden;
    border-radius: 1rem;
}

.p101-info-4-3-list dt img {
    display: block;
    width: 100%;
}

.p101-info-4-3-list dd {
    width: 59.42%;
    position: relative;
}

.p101-info-4-3-list dd h4 {
    padding-top: 0.25rem;
    font-size: 1.5rem;
    height: 2rem;
    line-height: 2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p101-info-4-3-list .p101-info-1-desc {
    position: absolute;
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #666;
    text-align: justify;
    left: 0;
    bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
