.u_communityArea .u_c_Lead {
    margin-bottom: 48px;
}   
.u_communityArea .u_c_Lead p{
    text-align: center;
}
.u_communityArea .u_c_Lead p span{
    font-size: 80%;
}      
.u_communityArea .img_fit {
        flex-wrap: wrap;
    display: flex;
}
.u_communityArea .img_fit li {
    width: 32%;
    margin: 0 0.6%;
    margin-bottom: 10px;
}
.u_communityArea .img_fit p{ position: relative;
    margin-bottom: 0;}
.u_communityArea .img_fit p::before{
    display: block;
    content: '';
    padding-top: 100%;
}
.u_communityArea .img_fit p img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.u_communityArea .img_fit .u_username{
    padding-top: 0;
    padding-left: 16px;
    position: relative;
}
@media (max-width: 800px){
    .u_communityArea .img_fit .u_username{
        padding-top: 4px;
    }
}
.instagramlogo img{
    padding-right: 5px;
    padding-bottom: 7px;
}
@media (max-width: 800px){
    .instagramlogo img{
        padding-bottom: 3px;
    }
}



.u_communityArea .img_fit .u_username:before {
    content: "";
    background: url(https://www.hana-organic.jp/cms/wp-content/themes/hg-style2021/assets/img/ico_instagram2.svg) no-repeat;
    width: 12px;
    height: 12px;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 0;
}
.u_communityArea .img_fit .u_username span{
    display: block;
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: left top;
}

