﻿/* ==========================================
   アイリスソーコー ポリカシート
========================================== */
.iris-sheet {
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 15px 50px;
	box-sizing: border-box;
	color: #333;
	line-height: 1.5;
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Helvetica Neue",
		"Yu Gothic",
		"YuGothic",
		"Meiryo",
		sans-serif;
}

.iris-sheet * {
	box-sizing: border-box;
}

.iris-sheet h1 {
	margin: 0 0 25px;
	padding: 16px 20px;
	background: #08718c;
	color: #fff;
	font-size: 30px;
	line-height: 1.4;
}

.iris-sheet h2 {
	margin: 40px 0 18px;
	padding: 10px 15px;
	border-left: 6px solid #08718c;
	background: #eef7f9;
	color: #075f75;
	font-size: 24px;
	line-height: 1.4;
}

.iris-sheet h3 {
	margin: 20px 0 15px;
	font-size: 20px;
}


/* 製品特長 */

.iris-sheet-feature {
	padding: 22px 25px;
	background: #edf6f8;
	border: 1px solid #c4dce2;
}

.iris-sheet-feature ol {
	margin: 0;
	padding-left: 28px;
}

.iris-sheet-feature li {
	margin: 9px 0;
	font-weight: bold;
}

.iris-sheet-feature span {
	font-weight: normal;
}


/* テーブル */

.iris-sheet-table-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 15px 0 25px;
	-webkit-overflow-scrolling: touch;
}

.iris-sheet-table {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
	background: #fff;
	font-size: 15px;
}

.iris-sheet-table th,
.iris-sheet-table td {
	padding: 11px 10px;
	border: 1px solid #b8c8cc;
	text-align: center;
	vertical-align: middle;
}

.iris-sheet-table th {
	background: #08718c;
	color: #fff;
	font-weight: bold;
}

.iris-sheet-table tbody tr:nth-child(even) {
	background: #f7fafb;
}


/* NEW */

.iris-new {
	display: inline-block;
	margin-right: 7px;
	padding: 3px 7px;
	background: #e73524;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}


/* 熱線遮断 */

.iris-sheet-intro {
	margin: 0 0 15px;
}

.heat-table th:last-child {
	background: #d56727;
}

.mat-black-row {
	background: #ececec !important;
}

.mat-black-row td {
	border-top: 3px solid #222;
	border-bottom: 3px solid #222;
}


/* マットブラック */

.mat-black-box {
	margin: 35px 0;
	padding: 25px;
	border: 3px solid #222;
	background: #f4f4f4;
}

.mat-black-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.mat-black-heading h2 {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #111;
}

.mat-black-spec {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.mat-black-spec div {
	padding: 15px 10px;
	background: #222;
	color: #fff;
	text-align: center;
}

.mat-black-spec span {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
}

.mat-black-spec strong {
	display: block;
	font-size: 22px;
}


/* オーダーカット */

.iris-order {
	padding: 20px 22px;
	border: 2px solid #08718c;
	background: #f5fafb;
}

.iris-order p {
	margin-top: 0;
}

.iris-order dl {
	display: flex;
	margin: 15px 0;
}

.iris-order dt {
	width: 120px;
	font-weight: bold;
}

.iris-order dd {
	margin: 0;
}

.iris-order ul {
	margin-bottom: 0;
	padding-left: 1.5em;
}


/* 品質証明 */

.iris-quality {
	padding: 20px;
	border: 1px solid #bbb;
	background: #fafafa;
}

.iris-quality h3 {
	margin-top: 0;
}

.iris-quality-info {
	width: 100%;
	border-collapse: collapse;
}

.iris-quality-info th,
.iris-quality-info td {
	padding: 10px;
	border: 1px solid #ccc;
	text-align: left;
}

.iris-quality-info th {
	width: 180px;
	background: #eef2f3;
}


/* カタログ */

.iris-sheet-catalog {
	margin-top: 20px;
	text-align: center;
}

.iris-sheet-catalog img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #ddd;
}


/* 下部リンク */

.iris-sheet-links {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 35px;
}

.iris-sheet-links a {
	display: inline-block;
	padding: 13px 25px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
}

.iris-sheet-back {
	background: #e8ecee;
	border: 1px solid #aaa;
	color: #333;
}

.iris-sheet-contact {
	background: #008663;
	border: 1px solid #008663;
	color: #fff !important;
}

.iris-sheet-links a:hover {
	opacity: 0.85;
}


/* スマートフォン */

@media screen and (max-width: 700px) {

	.iris-sheet {
		padding: 15px 10px 40px;
	}

	.iris-sheet h1 {
		padding: 14px 15px;
		font-size: 24px;
	}

	.iris-sheet h2 {
		margin-top: 30px;
		font-size: 21px;
	}

	.iris-sheet-feature {
		padding: 17px;
	}

	.mat-black-heading {
		display: block;
	}

	.mat-black-heading .iris-new {
		margin-bottom: 8px;
	}

	.mat-black-spec {
		grid-template-columns: 1fr;
	}

	.iris-order dl {
		display: block;
	}

	.iris-order dt {
		width: auto;
		margin-bottom: 3px;
	}

	.iris-quality-info th {
		width: 120px;
	}

	.iris-sheet-links {
		display: block;
	}

	.iris-sheet-links a {
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}

}
