@charset "utf-8";

/*--------------------------------------------------------------
    イベントタイトル
  --------------------------------------------------------------*/
#spring-course2026-top {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

#spring-course2026-top .textarea {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

#spring-course2026-top .textarea>div:first-child {
  flex: 1;
  width: 100%;
  height: stretch;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: end;
  align-items: center;
}


#spring-course2026-top .textarea>div:first-child div {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#spring-course2026-top .textarea>div:first-child div:first-child div.svg-responsive {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
}

@media (max-width: 767.98px) {

  /* sm 以下の画面サイズの場合のスタイル */
  #spring-course2026-top .textarea>div:first-child {
    flex: 1;
    width: 100%;
    height: stretch;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }

  #spring-course2026-top .textarea>div:first-child div {
    padding: 1rem !important;
  }

  #spring-course2026-top .textarea>div:first-child div:last-child {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* md の画面サイズの場合のスタイル */
  #spring-course2026-top .textarea>div:first-child {
    flex: 1;
    width: 100%;
    height: stretch;

    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }

  #spring-course2026-top .textarea>div:first-child div {
    padding: 1rem !important;
  }

  #spring-course2026-top .textarea>div:first-child div:last-child {
    display: none;
  }
}

@media (min-width: 992px) {
  /* lg 以上の画面サイズの場合のスタイル */
}


/*--------------------------------------------------------------
    概要
  --------------------------------------------------------------*/
#spring-course2026-about {
  width: 100%;
  margin: 0;
  padding: 3rem 0 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
    D読解コース
  --------------------------------------------------------------*/

#spring-course2026-dokkai {
  margin: 2rem 0 2rem 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
}

.dokkai-grid {
  margin: 2rem 0 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  align-items: start;
  column-gap: 3rem;
  row-gap: 1rem;
}

.dokkai-inner-grid {
  display: grid;
  grid-template-columns: 3rem 1fr;
  justify-content: start;
  align-items: start;
  column-gap: 1rem;
  row-gap: 1rem;
}

.dokkai-inner-grid div:nth-child(odd) {
  font-weight: bold;
}

#spring-course2026-dokkai h3 {
  color: rgb(var(--ronri-color) / 1.0);
}

#spring-course2026-dokkai h3>small {
  margin: 0;
  padding: 0 0 0 1rem;
  display: inline-block;
  font-size: 1.2rem;
  color: rgb(118 118 118 / 1);
}

@media (max-width: 767.98px) {

  /* sm 以下の画面サイズの場合のスタイル */
  .dokkai-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* md の画面サイズの場合のスタイル */
  .dokkai-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  /* lg 以上の画面サイズの場合のスタイル */
}

/*--------------------------------------------------------------
   はじめての論理講座
  --------------------------------------------------------------*/
#spring-course2026-hajimete {
  margin: 2rem 0 2rem 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
}

.hajimete-grid {
  margin: 2rem 0 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  align-items: start;
  column-gap: 3rem;
  row-gap: 1rem;
}

.hajimete-inner-grid {
  display: grid;
  grid-template-columns: 3rem 1fr;
  justify-content: start;
  align-items: start;
  column-gap: 1rem;
  row-gap: 1rem;
}

.hajimete-inner-grid div:nth-child(odd) {
  font-weight: bold;
}

#spring-course2026-hajimete h3 {
  color: rgb(var(--ronri-color) / 1.0);
}

#spring-course2026-hajimete h3>small {
  margin: 0;
  padding: 0 0 0 1rem;
  display: inline-block;
  font-size: 1.2rem;
  color: rgb(118 118 118 / 1);
}

@media (max-width: 767.98px) {

  /* sm 以下の画面サイズの場合のスタイル */
  .hajimete-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* md の画面サイズの場合のスタイル */
  .hajimete-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  /* lg 以上の画面サイズの場合のスタイル */
}

/*--------------------------------------------------------------
   ロジマス入門講座
  --------------------------------------------------------------*/

#spring-course2026-logimath {
  margin: 2rem 0 2rem 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
}


.logimath-grid {
  margin: 2rem 0 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  align-items: start;
  column-gap: 3rem;
  row-gap: 1rem;
}

.logimath-inner-grid {
  display: grid;
  grid-template-columns: 3rem 1fr;
  justify-content: start;
  align-items: start;
  column-gap: 1rem;
  row-gap: 1rem;
}

.logimath-inner-grid div:nth-child(odd) {
  font-weight: bold;
}

#spring-course2026-logimath h3 {
  color: rgb(var(--ronri-color) / 1.0);
}

#spring-course2026-logimath h3>small {
  margin: 0;
  padding: 0 0 0 1rem;
  display: inline-block;
  font-size: 1.2rem;
  color: rgb(118 118 118 / 1);
}

@media (max-width: 767.98px) {

  /* sm 以下の画面サイズの場合のスタイル */
  .logimath-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* md の画面サイズの場合のスタイル */
  .logimath-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  /* lg 以上の画面サイズの場合のスタイル */
}


/*--------------------------------------------------------------
   読み聞かせとろんり講座
  --------------------------------------------------------------*/

#spring-course2026-yomikikase {
  margin: 4rem 0 2rem 0;
  padding: 0;

  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
}


.yomikikase-grid {
  margin: 2rem 0 2rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  align-items: start;
  column-gap: 3rem;
  row-gap: 1rem;
}

.yomikikase-inner-grid {
  display: grid;
  grid-template-columns: 5rem 1fr;
  justify-content: start;
  align-items: start;
  column-gap: 1rem;
  row-gap: 1rem;
}

.yomikikase-inner-grid div:nth-child(odd) {
  font-weight: bold;
}

.yomikikase-inner-grid2 {
  display: grid;
  grid-template-columns: 8rem 1fr;
  justify-content: start;
  align-items: start;
  column-gap: 1rem;
  row-gap: 1rem;
}

.yomikikase-inner-grid2 div:nth-child(odd) {
  text-align: end;
  font-weight: bold;
}

#spring-course2026-yomikikase h3 {
  color: rgb(var(--ronri-color) / 1.0);
}

#spring-course2026-yomikikase h3>small {
  margin: 0;
  padding: 0 0 0 1rem;
  display: inline-block;
  font-size: 1.2rem;
  color: rgb(118 118 118 / 1);
}

@media (max-width: 767.98px) {

  /* sm 以下の画面サイズの場合のスタイル */
  .yomikikase-grid {
    grid-template-columns: 1fr;
  }

  .yomikikase-inner-grid {
    display: grid;
    grid-template-columns: 8rem 1fr;
    justify-content: start;
    align-items: start;
    text-align: end;
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .yomikikase-inner-grid div:nth-child(even) {
    text-align: start !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  /* md の画面サイズの場合のスタイル */
  .yomikikase-grid {
    grid-template-columns: 1fr;
  }

  .yomikikase-inner-grid {
    display: grid;
    grid-template-columns: 8rem 1fr;
    justify-content: start;
    align-items: start;
    text-align: end;
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .yomikikase-inner-grid div:nth-child(even) {
    text-align: start !important;
  }
}

@media (min-width: 992px) {
  /* lg 以上の画面サイズの場合のスタイル */
}