@media screen and (max-width:768px) {
.scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 750px;
  margin: auto;
  overflow-x: auto;
}
.scroll_content li { /* 各リストのスタイル */
  width: 90%;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}
.scroll_content img { /* 画像のスタイル */
  width: 100%;
	height: auto;
  object-fit: cover;
}
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table th,
.table td {
  border: 2px solid #eee;
  padding: 4px 8px;
}
}
@media screen and (max-width:768px) {
.topscroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 700px;
  margin: auto;
  overflow-x: auto;
}
.topscroll_content li { /* 各リストのスタイル */
  width: 90%;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}
.topscroll_content img { /* 画像のスタイル */
  width: 100%;
  height: auto;
  object-fit: cover;
}
.topscroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
.topscroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
.topscroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
}
@media screen and (min-width: 769px) {
.topscroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 700px;
  margin: auto;
  overflow-x: auto;
}
.topscroll_content li { /* 各リストのスタイル */
  width: 80%;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}
.topscroll_content img { /* 画像のスタイル */
  width: 100%;
  height: auto;
  object-fit: cover;
}
.topscroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
.topscroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
.topscroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
}
@media screen and (max-width:768px) {
.topscroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 700px;
  margin: auto;
  overflow-x: auto;
}
.topscroll_content li { /* 各リストのスタイル */
  width: 90%;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}
.topscroll_content img { /* 画像のスタイル */
  width: 100%;
  height: auto;
  object-fit: cover;
}
.topscroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
.topscroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
.topscroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
}