@charset "UTF-8";
h1.sub{
  clear: both;
  font-size:20px!important;
  line-height: 1.5!important;
  color:#333!important;
  background:#f2f2f2!important;
  font-weight:bold!important;
  padding: 20px 20px 20px 20px!important;
  margin: 40px 0 15px 0!important;
  box-shadow: 6px 6px #d9d9d9!important;
  border: none!important;
}
h2.sub{
clear: both;
font-size:20px!important;
color:#333!important;
font-weight:bold!important;
padding: 20px 20px 20px 20px!important;
margin: 40px 0 15px 0!important;
background: rgb(238, 238, 238)!important;
border-left: solid 5px #023893!important;
}
h3.sub{
clear: both;
font-size:16px!important;
color: #FFFFFF !important;
background: #023893!important;
font-weight:bold!important;
padding: 15px 20px 15px 20px!important;
margin: 40px 0 15px 0!important;
border: none!important;
}
h4.sub{
  clear: both;
  font-size:16px!important;
  color: #797979 !important;
  font-weight:bold!important;
  margin: 20px 0 10px 0!important;
  padding:0 0 4px!important;
  border-bottom:1px dotted #ccc!important;
}
/*table{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
  	margin:0.5em 0;
    width: 100%;
}
thead th {
padding: 12px 5px;
text-align: center;
background: #f2f2f2;
border: 1px solid #CCCCCC;
}
tbody th {
padding: 12px 5px;
text-align: left;
background: #f2f2f2;
border: 1px solid #CCCCCC;
}
td {
padding: 12px 5px;
text-align: left;
vertical-align: top;
background: #FFF;
 border: 1px solid #CCCCCC;
}
*/

a.tab{
  display:block;
  float: left;
  color: #FFFFFF !important;
  background-color: #996699;
  font-weight:bold;
  padding: 5px 2px 5px 5px;
  margin: 5px 5px 2px 2px; 
  border: medium solid #000000;
}
span.tab{
  display:block;
  float: left;
  color: #996699 !important;
  background-color: #FFFFFF;
  font-weight:bold;
  padding: 5px 2px 5px 5px;
  margin: 5px 5px 2px 2px; 
  border: medium solid #000000;
}

@media screen and (min-width: 768px) {
.layout-team-header .team-nav li.tnav07 {
    display: inline-block;
    margin: 0 1% 0;
    text-align: center;
    vertical-align: top;
  }
}
.team-nav-inner{
/*width:720px!important;*/
}

@media screen and (max-width:768px){
h1.sub{
  clear: both;
  font-size:16px!important;
  line-height: 1.3!important;
  color:#333!important;
  background:#f2f2f2!important;
  font-weight:bold!important;
  padding: 15px 20px 15px 20px!important;
  margin: 40px 0 15px 0!important;
  box-shadow: 6px 6px #d9d9d9!important;
  border: none!important;
}
h2.sub{
clear: both;
font-size:16px!important;
line-height: 1.3!important;
color:#333!important;
font-weight:bold!important;
padding: 15px 20px 15px 20px!important;
margin: 40px 0 15px 0!important;
background: rgb(238, 238, 238)!important;
border-left: solid 5px #023893!important;
}
h3.sub{
clear: both;
font-size:16px!important;
color: #FFFFFF !important;
background: #023893!important;
font-weight:bold!important;
padding: 12px 20px 12px 20px!important;
margin: 40px 0 15px 0!important;
border: none!important;
}
h4.sub{
  clear: both;
  font-size:16px!important;
  color: #797979 !important;
  font-weight:bold!important;
  margin: 40px 0 15px 0!important;
  padding:0 0 15px!important;
  border-bottom:1px dotted #ccc!important;
}
}

/* additional edited from JUL 2019 below */

ul.list-ast > li:before{
	content:"※";
	display: table-cell;
  color: #cc3333;
}

ul.list-ast > li{
	display: table-row;
}

ul.list-ast{
	list-style:none;
	display: table;
  margin-bottom:30px;
}

ul.list-check > li {
  position: relative;
  margin-left: 2em;
}
ul.list-check li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.list-star {
  border: 4px solid #57c7b3;
  background: #fff;
  padding: 2rem;
}

ul.list-star li {
  position: relative;
  padding-left: 1.6rem;
  margin-top: 2rem;
  line-height: 1.8rem;
}

ul.list-star li:first-child {
  margin-top: 0;
}

ul.list-star li:before {
  content: "★";
  position: absolute;
  color: #e0c60b;
  font-size: 1.4rem;
  left: 0;
}

ol.list-parentheses{
  list-style-position:outside;
  padding:0 0 0 2em;
  margin:0;
}
 
