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

/* breadcrumb
-----------------------------------------------*/
#breadcrumb{
  padding: 20px 40px;
}
#breadcrumb a{
  text-decoration: underline;
}
#breadcrumb li{
  padding-right: 20px;
  position: relative;
  display: inline-block;
}
#breadcrumb li:last-child::before{
  display: none;
}
#breadcrumb li::before{
  position: absolute;
  display: block;
  content: ">";
  top: 50%;
  right: 5px;
  transform: translateY(-50%); 
}
@media only screen and (max-width:767px) {
  #breadcrumb{
    padding: 10px;
  }
  #breadcrumb li{
    font-size: 12px;
  }
  #breadcrumb li:last-child::before{
    display: none;
  }
}


/* container
-----------------------------------------------*/
#main {
  max-width: 1050px;
}
#container {
  display: flex;
  max-width: 1080px;
  margin: 60px auto 0;
  padding: 0 60px;
}
#container #contents {
  width: calc(100%);
  margin: 0 auto;
}
@media only screen and (max-width:1300px) {
  #container {
    display: block;
    max-width: 1050px;
  }
  #container #contents {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  #container {
    margin: 40px auto 0;
    padding: 0 20px;
  }
}

/*
/* ttl
-----------------------------------------------*/
#ttl .inner {
  padding-bottom: 0;
}
#ttl h2 {
  font-size: 46px;
  margin: 0;
  text-align: left;
}
#ttl h2 span {
  font-size: 16px;
  margin-left: 20px;
  display: inline-block;
}
#ttl h3 {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
}
#ttl h3 span {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  right: 0;
}
@media only screen and (max-width:767px) {
  #ttl h2 {
    font-size: 24px;
  }
  #ttl h2 span {
    font-size: 20px;
    margin-left: 20px;
  }
  #ttl h3 {
    font-size: 14px;
    margin: 5px 0 10px;
  }
  #ttl h3 span {
    position: relative;
    display: block;
    margin-top: 20px;
  }
}
/* prof
-----------------------------------------------*/
#prof {
  margin-top: 0;
}
#prof .inner {
  display: flex;
}
#prof .inner .img {
  width: 47.31%;
  max-width: 440px;
  margin: 0 auto;
}
#prof .inner .img img {
  width: 100%;
}
#prof .inner .txt {
  width: 52.69%;
  padding-left: 40px;
}
#prof th, 
#prof td {
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: left;
}
#prof th {
  background: rgba(242,242,242,0.5);
  white-space: nowrap;
}
#prof th br {
  display: none;
}
#prof td {
  width: 100%;
}
#prof > p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width:1024px) {
  #prof th br {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  #prof .inner {
    flex-wrap: wrap;
  }
  #prof .inner .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #prof .inner .txt {
    width: 100%;
    padding-left: 0;
  }
  #prof th, 
  #prof td {
    padding: 10px;
    font-size: 13px;
  }
  #prof th br {
    display: none;
  }
  #prof > p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
  }
}
/* content
-----------------------------------------------*/
#content h2 {
  font-size: 22px;
  position: relative;
  margin-top: 60px;
}
#content h2 span {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 0;
}
#content h2 + p {
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  height: 0;
  position: relative;
  top: -20px;
}
#content table {
  margin-top: 20px;
  background: transparent;
}
#content tr:not(:first-child) {
  border-bottom: 1px solid #ccc;
}
#content th,
#content tr:first-child td {
  background: #333;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
#content th,
#content td {
  border: none;
  padding: 15px 20px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
}
#content th:first-child,
#content td:first-child {
  padding-left: 40px;
}
#content th:last-child,
#content td:last-child {
  padding-right: 40px;
}
#content td:nth-child(2),
#content td:nth-child(3) {
  text-align: left;
  white-space: normal;
}
#content td:last-child {
  white-space: normal;
}
#content tr:nth-child(odd) {
  background: rgba(242,242,242,0.5);
}
#content td img {
  min-width: 26px;
}
#content h2 {
  text-align: left;
}
#content table + p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  #content h2 {
    font-size: 18px;
  }
  #content h2 span {
    display: block;
    position: static;
    margin-top: 5px;
  }
  #content h2 + p {
    height: auto;
    top: 0;
    text-align: left;
    margin-top: 5px;
  }
  #content th {
    background: #333;
    color: #fff;
  }
  #content th,
  #content td {
    padding: 10px 10px;
  font-size: 12px;
  }
  #content th:first-child,
  #content td:first-child {
    padding-left: 15px;
  }
  #content th:last-child,
  #content td:last-child {
    padding-right: 15px;
  }
  #content td:nth-child(2) {
    text-align: left;
  }
  #content tr:nth-child(odd) {
    background: rgba(242,242,242,0.5);
  }
  #content table + p {
    font-size: 18px;
    margin-top: 30px;
  }
}




