@charset "utf-8";
.glossary {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.glossary h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}
.glossary h2::before {
	content: "◆";
	padding-right: 5px;
}

.glossary dl dt {
	border-bottom: 3px solid #D5D5D5;
	padding-bottom: 5px;
	margin-bottom: 25px;
	margin-top: 40px;
	font-size: 18px;
	position: relative;
	padding-left: 0px;
	font-weight: bold;
}
.glossary dl dt::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: 3px solid #00A0E9;
	bottom: -3px;
	width: 15%;
}

.glossary dl dd  {
	display: flex;
	line-height: 1.8em;
}
.glossary dd:last-child  {
	margin-bottom: 100px;
}
.glossary dd .notes {
	text-align: left;
	width: 630px;
}

.glossary dd div .box  {
	padding-left: 20px;
	padding-right: 95px;
	padding-top: 15px;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 15px;
	padding-bottom: 15px;
	background-image: url(img/man.png);
	background-repeat: no-repeat;
	background-size: 14% auto;
	background-position: 98% 100%;
	border: 1px solid #6988A4;
	border-radius: 15px;
	line-height: 1.8em;
	font-size: 14px;
	min-height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
.glossary dl dd img {
	width: 300px;
	padding-left: 25px;
	height: 224px;
	padding-right: 5px;
	margin-right: 0px;
}

@media screen and (max-width:960px){
	.glossary {
	width: 88%;
	margin-right: auto;
	margin-left: auto;
}
.glossary dl dt {
	font-weight: bold;
	
/*	border-bottom: 3px solid #D5D5D5;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 40px;
	font-size: 18px;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 0px;*/
}
	.glossary dd {

}
	.glossary dd div .notes {
	width: 100%;
}
	.glossary dd div .box  {
	margin-left: 0px;
	background-size: 15% auto;
	padding-right: 17%;
		
/*	padding-left: 20px;
	padding-top: 15px;
	margin-top: 20px;
	margin-right: 15px;
	padding-bottom: 15px;
	background-image: url(img/man.png);
	background-repeat: no-repeat;
	background-position: 98% 100%;
	border: 1px solid #6988A4;
	border-radius: 15px;
	line-height: 1.8em;
	font-size: 12px;
	min-height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em; */
}
.glossary dd div img  {
	height: auto;
	padding-left: 15px;
	padding-right: 5px;
	width: 220px;
}
	}

@media screen and (max-width:600px){
.glossary h2 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-top: 40px;
	background-color: #525D67;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
	.glossary dl dd  {
	display: block;
	line-height: 2em;
}
	.glossary dl dd img {
	width: 100%;
	padding-left: 0px;
	height: auto;
	padding-right: 0px;
	margin-top: 30px;
	margin-bottom: 35px;
}
	.glossary dl dt {
	font-size: 16px;
	line-height: 1.7em;
/*	border-bottom: 3px solid #D5D5D5;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 40px;	
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 0px; */
}

	}
