@charset "UTF-8";
/* CSS Document */

#terminology_page p {
	font-size: 14px;
	margin-bottom: 10px;
}

#terminology_page p.line {
	font-size: 18px;
	line-height: 38px;
	color: #0068B7;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0068B7;
	border-bottom-color: #0068B7;
	padding-left: 10px;
	font-weight: bold;
}

#terminology_page .subbar {
	background-image: url(../terminology/images/subbar.png);
	background-repeat: no-repeat;
	width: 614px;
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #631A43;
}

#terminology_page .terminology_navi {
	margin: 0 0 20px;
}

#terminology_page .terminology_navi ul {
	height: 35px;
	display: block;
	margin: 0 auto;
}
#terminology_page .terminology_navi ul li {
	width: 50px;
	height: 35px;
	float: left;
	margin: 0 5px;
	display: block;
}
#terminology_page .terminology_navi ul li a{
	line-height: 35px;
	height: 35px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	background-color: #682045;
	text-align: center;
}
#terminology_page .terminology_navi ul li a:hover{
	background-color: #8E5874;
}

#terminology_page .box {
	margin-bottom: 20px;
}

#terminology_page .box table {
	padding: 0px;
	margin: 0;
}

#terminology_page .box table th {
	width: 35%;
}

#terminology_page .box p.right {
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	padding-top: 10px;
}

#terminology_page .box p.right a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#terminology_page .box p.right a:hover {
	color: #002E6E;
}


/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){
#terminology_page .terminology_navi ul {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#terminology_page .terminology_navi ul li {
	width: 18%;
	height: auto;
	float: none;
	margin: 2vw 0 0;
}
#terminology_page .terminology_navi ul li a{
	line-height: 1;
	height: auto;
	display: block;
	padding: 10px 0;
}

#terminology_page .box table {
	width: 100%;
}
#terminology_page .box table th,
#terminology_page .box table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	white-space: normal;
}
#terminology_page .box table th br{
	display: none;
}



}
