@charset "UTF-8";
section {
  margin-bottom: 40px;
}

p.price {
  margin: 20px 0 10px 0;
}

.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;
}

h4 {
  margin: 20px 0;
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.benefits dl {
  width: 454px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.benefits dl dt {
  background: #CCE9F4;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  color: #000;
  text-align: center;
  padding: 10px;
}
.benefits dl dd {
  border: 4px solid #CCE9F4;
  border-top: none;
  text-align: center;
  padding: 20px;
}
.benefits dl dd img {
  max-width: 100%;
  height: auto;
}
.benefits dl dd p.note {
  font-size: 12px;
  text-align: right;
  margin-top: 5px;
}
.benefits dl dd p.note.center {
  text-align: center;
}
.benefits dl dd table.size {
  width: 100%;
  margin-top: 10px;
}
.benefits dl dd table.size th,
.benefits dl dd table.size td {
  font-size: 13px;
  padding: 5px;
  border: 1px solid #dddddd;
  font-weight: normal;
  text-align: center;
}
.benefits dl dd table.size thead th {
  background: #f1f1f1;
}
.benefits dl dd table.size tbody th {
  background: #e0f2f7;
}

.fee table.normal {
  margin: 10px 0;
}
.fee table.normal th,
.fee table.normal td {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.fee table thead th {
  text-align: center;
  background: #f1f1f1;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #dddddd;
}
.fee table tbody th,
.fee table tbody td {
  padding: 8px 15px;
  vertical-align: middle;
  border: 1px solid #dddddd;
}
.fee table tbody th {
  font-weight: normal;
  font-size: 16px;
  background: #e0f2f7;
}
.fee table tbody td.price {
  text-align: right;
}

body.dance .benefits dl dt {
  background: #ffd3dc;
}
body.dance .benefits dl dd {
  border: 4px solid #ffd3dc;
}
body.dance .benefits dl dd table.size tbody th {
  background: #fff1f4;
}
body.dance .fee table tbody th {
  background: #fff1f4;
}
/*# sourceMappingURL=regist.css.map */