@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: #559711;
  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;
}

h5.sub {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  margin: 20px 0 10px;
  font-weight: bold;
  background: #eee;
  padding: 5px 10px;
}

ol.decimal {
  margin: 10px 0;
}
ol.decimal li {
  font-size: 14px;
  text-indent: -1.5em;
  margin: 0 0 10px 1.5em;
}

.price {
  font-size: 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-weight: bold;
}
.price small {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
}

ul.photoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
ul.photoWrap li {
  width: 320px;
  text-align: center;
  margin: 0 20px;
}
ul.photoWrap li img {
  width: 100%;
  height: auto;
}
ul.photoWrap li span {
  display: block;
  font-size: 13px;
  padding-top: 10px;
}

.coursewp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coursewp .course {
  width: 310px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 5px 5px 0;
  min-height: 400px;
  padding: 10px 10px 0 10px;
  border: 2px solid #c7e2ac;
}
.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.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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coursewp .course.batting ul.coach li, .coursewp .course.pitching ul.coach li {
  width: 210px;
  display: inline-block;
  margin-bottom: 10px;
}
.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;
}

section.join {
  margin-top: 60px;
}

table.law tbody th, table.law tbody td {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
table.law tbody th {
  background: #eee;
  font-size: 14px;
  font-weight: normal;
  width: 200px;
}
table.law tbody td {
  line-height: 1.5;
  font-size: 14px;
}
table.law tbody td ul.indent li.note {
  font-size: 12px;
}
table.law tbody td h5 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
table.law tbody td h6 {
  font-weight: bold;
  margin-top: 10px;
}
/*# sourceMappingURL=online.css.map */