@charset "utf-8";
/* ---- PC styles ---- */
/* Sub nav */
ul#subnav {
  width: 960px;
  margin: 40px auto 30px auto;
  overflow: hidden;
}
ul#subnav li {
  width: 480px;
  height: 110px;
}
ul#subnav li:first-of-type {
  float: left;
}
ul#subnav li:last-of-type {
  float: right;
}

/* SP */
@media screen and (max-width: 956px) {
  ul#subnav {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 20px auto;
    overflow: inherit;
  }
  ul#subnav li {
    width: 100%;
    height: auto;
  }
  ul#subnav li:first-of-type {
    float: none;
  }
  ul#subnav li:last-of-type {
    float: none;
  }
}
/* coaches */
p.intro {
  text-align: center;
  margin-bottom: 30px;
}

.box {
  background: url("../common/images/bg_lines.png");
  padding: 20px;
  margin-bottom: 30px;
}
.box .box_content {
  background: #fff;
  padding: 20px;
}
.box .box_content dl {
  display: table;
  margin-bottom: 20px;
}
.box .box_content dl dt {
  display: table-cell;
  width: 320px;
  padding-right: 20px;
}
.box .box_content dl dd {
  display: table-cell;
  width: 535px;
  padding-left: 5px;
  vertical-align: top;
  /*background: url("../common/images/bg_lines.png") 0 217px repeat-x;*/
  position: relative;
  font-size: 1.3rem;
}
.contract .box .box_content dl dd {
  font-size: 1.4rem;
}
.box .box_content dl dd small {
  color: #666666;
  display: block;
  padding: 5px 0 30px 0;
}
.box .box_content dl dd strong {
  display: block;
  font-size: 2.4rem;
  color: #029ed1;
  line-height: 1;
  margin-bottom: 10px;
}
.box .box_content dl dd strong span {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  background: #029ed1;
  margin-right: 10px;
  padding: 5px 7px;
  vertical-align: top;
}
.box .box_content dl dd em {
  color: #029ed1;
  font-style: normal;
}
.box .box_content dl dd ul {
  position: absolute;
  width: 97%;
  bottom: 15px;
}
.box .box_content dl dd ul li {
  display: inline-block;
  width: 50%;
  float: left;
}
.box .box_content dl dd ul li:nth-of-type(2) {
  text-align: right;
}
.box .box_content dl dd ul li a {
  display: inline-block;
  background: url("../common/images/arrow_link.png") 100% 50% no-repeat;
  padding-right: 20px;
  text-decoration: none;
  color: #000;
}
.box .box_content dl dd ul li a:hover {
  color: #029ed1;
}

#coaches .item_list {
  overflow: hidden;
  margin-bottom: 40px;
}
#coaches .item_list dl {
  display: block;
  float: left;
  width: 225px;
  background: #f6f6f6;
  margin-right: 20px;
}
#coaches .item_list dl dt {
  height: 210px;
  box-sizing: border-box;
  padding: 1px;
}
#coaches .item_list dl dd {
  height: 160px;
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
}
#coaches .item_list dl dd h5 {
  font-size: 1.4rem;
  padding: 0 10px;
}
#coaches .item_list dl dd p {
  padding: 0 10px;
}
#coaches .item_list dl dd a {
  position: absolute;
  height: 36px;
  bottom: 0;
}
#coaches .item_list dl:last-of-type {
  margin-right: 0;
}