/* section
-----------------------------------------------*/
section:not(:first-child) {
  margin-top: 120px;
}
section h2 {
  text-align: center;
}
section h2 strong {
  display: block;
  font-size: 48px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
section h2 span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
section .btn {
  max-width: 250px;
  margin: 40px auto 0;
}
section .btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #002e70;
  border-radius: 45px;
}
section .btn a span {
  position: relative;
  padding-right: 25px;
  font-size: 16px;
  line-height: 45px;
}
section .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;
}
section .btn a span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 15px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
@media only screen and (max-width:767px) {
  section:not(:first-child) {
    margin-top: 60px;
  }
  section h2 strong {
    font-size: 36px;
  }
  section h2 span {
    margin-top: 8px;
  }
  section .btn {
    margin: 30px auto 0;
  }
}


/* ranking
-----------------------------------------------*/
#ranking {
}
#ranking .inner {
  max-width: 1080px;
  margin: 0 auto;
}
#ranking .list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#ranking .list .col {
  width: calc(50% - 30px);
}
#ranking .list .rank1 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#ranking .list .rank1 .img {
  width: 200px;
}
#ranking .list .rank1 .txt {
  padding-left: 40px;
}
#ranking .list .rank1 .txt .rank {
  color: #d3b67d;
  font-family: 'Noto Sans JP', sans-serif;
}
#ranking .list .rank1 .txt .rank span {
  font-size: 36px;
  line-height: 1;
}
#ranking .list .rank1 .txt .rank span strong {
  font-size: 80px;
  line-height: 1;
}
#ranking .list .rank1 .txt .name {
  font-size: 24px;
}
#ranking .list .rank1 .txt .age span {
  font-size: 14px;
}
#ranking .list .rank1 .txt .age span:first-child::after {
  content: " | ";
}
#ranking .list .rank1 .txt .point {
  font-size: 42px;
  font-family: 'Noto Sans JP', sans-serif;
}
#ranking .list .rank1 .txt .point span {
  font-size: 28px;
}
#ranking .list table {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}
#ranking .list table tr {
  border-top: 1px solid #ccc;
}
#ranking .list table td {
  padding: 20px 5px;
  font-weight: bold;
}
#ranking .list table .rank {
  padding-left: 0;
}
#ranking .list table .rank span {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
#ranking .list table .name {
  font-size: 18px;
}
#ranking .list table .age span {
  font-size: 13px;
}
#ranking .list table .age span :first-child::after {
  content: " | ";
}
#ranking .list table .point {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  padding-right: 0;
}
@media only screen and (max-width:1023px) {
  #ranking .list {
    display: block;
  }
  #ranking .list .col {
    width: 100%;
  }
  #ranking .list .col:not(:first-child) {
    margin-top: 60px;
  }
}
@media only screen and (max-width:767px) {
  #ranking {
  }
  #ranking .list {
    margin-top: 20px;
  }
  #ranking .list .col:not(:first-child) {
    margin-top: 40px;
  }
  #ranking .list .rank1 .img {
    width: 120px;
  }
  #ranking .list .rank1 .txt {
    padding-left: 20px;
  }
  #ranking .list .rank1 .txt .rank span {
    font-size: 28px;
  }
  #ranking .list .rank1 .txt .rank span strong {
    font-size: 60px;
  }
  #ranking .list .rank1 .txt .name {
    font-size: 20px;
  }
  #ranking .list .rank1 .txt .age span {
    font-size: 13px;
  }
  #ranking .list .rank1 .txt .point {
    font-size: 30px;
  }
  #ranking .list .rank1 .txt .point span {
    font-size: 20px;
  }
  #ranking .list table {
    margin-top: 20px;
  }
  #ranking .list table td {
    padding: 15px 5px;
  }
  #ranking .list table .rank span {
    font-size: 13px;
    padding: 2px 3px;
  }
  #ranking .list table .name {
    font-size: 16px;
  }
  #ranking .list table .age span {
    display: block;
    font-size: 12px;
  }
  #ranking .list table .age span :first-child::after {
    display: none;
  }
  #ranking .list table .point {
    font-size: 14px;
  }
}

