/**
$weight: 100, 200, 300, 400, 500, 700, 900
*/
/**
$weight: 100, 200, 300, 400, 500, 700, 900
*/
#dance .title4 {
  margin-bottom: 2rem;
}

#dance .grid.m-vrtcl {
  margin: 4rem auto 6rem;
}

#dance .coarch-wrapper {
  display: flex;
}

#dance .coarch-wrapper .name {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: white;
  padding: 2rem 0;
  width: 150px;
  vertical-align: middle;
}

#dance .coarch-wrapper .txt-wrapper {
  display: grid;
  text-align: left;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 150px);
}

#dance .coarch-wrapper .txt-wrapper .txt {
  padding: 0 1.5rem;
}

#dance .coarch-wrapper .txt-wrapper .txt:first-child {
  border-right: 2px solid black;
}

#dance .coarch-wrapper .txt-wrapper .txt strong {
  font-weight: bold;
}

#dance .coarch-wrapper .txt-wrapper .txt p {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

#dance .lesson-info {
  margin: 5rem auto;
  justify-content: space-between;
}

#dance .lesson-info .txt-wrapper {
  text-align: left;
}

#dance .lesson-info .txt-wrapper li + li {
  margin-top: 2rem;
}

#dance .lesson-info .txt-wrapper li h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #004da0;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 900;
  font-style: normal;
}

#dance .lesson-info .txt-wrapper li p {
  font-size: 1.1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 0.75rem;
}

#dance .lesson-info .txt-wrapper li p strong {
  font-size: 1.5rem;
  color: #004da0;
}

#dance .lesson-info img {
  width: 400px;
}

#dance .procedure {
  margin-bottom: 5rem;
}

#dance .procedure.blue .table-title {
  color: #004da0;
}

#dance .procedure.blue .procedure-wrapper {
  background-color: #e7ecf7;
}

#dance .procedure.blue .grid .item {
  border-color: #004da0;
}

#dance .procedure.blue .grid .item strong {
  color: #004da0;
}

#dance .link-box strong {
  display: block;
  color: #004da0;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

#dance .link-box .btn3.blue a {
  background-color: #004da0;
}

#dance .link-box .btn3.purple a {
  background-color: #677cbd;
}

@media screen and (max-width: 768px) {
  #dance .coarch-wrapper {
    flex-direction: column;
  }
  #dance .coarch-wrapper .name {
    width: 100%;
    padding: 0.2rem 0;
    font-weight: bold;
  }
  #dance .coarch-wrapper .txt-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
  }
  #dance .coarch-wrapper .txt-wrapper .txt {
    padding: 1rem 0;
    border-bottom: 1px solid;
  }
  #dance .coarch-wrapper .txt-wrapper .txt:first-child {
    border-right: 0;
  }
  #dance .lesson-info .txt-wrapper li h3 {
    font-size: 1.1rem;
  }
  #dance .lesson-info .txt-wrapper li p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  #dance .lesson-info img {
    display: none;
  }
}

#physical-exercise .title4.orange h2, #physical-exercise .title4.orange h3 {
  color: #e95513;
}

#physical-exercise .link-box .btn3.orange a {
  background-color: #ee782d;
}

#physical-exercise .link-box .btn3.light-orange a {
  background-color: #f4a347;
}

#soccer .title4.green h2, #soccer .title4.green h3 {
  color: #2ca139;
}

#soccer .title4 p {
  font-size: 1.4rem;
}

#soccer .link-box .btn3.green a {
  background-color: #2ca139;
}

#soccer .link-box .btn3.light-green a {
  background-color: #8cc45d;
}

@media screen and (max-width: 768px) {
  #soccer .title4 p {
    font-size: 1rem;
  }
}

.table-wrapper {
  margin: 4rem auto;
}

.table-wrapper.blue .table-title {
  color: #004da0;
}

.table-wrapper.blue .table1 th, .table-wrapper.blue .table1 td {
  border-color: #004da0;
}

.table-wrapper.blue .table1 th {
  background-color: #e7ecf7;
}

.table-wrapper.blue .table1 th.table-head {
  background-color: #004da0;
}

.table-wrapper.orange .table-title {
  color: #f1932c;
}

.table-wrapper.orange .table1 th, .table-wrapper.orange .table1 td {
  border-color: #f1932c;
}

.table-wrapper.orange .table1 th {
  background-color: #feecd2;
}

.table-wrapper.orange .table1 th.table-head {
  background-color: #f1932c;
}

.table-wrapper.green .table-title {
  color: #2ca139;
}

.table-wrapper.green .table1 th, .table-wrapper.green .table1 td {
  border-color: #2ca139;
}

.table-wrapper.green .table1 th {
  background-color: #f0f6e3;
}

.table-wrapper.green .table1 th.table-head {
  background-color: #2ca139;
}

.table-wrapper .table-head {
  text-align: left;
  color: white;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 900;
  font-style: normal;
}