/* SP coaches */
@media screen and (max-width: 956px) {
  #coaches .wrapper {
    padding: 0;
  }
  .contract .wrapper {
    padding: 0;
  }

  p.intro {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .box .box_content {
    padding: 10px;
  }
  .box .box_content dl {
    display: block;
  }
  .box .box_content dl dt {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .box .box_content dl dd {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0;
    background: none;
  }
  .box .box_content dl dd small {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  .box .box_content dl dd strong {
    display: block;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .contract .box .box_content dl dd strong {
    line-height: 1.2;
    font-size: 1.2em;
    margin-top: 14px;
  }
  .box .box_content dl dd strong span {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    background: #029ed1;
    margin-right: 10px;
    padding: 5px 7px;
    vertical-align: top;
  }
  .box .box_content dl dd em {
    text-align: center;
    display: block;
  }
  .box .box_content dl dd ul {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    padding: 10px 0;
  }
  .box .box_content dl dd ul li {
    display: block;
    padding: 5px 0;
    width: 100%;
    float: none;
  }
  .box .box_content dl dd ul li:nth-of-type(2) {
    text-align: left;
  }

  #coaches .item_list {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0;
  }
  #coaches .item_list dl {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #coaches .item_list dl dt {
    height: auto;
  }
  #coaches .item_list dl dd {
    height: auto;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    position: relative;
  }
  #coaches .item_list dl dd p {
    padding: 10px;
  }
  #coaches .item_list dl dd a {
    position: relative;
    background: #029ed1;
    display: block;
    height: auto;
    text-align: center;
    bottom: auto;
  }
}
#begginers {
  background: url("../common/images/bg_blue.png");
  color: #fff;
  padding: 40px 0;
}

/* SP begginers */
@media screen and (max-width: 956px) {
  #begginers {
    padding: 30px 0 1px 0;
  }
  #begginers .slick-slider {
    padding: 1px;
    background: #fff;
    margin-bottom: 20px;
  }
  #begginers .slick-prev {
    left: 10px;
    background: url(../common/images/arrow_prev.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
  }
  #begginers .slick-next {
    right: 10px;
    background: url(../common/images/arrow_next.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
  }
}
/* Event */
#event {
  padding: 60px 0 40px 0;
}
#event .box {
  width: 960px;
  margin: 0 auto;
}
#event .box .box_content {
  overflow: hidden;
}
#event .box .box_content p:nth-of-type(1) {
  float: right;
  width: 300px;
  margin-left: 40px;
}
#event .box .box_content p:nth-of-type(2) {
  float: left;
}
#event .box .box_content p:nth-of-type(2) strong {
  display: block;
  font-size: 2.4rem;
  color: #029ed1;
  line-height: 1;
  margin-bottom: 30px;
}
#event .box .box_content p:nth-of-type(2) strong span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  background: #029ed1;
  margin-bottom: 10px;
  padding: 5px 7px;
  vertical-align: top;
}
#event .box .box_content h4 {
  clear: left;
  margin-top: 30px;
}
#event .box .box_content ul {
  float: left;
}
#event .box .box_content ul:first-of-type {
  margin-right: 100px;
}
#event .box .box_content ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}

/* SP event */
@media screen and (max-width: 956px) {
  #event {
    padding: 30px 0 20px 0;
  }
  #event .box {
    width: 100%;
    box-sizing: border-box;
  }
  #event .box .box_content {
    overflow: hidden;
  }
  #event .box .box_content p:nth-of-type(1) {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #event .box .box_content p:nth-of-type(2) {
    float: none;
  }
  #event .box .box_content p:nth-of-type(2) strong {
    text-align: center;
    margin-bottom: 10px;
  }
  #event .box .box_content h4 {
    clear: left;
    margin-top: 20px;
  }
  #event .box .box_content ul {
    float: none;
  }
  #event .box .box_content ul:first-of-type {
    margin-right: 0;
  }
}
/* Training */
#training {
  padding: 60px 0 20px 0;
  background: url("../common/images/bg_lines.png");
}
#training .slider_03 {
  display: none;
}
#training .slick-slider {
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
}
#training .slick-prev {
  left: -32px;
  background: url(../support/images/arrow_prev.png) no-repeat;
  background-size: 26px 50px;
  width: 26px;
  height: 50px;
}
#training .slick-next {
  right: -32px;
  background: url(../support/images/arrow_next.png) no-repeat;
  background-size: 26px 50px;
  width: 26px;
  height: 50px;
}
#training p:last-of-type a {
  display: block;
  width: 490px;
  margin: 0 auto;
}

