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


/*-----------------------------------------------
  font
-----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/* font-family: "Noto Sans JP", sans-serif; */


/*-----------------------------------------------
  rank
-----------------------------------------------*/
#rank {
font-size: 16px;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
color: #000;
padding: 4% 0;
}
#rank h1 {
font-size: 1.35em;;
font-weight: 700;
line-height: 1.5;
text-align: center;
color: #00A5A5;
}
#rank table {
width: 100%;
margin-top: 4%;
line-height: 1.35;
}
#rank th,
#rank td {
padding: 0.5em;
font-weight: 400;
text-align: center;
vertical-align: middle;
border: 1px solid rgba(0,165,165,0.5);
}
#rank thead th {
background: rgba(0,165,165,0.15);
}
#rank thead th:first-child, 
#rank tbody th:first-child {
border-left: 0;
}
#rank thead th:last-child,
#rank tbody td:last-child {
border-right: 0;
}
#rank sup {
position: relative;
top: -0.25em;
font-size: 0.75em;
font-weight: 700;
}
#rank .name {
text-align: justify;
}
#rank .note {
margin-top: 4%;
padding: 0 4%;
}
#rank .note li {
margin: 0.35em 0;
padding-left: 3em;
text-indent: -3em;
font-size: 0.875em;
line-height: 1.5;
text-align: justify;
}
@media screen and (max-width: 767px) {
	#rank h1 {
	font-size: 1em;;
	}
	#rank table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	font-size: 0.875em;
	}
	#rank .note li {
	font-size: 0.75em;
	}
}

