.hide {
  display: none;
}
.tmplate {
  display: none;
}


/* aiueoTable
-----------------------------------------------*/
.aiueoTable,
.aiueoTable td {
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.aiueoTable td.gry {
  background: #f2f2f2;
}
.aiueoTable td.gry > a {
  pointer-events:none;
}


/* main
-----------------------------------------------*/
#main {
  padding: 0;
  margin-top: 0;
}
#main h1 {
  border: none;
}
#main + section {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  #main {
    display: flex;
    align-items: center;
    font-size: 0;
  }
  #main::before {
    display: block;
    content: "";
    background: url("/image/jagr/img_side_01.jpg") no-repeat;
    width: 78px;
    height: 74px;
    background-size: cover;
    margin-right: 10px;
  }
  #main h1 {
    width: calc(100% - 88px);
    padding-bottom: 0;
    font-size: 26px;
  }
  #main h1 span {
    font-size: 14px;
    margin-top: 8px;
  }
  #main + section {
    margin-top: 20px;
  }
}


/* container
-----------------------------------------------*/
#container {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 60px;
  max-width: 1350px;
  padding: 0 40px;
}
@media only screen and (max-width:1300px) {
  #container {
    display: block;
    margin-top: 20px;
    padding: 0 40px 140px;
  }
}
@media only screen and (max-width:767px) {
  #container {
    display: block;
    padding: 0 20px 60px;
    margin-top: 20px;
  }
}


/* contents
-----------------------------------------------*/
#contents {
  overflow: hidden;
  width: calc(100% - 350px);
  padding: 0 0 0 100px;
}
#contentsInner {
  max-width: 920px;
  margin: 0 auto;
}
@media only screen and (max-width:1300px) {
  #contents {
    overflow: hidden;
    width: 100% !important;
    padding: 0;
  }
}


/* section
-----------------------------------------------*/
section p {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width:767px) {
  section p {
    font-size: 14px;
    line-height: 1.8;
  }
}


/* ranking
-----------------------------------------------*/
#ranking {
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}
#ranking .women,
#ranking .men {
  width: 440px;
  overflow-x: auto;
  white-space: nowrap;
}
#ranking .men {
  margin-right: 40px;
}
#ranking .women h2,
#ranking .men h2 {
  font-size: 28px;
  position: relative;
  margin-bottom: 20px;
}
#ranking .women h2 span,
#ranking .men h2 span {
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: normal;
}
#ranking .btn {
  max-width: 250px;
  margin: 30px auto;
}
#ranking .btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #333;
  border-radius: 45px;
}
#ranking .btn a span {
  position: relative;
  padding-right: 25px;
  font-size: 16px;
  line-height: 45px;
}
#ranking .btn a span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg)translateY(-50%);
  margin-top: -1px;
}
#ranking .btn a span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 15px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
#ranking .note li {
  font-size: 12px;
  line-height: 1.75;
}
@media only screen and (max-width:1300px) {
  #ranking .women h2 span,
  #ranking .men h2 span {
    display: block;
    position: relative;
    text-align: right;
  }
}
@media only screen and (max-width:1000px) {
  #ranking {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  #ranking .women,
  #ranking .men {
    width: 100%;
  }
  #ranking .men {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:767px) {
  #ranking .women h2,
  #ranking .men h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #ranking .note li {
    font-size: 12px;
    line-height: 1.75;
  }
  #ranking .btn {
    margin: 20px auto;
  }
  #ranking .women h2 span,
  #ranking .men h2 span {
    display: unset;
    position: absolute;
  }
}