/* SP training */
@media screen and (max-width: 956px) {
  #training {
    padding: 30px 0 20px 0;
  }
  #training .slider_02 {
    display: none;
  }
  #training .slider_03 {
    display: block;
  }
  #training .slick-slider {
    padding: 5px;
    background: #fff;
    margin-bottom: 10px;
  }
  #training .slick-prev {
    left: 10px;
    background: url(../common/images/arrow_prev.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
  }
  #training .slick-next {
    right: 10px;
    background: url(../common/images/arrow_next.png) no-repeat;
    background-size: 26px 50px;
    width: 26px;
    height: 50px;
  }
  #training p:last-of-type a {
    display: block;
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
  }
}
/* Fee */
#fee {
  padding: 60px 0;
}
#fee ul.frame {
  display: table;
  border: 4px solid #029ed1;
  width: 100%;
  padding: 20px;
}
#fee ul.frame li {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}
#fee ul.frame li h3 {
  margin-bottom: 10px;
}
#fee ul.frame li:last-of-type {
  padding-left: 60px;
  background: url("../common/images/bg_lines.png") -5px 0 repeat-y;
}
#fee ul.frame li ul {
  display: block;
}
#fee ul.frame li ul li {
  display: block;
  width: 100%;
  background: url("../support/images/bullet_check.png") 0 8px no-repeat;
  padding: 0 40px 0 25px;
}
#fee ul.frame li ul li h4 {
  margin-bottom: 5px;
}
#fee ul.frame li ul li:first-of-type {
  margin-bottom: 20px;
}
#fee ul.frame li ul li:last-of-type {
  background: url("../support/images/bullet_check.png") 0 8px no-repeat;
  padding: 0 40px 0 25px;
}
#fee ul.frame li dl {
  width: 100%;
}
#fee ul.frame li dl dt {
  display: block;
  float: left;
  clear: left;
  width: 70%;
  line-height: 35px;
  margin: 5px 0;
}
#fee ul.frame li dl dd {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 30%;
  padding: 3px 10px 0 0;
  text-align: right;
  color: #ffff00;
  background: #029ed1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  margin: 5px 0;
}

/* SP fee */
@media screen and (max-width: 956px) {
  #fee {
    padding: 30px 0;
  }
  #fee ul.frame {
    display: block;
    border: 4px solid #029ed1;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  #fee ul.frame li {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #fee ul.frame li h3 {
    margin-bottom: 5px;
  }
  #fee ul.frame li:last-of-type {
    padding-left: 0;
    padding-top: 20px;
    background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
  }
  #fee ul.frame li ul {
    display: block;
    margin-bottom: 10px;
  }
  #fee ul.frame li ul li {
    display: block;
    width: 100%;
    background: url("../support/images/bullet_check.png") 0 8px no-repeat;
    padding: 0 0 0 25px;
  }
  #fee ul.frame li ul li h4 {
    margin-bottom: 5px;
  }
  #fee ul.frame li ul li:first-of-type {
    margin-bottom: 10px;
  }
  #fee ul.frame li ul li:last-of-type {
    background: url("../support/images/bullet_check.png") 0 8px no-repeat;
    padding: 0 0 0 25px;
  }
  #fee ul.frame li dl {
    width: 100%;
  }
  #fee ul.frame li dl dt {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    line-height: inherit;
    margin: 10px 0 5px 0;
  }
  #fee ul.frame li dl dd {
    display: inline-block;
    float: none;
    box-sizing: border-box;
    width: auto;
    padding: 3px 10px 0 10px;
    text-align: right;
    color: #ffff00;
    background: #029ed1;
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
  }
}
/* Resources  */
#resources {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background: #fff url("../common/images/bg_lines.png") 0 -3px repeat-x;
}
#resources ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
#resources ul li {
  width: 225px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
}
#resources ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* SP resources & sponsors */
@media screen and (max-width: 956px) {
  #resources {
    padding: 30px 0 20px 0;
  }
  #resources ul li {
    width: 44%;
    margin: 0 3% 20px 3%;
  }
  #resources ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* SUPPORTERS PAGE */
