.free{
   margin-bottom:10px;
   position;relative;
   width: 100% ;
}
/*
.slider-wrapper {
  overflow: hidden;
}

.banner-slider {
  position: relative;
  left: 15vw; /* (100vw - SlideWidth) / 2 
  overflow: visible !important;
}

.banner-slide {
  width: 70vw !important;
  height: 150px;
}

.banner-slide p {
  width: 80%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #999;
  color: #EEE;
}*/


/* bxSlider */
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}

/*画像付きサイトマップ*/
 .image-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin:20px;
        }
        .image-container a {
            margin: 10px;
            flex: 1 1 45%; /* 幅を調整 */
            max-width: 300px; /* 最大幅を設定 */
        }
        .image-container img {
            width: 100%;
            height: auto;
           border:1px solid;
        }
        @media (max-width: 600px) {
            .image-container a {
                flex: 1 1 100%; /* スマホでは全幅に */
            }
        }




@media and screen(min-width:1280px){
  .section-title-h2{
  display:none;
  }
}
