@charset "UTF-8";
.description .paragraph {
  margin-bottom: 2rem;
}
.enphasis-red {
  color: #ea0a0a;
  font-weight: bold;
}
.description .paragraph p:last-child {
  margin-bottom: 0;
}
.description .page-title {
  background: none;
  border-bottom: none;
  padding: 2em 0 0.4em;
  margin-bottom: 0.4em;
}
.lecture-section .page-title {
  padding: 0.6em 0 0.4em;
  line-height: 1.4;
}
.description-body .info-title {
  font-size: 160%;
  text-align: center;
  color: #2ba02f;
  font-weight: bold;
  margin-bottom: 2rem;
}
.description-body .info-subtitle {
  font-size: 140%;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 0px;
  margin: 0;
  color: #2ba02f;
  font-weight: bold;
  border-bottom: 2px solid #2ba02f;
  margin-bottom: 1rem;
}
.description-body .info-link {
  font-size: 120%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 0px;
  margin: 0;
}
.description-body .info-link a {
  color: #0080e2;
}
.description-body .learning-name {
  font-size: 130%;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
  margin-bottom: -1.5rem;
}
.notice {
  background: #ffeaea;
  border-radius: 0.5rem;
  padding: 1rem;
  font-size: 90%;
}
.notice h3 {
  font-weight: bold;
  font-size: 120%;
  color: red;
}
.example {
  background: #f8f8f8;
  padding: 1rem;
}
s {
  color: #007bff;
}
ol li {
  margin-bottom: 0.8rem;
}
.description-body .learning-body {
  text-align: left;
}
.lecture-section .page-title h1 {
}
.box-img-wrap {
  height: 200px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-part {
  background: #fff;
  margin: 0.5rem;
}
.box-part.card {
  margin: 0;
}
.item {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
}
a.card-body,
a.card-body:hover {
  text-decoration: none;
  color: #000;
}
a.card-body:hover {
  background: #f2f2f2;
}
.card-title {
  text-align: center;
  font-size: 155%;
}
.card-title-old {
  text-align: left;
  font-size: 155%;
}
.card-columns {
  columns: 1;
}
.lecture-description h3 {
  font-size: 13px;
  font-size: 1.3rem;
}
.lecture-description p {
  margin-bottom: 0.1rem;
  font-size: 9px;
  font-size: 0.9rem;
}
.btn-area.btn-purchase {
  background: #e0f7e1;
}
