@charset "UTF-8";

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
i,
ul,
li,
label,
article,
section {

  margin: 0;

  padding: 0;

  border: 0;

  font: inherit;

  font-size: 100%;

  vertical-align: baseline;

}

/** 吉田追加 **/

@media screen and (max-width: 599px) {

  ul#page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
  }

  ul#page_links li {
    width: 100%;
    margin-bottom: 10px;
  }

  ul#page_links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    background: #ededed;
    overflow: hidden;
  }

  ul#page_links li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 12px;
    z-index: 10;
  }

  ul#page_links li a:after {
    content: "";
    width: 30px;
    height: 130px;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 0;
  }
}

/** 吉田追加 **/


/*----------------------------------------------

table

----------------------------------------------*/

.block {

  display: block !important;

}

/*------------------------------------------------

  top

------------------------------------------------*/

#top #header {

  border: none;

  margin-bottom: 0;

}

/*------------------------------------------------

  その他

------------------------------------------------*/

@media screen and (min-width:768px) and (max-width:1024px) {

  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
}

/ **** 2023年5月29日追加 ***** / a.btn-green {
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  background: #00913D;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
}


/** PC イラスト **/

/** 吹き出し **/


ul#page_links {
  margin-top: 0 !important
}

ul#page_links li a:hover {
  background: #FF0000;
}

ul#page_links {
  clear: both;
  margin-top: 0 !important;
}

@media screen and (max-width: 599px) {
  ul#page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
  }
}

.b10 {
  margin-bottom: 10px !important;
}

ul {
  list-style: none;
}



@media screen and (max-width: 599px) {
  ul#page_links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    background: #ededed;
    overflow: hidden;
  }
}

div#wrapper img {
  float: left;
  margin-right: 20px;
}

#contents img {
  margin: 0 auto;
  display: block;
}

.playercard2 img {
  border: 1px solid #c2cad3 !important;
}

.playercard2 img {
  width: 100%;
  float: unset !important;
  margin-right: 0 !important;
  border: 1px solid #ccc;
}

.pro_img {
  border: 1px solid #dfe3e3;
  border-bottom: none;
}

@media screen and (max-width: 599px) {
  img {
    max-width: 100%;
  }
}

ul#page_links li a:hover {
  background: #fff;
  color: #fff;
}

@charset "UTF-8";


/*------------------------------------------------------------------------
 Reset --*/

body,
div,
ul,
li,
h1,
h2,
h3,
input,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img,
a {
  border: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3 {
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}


/*------------------------------------------------------------------------
 Drupal CSS調整 --*/

div[data-block-plugin-id="field_block:node:page:body"].center-aligned-container {
  padding: 0;
  width: auto;
  max-width: 100%;
}

div[data-entity-embed-display="media_image"] {
  display: inline;
}


/*------------------------------------------------------------------------
 Base --*/

html {
  font-size: 62.5%;
}

body * {
  word-break: normal;
}

body {
  color: #000;
  line-height: 1.7em;
  font-feature-settings: "palt";
}


a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}




/*------------------------------------------------------------------------
 Link arrow --*/




/*------------------------------------------------------------------------
 Img --*/

#contents img {
  margin: 0 auto;
  display: block;
}



/*------------------------------------------------------------------------
 Clearfix --*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/*------------------------------------------------------------------------
 Margin --*/

.b10 {
  margin-bottom: 10px !important;
}


/*------------------------------------------------------------------------
共通スタイル --*/

