@charset "shift-jis";

/* ヘッダー・ロゴ */
.header-img {
	text-align: center;
}

.logo-image {
	width: 100%;
	height: auto;
}


/* navi */
#globalnavi2.top-globalnavi2 li {
	width: calc(100% / 9);
}

#globalnavi2 .seikyu {
	background: linear-gradient(180deg,#ff0000,#ff4a4a);
}

/* スライダー */
.slider-wrapper {
	max-width: 960px;
	margin: 0 auto;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/* お知らせボックス */
.news-box {
	width: 100%;
	min-height: 300px;
}

/* バナーセクション */
.banner-section {
	padding-bottom: 20px;
	text-align: center;
}

.banner-section a {
    display: block;
}

.banner-section img {
	max-width: 100%;
}

.bikou {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
}

/* ダウンロードリスト */
.download-list {
  width: 100%;
}

.download-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 5px;
  margin-bottom: 5px;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.download-item:hover {
  background-color: #f5f5f5;
}

.download-item img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.download-item span {
  font-size: 11pt;
  line-height: 1.5;
}






/* スマホ対応（768px以下） */
@media screen and (max-width: 768px) {

  #globalnavi2.top-globalnavi2 li {
    width: 100%;
  }

	#globalnavi2 .seikyu {
		color: #fff;
	}

	/* お知らせボックス */
	.news-box {
    min-height: auto;
    margin-bottom: 20px;
	}

  /* バナーセクション */
	.banner-section {
	  margin-bottom: 20px;
	}

	/* 住所 */
	.contact-address {
    font-size: 14px;
    line-height: 1.8;
	}

  /*ダウンロード*/
  .download-item span {
    font-size: 13px;
  }
}