/* ここから横スクロール */
  .scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 800px;
  margin: auto;
  overflow-x: auto;
}

.scroll_content li { /* 各リストのスタイル */
  width: 70%;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}

.scroll_content img { /* 画像のスタイル */
   width: 100%;
  max-height: 200px;
  object-fit: cover;
}

.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}

.scroll_content::-webkit-scrollbar-thumb {
  background: #1e90ff; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}

.scroll_content::-webkit-scrollbar-track {
  background: #f5f5f5; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}

.bicycle_price {
    font-size: 120%;
    font-style: bold;
}    


@media screen and (min-width: 960px) {

  .scroll_content li {
    width: 45%;
  }

}

/* ここまで */

/* aタグのテキストの色を変えない */
a,a:hover,a:visited{
    color: inherit;
}
a,a:visited{
    color: #000000;
}
/* aタグここまで */

/* 画像をスマホ最適化 */
mg {
  width: 100%;
}

div {
  text-align: center;
}


.p-list-faq-accordion__checkbox {/* よくある質問のcss*/
     width: 45%;
}

@media screen and (min-width: 960px) {
  img {
    max-width: 700px;
	margin: 0 auto;
  }
   div {
    max-width: 700px;
	margin: 0 auto;
 }

    