/*------------------------------------------------------------------------

/* Small win ////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 599px) {

  /*#siteFooter{ display: none}
#siteHeader{}*/

  *,
  *:before,
  *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
  }

  body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }

  /*#wrapper{ padding:0 20px;}*/
  #wrapper {
    padding: 0;
  }


  #stage {
    padding: 0 2%;
  }



  /*------------------------------------------------------------------------
 Img --*/




  /*------------------------------------------------------------------------
 Contents --*/

  #contents {
    padding: 0 10px;
  }



  /*--- D01 ---*/
  h1 {
    font-size: 2.2rem;
  }


  /*--- A07 ---*/
  #contents h3 {
    font-size: 1.6rem;
    margin-bottom: 7px;
    margin-top: 14px;
  }


  /*--- D02 ---*/
  ul#page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
  }

  ul#page_links li {
    width: 100%;
    margin-bottom: 10px;
  }

  ul#page_links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    background: #ededed;
    overflow: hidden
  }

  ul#page_links li a:after {
    content: "";
    width: 30px;
    height: 130px;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 0;
  }

  ul#page_links li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 12px;
    z-index: 10
  }

  ul#page_links li a:hover {
    background: #C3002F;
    color: #fff;
  }

  ul#page_links li a:hover:after {
    content: "";
    width: 30px;
    height: 90px;
    background: #e96c8a;
    position: absolute;
    right: 0;
    top: 0;
  }

  ul#page_links li a:hover:before {
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }


  /*--- F00 ---*/
  .unit_img {
    margin-bottom: 28px;
    text-align: center
  }



  /** 吉田追加02 **/
  ul#page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 28px;
  }

  ul#page_links li {
    width: 100%;
    margin-bottom: 10px;
  }

  ul#page_links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    background: #ededed;
    overflow: hidden;
  }

  ul#page_links li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 12px;
    z-index: 10;
  }

  ul#page_links li a:after {
    content: "";
    width: 30px;
    height: 130px;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 0;
  }

  /** /吉田追加02 **/





}



/* Medium-win ////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 600px) and (max-width: 999px) {

  #stage {
    padding: 0 2%;
  }



  /*--- D01 ---*/
  h1 {
    font-size: 2.5rem;
  }




  /*--- A07 ---*/
  #contents h3 {
    font-size: 1.6rem;
    margin-bottom: 14px;
    margin-top: 28px;
  }



  /*--- D02 ---*/
  ul#page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 56px;
  }

  ul#page_links li {
    width: 49%;
    margin-bottom: 10px;
  }

  ul#page_links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    background: #ededed;
    overflow: hidden
  }

  ul#page_links li a:after {
    content: "";
    width: 30px;
    height: 90px;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 0;
  }

  ul#page_links li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 12px;
    z-index: 10
  }

  ul#page_links li a:hover {
    background: #C3002F;
    color: #fff;
  }

  ul#page_links li a:hover:after {
    content: "";
    width: 30px;
    height: 90px;
    background: #e96c8a;
    position: absolute;
    right: 0;
    top: 0;
  }

  ul#page_links li a:hover:before {
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }



  /*--- F00 ---*/
  .unit_img {
    margin-bottom: 28px;
    text-align: center
  }



  /** 吉田追加03 **/
  ul#page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 56px;
  }

  ul#page_links li {
    width: 49%;
    margin-bottom: 10px;
  }

  ul#page_links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    background: #ededed;
    overflow: hidden;
  }

  ul#page_links li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 12px;
    z-index: 10;
  }

  ul#page_links li a:after {
    content: "";
    width: 30px;
    height: 90px;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 0;
  }

  /** 吉田追加03 **/







}









/* Large-win ////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media print,
screen and (min-width: 1000px) {

  /*------------------------------------------------------------------------
 Layout --*/


  div#wrapper {
    /* max-width:980px; */
    margin: 0 auto;
    /* padding-bottom:56px;*/
  }




  #stage {
    width: 980px;
    margin: auto
  }

  #contents {
    width: 980px;
    margin: 0 auto
  }


  /*--- A07 ---*/
  #contents h3 {
    font-size: 1.6rem;
    margin-bottom: 14px;
    margin-top: 28px;
  }

  /*--- B01 ---*/
  p {
    margin-bottom: 14px;
    /*max-width:760px;*/
  }

  /*p:last-child {
    margin-bottom: 28px;
  }*/


  /*--- D02 ---*/
  ul#page_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 56px;
  }

  ul#page_links li {
    width: 49%;
    margin-bottom: 10px;
  }

  ul#page_links li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 40px 5px 10px;
    background: #ededed;
    overflow: hidden
  }

  ul#page_links li a:after {
    content: "";
    width: 30px;
    height: 90px;
    background: #f7f7f7;
    position: absolute;
    right: 0;
    top: 0;
  }

  ul#page_links li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 12px;
    z-index: 10
  }

  ul#page_links li a:hover {
    background: #C3002F;
    color: #fff;
  }

  ul#page_links li a:hover:after {
    content: "";
    width: 30px;
    height: 90px;
    background: #e96c8a;
    position: absolute;
    right: 0;
    top: 0;
  }

  ul#page_links li a:hover:before {
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
  }



  /*--- F00 ---*/
  .unit_img {
    margin-bottom: 28px;
    text-align: center
  }



}




