@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;
	}
}

h2 {
	width: 860px;
	height: 65px;
	line-height: 65px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	background-image: url(../images/bg-ttl.png);
	background-repeat: no-repeat;
}
@media all and (-ms-high-contrast:none) {
	h2 span {
	padding-top: 5px;
	display: inline-block;
	}
}
p.comment {
	font-size: 20px;
	text-align: center;
	margin: 50px 0 60px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
table {
	clear: both;
	border-collapse: collapse;
	width: 100%;
}
table th,
table td {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* overview */
table.overview {
	margin-bottom: 80px;
}
table.overview tr:first-child,
table.overview tr:nth-child(5) {
	border-top: 1px solid #cccccc;
}
table.overview th {
	vertical-align: middle;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	width: 175px;
	font-weight: bold;
}
table.overview td {
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	text-align: left;
	width: 295px;
	line-height: 1.5;
}
table.overview td.kara {
	width: 20px;
	border: none;
}
table.overview td.attention {
	width: 778px;
}

/* summary */
p.tochecklist {
 font-size: 15px;
	margin-bottom: 15px;
}
table.summary {
	margin-bottom: 70px;
}
table.summary{
	table-layout: fixed;
	word-wrap: break-word;
}
table.summary tr th:nth-of-type(1) {
	width: 285px;
}
table.summary tr th:nth-of-type(2) {
	width: 470px;
}
table.summary th {
	vertical-align: middle;
	background: #ffffff;
	font-weight: bold;
}
table.summary .ttl {
	padding-top: 0;
	vertical-align: bottom;
	text-align: left;
}
table.summary .ttl2 {
	padding: 0;
	vertical-align: bottom;
}
table.summary td {
	border-top: 1px solid #cccccc;
	vertical-align: top;
}
table td.center {
	font-weight: bold;
	text-align: center;
}
table.summary tr:nth-child(2n+1) {
	background: rgba(0, 173, 222, 0.05);
}
table.summary tr:last-child {
	border-bottom: 1px solid #cccccc;
}

/* signaturearea */
.signaturearea {
	width: 800px;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
}
.signature {
	width: 280px;
	position: absolute;
	top: 15px;
	right: 0;
	text-align: left;
}
.signature p {
	font-size: 14px;
	line-height: 1.4;
}
.signature img {
	margin-top: -10px;
}

/* 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 */
div.sitemap     { margin: 40px; }
h1.sitemap span {
	width: 100%;
	left: 20%;
}
div.sitemap ul  { padding: 20px; }
ul { list-style-type: disc; }

.mt20 { margin-top: 20px; }
.mb20 { margin-bottom: 20px;}
.red  { color: red; }
.download {
	border: 1px solid #276baa;
	padding: 15px;
}
.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; }