html{
	scroll-behavior: smooth;
}
h1{
	margin:0 auto 20px auto;
	padding:0 auto;
}
h1 img{
	width:100%;
}
.exam-type{
	font-size:14px;
	line-height: 1.7em;
	width:100%;
	margin:50px auto 100px auto;
	padding:0 auto;
}
h1{
	margin:0 0 40px 0;
	padding:0;
}
h1 img{
	margin:0 auto;
	width:100%
}
.exam-type h2{
	color:#0f0f0f;
	border-bottom: solid 1px #a2acbc;
	position: relative;
	font-weight:bold;
	font-size:2.4rem;
	line-height: 1.8em;
	margin:20px 0 20px 0;
}
.exam-type h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #0f0f0f;
  width: 12%;
}
.exam-type h3{
	border-left: #a2acbc solid 7px;
	color:#232323;
	font-weight:bold;
	font-size:20px;
	line-height: 1.5em;
	margin:30px 0 20px 0;
	padding:0 0 0 10px;
}
.exam-type h4{
	margin:20px 0 10px 0;
	border: #a2acbc solid 1px;
	padding:6px;
	width: fit-content;
	font-size: 16px;
}
.marker{
	font-weight:bold;
	color:#ff0033;
}
.b-txt{
	font-weight: bold;
}

.exam-type-table{
	border-collapse: collapse;
	margin:20px 0;
	border:#CCC solid 1px;	

}
.exam-type-table,.exam-type-table td{
	border:#CCC solid 1px;	
}
.exam-type-table th{
	font-weight:bold;
	text-align: center;
}
.nonecell{
	background: #FFF;
}
.headline{
	background: #ccdbe2;
	border:#CCC solid 1px;	
}
.exam-type .name{
	background: #cfe2f3;
} 
.exam-type-table td,.exam-type-table th{
	padding:10px;	
}
.txt-nowrap{
	white-space: nowrap;
}
.txt-center-table{
	text-align: center;
}
.prof{
	background: #e4edf0;
	padding:0 16px 16px 16px;
	margin:0;
}
.prof h4{
	background: #111544;
	display: block;
	margin:0 auto 0 auto;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	padding:5px;
	width:6em;
}
.prof-txt{
	text-align: center;
	line-height: 2em;
	margin:0 auto 10px auto;
	padding:0 auto; 
	font-size:15px;
}
.prof-txt a{
	text-decoration: none;
}

.logo-img img,.logo-img source{
	width:20%;
	margin-bottom:5px;
}
.graph-img{
	text-align: left;
	margin:0 auto 30px auto;
}
.graph-img picture {
    display: block;
    width: 100%;
	text-align: center;
	margin:0 auto 5px auto;
}

.graph-img img {
    width: 100%;
    height: auto; /* 縦横比を崩さないために推奨 */
}
.exam-type-box{
	border: #a2acbc dotted 2px;
	padding:10px;
	margin:0 0 20px 0;
}
.exam-type-box h5{
	background: #111544;
	color:#FFF;
	font-weight:bold;
	padding:10px;
	text-align: left;
	width: fit-content; /* 幅を中身（コンテンツ）の幅に合わせる */
	margin: 0 0 5px 0; 
}
.txt-nowrap{
	white-space: nowrap;
}
h3.qa{
	border: #a2acbc solid 1px;
	padding:10px;
	border-radius: 6px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
}
.campaign-banner{
	margin:20px auto 0 auto;
}
.campaign-banner img{
	display: block;
	margin:0 auto;
	width:100%;
}


