.ohacorte-info {
	margin-top: 20px;
  	margin-bottom: 60px;
  	display: flex;
	align-items: flex-start;
}
.ohacorte-info p {
	margin-bottom: 20px;
}
.top-category {
    margin: 30px 0 0 0;
}
.top-category li {
   margin-bottom: 10px;
}
 /*カテゴリーPC表示画像*/
 .top-category-sp {
	display: none;
}

@media (max-width: 768px) {
	.ohacorte-info {
	display: block;
	text-align: center;
	}
	.ohacorte-info img {
		width: 70%;
	}
	.ml-20 {
	padding: 20px;
	}
	/*カテゴリースマホ表示画像*/
	.top-category-pc {
		display: none;
	}
	.top-category-sp {
		display: block;
	}
}