
.item_wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item_wrapper .or{	margin: 1vw;}

.item{  
	max-width: 12em; 
	margin: 2vw;
}
.ai .item ul{
	border-top: 1px solid #000;
	padding: 0.5em 0;
	margin: 0.2em 0;
}
.ai .item li{	line-height: 1;}

.or img{
	display: block;
	width: 12em;
	height: 12em;
	object-fit: cover;
}
.fanfic p{
	font-size: 70%;
	width: 17em;
}


@media screen and (max-width: 751px){
	
	.fanfic p{
		font-size: 100%;
		width: 12em;	}
	
}



