﻿@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 3px; /*スライド左右の余白調整*/
}

.FooterSlideShow {
  display: flex !important;
  /* margin-bottom: 200px; */
}
.FooterSlideShow img {
  align-items: center !important;
  /* height: 50%; */
  height: 140px;
  background-color: white;

  object-fit: contain;
  overflow: hidden;
  padding: 10px 10px;
}