#supporters {
  width: 960px;
  margin: 0 auto;
}
#supporters article {
  padding: 60px 0;
  background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
}
#supporters article:first-of-type {
  background: none;
  padding: 0 0 60px 0;
}
#supporters article img {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
#supporters article .descr {
  float: left;
  margin-bottom: 15px;
}
#supporters article .descr h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
#supporters article .descr h3 span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 0 10px;
  line-height: 22px;
  vertical-align: middle;
  margin-left: 10px;
}
#supporters article .descr h3 span.sponsor {
  color: #fff;
  background: #029ed1;
}
#supporters article .descr h3 span.supp {
  color: #333;
  background: #ffff00;
}
#supporters article .descr ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}
#supporters article .pic {
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
}
#supporters article .pic figure {
  float: left;
  margin-left: 20px;
}
#supporters article .pic figure figcaption {
  text-align: center;
  color: #999999;
  font-size: 1.2rem;
  line-height: 1;
}
#supporters article p {
  clear: both;
}

/* SP */
@media screen and (max-width: 956px) {
  #supporters {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #supporters article {
    padding: 40px 0 30px 0;
  }
  #supporters article:first-of-type {
    padding: 10px 0 30px 0;
  }
  #supporters article .descr {
    float: none;
    margin-bottom: 15px;
  }
  #supporters article .descr > p {
    text-align: center;
  }
  #supporters article .descr h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  #supporters article .pic {
    float: none;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #supporters article .pic figure {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #supporters article .pic figure figcaption {
    text-align: center;
    color: #999999;
    font-size: 1.2rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=support.css.map */

/* club css */
.box{
  margin-bottom: 0;
}
/* news */
#news{
  margin: 45px;
}
#news .wrapper dl{
  height: auto;
  clear: both;
  overflow: hidden;
}
#news .wrapper dl dt{
  display: block;
  float: left;
  margin-bottom: 0;
  padding-top: 10px;
  color: #029ed1;
}
#news .wrapper dl dt span.new_icn{
  color: #fff;
  background-color: #029ed1;
  display: inline-block;
  margin-right: 1em;
  padding: 10px 10px 8px;
  margin-top: -10px;
}
#news .wrapper dl dd{
  padding-top: 5px;
  margin-bottom: 15px;
  margin-left: 80px;
}
@media screen and (max-width: 568px){
  #news{
  margin: 25px;
  }
  #news .wrapper dl dt{
    float: none;
  }
  #news .wrapper dl dd{
    padding-top: 5px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}

.bg_img{
  height: 6px;
  width: 100%;
  background: url("../common/images/bg_lines.png") repeat-x;
}

/* happy */
#happy .contract{
  margin-top: 20px;
}
#happy .about .descr{
  width: 60%;
  float: left;
}
#happy .about .descr p span{
  display: block;
  color: #009FCE;
  font-size: 1.1em;
  font-weight: bold;
}
#happy .about .descr p span.highlight {
    color: #333;
    background: #ffff00;
	display: inline;
}
#happy .about .descr p span.underline {
    text-decoration: underline;
	display: inline;
    color: #333;
	font-weight: normal;
}

#happy .about .pic{
  float: right;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 956px){
  #happy .about .descr{
    width: 50%;
  }
}
@media screen and (max-width: 685px){
  #happy .about .descr{
    width: 100%;
    padding-bottom: 10px;
  }
  #happy .about .pic{
    float: none;
    display: block;
    margin: auto;
    clear: both;
    width: 300px;
  }
}
#happy h2{
  padding-top: 60px;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 685px){
  #happy h2 img.about_img{
    width: 90%;
    height: auto;
  }
}
  #happy .item_list img{
    width: calc(25% - 5px);
  }
#happy item_list{
  margin: 20px auto;
  text-align: center;
  clear: both;
}
#happy ol{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
#happy .descr ul{
  width: 48%;
  float: left;
}
#happy .descr ul.full{
  width: 100%;
  float: left;
}
@media screen and (max-width: 956px){
  #happy ul{
    width: 100%;
    float: none;
  }
}
#happy ul:first-child{
  margin-right: 2em;
}
#happy li {
  margin: 20px 0;
  padding-left: 30px;
  position: relative;
}
#happy .descr li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #009FCE;
  color: #FFFC4D;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
