@charset "UTF-8";
p.concept {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  margin: 30px 0;
  font-size: 28px;
  color: #088FC7;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
p.concept span {
  font-size: 20px;
  display: block;
  margin-top: 5px;
}

h4 {
  margin: 20px 0;
}

.coursewp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coursewp .course {
  width: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 5px 0;
  min-height: 400px;
  padding: 10px;
  border: 2px solid #CCE9F4;
}
.coursewp .course h5 {
  font-size: 16px;
  color: #FFFFFF;
  padding: 10px;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}
.coursewp .course h6 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.4;
}
.coursewp .course dl {
  margin-top: 10px;
}
.coursewp .course dl dt,
.coursewp .course dl dd {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.coursewp .course dl dt ul,
.coursewp .course dl dd ul {
  margin-top: 5px;
}
.coursewp .course dl dt ul li,
.coursewp .course dl dd ul li {
  font-size: 13px;
  color: #cc0000;
}
.coursewp .course dl dt {
  background: #f1f1f1;
  padding: 5px 10px;
}
.coursewp .course dl dd {
  padding: 10px 5px;
}
.coursewp .course:nth-child(4), .coursewp .course:nth-child(7), .coursewp .course.pitching {
  margin-right: 0;
}
.coursewp .course.batting, .coursewp .course.pitching {
  width: 467px;
}
.coursewp .course.batting ul.coach, .coursewp .course.pitching ul.coach {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.coursewp .course.batting ul.coach li, .coursewp .course.pitching ul.coach li {
  width: 210px;
  display: inline-block;
}
.coursewp .course.batting ul.coach li img, .coursewp .course.pitching ul.coach li img {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
.coursewp .course.batting ul.coach li span, .coursewp .course.pitching ul.coach li span {
  color: #000;
}
.coursewp .course.batting ul.coach li span small, .coursewp .course.pitching ul.coach li span small {
  display: block;
}
.coursewp .course.batting h5 {
  background: #f45a4a;
}
.coursewp .course.pitching h5 {
  background: #07a2ab;
}
.coursewp .c1 h5 {
  background: #FF6600;
}
.coursewp .c1 h6 {
  color: #FF6600;
}
.coursewp .c2 h5 {
  background: #FF9900;
}
.coursewp .c2 h6 {
  color: #FF9900;
}
.coursewp .c3 h5 {
  background: #00B050;
}
.coursewp .c3 h6 {
  color: #00B050;
}
.coursewp .c4 h5 {
  background: #00B0F0;
}
.coursewp .c4 h6 {
  color: #00B0F0;
}
.coursewp .c5 h5 {
  background: #3366FF;
}
.coursewp .c5 h6 {
  color: #3366FF;
}
.coursewp .c6 h5 {
  background: #CC00FF;
}
.coursewp .c6 h6 {
  color: #CC00FF;
}

body.dance .coursewp {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.dance .coursewp .course {
  border: 2px solid #ffd3dc;
  margin-right: 5px;
}
body.dance .coursewp .course.c1, body.dance .coursewp .course.c2, body.dance .coursewp .course.c3 {
  min-height: 400px;
}
body.dance .coursewp .course:nth-child(3), body.dance .coursewp .course:nth-child(6) {
  margin-right: 0;
}
body.dance .coursewp .c1 h5 {
  background: #E60097;
}
body.dance .coursewp .c1 h6 {
  color: #E60097;
}
body.dance .coursewp .c2 h5 {
  background: #0781EC;
}
body.dance .coursewp .c2 h6 {
  color: #0781EC;
}
body.dance .coursewp .c3 h5 {
  background: #CEB22F;
}
body.dance .coursewp .c3 h6 {
  color: #CEB22F;
}
body.dance .coursewp .c4 h5 {
  background: #5F38AE;
}
body.dance .coursewp .c4 h6 {
  color: #5F38AE;
}
body.dance .coursewp .c5 h5 {
  background: #00B050;
}
body.dance .coursewp .c5 h6 {
  color: #00B050;
}
body.dance .coursewp .c6 h5 {
  background: #a1921c;
}
body.dance .coursewp .c6 h6 {
  color: #a1921c;
}
/*# sourceMappingURL=about.css.map */