ol.list-parentheses > li{
  display: table-row;
  list-style-type:none;
  counter-increment: cnt;
}
ol.list-parentheses > li:before{
  display: table-cell;
  content: "(" counter(cnt) ") ";
}

ol.list-circled {
  counter-reset: counter-reset;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list-circled > li {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
ol.list-circled > li:before {
  content: counter(counter-reset);
  counter-increment: counter-reset;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.375rem;
  width: 1.375rem;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

ol.list-brackets li {
	list-style-type: none;
	counter-increment: cnt;
}

ol.list-brackets li::before {
	content: "(" counter(cnt) ") ";
}

dl.list-ol{
  counter-reset: count 0;
}

dl.list-ol>dt::before{
  counter-increment: count;
  content:counter(count)".";
}

dl.list-ol>dd{
  margin-left: 1em;
}

.news-article .second-body a[target="_blank"]:after, .link-wrap440 a[target="_blank"]:after{
font-family: 'Font Awesome 5 Free';
content: '\f35d';
font-size: 0.9em;
margin: 0px 3px;
font-weight: 900;
}

.news-article .second-body a.ank-no-icon[target="_blank"]:after, .link-wrap440 a.ank-no-icon[target="_blank"]:after{
content: none;
}

.news-article .second-body a.pdf:after {
font-family: 'Font Awesome 5 Free';
content: '\f1c1';
font-size: 0.9em;
margin: 0px 3px;
font-weight: 900;
}

a.arrow:before {
font-family: 'Font Awesome 5 Free';
content: '\f105';
font-size: 0.9em;
margin: 0px 3px;
font-weight: 900;
}

a.blank:after {
font-family: 'Font Awesome 5 Free';
content: '\f35d';
font-size: 0.9em;
margin: 0px 3px;
font-weight: 900;
}

.mgn-3{
margin:0.75rem;
}

.mt0{
margin-top: 0 !important;
}


.filter {
 background: #000;
}
 
.filter-img {
 display: block;
 opacity: .6;
}

.marker9{
background:linear-gradient(transparent 75%, #ffdd57 75%);
font-weight:bold; 
}

table th.nowrap{
white-space: nowrap;
}

#bulma table .is-valign-baseline{
  vertical-align: baseline;
}

ul.ex-toc li{
    background-color: #3273dc;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    /*height: 2em;*/
    padding: .5rem .75rem;
    justify-content: center;
    line-height: 1.5;
    /*white-space: nowrap;*/
    margin-bottom:.5rem;
}
ul.ex-toc li:not(:last-child){
  margin-right: .5rem;
}

ul.ex-toc li a{
    font-size: .75rem;
}

ul.ex-toc li a>span.ex-toc-text{
    color: #fff;
}

div#extoc_list{
  height: 0;
}

div#extoc_list + ul.ex-toc li{
    background-color:unset;
    list-style: none;
    align-items: center;
    border-radius: 0;
    display: list-item;
    /*height: 3em;*/
    padding-left: .75em;
    padding-right: .75em;
    /*white-space: nowrap;*/
    margin-bottom:.25rem;
}

div#extoc_list + ul.ex-toc li a{
    font-size: 1rem;
}

div#extoc_list + ul.ex-toc li a>span.ex-toc-text{
    color:#4a4a4a;
    line-height: 1.5;
}

section:first-child p.pagetop{
   display: none;
}

.layout-second .second-body #bulma .section{
padding: 3rem 0rem !important;
}

@media screen and (max-width:768px){
  table.table,
  table.table th,
  table.table td{
    font-size: 14px;
  }
/*  .layout-side .component-block ul{
    display: flex;
    flex-wrap: wrap;
  }
  .layout-side .component-block ul li {
    width: 48%;
    padding: 1%;
  }
*/
  dl.columns dt.column,
  dl.columns dd.column{
    padding:0 0.75rem;
  }
  dl.columns{
    margin-bottom: .5rem;
  }
}

.embed-container {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

body#page_fanclub_pages02 #js-subpage-title-deco,
body#page_fanclub_pages #js-subpage-title-deco{
display:none;
}
/**/

/* anker panel */
#bulma input[name="nav-tab"], .tab-panel, .nav-tab,
.nav-tab:target ~ .tab-content > #content-mito { display: none; }

#bulma .nav-tab:target ~ .tabs a[href="#mito"]{
  background:none;
  border-color: #dbdbdb;
  color:#4a4a4a;
}

