/*-----------------------------------------------------------------------------------
	PUMA CUP U-17 in SAKAI
	About: A shiny new Blocs website.
	Author: cortechne
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-container {
    overflow: hidden;
}

a,
button {
    transition: background .3s ease-in-out;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.page-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
    animation-name: preloader-fade;
    animation-delay: 2s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.preloader-complete {
    animation-delay: 0.1s;
}

@keyframes preloader-fade {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}

.bloc-lg {
    padding: 100px 20px;
}

.bloc-md {
    padding: 50px 20px;
}

.bloc-sm {
    padding: 20px;
}

.d-bloc .card,
.l-bloc {
    color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover,
.l-bloc button:hover {
    color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
    border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
    border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
    color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3);
}

.voffset {
    margin-top: 30px;
}

.navbar-dark .nav .dropdown-menu .nav-link {
    color: rgb(64, 64, 64);
}

.sticky-nav.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .2s ease-out;
}

.dropdown-menu .dropdown-menu {
    border: none
}

@media (min-width:576px) {
    .navbar-expand-sm .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        position: absolute;
        left: 100%;
        top: -7px
    }

    .navbar-expand-sm .dropdown-menu .submenu-left {
        right: 100%;
        left: auto
    }
}

@media (min-width:768px) {
    .navbar-expand-md .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        border: 1px solid rgba(0, 0, 0, .15);
        position: absolute;
        left: 100%;
        top: -7px
    }

    .navbar-expand-md .dropdown-menu .submenu-left {
        right: 100%;
        left: auto
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        position: absolute;
        left: 100%;
        top: -7px
    }

    .navbar-expand-lg .dropdown-menu .submenu-left {
        right: 100%;
        left: auto
    }
}

.mg-sm {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-d,
.btn-d:hover,
.btn-d:focus {
    color: #FFF;
    background: rgba(0, 0, 0, .3);
}

button {
    outline: none !important;
}

.a-block {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.text-center .a-block {
    text-align: center;
}

.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
    border-radius: 0;
}

.card-rd {
    border-radius: 30px;
}

.card-rd .card-header {
    border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
    border-radius: 0 0 29px 29px;
}

.scrollToTop {
    width: 36px;
    height: 36px;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.showScrollTop {
    opacity: 1;
    pointer-events: all;
}

.scroll-to-top-btn-icon {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    fill-rule: evenodd;
    stroke-linecap: round;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
    font-family: "Helvetica";
}

.container {
    max-width: 1140px;
}

.link-style {
    font-family: "Lato";
    font-weight: 900;
    font-size: 24px;
}

.primary-btn {
    font-weight: 600;
    font-family: "Open Sans";
}

.btn-style {
    font-weight: bold;
}

.h2-style {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 24px;
    color: #000000 !important;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-style: solid;
    padding-left: 12px;
    border-width: 0px 0px 5px 0px;
}

.link-new-col {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.link-new-text-link-style {
    font-size: 20px;
    color: #000000 !important;
    font-family: "Open Sans";
    text-align: center;
    font-weight: 600;
    padding-bottom: 8px;
    margin: 30px 50px;
    min-width: 100px;
}

.link-0-style {
    width: 10.35%;
}

img {
  max-width: 100%;
}

.img-style {
    width: 320px;
    height: 320px;
}

.img-1-style {
    width: 320px;
    height: 320px;
}

.img-bloc-9-style {
    width: 320px;
}

.img-2-style {
    width: 320px;
}

.liquid-flex {
    flex-direction: row-reverse;
}

.h3-style {
    font-family: "Lato";
    font-weight: 900;
    margin-bottom: 20px;
}

.h1-style {
    font-size: 32px;
    font-weight: bold;
}

.h1-予選リーグ-style {
    font-size: 32px;
    font-weight: bold;
}

.h1-個人ランキング-style {
    font-size: 32px;
    font-weight: bold;
}

.img-8-style {
    width: 153px;
}

.img-stri-style {
    width: 214px;
}

.heading-container {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.navbar-brand img {
    width: 80px;
}

.img-16481733337-style {
    width: 159px;
}

.p-style {
    font-size: 14px;
    padding-top: 12px;
}

.bgc-black {
    background-color: #000000;
}

.bgc-white {
    background-color: #FFFFFF;
}

.tc-black {
    color: #000000 !important;
}

.ltc-white {
    color: #FFFFFF !important;
}

.ltc-white:hover {
    color: #cccccc !important;
}

@media (min-width: 576px) {
    .bloc-xxl-sm {
        padding: 200px 20px;
    }

    .bloc-xl-sm {
        padding: 150px 20px;
    }

    .bloc-lg-sm {
        padding: 100px 20px;
    }

    .bloc-md-sm {
        padding: 50px 20px;
    }

    .bloc-sm-sm {
        padding: 20px;
    }

    .bloc-no-padding-sm {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .bloc-xxl-md {
        padding: 200px 20px;
    }

    .bloc-xl-md {
        padding: 150px 20px;
    }

    .bloc-lg-md {
        padding: 100px 20px;
    }

    .bloc-md-md {
        padding: 50px 20px;
    }

    .bloc-sm-md {
        padding: 20px 20px;
    }

    .bloc-no-padding-md {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .bloc-xxl-lg {
        padding: 200px 20px;
    }

    .bloc-xl-lg {
        padding: 150px 20px;
    }

    .bloc-lg-lg {
        padding: 100px 20px;
    }

    .bloc-md-lg {
        padding: 50px 20px;
    }

    .bloc-sm-lg {
        padding: 20px;
    }

    .bloc-no-padding-lg {
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {

    .bloc.full-width-bloc,
    .bloc-tile-2.full-width-bloc .container,
    .bloc-tile-3.full-width-bloc .container,
    .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }

    .bloc-group,
    .bloc-group .bloc {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {

    .bloc-tile-2 .container,
    .bloc-tile-3 .container,
    .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }
}

@media (max-width: 991px) {
    .link-new-col {
        justify-content: center;
    }
    .link-new-text-link-style {
        width: 25%;
    }

    .mt-md-0 {}

    .mt-md-4 {}
}

@media (max-width: 767px) {
    .nonpad {
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width: 575px) {
    .link-style {
        font-size: 16px;
    }

    .link-new-text-link-style {
        width: 100%;
        margin: 30px 0px;
    }

    .img-style {
        height: 270px;
        margin-bottom: 20px;
    }

    .navbar-brand img {
        width: 50px;
    }

    .nopadd {
        padding: 0px 0px 0px 0px;
    }

    .navbar-brand img {
        width: 30px;
    }
}
.table-hover tbody tr:hover{
    color:#212529;
    background-color:rgba(26, 40, 123, 0.025)
}
#overview .table li {
    list-style:none;
    padding-bottom: 0.5em;
}
#overview .table ul {
    padding-left: 0;
}
#overview .table th {
    min-width: 120px;
}
#overview .table td {
    max-width: 70%;
}

@media (max-width: 767px) {

    #overview table tbody tr {
    display: flex;
    flex-wrap: wrap;
    }
    #overview table tbody tr td, 
    #overview table tbody tr th {
    /* 30em < 100% -> 負の数 -> 無効 */
    /* 30em > 100% -> 正の数 */
    flex-basis: calc((50em - 100%) * 999);
    /* flex-basisが負の場合に幅を戻す */
    flex-grow: 1;
    }
    #overview table tbody tr th {
        background-color: #333333;
        color: #fff;
    }
    #overview table tbody tr td {
        padding-bottom: 3rem;
    }

    #overview .table th {
        min-width:80px;
        padding: .75rem .75rem .75rem 0
    }
    #overview .table td {
        max-width: none;
        padding-bottom: 3rem;
    }
    .in__table {
        max-width: 300px;
    }
}
.btn-outline-dark:hover {
    color: #fff !important;
}

