
.category .categoryText {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.category .categoryText h5 {
	margin: auto auto auto 0;
}

.category .categoryText.mori h5 {
	width: 230px;
}


@media screen and (min-width:1300px) {     /*pc用のcssを記述*/ 

}




@media only screen and (min-width:768px) and (max-width:1299px) {     /*tablet用のcssを記述*/ 

  

    
}




@media screen and (max-width:767px) {     /*smartphone用のcssを記述*/ 

  	.category .categoryText h5 {
		margin: 10px auto 15px auto;
	}
  

}