@charset "utf-8";

/*========== common ==========*/
html{ overflow-y:scroll; }

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	clear: both;
}
.clearfix { zoom: 1; }
body {
	color: #333333;
	background-color: #ffffff;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
}
.bgtop {
	position: absolute;
	top: 0;
	left: 0;
}
.bgbottom {
	position: absolute;
	bottom: 0;
	right: 0;
}
.inner {
	padding: 50px 50px 63px;
	border: 30px solid #276baa;
	position: relative;
}
.innerwrapper {
	border: 5px solid #ffffff;
	box-shadow: 0 0 7px 15px rgba(140,165,181,0.1);
	position: relative;
	z-index: 100;
}
.subinner {
	padding: 40px;
	box-shadow: 0 0 7px 15px rgba(140,165,181,0.1) inset;
	position: relative;
	z-index: 100;
}
.ranking {
	width: 450px;
	height: 136px;
	background-image: url(../images/bg-wing.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 72px;
	position: relative;
}
.ranking p {
	font-size: 120px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	top: -8px;
	color: #ba9130;
}
.medal {
	width: 289px;
	height: 377px;
	position: absolute;
	top: 0;
	right: 50px;
	background-image: url(../images/bg-medal.png);
	background-repeat: no-repeat;
}
.medal p {
	text-align: center;
	padding-top: 185px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: -0.03em;
}
h1 {
font-family: 'EB Garamond', serif;
font-weight: 600;
color: rgba(0, 0, 0, 0.03);
font-size: 64px;
text-align: center;
position: relative;
padding-top: 64px;
padding-bottom: 38px;
}
h1 span {
	width: 380px;
	font-size: 70px;
	text-align: center;
	font-weight: bold;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color: #333333 !important;
	position: absolute;
	left: 50%;
	margin-left: -190px;
	margin-top: 30px;
}
@media all and (-ms-high-contrast:none) {
	h1 span {
		width: 380px;
		font-size: 70px;
		text-align: center;
		font-weight: bold;
		font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
		color: #333333 !important;
		position: absolute;
		left: 50%;
		margin-left: -190px;
		margin-top: 40px;
	}
}

p.comment {
	font-size: 20px;
	text-align: center;
	margin: 50px 0 60px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
/* footer */
.footer {
	position: absolute;
	bottom: 22px;
	left: 49px;
}
.footer li {
	float: left;
	margin-right: 30px;
	line-height: 20px;
	font-size: 13px;
	position: relative;
}
.footer li.txt a::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	background-image: url(../images/icon-arrow.png);
	margin-left: 10px;
	background-repeat: no-repeat;
}
.footer li img {
	vertical-align: bottom;
}

/* change by ifc */
h1.guideline span {
	font-size: 60px;
	width: 100%;
	left: 20%;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.nw   { white-space: nowrap; }
.w10  { width: 10%; }
.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px;}
.red  { color: red; }
.download p, .top p, .back p, .to p {
	margin: 10px 0 0;
	padding: 1px 0 1px 23px;
	min-height: 16px;
	height: auto !important;
}
.top p  { background: url(../images/btn_report_totop.gif) no-repeat center left; }
.back p { background: url(../images/btn_report_back.gif) no-repeat center left; }
.to p   { background: url(../images/btn_report_to.gif) no-repeat center left; }
.todtl a {
	padding: 0 0 0 4px;
	display: block;
	background: url(../images/btn_report_todtl.gif) no-repeat center right;
	min-height:16px;
}
table {
	clear: both;
	border-collapse: collapse;
	width: 100%;
}
table th { font-weight: bold;  }
table th,
table td {
	padding : 5px;
}
table.overview,
table.gchecklist,
table.tchecklist {
	margin-bottom: 20px;
}
table.overview td,
table.gchecklist td,
table.tchecklist td {
	border: 1px solid #aaa;
	vertical-align: top;
}
table.tchecklist th {
	border: 1px solid #aaa;
	vertical-align: middle;
}
table.tchecklist td {
	text-align: center;
}
table.overview th {
	background: #E7EFDE;
	vertical-align: middle;
	border: 1px solid #aaa;
	text-align: left;
	width: 150px;
}
table.overview td img,
table.gchecklist td img,
table.tchecklist th img {
	vertical-align: middle;
}
table.gchecklist th {
	border: 1px solid #aaa;
	vertical-align: middle;
	background: #E7EFDE;
}
table.tchecklist th,
table.tchecklist td {
	height: 10px;
}
table th.center, table td.center { text-align: center; }
table td.right { text-align: right; }
table th.left,table td.left { text-align: left; }
table td.vtop { vertical-align: top; }
table tr.vmiddle td { vertical-align: middle; }
Table th.b0, Table td.b0 { border: none; }
Table th.bb1, Table td.bb1 {
	border: none;
	border-bottom: 1px solid #aaa;
}
table.bw td {
    word-break: break-all;
    word-wrap: break-word;
}
caption {
    display: none;
}