.top__image {
    width: 100%;
    height: auto;
}
.top__image img {
    width: 100%;
    height: 100%;
}
.nav-item {
    max-width: 200px;
}
.navbar-expand-md .navbar-collapse {
    flex-direction: column;
}

@media (max-width: 767px) {
    .block__twitter .container {
        padding: 0 24px;
    }
    .block__twitter {
        padding-top: 50px;
    }
    .nav-item {
        max-width: none;
    }
}



@media (max-width: 767px) {
    .watch_pc {
        display: none;
    }
}
@media (min-width: 768px) {
    .watch_sp {
        display: none;
    }
}
.txFix {
    display: inline-block;
}

/* 大会概要 */
.overview-wrapper > .overview-unit:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .overview-wrapper > .overview-unit:not(:first-of-type) {
    margin-top: 72px;
  }
}
.overview-wrapper h2 {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .overview-wrapper h2 {
    width: 100%;
  }
}
.overview-wrapper > .overview-table {
  width: 750px;
  margin: 10px auto 80px;
}
@media screen and (max-width: 1199px) {
  .overview-wrapper > .overview-table {
    margin: 10px auto 80px;
  }
}
.overview-wrapper > .overview-table.-flat {
  margin: 26px auto 80px;
}
.overview-wrapper > .overview-table.-flat th {
  text-align: left;
  padding-top: 8px;
  padding-left: 10px;
}
.overview-wrapper > .overview-table.-flat td {
  text-align: left;
  padding-left: 18px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .overview-wrapper > .overview-table {
    width: 100%;
  }
}
.overview-wrapper > .note {
  display: block;
  margin-top: 2.5em;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}

