@charset "UTF-8";
/* for 用語集 */

.glossary .heading p {
	margin-bottom: 10px;
	color: var(--darkblue);
	font-size: 32px;
	font-weight: 700;
}
.glossary .title {
	margin-bottom: 40px;
	padding: 0;
	font-size: 42px;
	line-height: 1.5;
	text-align: left;
	border-bottom: 5px solid var(--deepblue);
}
@media (max-width: 767px) {
	.glossary .heading p {
		margin-bottom: 5px;
		font-size: min(20px, 5.2vw);
	}
	.glossary .title {
		margin-bottom: 20px;
		font-size: min(22px, 5.6vw);
	}
}
.glossary a:hover {
	text-decoration: underline;
	opacity: 0.8;
}

.glossary_detail_words_ttl {
	text-align: left;
	border-bottom: 5px solid var(--deepblue);
}
.glossary_detail_rec {
	margin-top: 60px;
}
.glossary_detail_rec_ttl {
	margin-bottom: 40px;
	color: var(--darkblue);
	font-weight: 500;
	font-size: 42px;
	line-height: 1.5;
	text-align: left;
	border-bottom: 5px solid var(--deepblue);
}
.glossary_detail_rec_words {
	line-height: 3;
}

.words_category_box {
	gap: 0.5rem;
	margin-bottom: 50px;
	color: #fff;
	font-size: 19px;
}


.words_category_boxs {
	margin-bottom: 15px;
	padding: 20px;
	font-weight: bold;
	background: var(--deepblue);
	border: 1px solid var(--deepblue);
}
.words_category_boxs:hover {
	color: var(--deepblue);
	background: #fff;
	border: 1px solid var(--deepblue);
}
@media (max-width: 767px) {
	.words_category_box {
		margin-block: 30px;
		font-size: 14px;
	}
}

.searchwrap {
	position: initial;
	transform: none;
}

.searchTerm {
	padding: 0;
	padding-left: 1em;
	width: 60%;
	color: var(--deepblue);
	font-size: 30px;
	line-height: 88px;
	border: 3px solid var(--deepblue);
	border-right: none;
	border-radius: 5px 0 0 5px;
	outline: none;
}
.searchTerm:focus {
	color: var(--deepblue);
}
.searchButton {
	width: 20%;
	color: #fff;
	font-size: 24px;
	background: var(--deepblue);
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.yougo_category {
	margin: 0 auto 50px;
	font-size: 19px;
}
.yougo_category p {
	font-size: 30px;
	font-weight: 700;
}
.yougo_category ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 3rem;
}
.yougo_category li {
	margin-right: 3rem;
	line-height: 3;
	list-style-type: none;
}
.yougo_category li::before {
	content: "▶";
}
.yougo_category a {
	color: #1a5da8;
}
@media (max-width: 767px) {
	.yougo_category {
		margin: 30px auto 50px;
		font-size: 14px;
	}
	.yougo_category p {
		font-size: 20px;
	}
	.yougo_category ul {
		margin-left: 1.5rem;
	}
	.yougo_category li {
		margin-right: 1.5rem;
		line-height: 2;
	}
	.yougo_category a {
		font-size: 14px;
		font-weight: normal;
	}
}