/* tableArea
-----------------------------------------------*/
.tableArea th {
  background: #333;
  color: #fff;
  padding: 10px 10px;
}
.tableArea td,
.tableArea th {
  text-align: center;
}
.tableArea tr {
  cursor: pointer;
}
.tableArea tr td {
  border-bottom: #ccc 1px solid;
}
.tableArea td:first-child {
  font-weight: bold;
}
.tableArea tr:nth-child(even) td {
  background: #f2f2f2;
}
.tableArea td:nth-child(3) {
  text-align: left;
}
#ranking .men .tableArea tr:hover td,
#ranking .men .tableArea tr:nth-child(even):hover td,
#ranking.men .tableArea tr:hover td {
  background: #3D80DF !important;
}
#ranking .men .tableArea tr:hover td a,
#ranking .men .tableArea tr:nth-child(even):hover td a {
  color: #FFFFFF !important;
  font-weight: normal;
}
#ranking .women .tableArea tr:hover td,
#ranking .women .tableArea tr:nth-child(even):hover td,
#ranking.women .tableArea tr:hover td {
  background: #df3d3d !important;
}
#ranking .women .tableArea tr:hover td a,
#ranking .women .tableArea tr:nth-child(even):hover td a {
  color: #FFFFFF;
  font-weight: normal;
}
#ranking tr:hover {
  color: #fff;
}
.tableArea tr td a {
  padding: 20px 10px;
  display: block;
}
.tableArea tr:hover td a:hover {
  opacity: 1;
}
.tableArea {
  overflow-x: auto;
  white-space: nowrap;
}
@media only screen and (max-width:767px) {
  .tableArea th {
    background: #333;
    color: #fff;
    padding: 10px 5px;
  }
  .tableArea td, .tableArea th {
    text-align: center;
  }
  .tableArea tr {
    cursor: pointer;
  }
  .tableArea tr td {
    border-bottom: #ccc 1px solid;
  }
  .tableArea td:first-child {
    font-weight: bold;
  }
  .tableArea tr:nth-child(even) td {
    background: #f2f2f2;
  }
  .tableArea td:nth-child(3) {
    text-align: left;
  }
  #ranking .men .tableArea tr:hover td,
  #ranking .men .tableArea tr:nth-child(even):hover td {
    background: #3D80DF !important;
  }
  #ranking .men .tableArea tr:hover td a,
  #ranking .men .tableArea tr:nth-child(even):hover td a {
    color: #FFFFFF !important;
    font-weight: normal;
  }
  #ranking .women .tableArea tr:hover td,
  #ranking .women .tableArea tr:nth-child(even):hover td {
    background: #df3d3d !important;
  }
  #ranking .women .tableArea tr:hover td a,
  #ranking .women .tableArea tr:nth-child(even):hover td a {
    color: #FFFFFF;
    font-weight: normal;
  }
  .tableArea tr td a {
    padding: 20px 10px;
    display: block;
  }
  .tableArea tr:hover td a:hover {
    opacity: 1;
  }
  #ranking table td {
    white-space: nowrap
  }
  #ranking h2 {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }
}


/* bnrArea
-----------------------------------------------*/
#bnrArea {
  display: none;
}


/* side
-----------------------------------------------*/
#side {
  width: 250px;
  padding: 0;
}
#side .img {
  text-align: center;
}
#side h2 {
  text-align: center;
  font-size: 18px;
  margin: 40px auto 20px;
}
#side h3 {
  position: relative;
  padding-left: 25px;
  margin: 30px auto 15px;
}
#side h3::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/image/jagr/icon_search.svg")no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#side .tab {
  border-bottom: 2px solid #333;
  padding: 0 20px;
}
#side input[name="tab_item"] {
  display: none;
}
#side .tabs {
  text-align: center;
}
#side .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border-top: 2px solid #333;
}
#side #men:checked ~ #men_content,
#side #women:checked ~ #women_content {
  display: block;
}
#side .tab_item {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  max-width: 110px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
#side input:checked + .tab_item {
  background: #333;
  color: #fff;
}
#side .search {
  padding: 0 20px;
  text-align: left;
}
#side .aiueo td {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
#side .selectBtn {
  background: #f2f2f2;
  width: 100%;
  position: relative;
}
#side .selectBtn form {
  margin: 0;
}
#side .selectBtn::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(135deg);
  pointer-events: none;
}
#side .selectArea select {
  background: #f2f2f2;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  padding: 15px 25px 15px 15px;
  width: 100%;
  cursor: pointer;
}
#side .age li {
  margin-bottom: 2px;
}
#side .age li a,
#side .rank a {
  display: block;
  background: #f2f2f2;
  padding: 12px 15px;
  width: 100%;
  position: relative;
  font-weight: bold;
}
#side .age li a::before,
#side .rank a::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(45deg);
}
#side .note {
  font-size: 12px;
  margin-top: 10px;
}
#side .rank {
  margin-top: 30px;
}
#side .list {
  margin-top: 45px;
}
#side .list li {
  border-top: 1px #333 solid;
}
#side .list li:last-child {
  border-bottom: 1px #333 solid;
}
#side .list li a {
  position: relative;
  padding: 20px 10px;
  display: block;
  font-weight: bold;
}
#side .list li a::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#side .list li.link a::before {
  background: url("/image/common/icon_link.svg")no-repeat;
}
#side .list li.dl a::before {
  background: url("/image/common/icon_DL.svg")no-repeat;
}
@media only screen and (max-width:1300px) {
  #side {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
    border-top: 1px solid #ccc;
    padding-top: 60px;
  }
  #side .img {
    display: none;
  }
  #side h2 {
    margin: 0 auto 20px;
  }
  #side .aiueoTable {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width:767px) {
  #side {
    padding-top: 40px;
  }
  #side h2 {
    font-size: 18px;
    margin: 0 auto 15px;
  }
  #side h3 {
    margin: 20px auto 10px;
  }
  #side .rank {
    margin-top: 20px;
  }
  #side .list {
    margin-top: 30px;
  }
  #side .list li a {
    padding: 15px 10px;
  }
  #side .selectArea select {
    font-size: 14px;
  }
}


