.category_font{
	font-family: HannariMincho;
}
.category_center{
  text-align:center;
}
.category_layout{
  display: table; 
  width: 200px;
  height: 200px;
}
.category_image{
  /*position: relative;
  width: 200px;
  height: 150px;
  max-width: 200px;
  max-height: 150px;
  margin-top: 10px;*/
}
.ask_font{
  font-family: HannariMincho;
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .category_sentence_layout{
  }
}
@media only screen and (max-width:480px) { 
 	 .category_layout{ 
      height: auto;
      width: 100vw;
	}
  	.category_image{
	}
}