@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.gray-title {
	font-weight: 500;
	background: #A0A0A0;
	color: #fff;
	text-align: center;
	padding: 2px 4px;
}

.gray-title sup {
	color: #fff;
}

.fig-caption-bottom figcaption {
	font-weight: normal;
	text-align: left;
}

.img-container.has-cap {
	position: relative;
}

.img-container.has-cap sup {
	position: absolute;
	top: 58%;
	right: 18%;
}

.font-s {
	font-size: .8em;
	font-weight: normal;
}

/* PCI表 */
table.table-pci {
	width: 100%;
	text-align: center;
}

table.table-pci th:not(:first-of-type),
table.table-pci td {
	border-left: solid 4px #fff;
}

table.table-pci tbody th,
table.table-pci tbody td {
	font-weight: 500;
	border-top: solid 4px #fff;
}

table.table-pci tbody tr th:first-of-type {
	background: #F2FBFF;
}

table.table-pci tbody tr td:first-of-type {
	background: #FFFBF2;
}

table.table-pci tbody tr td:nth-of-type(2) {
	background: #F4F4F4;
}

table.table-pci tbody tr td:nth-of-type(3) {
	background: #FFF2F2;
}

.th-icon {
	position: relative;
}

.th-icon sup {
	position: absolute;
	top: -.5em;
	right: 0;
}

.jissyo {
	padding: .25em .5em;
	font-size: 1.4rem;
	border: solid 1px #000;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	/* PCI表 */
	.table-pci-wrap {
		margin-top: 20px;
	}

	table.table-pci {
		font-size: 1.1rem;
	}

	table.table-pci tr th:first-of-type {
		width: 36%;
	}

	table.table-pci th {
		text-align: left;
	}

	table.table-pci tbody th,
	table.table-pci tbody td {
		padding: 5px;
	}

	/* 個別スタイル */
	#sub01 .gijutu {
		margin-top: .5em;
		font-size: 1.4rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	.gray-title {
		font-size: 2rem;
	}

	/* 画像リスト */
	ul.list-figures {
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-figures li .img {
		width: 100%;
	}

	ul.list-figures.col3 li {
		width: 32%;
		margin-left: 2%;
	}

	ul.list-figures.col3 li:nth-child(3n-2) {
		margin-left: 0;
	}

	/* PCI表 */
	.table-pci-wrap {
		margin-top: 40px;
	}

	table.table-pci {
		font-size: 1.8rem;
	}

	table.table-pci tr th:first-of-type {
		width: 50%;
	}

	table.table-pci td {
		height: 60px;
	}

	/* 個別スタイル */
	#sub01 .gijutu-container {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	#sub01 .gijutu-container .sub-sub-title {
		flex: 1;
	}

	#sub01 .gijutu {
		font-size: 1.5rem;
	}

}