@charset "utf-8";
/* CSS Document */
/*
# =================================================================
# 気候変動適応用語集（glossary）
# =================================================================
*/

/* style.css の h2 を活かし、左ボーダー色・フォントサイズのみ変更 */
.term-title {
	border-left-color: #93b437;
	font-size: 20px;
	margin-bottom: 30px;
}
.term-box_title {
	border-left: none;
	background: none;
	margin-top: 0;
}

/*************************/
/*リード・索引
/*************************/
.study-section_lead {
	margin-bottom: 27px;
	font-size: 14px;
	line-height: 1.57;
}
.study-section_lead p {
	margin: 0;
}
.words-lead {
	margin-bottom: 19px;
}
.words-index-list-wrap {
	max-width: 880px;
	width: 100%;
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
}
.words-index-list {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.words-index-list li {
	width: 17.913%;
	height: 33px;
	margin: 0 2.60875% 9px 0;
	border-radius: 4px;
	border: 1px solid #175ca9;
}
.words-index-list li:nth-of-type(5n) {
	margin-right: 0;
}
.words-index-list li a,
.words-index-list li span {
	width: 100%;
	height: 100%;
	font-size: 11px;
	color: #175ca9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.words-index-list li.empty {
	border-color: transparent;
}
.words-index-list li.disabled {
	border-color: #bdc4cd;
}
.words-index-list li.disabled a {
	color: #bdc4cd;
	pointer-events: none;
	cursor: default;
}

@media (min-width: 768px) {
	.study-section_lead {
		margin-bottom: 36px;
	}
	.words-section {
		padding-top: 12px;
	}
	.words-index-list-wrap {
		margin-bottom: 45px;
		flex-direction: row;
		justify-content: flex-start;
	}
	.words-index-list {
		width: 47.1591%;
		margin: 0;
	}
	.words-index-list:first-of-type {
		margin-right: 5.6818%;
	}
	.words-index-list li {
		width: 18.0723%;
		height: 50px;
		margin-right: 2.409625%;
		margin-bottom: 10px;
	}
	.words-index-list li a,
	.words-index-list li span {
		font-size: 16px;
	}
	.words-index-list li a:hover {
		background-color: #175ca9;
		color: #fff;
	}
}

@media (min-width: 920px) {
	.study-section_lead {
		margin-bottom: 40px;
	}
	.words-section {
		padding-top: 12px;
	}
	.words-index-list-wrap {
		margin-bottom: 45px;
	}
	.words-index-list li {
		height: 50px;
		margin-bottom: 10px;
	}
	.words-index-list li a,
	.words-index-list li span {
		font-size: 16px;
	}
}

@media (min-width: 1400px) {
	.words-section {
		padding-top: 12px;
	}
	.words-index-list-wrap {
		margin-bottom: 45px;
	}
	.words-index-list li {
		height: 50px;
		margin-bottom: 10px;
	}
	.words-index-list li a,
	.words-index-list li span {
		font-size: 16px;
	}
}

/*************************/
/*用語ボックス
/*************************/
.term-box {
	width: 100%;
	margin-bottom: 40px;
}
.term-box_title {
	padding: 0;
	margin-bottom: 12px;
	border: none;
}
.term-box_title .jpn {
	width: 100%;
	padding-bottom: 7px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.375;
	display: block;
}
.term-box_title .en {
	width: 100%;
	padding-top: 16px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.571;
	display: block;
}
.term-box_description {
	margin-bottom: 17px;
	font-size: 14px;
	line-height: 1.5714;
}
.term-box_description p:last-of-type {
	margin-bottom: 0;
}
.term-box_link {
	width: 100%;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.5714;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
}
.term-box_link::before {
	content: "出典";
	flex-shrink: 0;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.05em 0.55em 0.35em;
	border: 1px solid currentColor;
	border-radius: 2px;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 1.3;
	color: #93b437;
	white-space: nowrap;
}
.term-box_link a {
	width: auto;
	display: inline-block;
}
.term-box_link cite {
	font-style: normal;
	flex: 1;
	min-width: 0;
}
.term-box_link cite a {
	color: #294970;
}

@media (min-width: 768px) {
	.term-box {
		margin-bottom: 60px;
	}
	.term-box_title {
		margin-bottom: 15px;
	}
	.term-box_title .jpn {
		padding-bottom: 12px;
		font-size: 16px;
	}
	.term-box_title .en {
		padding-top: 15px;
		font-size: 17px;
		line-height: 1.8333;
	}
	.term-box_description {
		margin-bottom: 12px;
		font-size: 16px;
	}
	.term-box_link {
		font-size: 14px;
		line-height: 1.8571;
		gap: 10px;
		align-items: center;
	}
	.term-box_link a {
		width: auto;
	}
}

@media (min-width: 920px) {
	.term-box {
		margin-bottom: 60px;
	}
	.term-box_title {
		margin-bottom: 5px;
	}
	.term-box_title .jpn {
		padding-bottom: 12px;
		font-size: 16px;
	}
	.term-box_title .en {
		padding-top: 15px;
		font-size: 12px;
	}
	.term-box_description {
		margin-bottom: 12px;
		font-size: 16px;
	}
	.term-box_link {
		font-size: 14px;
		gap: 10px;
	}
	.term-box_link cite {
		width: 94%;
	}
}

@media (min-width: 1400px) {
	.term-box {
		margin-bottom: 60px;
	}
	.term-box_title {
		margin-bottom: 5px;
	}
	.term-box_title .jpn {
		padding-bottom: 12px;
		font-size: 16px;
	}
	.term-box_title .en {
		padding-top: 15px;
		font-size: 12px;
	}
	.term-box_description {
		margin-bottom: 12px;
		font-size: 16px;
	}
	.term-box_link {
		font-size: 14px;
		line-height: 1.8571;
		gap: 10px;
	}
	.term-box_link::before {
		font-size: 12px;
		padding: 1px 8px 3px;
	}
}