/* searchBtn
-----------------------------------------------*/
#searchBtn {
  display: none;
}
@media only screen and (max-width:767px) {
  #searchBtn {
    display: block;
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    max-width: 70px;
    width: 100%;
  }
}


/* modal
-----------------------------------------------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  margin-top: 20px;
  width: 90%;
  padding: 20px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  overflow: auto;
  max-height: 500px;
  background-color: #fff;
  border-radius: 10px;
}
.closeModal {
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
}
.closeModal span {
  font-size: 0;
  position: relative;
  width: 50px;
  height: 50px;
}
.closeModal span::before,
.closeModal span::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
}
.closeModal span::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeModal span::after {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
#openModal {
  background: #333;
  border-radius: 6px;
  width: 70px;
  height: 70px;
}
#openModal span {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  position: relative;
  padding-top: 25px;
  display: block;
}
#openModal span::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/image/common/icon_search.svg")no-repeat;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.modalWrapper h2 {
  text-align: center;
  font-size: 18px;
  margin: 40px auto 20px;
}
.modalWrapper h3 {
  position: relative;
  padding-left: 25px;
  margin: 30px auto 15px;
}
.modalWrapper h3::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/image/jagr/icon_search.svg")no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.modalWrapper input[name="modal_tab_item"] {
  display: none;
}
.modalWrapper .tabs {
  text-align: center;
  padding-bottom: 40px;
}
.modalWrapper .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  border-top: 2px solid #333;
}
.modalWrapper #modal_men:checked ~ #modal_men_content, .modalWrapper #modal_women:checked ~ #modal_women_content {
  display: block;
}
.modalWrapper .modal_tab_item {
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  max-width: 110px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.modalWrapper input:checked + .modal_tab_item {
  background: #333;
  color: #fff;
}
.modalWrapper .search {
  padding: 0 20px;
  text-align: left;
}
.modalWrapper .aiueo td {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.modalWrapper .selectBtn {
  background: #f2f2f2;
  padding: 12px 15px;
  width: 100%;
  position: relative;
}
.modalWrapper .selectBtn::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(135deg);
}
.modalWrapper #selectbox {
  background: #f2f2f2;
  font-weight: bold;
}
.modalWrapper .age li {
  margin-bottom: 2px;
}
.modalWrapper .age li a,
.modalWrapper .rank a {
  display: block;
  background: #f2f2f2;
  padding: 12px 15px;
  width: 100%;
  position: relative;
  font-weight: bold;
}
.modalWrapper .age li a::before,
.modalWrapper .rank a::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 15px;
  top: 16px;
  transform: rotate(45deg);
}
.modalWrapper .note {
  font-size: 12px;
  margin-top: 10px;
}
.modalWrapper .rank {
  margin-top: 30px;
}
.modalWrapper .list {
  margin-top: 45px;
}
.modalWrapper .list li {
  border-top: 1px #333 solid;
}
.modalWrapper .list li:last-child {
  border-bottom: 1px #333 solid;
}
.modalWrapper .list li a {
  position: relative;
  padding: 20px 10px;
  display: block;
  font-weight: bold;
}
.modalWrapper .list li a::before {
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.modalWrapper .list li.link a::before {
  background: url("/image/common/icon_link.svg")no-repeat;
}
.modalWrapper .list li.dl a::before {
  background: url("/image/common/icon_DL.svg")no-repeat;
}


/*------------------------------------------------------------
	table
------------------------------------------------------------*/
table {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  padding: 10px 10px;
  font-size: 14px;
}
table th {
  white-space: nowrap;
  font-weight: bold;
  border-left: 1px solid #ccc;
  background: #333;
  color: #fff;
}
table td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table td:first-child {
  border-left: none;
}
.col2 {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  table th,
  table td {
    padding: 12px 5px;
    font-size: 13px;
  }
}


