.banner-container {
 display: flex;
 justify-content: space-around;
}

.banner-item {
  width: 49.5%;
}

.banner-item img {
  max-width: 100%;
  height: auto;
}

/* ここから追加：メディアクエリ */
@media screen and (max-width: 768px) { /* 768px以下（スマホなど）の画面幅の場合 */
  .banner-container {
    flex-direction: column; /* 縦並びにする */
  }

  .banner-item {
    width: 100%; /* 幅を100%にする */
    margin-bottom: 10px; /* バナー間の余白を追加 */
  }
}

/* 理由の中 */
.main-reason-inner {
    margin-top: -50px;
    padding: 0px 19px 19px 19px;
    border: 1px #dbdbdb solid;
    border-top: none;
}

.clm-container {
 display: flex;
 vertical-align: top;
}

.clm-item1 {
  width: 40%;
  vertical-align: top;
}

.clm-item2 {
  width: 60%;
  font-size: 15px;
  vertical-align: top;
}

.clm-container2 {
 display: flex;
 vertical-align: top;
}

.clm-item2-1 {
  width: 50%;
  font-size: 15px;
  vertical-align: top;
}

.clm-item2-2 {
  width: 50%;
  font-size: 15px;
  vertical-align: top;
}


/* 理由4 */

.main-reason h4 {
    height: 44px;
    line-height: 44px;
    margin-top: 5px; 
    margin-bottom: 24px;
    text-indent: 32px;
    font-size: 22px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    background: url(https://img21.shop-pro.jp/PA01517/248/etc_base64/cmVhc29uLWg0.png?cmsp_timestamp=20250505110607) no-repeat 0 0;
}

.main-reason-text h4 {
    counter-reset: sample;
}

img {
    vertical-align: 0px;
}

.main-yobo h2 {
    margin-bottom: 12px;
}

.main-yobo {
    float: left;
    width: 300px;
    margin-bottom: 21px;
    padding: 10px 14px 14px;
    border: 2px #dbdbdb solid;
}

.main-yobo h3 {
    margin-bottom: 10px;
    padding: 0px 0px 30px;
    font-weight: bold;
    background: url(https://img21.shop-pro.jp/PA01517/248/etc_base64/dm9pY2UtYmc.png?cmsp_timestamp=20250506215715) no-repeat center bottom;
}

.main-yobo h3:before {
    content: url(https://img21.shop-pro.jp/PA01517/248/etc_base64/dm9pY2Ux.png?cmsp_timestamp=20250506215333);
    padding-right: 5px;
}

.main-yobo p:before {
    content: url(https://img21.shop-pro.jp/PA01517/248/etc_base64/dm9pY2Uy.png?cmsp_timestamp=20250507090859);
    padding-right: 5px;
}