#search .inner {
  max-width: 770px;
  margin: 0 auto;
}
#search .searchBox {
  margin-top: 40px;
}
#search h3 {
  font-size: 32px;
}
#search input {
  background: #e6e6e6;
  height: 70px;
  width: 100%;
  font-size: 22px;
  border-radius: 4px;
  margin-top: 15px;
  padding: 0 20px;
}
#search button {
  max-width: 250px;
  margin: 20px auto 0;
  width: 100%;
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #002e70;
  border-radius: 45px;
  height: 45px;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  #search .searchBox {
    margin-top: 20px;
  }
  #search h3 {
    font-size: 22px;
  }
  #search input {
    height: 45px;
    padding: 0 15px;
  margin-top: 10px;
  }
}

#player_list {
  margin-top: 100px;
  margin: 60px auto 0;
  padding-bottom: 120px;
}
#player_list ul li {
  margin-top: 40px;
}
#player_list ul li.tmplate {
  display: none;
}
#player_list ul li.tmplate,
#player_list ul li.tmplate + li {
  margin-top: 0;
}
#player_list ul li {
  display: flex;
}
#player_list ul li .imgBox {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
#player_list ul li .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#player_list ul li .textBox {
  width: calc(100% - 100px);
  padding-left: 30px;
}
#player_list ul li .textBox .nameBox {
  font-size: 14px;
}
#player_list ul li .textBox .nameBox span {
  display: inline-block;
}
#player_list ul li .textBox .nameBox .name{
  margin-right: 15px;
  font-size: 18px;
}
#player_list ul li .textBox .nameBox .name a {
  color: #002e70;
  font-weight: bold;
  text-decoration: underline;
  opacity: 1;
}
#player_list ul li .textBox .nameBox .name a:hover {
  text-decoration: none;
}
#player_list ul li .textBox .customfBox {
  margin-top: 8px;
  font-size: 14px;
}
#player_list ul li .textBox .customfBox strong {
  margin-right: 10px;
}
#player_list ul li .textBox .customfBox span {
  font-weight: normal;
}
@media only screen and (max-width:767px) {
  #player_list {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  #player_list ul li {
    margin-top: 30px;
  }
  #player_list ul li .imgBox {
    width: 80px;
    height: 80px;
  }
  #player_list ul li .textBox {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
  #player_list ul li .textBox .nameBox .name{
    margin-right: 10px;
  }
  #player_list ul li .textBox .nameBox {
    font-size: 12px;
  }
  #player_list ul li .textBox .nameBox name {
    font-size: 16px;
    margin-right: 10px;
  }
  #player_list ul li .textBox .customfBox {
    margin-top: 5px;
    font-size: 12px;
  }
  #player_list ul li .textBox .customfBox strong {
    display: block;
  }
}


/* formBox
-----------------------------------------------*/
.formBox:not(:first-child){
  margin-top: 60px;
}
.formBox form{
  display: flex;
  justify-content: space-between;
}
.formBox input{
  background: #F7F7F7;
  height: 70px;
  font-size: 24px;
  width: calc(100% - 80px);
  padding: 0 30px;
  border-radius: 4px;
}
.formBox input::placeholder{
  color: #B3B3B3;
}
.formBox button{
  width: 70px;
  height: 70px;
  border-radius: 4px;
  cursor: pointer;
  background: url("/image/common/icon_search.svg") center #002e70 no-repeat;
  background-size: 25px;
}
@media only screen and (max-width:767px) {
  .formBox:not(:first-child){
    margin-top: 30px;
  }
  .formBox input{
    height: 50px;
    font-size: 18px;
    width: calc(100% - 60px);
    padding: 0 20px;
  }
  .formBox input::placeholder{
    color: #B3B3B3;
  }
  .formBox button{
    width: 50px;
    height: 50px;
    background-size: 18px;
  }
}