@charset "shift_jis";

/* =============================================
   style.css - フリー工業株式会社
   共通スタイル（他ページでも流用可能なクラスを定義）
   ============================================= */

/* ----- リセット・基本設定 ----- */
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-family: Meiryo, "MS Gothic", "ＭＳ ゴシック", sans-serif;
	font-size: 100%;
	line-height: 1.7;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

ul {
	list-style: none;
}

/* ----- ページ全体のラッパー ----- */
.page-wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

/* =============================================
   サイトヘッダー
   ============================================= */
.site-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 8px 0 4px;
	gap: 10px;
}

.site-header__logo {
	display: flex;
	align-items: center;
	gap: 8px;
}

.site-header__catch {
	font-size: 14px;
	color: #006600;
}

.site-header__action {
	flex-shrink: 0;
}

.header-bar {
	margin: 4px 0 8px;
}

.header-bar img {
	width: 100%;
	height: 6px;
}

/* =============================================
   更新情報 + ナビ行
   ============================================= */
.info-row {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 3rem;
}

.info-row__news {
	flex: 1 1 auto;
}

.info-row__links {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

/* 更新スクロールリスト */
.update-scroll {
	font-size: 14px;
	padding: 8px;
	height: 13em;
	overflow-y: auto;
	border: 1px solid #bbbbbb;
	background: #fff;
}

.update-scroll li {
	padding-bottom: 0.5em;
	padding-left: 7em;
	text-indent: -7em;
}

.update-scroll li:last-child {
	padding-top: 0.5em;
	padding-left: 0;
	text-indent: 0;
	font-size: 14px;
}

.update-scroll li:last-child span {
	color: #006633;
	margin: 0 4px;
}

/* ページ内ナビ */
.page-nav {
	display: flex;
	gap: 4px;
	align-items: center;
	font-size: 14px;
}

/* ダウンロードボタン群 */
.download-btns {
	width: 315px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.download-btns a {
	width: 154px;
}

.download-btns__note {
	font-size: 13px;
	color: #666666;
	width: fit-content;
}

/* =============================================
   製品一覧 セクション
   ============================================= */
.products {
	margin-bottom: 24px;
}

/* セクション見出し（製品カテゴリ） */
.section-heading {
	background-color: #CEEAF0;
	color: #006600;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
	margin: 14px 0 3px;
	box-shadow: 2px 2px 2px #3333334e;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.free-top .section-heading {
	background-color: #e8e8d2;
}
.frame .section-heading {
	background-color: #c2ff86;
}

.section-heading__sub {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

/* 製品カード */
.product-card {
	display: flex;
	gap: 14px;
	padding: 10px 4px;
	border-bottom: 1px solid #e0e0e0;
}

.product-card--text-only,
.product-card--block {
	padding: 10px 8px;
	/* border-bottom: 1px solid #e0e0e0; */
}

.product-card__img {
	flex: 0 0 115px;
	text-align: center;
}

.product-card__body {
	display: grid;
	grid-template-columns: 470px 310px;
	column-gap: 20px;
	row-gap: 7px;
	align-items: baseline;
}

.product-card__body.deco-mesh {
	grid-template-rows: 23px 60px auto;
}

.product-card__name {
	color: #393;
	text-underline-offset: 3px;
	grid-area: 1 / 1 / 2 / 2;
	font-size: 18px;
	font-weight: bold;
}

.product-card__features {
	grid-area: 2 / 1 / 4 / 2;
	font-size: 14px;
	margin-bottom: 6px;
	margin-left: .8em;
	line-height: 1.5;
}

.product-card__features li::before {
	content: "・";
}

/* NETISボックス */
.netis-box {
	grid-area: 1 / 2 / 3 / 3;
	font-size: 13px;
	background-color: #e8e8e8;
	border: 1px solid #d8d8d8;
	padding: 4px 0 4px 6px;
	line-height: 1.6;
	height: fit-content;
}

.product-card__body .download-btns {
	grid-area: 2 / 2 / 4 / 3;
}

.product-card__body.deco-mesh .download-btns {
	grid-area: 3 / 2 / 4 / 3;
}

/* =============================================
   会社概要
   ============================================= */
.company-info {
	margin: 16px 0 24px;
}

.company-info__heading {
	font-size: 18px;
	font-weight: bold;
	color: #008000;
	margin-top: 3rem;
	border-bottom: 3px solid #006600;
	margin-bottom: 14px;
}

/* 会社概要リスト */
.co-list {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-top: 1px solid #cccccc;
  font-size: 14px;
}

.co-list__dt {
  color: #003300;
  font-weight: bold;
  padding: 0 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  display: flex;
  align-items: center;
}

.co-list__dd {
  padding: 5px 10px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0;
}

/* 営業品目 */
.biz-category {
	color: #5166ff;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0 4px;
}

.biz-category:first-child {
	margin-top: 0;
}

.biz-list {
	font-size: 14px;
	margin-bottom: 4px;
	padding-left: 1em;
}

.biz-list li::before {
	content: "・";
}

.biz-text {
	font-size: 14px;
	line-height: 1.7;
}

/* ネットワークリスト */
.nw-list {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: baseline;
  font-size: 13px;
}

.nw-list__dt {
  background-color: #d9ecff;
  color: #5166ff;
  padding: 3px 6px;
  border-left: 4px solid #d9ecff;
  border-bottom: 2px solid #fff;
  white-space: nowrap;
  align-self: stretch;
}

.nw-list__dt--main {
  border-left: 3px solid #5166ff;
}

.nw-list__dd {
  padding: 3px 10px;
  border-bottom: 1px dotted #dddddd;
  margin: 0;
}

.nw-list__dt--rel {
  background: none;
  color: #333;
  font-weight: bold;
  border-left: 3px solid #ffffff;
  border-bottom: none;
  justify-content: flex-start;
  padding-top: 10px;
}

.nw-list__dd--rel {
  border-bottom: none;
  padding-top: 10px;
}

/* ページトップリンク */
.page-top {
	text-align: right;
	margin-top: 10px;
	font-size: 14px;
}

/* =============================================
   フッター(各ページ共通)
   ============================================= */
.footer-nav {
	display:flex;
	justify-content: space-between;
	font-size: 11pt;
	margin: 2rem 0 12px;
}

.toku-detail-heading {
	color: #996633;
	font-weight: bold;
	margin: 14px 0 0;
}

/* =============================================
   レスポンシブ（950px以下）
   ============================================= */
@media screen and (max-width:950px) {
	.product-card__body,
	.product-card__body.deco-mesh {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 6px;
    }

    .product-card__name {
        grid-area: auto;
    }

    .product-card__features {
        grid-area: auto;
    }

	.product-card__body.deco-mesh .product-card__features {
		grid-area: 2 / 1 / 4 / 2;
	}

    .netis-box {
        grid-area: auto;
        width: 100%;
    }

    .product-card__body .download-btns,
	.product-card__body.deco-mesh .download-btns {
        grid-area: auto;
        margin: 0;
        justify-content: flex-start;
    }
}
/* =============================================
   レスポンシブ（768px以下）
   ============================================= */
@media screen and (max-width: 768px) {

	.site-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-header__action {
		align-self: flex-end;
	}

	.info-row {
		flex-direction: column;
	}

	.info-row__links {
		align-items: flex-start;
		width: 100%;
	}

	.update-scroll {
		width: 100%;
	}

	.page-nav {
		flex-wrap: wrap;
	}

	.product-card {
		flex-direction: column;
	}

	.product-card__img {
		flex: none;
		width: 100%;
		text-align: left;
	}

	.section-heading {
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
	}

	.co-list {
		grid-template-columns: 1fr;
	}
	.co-list__dt {
		border-right: none;
		border-bottom: none;
		padding-bottom: 4px;
	}
	.co-list__dd {
		padding-top: 4px;
	}

	.tejyun {
		flex-wrap: wrap;
		justify-content: center;
	}

	.jirei-group {
		flex-direction: column;
		align-items: center;
	}

	.jirei-group img {
		width: 100%;
	}
}