#happy li span{
  display: inline-block;
  color: #999;
  font-size: 0.9em;
  margin-top: 20px;
}
.box_content p.list_caption{
  color: #999;
  font-size: 0.9em;
  margin-top: 20px;
  text-align: center;
  clear: both;
  overflow: hidden;
}
.club_register{
  margin: 60px 0;
  text-align: center;
  clear: both;
}
.club_register h4{
  padding-top: 60px;
}
.club_register p{
  color: #000;
  font-size: 1em;
  line-height: 32px;
}
.club_register p span{
  display: block;
  color: #009FCE;
  font-size: 1.1em;
  font-weight: bold;
}
.club_register a{
  display: block;
}
.club_register img{
  margin: 10px 0 20px;
  height: auto;
}
/* Points */
.points {
  width: 960px;
  margin: 0 auto;
}
.points h4{
  margin-bottom: 35px;
}
.points dl {
  background: url("../common/images/bg_lines.png") 0 -5px repeat-x;
  padding: 60px 0 57px 0;
  overflow: hidden;
}
.points dl:first-of-type {
  background: none;
  padding-top: 0;
  padding-bottom: 37px;
}
.points dl dt {
  display: block;
  float: right;
  width: 460px;
  margin-left: 25px;
}
.points dl dd p {
  margin-bottom: 15px;
}
.points dl dd ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.contract ul li {
  background: url("../common/images/bullet.png") 0 6px no-repeat;
  background-size: 8px 8px;
  padding-left: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.points dl h3 {
  padding-left: 35px;
}
.points dl h3 span.circle_num {
  background-color: #009FCE;
  color: #FFFC4D;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.points dl:nth-of-type(3) {
  padding-bottom: 10px;
}
.points dl:nth-of-type(3) dt {
  margin-top: -20px;
}
.points dl:nth-of-type(5) {
  padding-bottom: 10px;
}
.points dl:nth-of-type(5) dt {
  margin-top: -20px;
}
.points dl:nth-of-type(6) {
  padding-bottom: 0;
}
.points .box {
  margin-bottom: 60px;
}
.points .box h3 {
  text-align: center;
}
.points a.out_link {
  display: block;
  background: url("../privilege/images/link_out.png") 0 2px no-repeat;
  padding-left: 30px;
  margin-top: 20px;
}
.points figure img {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}
.points figure figcaption {
  font-size: 1.3rem;
  color: #999999;
  text-align: right;
}
.points .items {
  overflow: hidden;
  padding-bottom: 50px;
}
.points .items figure {
  float: left;
  width: 180px;
  margin-right: 15px;
}
.points .items figure:last-of-type {
  margin-right: 0;
}
.points .items figure figcaption {
  text-align: center;
}
.points p.note {
  text-align: right;
  font-size: 1.3rem;
  color: #999;
  margin-top: 10px;
}

/* SP points */
@media screen and (max-width: 956px) {
  .points {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
  }
  .points .box {
    padding: 10px;
  }
  .points .box .box_content {
    padding: 20px;
    font-size: 1.3rem;
    color: #666;
  }
  .points dl {
    padding: 23px 0 20px 0;
  }
  .points dl:first-of-type {
    background: none;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .points dl:nth-of-type(3) dt {
    margin-top: 0;
  }
  .points dl:nth-of-type(4) {
    padding-bottom: 10px;
  }
  .points dl dt {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .points .box {
    margin-bottom: 20px;
  }
  .points .items {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .points .items figure {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .points .items figure:nth-of-type(2n) {
    margin-right: 0;
  }
  .points .items figure figcaption {
    text-align: center;
  }
}
/* schedule */
#schedule .box_content{
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 956px){
  #schedule .box_content{
    width: 95%;
  }
}
#schedule h2{
  margin-top: 30px;
}
#schedule p.sbttl{
  display: block;
  width: 95%;
  margin: 20px auto 10px;
  color: #009FCE;
  font-size: 1.1em;
  font-weight: bold;
}
#schedule p.sbttlr{
  display: block;
  width: 95%;
  margin: 20px auto 10px;
  color: #FF0000;
  font-size: 1.5em;
  font-weight: bold;
	text-align: center;
}
table {
  width: 95%;
  min-width: 450px;
	font-size: 14px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 1px;
}
table tr{
  background: #f6f6f6;
  color: #333;
  line-height: 28px;
}
table tr:nth-child(odd){
  background: #fafafa;
}
table tr:nth-child(even){
  background: #f6f6f6;
}
tr.table_blue th{
  background: #029ed1;
}
table th {
	padding: 12px;
	vertical-align: middle;
	text-align: left;
  color: #fff;
  border: #fff 1px solid;  
}
table td {
	padding: 10px;
	text-align: left;
  font-size: 14px;
  border: #fff 1px solid;
}
table td span{
  color: #999;
  font-size: 0.9em;
}
p.club_caution{
  width: 95%;
  margin: 20px auto 10px;
  color: #999;
  text-align: right;
}

