/* h1 */
.bunpo_class h1 {
  background-color: #FFFFFF;
  color: #E9536C;
  border-left: 10px solid #E9536C;
  border-bottom: 1px solid;
  margin: 51px 0 44px !important;
  font-size: 33px;
  padding: 7px 0 14px 20px !important;
}
/* h2 */
.bunpo_class h2 {
  border-left: 3px double #E9536C;
  border-bottom: 3px double #E9536C;
  padding: 6px 0 5px 16px;
  font-size: 26px;
  line-height: 37px;
  color: #E9536C;
  margin-top: 26px;
}
/* h3 */
.bunpo_class h3 {
  background-color: #E9536C33;
  padding: 15px 0 15px 18px;
  color: #E9536C;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
  outline: 3px solid #FFFFFF80;
  outline-offset: -5px;
  margin-left: 5px;
}
.bunpo_class h3:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  background: #CC2C4700;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 5px;
  border: 0px solid #AAAAAA;
  display: block;
}
.bunpo_class h3:after {
  mask: url("https://cdn.rawgit.com/encharm/Font-Awesome-SVG-PNG/266b63d5/black/svg/angle-double-right.svg");
  -webkit-mask: url("https://cdn.rawgit.com/encharm/Font-Awesome-SVG-PNG/266b63d5/black/svg/angle-double-right.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  content: "";
  width: 20px;
  height: 20px;
  background: #E9536C;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
}
.bunpo_class h3:before {
  left: 0;
  top: 50%;
  margin: -25px 0;
}
.bunpo_class h3:after {
  top: 50%;
  left: 25px;
  margin: -10px;
}
/* h4_例文 */
.bunpo_class h4 {
  color: #3773A2;
  font-size: 20px;
  border: 1px solid;
  padding: 20px;
  margin-bottom: 10px;
  line-height: 24px;
  /* 行の高さを設定（必要に応じて調整） */
}
.bunpo_class h4 > strong {
  color: #3773A2;
  font-size: 1.1em;
  margin: 0 1px !important;
  line-height: 24px;
  /* h4と同じ行の高さを設定 */
}
/* h5_レッスンリンク */
.bunpo_class h5 {
  height: auto;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  text-shadow: none;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  border: none;
  font-weight: bold;
  background: transparent;
  border: 2px solid #3773a2;
  border-radius: 150px;
  color: #3773a2;
  padding: 5px 20px;
}
.bunpo_class h5:before,
.bunpo_class h5:after {
  display: none;
}
.bunpo_class h5:active {
  position: relative;
  top: 1px;
}
.bunpo_class h5:hover {
  background: rgba(55, 115, 162, 0.2);
}
/* h6_囲みボーダーなし注意マーク */
.bunpo_class h6 {
  margin: 14px 0 27px 27px;
  background-color: #EAEAEA;
  font-size: 18px;
  color: #122B46;
  padding: 22px;
  position: relative;
}
.bunpo_class h6::before {
  content: "💡";
  margin-right: 8px;
  font-size: 24px;
}
/* 本文 */
.bunpo_class p {
  padding-left: 0;
  margin: 0 0 19px 20px;
  color: #1C244B;
}
/* 通常リスト_ブルー枠 */
.bunpo_class ul {
  padding: 24px;
  border: 3px double #3773A2;
  font-size: 16px;
  font-weight: 500;
}
.bunpo_class ul > li,
.bunpo_class ol > li {
  list-style-position: inside;
  color: #3773A2;
}
.bunpo_class ul > li {
  list-style-type: circle;
}
/* 数字リスト_単語意味付与 */
.bunpo_class ol {
  padding: 5px;
  list-style-type: none !important;
  margin-bottom: 18px;
  margin-left: 60px;
  /* 追加 */
  color: #636367 !important;
  line-height: 22px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bunpo_class ol li {
  list-style: none !important;
  position: relative;
  padding-left: 10px;
}
.bunpo_class ol li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #636367;
  font-size: 13px;
  line-height: 22px;
}
/* テーブル */
.bunpo_class table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #EAEAEA;
  table-layout: fixed;
}
.bunpo_class th,
.bunpo_class td {
  border: 1px solid #DDDDDD;
  text-align: left;
  padding: 8px;
  min-width: 100px;
}
.bunpo_class th {
  background-color: #FAFBFD;
}
.bunpo_class tr:nth-child(odd) {
  background-color: #FAFBFD;
}
.bunpo_class tr:nth-child(even) {
  background-color: #FFFFFF;
}
.bunpo_class.no-header-bg th,
.bunpo_class.no-first-col-bg td:first-child,
.bunpo_class.no-first-row-bg tr:first-child td {
  background-color: transparent;
}
/* 引用_ピンク枠リスト */
.bunpo_class blockquote {
  font-size: 15px;
  line-height: 1.1;
  color: #E9536C !important;
  background-color: #FFFAFA;
  padding: 15px 0 15px 5px;
  margin: 10px 0 30px 27px;
  border-radius: 5px;
  border: 3px double #E9536C;
  font-weight: bold;
  white-space: pre-line;
}
.bunpo_class blockquote * {
  color: #E9536C !important;
}
.play-icon {
  margin-right: 20px;
  /* テキストとの間に余白を設ける */
  cursor: pointer;
  /* カーソルをポインターに変更 */
  color: #E9536C !important;
  /* アイコンの色 */
  font-size: 24px;
  /* アイコンのフォントサイズ */
}
.learndash_content_wrap .ld-table-list-title {
  padding: 10px;
  color: #FFFAFA;
}
@media (max-width: 600px) {
  .bunpo_class th,
  .bunpo_class td {
    padding: 4px;
    font-size: 12px;
  }
}