/* Print ////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media print {

  body {
    padding: 0 !important;
  }

  #page_links {
    display: none !important
  }

  #header {
    width: 100%;
    height: 1px !important;
  }

  /*section, .section{page-break-after: always !important;}*/

  p,
  li {
    font-size: 11px !important;
    margin: 0 0 5px 0 !important;
    line-height: 1.5 !important
  }

  main img {
    max-width: 70% !important;
  }

  p,
  section {
    page-break-inside: avoid !important
  }

  #contents h3 {
    margin-top: 12px !important;
    font-size: 16px !important
  }

  main {
    margin: 0 !important
  }

  #container,
  #stage,
  #contents {
    width: 100% !important;
  }

  main li {
    width: 100% !important;
  }

  #container,
  #stage {
    width: 100% !important
  }

  * {
    color: #000 !important;
    font-weight: normal !important
  }

  /*--- IRトップ ---*/
}




/*----- shareボタン -----------------------------*/








@media screen and (min-width:641px) {

  /*--- F00 ---*/
}


@media screen and (max-width:640px) {

  /*--- F00 ---*/


}





  /*----------------------------
  
  2017
  
  ----------------------------*/
  ul#page_links {
    margin-top: 0 !important;
  }



  @media screen and (max-width: 599px) {

    /*----- title -----*/

    /*-----result -----*/

  }

  @media print,
  screen and (min-width: 1000px) {
    #page_links li {
      width: 19% !important;
      font-size: 1.3rem;
    }
  }

  @charset "UTF-8";


  /*
  ===== 1: BASE STYLE ====================================
  */


  html {
    overflow: scroll;
  }

  body {
    font: 13px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif, 'Osaka', arial, helvetica, verdana, clean, sans-serif;
    *font-size: small;
    *font: x-small;
    color: #333;
    line-height: 1.7em;
  }

  /*-- FONT CHANGE --*/
  h2 {
    font-size: 123.1%;
  }

  h1 {
    font-size: 138.5%;
  }


  /*-- Margin --*/


  /*-- WRAPPER --*/
  div#wrapper img {
    float: left;
    margin-right: 20px;
  }

  /*-- / WRAPPER --*/


  /*-- playercard2 --*/

  .playercard2 {
    display: flex;
    flex-wrap: wrap;
  }

  .playercard2 li {
    width: 230px;
    margin-right: 15px;
    margin-top: 20px;
  }

  .playercard2 img {
    width: 100%;
    float: unset !important;
    margin-right: 0 !important;
    border: 1px solid #ccc;
  }

  @media screen and (max-width:640px) {

    .playercard2 {
      justify-content: space-between;
    }

    .playercard2 li {
      width: 45%;
      margin-right: 15px;
    }

    .playercard2 li:nth-child(even) {
      margin-right: 0px;
    }
  }

  .playercard2 img {
    border: 1px solid #c2cad3 !important;
  }

  ul#page_links {
    clear: both;
  }

  .unit_img {
    height: 43px;
  }

  .profile {
    position: relative !important;
  }

  .profile>div {
    border: none !important;
  }

  .pro_img {
    border: 1px solid #dfe3e3;
    border-bottom: none;
  }

  .pro_data {
    padding: 6px 4px 0;
    color: #2F3E51;
  }

  .pro_data li {
    width: 100%;
    margin-top: 4px;
  }

  .pro_data li span.label {
    margin-right: 6px;
    padding: 1px 3px 0px;
    background-color: #b3bcbf;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .pro_data_number {
    font-size: 19px;
    font-weight: bold;
    color: #C3002F;
  }

  .pro_data_name {
    padding-bottom: 3px;
    font-size: 19px;
  }

  .pro_data_name {
    position: relative;
  }

  .pro_data_defense {
    padding-bottom: 5px;
    border-bottom: 1px solid #c2cad3;
  }

  .pro_data_birth {
    margin-top: 7px !important;
  }

  .pro_data_ambition {
    line-height: 1.4;
  }

  .pro_data_ambition .label {
    margin-bottom: 5px;
    display: inline-block;
  }

  .playercard2 li.profile {
    margin: 20px 7.5px 0 !important;
  }

  @media screen and (min-width: 641px) {

    .accordion label,
    .accordion input {
      display: none !important;
    }
  }

  @media screen and (max-width: 640px) {

    .pro_data {
      padding: 0 4px;
    }

    .pro_data_defense {
      border-bottom: none !important;
    }

    .pro_data_name {
      font-size: 13px;
    }

    /* accordion */

    .accordion {
      margin: 3em auto;
      max-width: 60vw;
    }

    .accordion label {
      display: block !important;
    }

    .accordion .toggle {
      display: none;
    }

    .accordion .option {
      position: relative;
      margin-bottom: 1em;
    }

    .accordion .title,
    .accordion .content {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.3s;
    }

    .accordion .title {
      position: relative;
      width: 100%;
      text-align: right;
      display: block;
      color: #333;
      font-weight: bold;
      border: solid 1px #f4f5f7;
    }

    .accordion .title:hover {
      cursor: pointer
    }

    .accordion .option input[type=checkbox]:checked~.title:before {
      transform: rotate(45deg) !important;
    }

    .accordion .option input[type=checkbox]:checked~.title:after {
      transform: translate(5px, 0) rotate(-45deg) !important;
    }

    .accordion .option .title:after {
      transform: translate(7px, 0) rotate(45deg);
    }

    .accordion .option .title:before {
      transform: translate(2px, 0) rotate(-45deg);
    }

    .accordion .option .title:before,
    .accordion .option .title:after {
      content: "";
      position: absolute;
      background-color: #a2b3c9;
      width: 3px;
      height: 9px;
      transition: all 0.25s ease-in-out;
      inset: 0;
      margin: auto;
    }

    .accordion .content {
      max-height: 0;
      overflow: hidden;
    }

    .accordion .toggle:checked+.title+.content {
      max-height: 500px;
      transition: all 1.5s;
    }

    .accordion .toggle:checked+.title::before {
      transform: rotate(90deg) !important;
    }
  }


  @media screen and (min-width: 600px) and (max-width: 999px) {
    ul#page_links {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 56px;
    }

    ul#page_links li {
      width: 49%;
      margin-bottom: 10px;
    }

    ul#page_links li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      padding: 5px 40px 5px 10px;
      background: #ededed;
      overflow: hidden;
    }

    ul#page_links li a:before {
      content: '';
      width: 8px;
      height: 8px;
      border: 0px;
      border-top: solid 1px #999;
      border-right: solid 1px #999;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 35%;
      right: 12px;
      z-index: 10;
    }

    ul#page_links li a:after {
      content: "";
      width: 30px;
      height: 90px;
      background: #f7f7f7;
      position: absolute;
      right: 0;
      top: 0;
    }

  }

  @charset "UTF-8";


  /*
===== 1: BASE STYLE ====================================
*/


  html {
    overflow: scroll;
  }



  /*-- FONT CHANGE --*/

  h2 {
    font-size: 123.1%;
  }

  h1 {
    font-size: 138.5%;
  }


  /*-- Margin --*/


  /*-- WRAPPER --*/
  div#wrapper img {
    float: left;
    margin-right: 20px;
  }

  /*-- / WRAPPER --*/


  /*-- playercard2 --*/

  .playercard2 {
    display: flex;
    flex-wrap: wrap;
  }

  .playercard2 li {
    width: 230px;
    margin-right: 15px;
    margin-top: 20px;
  }

  .playercard2 img {
    width: 100%;
    float: unset !important;
    margin-right: 0 !important;
    border: 1px solid #ccc;
  }

  @media screen and (max-width:640px) {

    .playercard2 {
      justify-content: space-between;
    }

    .playercard2 li {
      width: 45%;
      margin-right: 15px;
    }

    .playercard2 li:nth-child(even) {
      margin-right: 0px;
    }
  }

  
  @media only screen and (min-width: 788px) {
    #gnav>ul {
        margin-left: 350px;
        margin-top: 32px;
    }
  }