/*------------------------------------------------------------
	modal
------------------------------------------------------------*/
.modal {
  -webkit-backface-visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.modal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 103;
  line-height: 1;
  cursor: pointer;
}
.modal .close span {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.modal .close span::before,
.modal .close span::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px;
}
.modal .close span::before {
  transform: rotate(-45deg);
}
.modal .close span::after {
  transform: rotate(45deg);
}
.modal .modalInner {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  padding: 40px 40px 40px 40px;
  overflow-y: scroll;
}
.modal .modalInner::-webkit-scrollbar {
  display: none;
}
.modal .modalInner::before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}
.modal .modalDetail {
  display: inline-block;
  z-index: 101;
  position: relative;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}
.modal .modalDetail .over {
  position: relative;
  max-width: 900px;
  padding: 50px;
  font-size: 10px;
}
.modal .modalDetail .over table th,
.modal .modalDetail .over table td {
  font-size: 10px;
  text-align: center;
}
.modalDetail .over table td:nth-child(2) {
  text-align: left;
  min-width: 160px;
}
.modal .modalDetail .historyBox td {
  word-break: auto-phrase;
}
.modal .modalDetail .ttl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: flex-end;
}
.modal .modalDetail .ttl .name .last_name,
.modal .modalDetail .ttl .name .first_name {
  font-size: 18px;
  font-weight: bold;
}
.modal .modalDetail .ttl .name p + p {
  font-size: 14px;
  font-weight: normal;
}
.modal .modalDetail .ttl .prof p {
  font-size: 12px;
  color: #003d7e;
}
.modal .modalDetail .ttl .prof p + p {
  color: #333;
}
.modal .modalDetail .box {
  display: flex;
  margin-top: 30px;
}
.modal .modalDetail .box .img {
  width: 40%;
  max-width: 320px;
  margin: 0 auto;
}
.modal .modalDetail .box .img img {
  width: 100%;
}
.modal .modalDetail .box .txt {
  padding-left: 50px;
  width: 60%;
}
.modal .modalDetail .box .txt p {
  font-size: 14px;
  line-height: 2;
  word-break: break-all;
}
.modal .modalDetail .box .txt p:not(:first-child) {
  margin-top: 20px;
}
.modal .term_out td {
  background: #a9a9a9 !important;
}
.modal .staticdata {}
.modal .tableArea tr.staticdata.gry td {
  background: #f2f2f2;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .modal::before {
    height: 65px;
  }
  .modal .modalInner {
    padding: 65px 20px 40px 20px;
  }
  .modal .close {
    right: 15px;
    top: 15px;
  }
  .modal .modalDetail .box {
    display: block;
  }
  .modal .modalInner {
    padding: 20px;
  }
  .modal .modalDetail .over {
    padding: 50px 20px 20px;
  }
  .modal .modalDetail .box {
    margin-top: 20px;
  }
  .modal .modalDetail .ttl {
    display: block;
  }
  .modal .modalDetail .ttl .prof {
    margin-top: 10px;
  }
  .modal .modalDetail .ttl .prof p {
    display: inline-block;
    padding-right: 20px;
  }
  .modal .modalDetail .box .img {
    width: 100%;
    max-width: 240px;
  }
  .modal .modalDetail .box .txt {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .modal table th,
  .modal table td {
    padding: 5px 10px;
  }
}


/*------------------------------------------------------------
	pagination
------------------------------------------------------------*/
.from_to {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li:first-child span,
.pagination li:last-child span {
  display: none;
}
.pagination li span,
.pagination li a {
  display: block;
  color: #333;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 14px;
  border: #ccc 1px solid;
  transition: background .4s;
  margin: 6px 3px 0;
}
.pagination li span {
  color: #fff;
  background: #333;
  border: #333 1px solid;
  font-weight: bold;
}
.pagination li a:hover {
  background: #f2f2f2;
}
.pagination li.prev a,
.pagination li.next a {
  width: 70px;
}
.pagination li.prev a {
  margin-left: 0;
}
.pagination li.next a {
  margin-right: 0;
}
.pagination li.prev a::after {
  content: "前へ";
}
.pagination li.next a::before {
  content: "次へ";
}
.pagination li.next a::after,
.pagination li.prev a::before {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.pagination li.next a::after {
  transform: rotate(45deg);
  margin-left: 3px;
}
.pagination li.prev a::before {
  transform: rotate(-135deg);
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .pagination li.prev a,
  .pagination li.next a {
    width: 60px;
  }
}