@charset "utf-8";

body{
	font-size: 1rem;
	font-family: 'BIZ UDPGothic', sans-serif;
	line-height: 1.8;
	color: #071b39;
	margin: 20px;
	padding: 0;
}
h1 {
	color: #071b39;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #1763A8;
	background: #f6fcfd;
	font-size: clamp(1.2rem, 6vw, 1.5rem);
}

h2 {
	position: relative;
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	font-size: clamp(1.1rem, 6vw, 1.25rem);
}
h2:before {
	content: "";
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	bottom: 0;
	left: 0;
}
h2:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #9bc5e7;
	position: absolute;
	bottom: 0;
	left: 0;
}


/* 用語ポップアップ */
em{font-style: normal!important;}
.maker_y.yougo:after {
	content: '［？］';
	font-size: 0.7rem;
	font-weight: bold;
	padding: 0 3px;
	vertical-align: top;
	color: #0000FF;
	text-decoration: underline;
}
/* ツールチップ */
.yougo {cursor: pointer; }

.tooltip {
	display: none;
	position: absolute;
	border: 5px solid #1763a8;
	background-color: #e4faff;
	padding: 10px;
	
}
@media (min-width: 681px) {.tooltip{min-width: 29em;}}

dl{margin: 0;}
dt{font-weight: bold;}
dd{margin-left: 2rem; margin-bottom: 0.5rem;}

.yougo {
	cursor: pointer;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: bold;
	padding: 0 3px;
	vertical-align: top;
	color: #0000FF;
	text-decoration: underline;
	font-style: normal !important;
}
