.l-content .cases .case .title{
    border-bottom: 1px solid #00398c;
}

.l-content .cases .case .wrapper{
    margin: auto;
    width: 900px;
    display: flex;
}

.l-content .cases .case .wrapper.valign-center{
    align-items: center;
}

.l-content .cases .case .image{
    width: 460px;
    height: 280px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .cases .case .issue,
.l-content .cases .case .effect
{
    width: 60px;
    height: 25px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    background-color: #00398c;
}

.l-content .cases .case .introduction{
    margin-left: 195px;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    color: #00398c;
    align-items: center;
}