#fee ul.frame li ul li.price_box{
  padding-left: 25px;
}
#fee ul.frame li ul li.price_box{
/*  background: none;
  padding-left: 0;
  min-height: 55px;*/
}
#fee ul.frame li ul li.price_box{
  display: inline-block;
  box-sizing: border-box;
  width: 30%;
  padding: 3px 0 3px;
  text-align: center;
  color: #ffff00;
  background: #029ed1;
  font-size: 2rem;
  font-weight: bold;
  line-height: 30px;
  margin: 5px 10px;
}

#coach .coach_box{
  width: 960px;
  margin: auto;
  clear: both;
  overflow: hidden;
}
#coach .coach_box .box_content{
  width: 100%;
  max-width: 450px;
  margin: 10px 0;
  padding: 15px 10px 15px 15px;
  float: left;
}
#coach .coach_box .box_content:nth-child(even){
  margin-left: 10px;
}
@media screen and (max-width: 956px){
  #coach .coach_box{
    width: 100%;
  }
  #coach .coach_box .box_content:nth-child(even){
    margin-left: auto;
  }
  #coach .coach_box .box_content{
    float: none;
    margin: 10px auto;
    width: calc(100% - 25px);
  }
}
.coach_box .box_content p{
  line-height: 24px;
  margin: 15px auto;
}
.coach_box .box_content p span{
  display: block;
  padding: 5px 0;
  color: #029ed1;
  font-size: 18px;
  font-weight: bold;
}
.coach_box .box_content p span.txt_black{
  display: inline;
  color: #000;
  font-weight: normal;
}
.coach_box .box_content img{
  width: calc(50% - 5px);
}
.coach_box .box_content .coach_link{
  text-align: center;
}
.coach_box .box_content:nth-child(4){
  height: 538px;
}

.faq {
    padding: 60px 0;
}

.faq .dl .dt span.txt {
  padding: 5px 0;
  color: #029ed1;
  font-size: 18px;
  font-weight: bold;
}
.faq .dl .dd {
  background-color: #ccc;
}
.faq .dl .dd span{
  margin: 20px;
}

