/*トップスライド*/
.slideshow-container {
  width: auto;
  height: 600px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.mySlides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.active-slide {
  opacity: 1 !important;
  z-index: 1;
}
@media (max-width: 991px) {
  .slideshow-container {
    width: auto;
    height: 450px;
  }
}
@media (max-width: 760px) {
  .slideshow-container {
    width: auto;
    height: 220px;
  }
}
/*新着情報*/
.news-table .table th,
.news-table .table td {
  padding: 10px 10px;
}
@media (max-width: 991px) {
  .news-table .table th {
    width: 170px !important;
    border-top: none !important;
    display: inline-block !important;
  }
  .icon1 {
    border-top: none !important;
    width: 40% !important;
    display: inline-block !important;
  }
}
/*会社概要　沿革の表*/
@media (max-width: 991px) {
  .table-about th {
    width: 100%;
  }
  .table-about td {
    border-top: none;
  }
}
/*お問い合わせフォーム*/
@media (max-width: 991px) {
  .table-striped {
    width: 100%;
  }
  .table-striped th,
  .table-striped td {
    width: 100%;
    display: block;
    border-top: none;
  }

  .table-striped input {
    width: 100%;
  }
}
