.tt_ind{
    margin-bottom: 48px;
}
.tt_ind img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
/*コミュニティ*/
.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;
    }
}
.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;
}
/*リンク集*/
@media all and (max-width: 800px) {  
    .linkCollectionBox ul {
        margin-bottom: 48px;
    }
    .linkCollectionBox li img {
        width: 100%;
        border-radius: 0 10px 10px 0;
    }
    .linkCollectionBox ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .linkCollectionBox ul li:last-child {
        margin-bottom: 0;
    }
    .linkCollectionBox ul li div:nth-child(1) {
        width: 48%;
    }
    .linkCollectionBox ul li div:nth-child(2) {
        width: 48%;
        position: relative;
    }
    .linkCollectionBox ul li h3 {
        font-size: 14px;
        line-height: 1.4em;
        color: #5f5957;
        text-align: left;
        margin: 0 0 6px;
    }
    .linkCollectionBox li p {
        font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 10px;
        color: #5f5957;
    }
}

@media (min-width: 801px){
	.linkCollectionBox  ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.linkCollectionBox  ul  li {
		width: 48%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.linkCollectionBox li:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	.linkCollectionBox li div:nth-child(1) {
		width: 38%;
	}
	.linkCollectionBox  ul  li div:nth-child(1) img {
		object-fit: cover;
	}
	.linkCollectionBox img {
		width: 100%;
        border-radius: 0 10px 10px 0;
	}
	.linkCollectionBox li div:nth-child(1) a {
		display: block;
		height: 100%;
	}
	.linkCollectionBox li div:nth-child(1) a:hover {
		filter: brightness(1.05);
	}
	.linkCollectionBox li div:nth-child(2) {
		width: 56%;
		position: relative;
	}
    .linkCollectionBox ul li h3 {
        font-size: 14px;
        line-height: 1.4em;
        color: #5f5957;
        text-align: left;
        margin: 0 0 6px;
    }
    .linkCollectionBox li p {
        font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 10px;
        color: #5f5957;
    }
}
