@charset "utf-8";
/* CSS Document */

/* =========================
   パンくず（SP対応）
========================= */

.breadcrumb-nav {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.breadcrumb-list {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	white-space: nowrap;
	padding: 8px 16px;
	font-size: 0.8rem;
}
.breadcrumb-list li {
	flex-shrink: 0;
}
.breadcrumb-list a, .breadcrumb-list span {
	color: #fff;
}
.header.change-color {
	background-color: rgba(0,0,0,0.9);
}
#mainvisual {
	width: 100%;
	height: 70px;
	background-color: rgba(0,0,0,0.9);
}
/* ---------- 全体 ---------- */

.intro-section {
	width: 100%;
	box-sizing: border-box;
}
.works-detail {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.intro-section {
	margin: 30px auto 20px;
}
/* ---------- タイトル ---------- */

.intro-section h1 {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 10px;
	font-family: U-OTF-GothicMB101Upr-Heavy;
}
.intro-section .intro-text {
	font-size: 0.9rem;
	line-height: 2.0;
	margin-bottom: 15px;
}
/* ---------- 画像 ---------- */

.works-image {
	margin: 25px 0;
}
.works-image img {
	width: 100%;
	height: auto;
}
/* ---------- セクション ---------- */

.works-detail section {
	margin-bottom: 40px;
}
.works-detail h2 {
	font-size: 1.05rem;
	font-family: U-OTF-GothicMB101Upr-Heavy;
	border-left: 4px solid var(--main);
	padding: 6px 10px;
	background: var(--grey);
	margin-bottom: 15px;
}
/* ---------- テーブル（縦積み） ---------- */
.works-table {
	width: 100%;
	font-size: 0.9rem;
	border-collapse: separate;
	border-spacing: 0 12px; 
}
.works-table tr {
	background: #f7f7f7;
	border-radius: 6px;
	overflow: hidden;
}
.works-table th, .works-table td {
	display: block;
	width: 100%;
	padding: 10px 12px;
	border: none;
}
/* 項目名 */
.works-table th {
	font-size: 0.75rem;
	font-weight: 600;
	color: #666;
	background: #eee;
	padding-bottom: 6px;
}
/* 内容 */
.works-table td {
	font-size: 0.95rem;
	color: #222;
	padding-top: 4px;
	text-align: center;
}
/* ---------- 加工ポイント ---------- */

.works-result ul {
	padding-left: 18px;
}
.works-result li {
	list-style: disc;
	font-size: 0.9rem;
	line-height: 1.7;
	margin-bottom: 8px;
}
/* ---------- 関連リンク ---------- */

.works-related ul {
	padding-left: 0;
}
.works-related li {
	list-style: none;
	margin-bottom: 10px;
}
.works-related a {
	font-size: 0.9rem;
	text-decoration: underline;
	color: var(--main);
}
