@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

ul.service-wrap{
    width: 100%;
    margin-top: 20px;
    
}
ul.service-wrap li{
    list-style: none;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 3px;
    
    
}
ul.service-wrap li img{
    width: 100%;
    padding: 2px;
    
}

.detail-service{
    clear: both;
    padding-top: 30px;
    margin-bottom: 30px;
}

ul.detail-s li{
    width: 100%;
    list-style: none;
    padding-top: 20px;
    padding-left: 15px;

    
}
.real-shop{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    clear: both;
        
}

.real-list li{
    list-style: none;
    width: 100%;
    margin-left: 2.5px;
    margin-bottom: 10px;
     
}
.real-list li img{
    width: 100%;
    
}
.smallshop-content p{
    padding: 10px;
    font-size: 12px;
}


.detail-image{
    width: 40%;
    display: inline-block;
    
   
}
.detail-image img{
    width: 90%;
    border-radius: 100%;
    
    
}
.detail-p{
    width: 60%;
    display: inline-block;
    float: right;
    padding-top: 20px;
    text-indent: 10px;
   
    
}
.detail-p p{
     width: 100%;
     font-size: 14px;
     font-weight: bold;
     color: #050099;
     
}


