@charset "UTF-8";
.team-cj .bg-main {
  color: #FFF;
  background: #F0001E !important;
}

.link-wrap {
    text-align: left !important;
}

.layout-second h1,
.layout-second h2,
.layout-second h3,
.layout-second h4 {
  font-weight: bold;
}

.red_circle {
  font-size: 12px;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 15px;
  background-color: #F0001E;
  color: #fff;
  text-align: center;
  margin-bottom: 12px !important;
  display: inline-block;
  height: 28px;
  line-height: 28px !important;
  width: 180px;
}

  .component-sidenav a {
    border: 1px solid #aaa;
  }
  .component-sidenav a:hover {
    background: #aaa;
  }

.hometown {
  background-color: #cfcfcf;
  padding: 10px;
  text-align: center;
}

.yagura {
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
}

.block-youtube .top-youtube ul {
  list-style: none; 
}

.block-youtube .top-youtube ul li {
  width: 31%;
  margin: 1%;
  display: inline-block;
}

.block-youtube .top-youtube ul li iframe {
  max-width: 100%;
}

table.sponsor{
width:100%;
}
table.sponsor td img{
width:100%;
}

table.sponsor td a {
  color: #555 !important;
  text-decoration: underline;
}

table.sponsor td.text {
vertical-align:middle;
}

table.academy td {
  text-align: center;
}

table.academy td.time {
  vertical-align:middle;
  border-left: 1px solid #999;
}

table.cheer td {
  padding: 12px;
  text-align: center;
}

table.tbl01 .cheer th {
  border-left: 1px solid #eee;
  vertical-align: middle;
}

table.tbl01 .cheer th:first-child {
  border-left: none;
}

.sp-custom {
  height: 290px;
  overflow: scroll;
  margin: 70px 0;
}

.sp-custom li {
    margin: 15px 10px;
}

table.fanclub tr th, 
table.fanclub tr td, {
  vertical-align:middle !important;
  text-align: center;
}

.fanclub tbody tr th,
.fanclub tbody tr td{
    text-align: center;
    vertical-align: middle;
}

.ggmap {
position: relative;
padding-bottom: 25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.company tbody tr th {
  vertical-align: middle !important;
}

.history table {
  width: 100%;
  padding: 8px 0;
  border-collapse: separate;
  border-bottom: 1px solid #3e3e3e;
}
.history table.first {
  border-top: 1px solid #3e3e3e;
}
.history table.last {
  margin-bottom: 20px;
}
.history td {
  padding: 4px 0;
}
.history td.year {
  width: 80px;
  font-weight: bold;
  background-color: #f1f1f1;
  text-align: center;
}
.history td.month {
  text-align: center;
  width: 100px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .team-cj .main-visual-inner {
    //padding-bottom: 40px !important;
    padding-bottom: 152px;
  }
  .team-cj .main-visual-inner .main-visual-card-wrap {
    bottom: 103px !important;
  }
  .team-cj .main-visual-inner .main-visual-card.back {
    transform: translate(10px, 10px) !important;
    -webkit-transform: translate(10px, 10px) !important;
  }
  .team-cj .main-visual-inner .bx-controls {
    bottom: -30px !important;
  }
  .block-youtube .top-youtube ul li {
  width: 95%;
  margin: 20px 2.5%;
  display: block;
}
  .youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
}