.overview-unit > .picture {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 72px;
  padding-top: 34%;
}
@media screen and (max-width: 1199px) {
  .overview-unit > .picture {
    margin-bottom: 64px;
    padding-top: 44%;
  }
}
.overview-unit > .picture > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.overview-unit > .heading {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-style: italic;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .overview-unit > .heading {
    font-size: 2.4rem;
  }
}
.overview-unit > .heading > .en {
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
}
.overview-unit > .heading > .small {
  display: block;
  font-size: 0.7rem;
}
.overview-unit > .logo {
  width: 160px;
  margin: 32px auto;
}
.overview-unit > .text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .overview-unit > .text {
    text-align: left;
  }
}
.overview-unit > .text a.link {
  display: block;
}
.overview-unit > .text + .heading {
  margin-top: 60px;
}
.overview-unit > .text + .text {
  margin-top: 1.5em;
}
.overview-unit > .text > .highlight {
  color: #de0900;
  font-weight: 700;
  font-size: 1.2em;
}
.overview-unit > .text > .bold {
  font-weight: 700;
}
.overview-unit > .text > .link {
  text-decoration: underline;
}
.overview-unit > .text > .link:hover {
  text-decoration: none;
}

.overview-table {
  background-color: #ffffff;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
.overview-table > .caption {
  margin-bottom: 1.3em;
  font-weight: 700;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .overview-table > .caption {
    font-size: 2.4rem;
  }
}
.overview-table > .tbody > .row:not(:first-of-type) {
  border-top: solid 2px #f4f3f3;
}
.overview-table > .tbody > .row > .header {
  width: 200px;
  padding: 0.6em 8px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .overview-table > .tbody > .row > .header {
    width: 80px;
    padding: 0.6em 4px;
    font-size: 1.5rem;
  }
}
.overview-table > .tbody > .row > .data {
  padding: 0.6em 24px;
  border-left: solid 2px #f4f3f3;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .overview-table > .tbody > .row > .data {
    padding: 0.6em 12px;
  }
}
.overview-table > .tbody > .row > .data.-big {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .overview-table > .tbody > .row > .data.-big {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.overview-table > .tbody > .row > .data > .text + .text {
  margin-top: 0.6em;
}
.overview-table > .tbody > .row > .data > .text > .note {
  font-size: 1.2rem;
  line-height: 1.4;
}
.overview-table > .tbody > .row > .data > .text > .strong {
  font-weight: 700;
}
.overview-table > .tbody > .row > .data > .listText {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table > .tbody > .row > .data > .listText.-wide {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.overview-table > .tbody > .row > .data > .listText + .listText, .overview-table > .tbody > .row > .data > .listText .Second_listText, .overview-table > .tbody > .row > .data > .listText .Tecond_listText {
  margin-top: 0.6em;
}
.overview-table > .tbody > .row > .data > .Second_listText {
  padding-left: 3.4em;
  text-indent: -1.7em;
}
.overview-table > .tbody > .row > .data > .Second_listText + .listText, .overview-table > .tbody > .row > .data > .Second_listText .Second_listText, .overview-table > .tbody > .row > .data > .Second_listText .Tecond_listText {
  margin-top: 0.6em;
}
.overview-table > .tbody > .row > .data > .Third_listText {
  padding-left: 4.4em;
  text-indent: -1.2em;
}
.overview-table > .tbody > .row > .data > .Third_listText + .listText, .overview-table > .tbody > .row > .data > .Third_listText .Second_listText, .overview-table > .tbody > .row > .data > .Third_listText .Tecond_listText {
  margin-top: 0.6em;
}
.overview-table > .tbody > .row > .data > ul {
  padding-left: 2rem;
}
.overview-table > .tbody > .row > .data > ul li {
  list-style: square;
}
.overview-table > .tbody > .row > .data > a img {
    width: 100%;
    padding: 5px 0;
}

.overview-table > .tbody table th, .overview-table > .tbody table td {
  border: 1px solid #fff;
  padding: 2px 6px;
}
.overview-table > .tbody table th {
  background: #333333;
  color: #fff;
}
.overview-table > .tbody .pointUp {
  color: #ee3790;
}

/* チーム 一覧 */
.team-list-wrapper .team-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 55px 40px;
  padding: 0 3%;
}
.team-list-wrapper .team-list a {
  text-decoration: none;
}
.team-list-wrapper .team-list .item {
  display: flex;
  height: 100%;
  min-width: 220px;
  min-height: 72px;
  align-items: center;
  justify-content: left;
  background: #ffffff;
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
}
.team-list-wrapper .team-list .item .name {
  padding: 10px 5px;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 1.0px;
  color: #333333;
}
.team-list-wrapper .team-list .item img{
  margin: 10px;
  max-height: 80px;
  max-width: 70px;
}

.team-list-wrapper .team-list .item .desc{
  font-size: 0.8rem;
}

.contents_container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 56px;
}
@media screen and (max-width: 1199px) {
  .contents_container {
    width: 96%;
    margin-top: 27px;
  }
}
.contents_container a {
  color: #d5a500;
  text-decoration: underline;
}

.contents_container a.link {
  color: #333333;
  text-decoration: underline;
}


/* チーム 詳細 */
.team-detail-wrapper {
  max-width: 750px;
  margin: 0 auto;
}
.team-detail-wrapper .team-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.team-detail-wrapper .team-detail-header .area {
  display: inline-block;
  padding: 3px 15px;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.team-detail-wrapper .team-detail-header .name {
  padding-bottom: 2px;
  margin-bottom: 4px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .team-detail-wrapper .team-detail-header .name {
    font-size: 2.8rem;
  }
}
.team-detail-wrapper .team-detail-header .site {
  display: inline-block;
  padding-left: 32px;
  background-image: url(../img/common/icon-link.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  text-decoration: underline;
}
.team-detail-wrapper .team-detail-header .site:hover {
  text-decoration: none;
}
.team-detail-wrapper .team-detail-header .emblem {
  width: -moz-fit-content;
  width: fit-content;
  max-height: 150px;
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .team-detail-wrapper .team-detail-header .emblem {
    display: none;
  }
}
.team-detail-wrapper .team-detail-header .emblem img {
  max-height: 130px;
}
.team-detail-wrapper .team-detail-body .picture {
  margin-bottom: 30px;
}
.team-detail-wrapper .team-detail-body .team-data {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.team-detail-wrapper .team-detail-body .team-data .heading {
  padding: 1px 0 2px 8px;
  margin-bottom: 10px;
  border-left: 4px solid #000;
  font-size: 2.6rem;
  font-family: "Oswald", sans-serif;
  font-style: italic;
}
.team-detail-wrapper .team-detail-body .team-data.-record .heading {
  font-family: initial;
  font-style: initial;
}
.team-detail-wrapper .team-detail-body .team-data.-record .note {
  min-height: 120px;
  padding: 15px 15px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #fff;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles > table {
  text-align: center;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles > table tr:first-child th {
  background: #000;
  color: #fff;
  border: 1px solid #ffffff;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles > table tr:not(:first-child) th {
  background: #dfdfdf;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles > table th, .team-detail-wrapper .team-detail-body .team-data .table-styles > table td {
  min-width: 120px;
  padding: 2px;
  border: 1px solid #000;
}
@media screen and (max-width: 1199px) {
  .team-detail-wrapper .team-detail-body .team-data .table-styles > table th, .team-detail-wrapper .team-detail-body .team-data .table-styles > table td {
    min-width: initial;
    padding: 2px 7px;
    font-size: 1.4rem;
  }
}
.team-detail-wrapper .team-detail-body .team-data .table-styles > table td {
  background: #fff;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-uniform tr:not(:first-child) th {
  background: #000;
  color: #fff;
  border: 1px solid #ffffff;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-uniform th + td, .team-detail-wrapper .team-detail-body .team-data .table-styles.-uniform td:first-child {
  background: #dfdfdf;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-player th, .team-detail-wrapper .team-detail-body .team-data .table-styles.-player td {
  min-width: 50px;
}
@media screen and (max-width: 1199px) {
  .team-detail-wrapper .team-detail-body .team-data .table-styles.-player th, .team-detail-wrapper .team-detail-body .team-data .table-styles.-player td {
    min-width: initial;
    padding: 2px 7px;
    font-size: 1.4rem;
  }
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-player .num {
  width: 10%;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-player .name {
  width: 25%;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-player .number {
  width: 10%;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-player .position {
  width: 15%;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-player .grade {
  width: 10%;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles.-player .pastteam {
  width: 30%;
}
.team-detail-wrapper .team-detail-body .team-data .table-styles ._left {
  text-align: left;
}



			.share_button {
				font-size: 16px;
				display: inline-block;
				margin: 5px 0;
				padding: 8px 24px;
				border-radius: 8px;
				color: #fff;
				background-color: #333;
				border: none;
				text-decoration: none;
				transition: 0.4s;
			}
			a.share_button {
				color: #fff;
			}
			.share_button:hover {
				opacity: 0.7;
			}
			.share_twitter {
				background-color: #1da1f2;
			}
			.share_facebook {
				background-color: #1877f2;
			}
			.share_line {
				background-color: #00b900;
			}
			.share_hatena {
				background-color: #5279e7;
			}
			.share_pdf {
				background-color: #ee4056;
			}

			/* url copy */
			.share_copy {
				display: inline-flex;
				justify-content: center;
				align-items: center;
				gap: 8px;
				cursor: pointer;
			}
			.share_copy_svg {
				fill: #fff;
			}