@charset "utf-8";
.service{
    position: relative;
}

.what .section-title{
    color: rgb(0, 23, 124);
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}


.what .section-title::after{
    content: "";
    background-color: rgb(0, 23, 124);
    height: 1px;
    width: 250px;
    position: absolute;
    transform: translate(-50%,-50%);
    bottom: -10px;
    left: 50%;
}

.service .what .detail{
    margin-bottom: 20px;
    text-align: center;
    
}

.service .what .detail .box{
    display: flex;
    justify-content: center;
    text-align: left;
}

.service .what .detail .url{
    color: #000000;
    text-decoration: underline;
}

cite{
    position: absolute;
    right: 10%;
    bottom: px;
}

@media screen and (max-width:767px){

    .service .what .section-title{
        font-size: 25px;
        margin-bottom: 25px;
    }

    .service .what .detail{
        margin-bottom: 40px;
        line-height: 1.1;
        text-align: center;
        min-width: 300px;
        width: 90%;
        margin-left: 5%;
    }

    .service .what .detail ul li{
        text-align: start;
    }

    .service .what .detail ul .box{
        flex-direction: column;
    }

        .service .what .detail ul li{
        text-align: start;
    }

    .service .what .detail ul .box{
        flex-direction: column;
    }

}