#bulma .tabs li a[href="#mito"],
#bulma #mito:target ~ .tabs li a[href="#mito"],
#hitachi:target ~ .tabs li a[href="#hitachi"],
#tsukuba:target ~ .tabs li a[href="#tsukuba"],
#kamisu:target ~ .tabs li a[href="#kamisu"]{
    background-color: #023893;
    color: #fff;
    z-index: 1;
}

<!--
#bulma .nav-tab:target ~ .tabs a[href="#mito"]:hover{
    background-color: whitesmoke;
    border-color: #b5b5b5;
    z-index: 2;
}-->

.tab-content > #content-mito,
#mito:target ~ .tab-content > #content-mito,
#hitachi:target ~ .tab-content > #content-hitachi,
#tsukuba:target ~ .tab-content > #content-tsukuba,
#kamisu:target ~ .tab-content > #content-kamisu {
  display: block;
}

/**/

/* standard panel */
.tab_panel{
    display:none !important;
}

.tab_panel.is-show{
    display:block;
}

/* accordion */
.accordion-header{
cursor:pointer;
}

.accordion-content{
display: none;
}


/* new template */
.heading-h2{
    clear: both;
    font-size: 20px!important;
    color: #262626!important;
    font-weight: bold!important;
    padding: 16px 20px 16px 20px!important;
    margin: 40px 0 15px 0!important;
    background: #eeeeee!important;
    border-left: solid 5px #023893!important;
    line-height:1.35em !important;
}

.heading-h3{
    margin-bottom: 15px !important;
    padding: 4px 10px 10px 3px !important;
    color: #262626 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height:1.35em !important;
}

.heading-h3:after{
    display: block !important;
    content: " ";
    height: 5px;
    margin-left: -3px !important;
    border-left: 150px solid #023893 !important;
    background-color: #ee8a01 !important;
    font-size: 1px !important;
    box-sizing: inherit !important;
    position: relative;
    bottom: -10px;
}

.heading-h4 {
margin-bottom: 15px !important;
padding: 4px 10px 10px 3px !important;
color: #262626 !important;
font-size: 17px !important;
font-weight: bold !important;
line-height: 1.25em !important;
border-bottom:3px double #023893;
}

.link-wrap440{
    width:80%;
    max-width:440px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    background: #023893;
    font-size: 16px;
}

.link-wrap440:hover{
    opacity:0.7;
    cursor: pointer;
}

.link440{
    color: #FFF !important;
    padding: 15px;
    display:block;
}

.link-rev-wrap440{
    width:80%;
    max-width:440px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    border: 4px solid #023893;
    font-size: 16px;
    font-weight: bold;
}

.rev-link440:hover {
    color: #fff;
    background: #023893;
}

.rev-link440{
    background: #fff;
    color: #023893;
    padding: 12px;
    display:block;
    font-weight: bold;
}

table.youth-table td{
  padding:0 10px 0 0 !important;
  border: 0 !important;
}

table.news-table tr th{
  padding: 10px;
  background-color: #F0F0F0;
  border: 1px solid #e0e0e0;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
}

table.news-table tr td{
  padding: 10px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}


/* game gallery */
.game_gallery{
columns: 3;
padding:0 15px;
}

.game_gallery li {
    margin-bottom: 20px;
}

.game_gallery img{
  width:100%;
  height:auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .game_gallery{
  columns: 1;
  } 
}

.game_gallery ul{
  margin:0;
  padding: 0;
  list-style: none;
}

.game_gallery a{
  color: #333;
}

.game_gallery a:hover,
.game_gallery a:active{
  text-decoration: none;
}

/*画像を出現させるアニメーションCSS*/

.flipLeft{
animation-name: flipLeft;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity: 0;
}

@keyframes flipLeft{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* キッズパス リストデザイン */
ol.kidspass-list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
  margin-left: 15px;
}
ol.kidspass-list li{
  position:relative;
  padding: 0 0 0 30px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:20px !important;
  line-height: 36px;
  color: #434343!important;
}
ol.kidspass-list li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height:28px;
  background: #023893;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 2023-24 club robots */
.cr-p {
  padding:0 12px 12px 12px;
  margin-bottom:0 !important;
}


/**/

.cke_editable .c-heading--lv1 { color: #023893; line-height: 1.2; }
.cke_editable .c-heading--lv2 { border-bottom: 2px solid #023893; line-height: 1.4; }
.cke_editable .c-heading--lv3 { background-color: #023893; color: #fff; line-height: 1.4; padding: 5px 10px;}
.cke_editable .c-heading--lv4 { border-left: 4px solid #023893; color: #023893; line-height: 1.4; padding: 3px 0 3px 10px;margin-bottom:20px;}

.terms-block{ width:100%;height:360px;overflow: auto;}