@charset "utf-8";
/* CSS Document */

/*===================================================================
athletes
===================================================================*/
/* mv */
.athlete-contents-head dl {
  background: rgba(0, 0, 0, 0) url("/t-sports/common/img/member/mv_bg.png") repeat scroll left center;
  float: right;
}
.athlete-contents-head dt {
  font-weight: bold;
}
.athlete-contents-head span {
  color: #0b7cc3;
  display: block;
}
.athlete-contents-head dd {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
/*　SCHEDULE / RESULTS NEWS / EVENT */
.contents-area h2 {
  letter-spacing: 2px;
}
.schedule-contents {
  background-color: #dedede;
}
.schedule-results-cont h2 {
  color: #1c1c1c;
}
.news-event-contents {
  background-color: #535353;
}
.news-event-wap .news-event-cont h2.ttl {
  color: #fff;
}
/* profile */
.profile-tbl {
  border-left: solid 1px #0b7cc3;
  border-top: solid 1px #0b7cc3;
  width: 100%;
}
.profile-tbl tbody {
}
.profile-tbl tr {
}
.profile-tbl th {
  border-right: solid 1px #0b7cc3;
  border-bottom: solid 1px #0b7cc3;
  color: #0b7cc3;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.profile-tbl td {
  border-right: solid 1px #0b7cc3;
  border-bottom: solid 1px #0b7cc3;
}

.acc_cont .profile-tbl {
  border-top: 0;
}

.acc_btn {
  background: #303030;
  cursor: pointer;
  text-align: center;
}
.acc_btn span::before {
  content:"▼";
  color: #0b7cc3;
}
.acc_btn span::after {
  content:"OPEN";
  color: #fff;
}
.acc_btn.active span::before {
  content:"▲";
  color: #0b7cc3;
}
.acc_btn.active span::after {
  content:"CLOSE";
  color: #fff;
}
.acc_cont {
  display: none;
}
.lst_type01 {
  margin-left: 1.5em;
}
.lst_type01 li {
    list-style-type: disc;
    /*border-bottom: 1px #666 dashed;*/
    padding: 15px 0 0 0;
}
td ul.lst_type01 dl {
}
td ul.lst_type01 dl dt {
  display: inline-block;
  vertical-align: top;
}
td ul.lst_type01 dl dd {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.profile-tbl a {
  color: #0b7cc3;  
}

@media screen and (max-width: 767px) {
  /* mv */
  .athlete-contents-head {
  }
  .athlete-contents-head .athlete-mv img {
    width: 100%;
  }
  .athlete-contents-head .switch {
  }
  .athlete-contents-head dl {
    margin-top: -32%;
    padding: 4% 0 4% 7%;
    position: relative;
    width: 80%;
  }
  .athlete-contents-head dt {
    font-size: 38px;
    margin-bottom: 2%;
  }
  .athlete-contents-head span {
    font-size: 13px
  }
  .athlete-contents-head dd {
    font-size: 14px;
    padding: 5%;
  }



  /*　SCHEDULE / RESULTS NEWS / EVENT */
  .contents-area h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-top: 30px;
    text-align: left;
  }
  /* profile */
  .profile-tbl {
    font-size: 13px;
  }
  .profile-tbl tbody {
    font-size: 13px;
  }

  .profile-tbl th {
    padding: 2%;
    width: 25%;
  }
  .profile-tbl td {
    padding: 2%;
  }
  .acc_cont .profile-tbl {
    margin-bottom: 15px;
  }

  .acc_btn {
    padding: 10px;
  }
  .acc_btn span::before {
    font-size: 12px;
    position: relative;
    top: -2px;
  }
  .acc_btn span::after {
    font-size: 18px;
  }
  .acc_btn {
    margin-top: 15px;
  }
  .inline_b {
    display: inline-block;
  }


}

@media screen and (min-width: 768px) and  (max-width: 1000px) {
  .athlete-contents-head dt {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .athlete-contents-head span {
    font-size: 20px;
    font-weight: normal;
    margin-top: 19px;
  }
  .athlete-contents-head dd {
    font-size: 16px;
    padding: 2%;
  }
}
@media screen and (min-width: 1001px) {
  .athlete-contents-head dt {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .athlete-contents-head span {
    font-size: 23px;
    font-weight: normal;
    margin-top: 19px;
  }
  .athlete-contents-head dd {
    font-size: 20px;
    padding: 3%;
  }
}


@media screen and (min-width: 768px) {
  /* mv */
  .athlete-contents-head .athlete-mv img {
    width: 100%;
  }
  .athlete-contents-head dl {
    float: right;
    margin-top: -32%;
    min-width: 44%;
    padding: 3% 0 3% 4%;
    position: relative;
  }
  /* profile */

  .profile-tbl tbody {
    font-size: 16px;
  }

  .profile-tbl th {
    font-weight: bold;
    padding: 10px;
    width: 20%;
  }
  .profile-tbl td {
    padding: 10px;
  }
  .acc_cont .profile-tbl {
    margin-bottom: 15px;
  }

  .acc_btn {
    padding: 15px;
  }
  .acc_btn span::before {
    font-size: 12px;
    position: relative;
    top: -2px;
  }
  .acc_btn span::after {
    font-size: 20px;
  }
  .acc_btn {
    margin-top: 40px;
  }

  .inline_b {
    display: inline-block;
    font-weight: bold;
  }
  /*　SCHEDULE / RESULTS NEWS / EVENT */
  .contents-area h2.ttl {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .news-event-cont ul li {
    display: inline-block;
    float: none;
  }
}


/*===================================================================
  2017/11/20 add
===================================================================*/
.video-cont {
  max-width: 992px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.video-cont .movie-area {
  width: 100%;
  position: relative;
  padding-top: 56.27%;
  padding-top: calc(480 / 853 * 100%);
}
.video-cont .movie-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .video-cont {
    padding-bottom: 50px;
  }
  .video-cont h2 {
    padding-top: 0;
  }
}