@media screen and (max-width: 956px){
  .faq .dl .dt{
  }
}
.line_grad {
  margin: 0 auto 80px;
  border-bottom: 4px solid var(--color-base-blue);
  border-image: var(--color-grad);
  border-image-slice: 1
}
@media screen and (max-width: 768px) {
  .line_grad {
    margin: 0 auto 9.333333vw;
    border-width: 2px
  }
}
.faq .inner {
}
@media screen and (max-width: 768px) {
  .faq .inner {
    padding-top: 13.333333vw;
    padding-bottom: 21.333333vw
  }
}
.faq .inner .ttl_inner .ttl span {
  padding-bottom: 1.333333vw
}
@media screen and (min-width: 769px) {
  .faq .inner .ttl_inner .ttl span {
    margin-bottom: 10px;
    padding-bottom: 1%
  }
}
.faq .inner .ttl_inner .ttl span .small {
  font-size: 8rem
}
@media screen and (max-width: 768px) {
  .faq .inner .ttl_inner .ttl span .small {
    font-size: 6.666666vw
  }
}
.faq .inner .faq_wrap dl {
  overflow: hidden;
  border-radius: 12px;
  margin: 10px 0 0 0;
  box-shadow: 3px 3px 20px 3px rgba(255, 255, 255, .12);
  text-align: left
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl {
    margin: 8vw 0 0 0;
    border-radius: 1.6vw;
    box-shadow: 0 2.666666vw 5.333333vw 0 rgba(68, 68, 68, 0.2);
  }
}
.faq .inner .faq_wrap dl:first-child {
  margin: 0
}
.faq .inner .faq_wrap dl dt {
  position: relative;
  padding: 26px 10px 26px 80px;
  background-color: #f3f3f3;
  color: #029ed1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl dt {
    padding: 6.133333vw 12.266666vw 6.133333vw 16vw
  }
}
.faq .inner .faq_wrap dl dt .text {
    padding: 5px 0;
    color: #029ed1;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl dt .text {
    font-size: 4vw
  }
}
.faq .inner .faq_wrap dl dt .icon {
  position: absolute;
  top: 44%;
  right: 40px;
  display: block;
  width: 24px;
  height: 24px;
  transform: translateY(-50%)
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl dt .icon {
    right: 5.333333vw
  }
}
.faq .inner .faq_wrap dl dt .icon:before, .faq .inner .faq_wrap dl dt .icon:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 24px;
  height: 2px;
  background: #029ed1;
  content: "";
  transform: translateY(-50%)
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl dt .icon:before, .faq .inner .faq_wrap dl dt .icon:after {
    width: 3.733333vw;
    height: 0.533333vw
  }
}
.faq .inner .faq_wrap dl dt .icon:after {
  transition: .5s;
  transform: translateY(-50%) rotate(90deg)
}
.faq .inner .faq_wrap dl dt .opens:after {
  transition: .5s;
  transform: rotate(0)
}
.faq .inner .faq_wrap dl dt:before {
  position: absolute;
  top: 30px;
  left: 40px;
  content: "Q.";
  color: #029ed1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl dt:before {
    top: 50%;
    left: 5.333333vw;
    font-size: 6.4vw;
    transform: translateY(-50%)
  }
}
.faq .inner .faq_wrap dl dd {
  position: relative;
  display: none;
  padding: 26px 80px 26px 100px;
  background-color: #e5e5e5;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl dd {
    padding: 5.333333vw 12.266666vw 5.333333vw 16vw;
    font-size: 3.733333vw
  }
}
.faq .inner .faq_wrap dl dd span small {
  display: inline-block;
  font-weight: 500;
  font-size: 1.4rem
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl dd span small {
    font-size: 3.2vw
  }
}
.faq .inner .faq_wrap dl dd span .fa_link {
  display: inline-block;
  color: var(--color-base-blue);
  text-decoration: underline;
  word-break: break-all;
  line-height: 1.4;
  -webkit-text-decoration-skip: none
}
.faq .inner .faq_wrap dl dd:before {
  position: absolute;
  top: 28px;
  left: 45px;
  color: var(--color-base-blue-dark);
  content: "A.";
  font-size: 18px;
  font-weight: bold;
  line-height: 1
}
@media screen and (max-width: 768px) {
  .faq .inner .faq_wrap dl dd:before {
    top: 5.866666vw;
    left: 5.333333vw;
    font-size: 6.4vw
  }
}
.faq .inner .note {
  margin-top: 3em;
  text-align: left
}

.sidebtn {
  position: fixed;
  top: 30%;
  right: 0;
  max-width: 112px;
  width: 10%;
  z-index: 11;
}
.sidebtn.adlp {
  position: fixed;
  top: 30%;
  right: 0;
  max-width: none;
  width: 13%;
  z-index: 11;
}

.sidebtn a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebtn a:hover {
  opacity: 0.8;
}

.sidebtn img {
  max-width: 100%;
}

@media screen and (max-width: 956px) {
  .sidebtn {
    /*position: initial;*/
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    max-width: initial;
    width: 100%;
  }
  .sidebtn.adlp {
    top: 13%;
    width: 23%;
    height: 10%;
}
}

.table_schedule td span.highlight {
color: #333;
    margin-right: 3px;
    background: #ffff00;
    display: inline;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
}
#flow {
    padding-bottom: 80px;
    text-align: center;
}