@charset "shift_jis";
/* ---------------------------------------------------------------
   ベースリセット
--------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

/* ---------------------------------------------------------------
	ページ全体ラッパー
--------------------------------------------------------------- */
.page-wrapper {
	width: 100%;
  max-width: 720px;
  margin: 0 auto;
	padding: 0 16px;
}
.page-wrapper a {
  color: #630;
}
/* ---------------------------------------------------------------
	サイトヘッダー
--------------------------------------------------------------- */
.site-header {
  width: 100%;
  overflow: hidden;
}

h1 {
	margin: 0 0 8px;
}

h1 img {
	display: block;
	width: 100%;
	max-width: 688px;
}

/* ---------------------------------------------------------------
  ナビゲーション
--------------------------------------------------------------- */
.global-nav {
	display: flex;
	justify-content: space-between;
  width: 100%;
}

.nav-links,
.section-nav {
	display: flex;
	flex-wrap: wrap;
  font-size: 14px;
  line-height: 2;
}

.nav-links a,
.nav-links span,
.section-nav a {
	display: inline-flex;
	padding: 0 5px;
	align-items: center;
}

.global-nav img {
  display: inline-block;
}

.section-nav {
	text-align: left;
  margin: 8px 0;
}

/* ---------------------------------------------------------------
   トップ画像
--------------------------------------------------------------- */
.top-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 8px auto;
}

/* ---------------------------------------------------------------
  新着情報リスト
--------------------------------------------------------------- */
.news-wrapper {
  width: 100%;
  margin: 8px 0;
  text-align: left;
}

.update-scroll {
  width: 100%;
  max-height: 80px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0;
  background: #fafafa;
  font-size:13px;
  list-style: disc;

}

.update-scroll li {
  margin-bottom: 4px;
}

/* ---------------------------------------------------------------
  セクション共通
--------------------------------------------------------------- */

.content-section {
  width: 100%;
  margin-bottom: 24px;
}

.section-heading {
	background-image: url(../images/bar_kani.jpg);
	background-repeat: repeat-x;
	color: #660000;
	padding-left: 13px;
	font-size: 16px;
	height: 28px;
	line-height: 29px;
}

.section-lead {
  margin: 8px 0;

}

/* ---------------------------------------------------------------
  ページトップリンク
--------------------------------------------------------------- */
.page-top-link {
  text-align: right;
  margin: 8px 0 0;
  font-size: 12px;
  clear: both;
  height: 10px;
}

/* ---------------------------------------------------------------
  2カラムレイアウト（カーボンタイプセクション）
--------------------------------------------------------------- */
.two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  align-items: flex-start;
}

.two-col__text {
  flex: 1 1 280px;
  min-width: 0;
}

.two-col__image {
  flex: 0 1 300px;
  min-width: 0;
}

.lead-text {
	margin: 0 0 8px 15px;
}

.feature-text {
  color: #333333;
  margin-top: 10px;
}

/* ---------------------------------------------------------------
  ソイルクリート工法とは
--------------------------------------------------------------- */
.netis-info {
  margin-left: 10px;
  margin-top: 10px;
}

.sekou {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.two-col__description {
  flex: 1 1 280px;
  min-width: 0;
}

.description-text {
  color: #333333;
  padding-left: 20px;
  margin-bottom: 12px;
}

/* ---------------------------------------------------------------
   画像中央寄せ
--------------------------------------------------------------- */
.image-center {
  text-align: center;
  margin: 8px 0;
}

.image-center img {
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------
   figure・figcaption
--------------------------------------------------------------- */
.content-figure {
  margin: 0;
}

.content-figure img {
  max-width: 100%;
  height: auto;
  display: block;
	margin: 0 auto;
}

.content-figure--center {
  text-align: center;
}

figcaption {
  text-align: center;
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}

/* ---------------------------------------------------------------
   お問合せセクション
--------------------------------------------------------------- */
.toi {
  text-align: center;
}

.contact-subheading {
  text-align: center;
  margin: 8px 0;
}

.contact-address {
  font-style: normal;
  padding: 8px;
  text-align: center;
}

.contact-address img {
  display: inline-block;
  margin-top: 6px;
}

/* ---------------------------------------------------------------
	見出し
--------------------------------------------------------------- */
.toi .section-heading {
	background: #268e18;
	color: #fff;
}


/* ---------------------------------------------------------------
   スマートフォン（480px以下）
--------------------------------------------------------------- */
@media (max-width: 480px) {
	.page-wrapper {
		padding: 0 5px;
	}
  
	.global-nav {
		flex-direction: column;
	}

	.global-nav a {
    text-align: center;
  }

  .nav-links,
	.section-nav {
		text-wrap: nowrap;
		justify-content: center;
  }

	.update-scroll {
		max-height: 140px;
	}

  .section-heading {
    height: auto;
    line-height: 1.2;
    background-image: none;
    background: linear-gradient(0deg, #fff,#f4b757,#fff);
    border: #ccc solid 1px;
    padding: 5px 2px;
    border-left: none;
    border-right: none;
  }

  .two-col__text,
  .two-col__image {
    flex: 1 1 100%;
  }

  .sekou,
  .two-col__description {
    flex: 1 1 100%;
  }

  .description-text {
    padding-left: 8px;
  }
}

/* ---------------------------------------------------------------
   タブレット（481px?767px）
--------------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 767px) {
  .two-col__image {
    flex: 0 1 240px;
  }
}

/* ---------------------------------------------------------------
   PC（768px以上）
--------------------------------------------------------------- */
@media (min-width: 768px) {
  .container-box {
    padding: 0 8px;
  }
}