.support-wr{
	
	width: 80%;
	margin:0 auto;
	margin-top:80px;
	margin-bottom:80px;
	
}





/*一口スポンサーになる*/

.wrappers-sponsor {
  display: flex;         /* 横並びにする！ */
  justify-content: space-between; /* 両端に配置（間にスペース） */
  gap: 50px;             /* 要素間の間隔（お好みで） */
  padding: 20px;
	
}



.wrappers-sponsor p{

	 text-align: left;
}

.bitesponsor  {
  flex: 1;               /* 幅を均等に分ける（必要に応じて） */
  padding: 20px;
  text-align: center;
}

.item1 {
  
}

.item2 {

}


.bitesponsor{	
	
}

/*一口スポンサーになる*/



/*銀行とかのリスト*/

    ul {
		font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      list-style: none;     /* デフォルトの点を消す */
      padding: 0;
		font-weight:bold;	
    }
    li {
      display: flex;        /* 横並び */
      gap: 50px;            /* 間の余白 */
      padding: 4px 0;
	  text-align: left;
    }
    .label1{
      width: 80px;          /* ラベルの幅を揃える */
      
    }

/*銀行のリストたち*/





/*もっと見るボタン*/


.more-button{
	
	
	margin-left: 0;
  margin-right: auto;
	
	
	
}

/*もっと見るボタン*/

/*CDの画像*/

.CD-image{
	
	 display: inline-block;
  max-width:170px; 
  height: auto;

	
}
/*CDの画像を中央ぞろえにする*/
.image-center{
	margin-top:60px;
	
	 text-align: center;

}


/*CDの画像*/

/*応援する画像たちのサイズ等*/

.section-image{
	width:330px;
	height:auto;
margin-top:40px;
	margin-right:80px;
}

/*応援する画像たちのサイズ等*/




/*レスポンシブ対応*/


@media screen and (max-width: 600px) {
    .wrappers-sponsor {
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }

  .bitesponsor {
    padding: 10px;
    text-align: center;
  }

  li {
    flex-direction: column !important;
    gap: 4px !important;
    align-items: flex-start;
  }

  .label1 {
    width: auto;
  }

  .section-image {
    width: 100%;
    margin-right: 0;
    height: auto;
  }

  .CD-image {
    max-width: 50%;
    height: auto;
  }
}


