@charset "UTF-8";
/**
 * Stylesheet for Top Page
 * 
 */


/* ==========================================================================
   Module
   ページを構成するスタイルを定義
 ========================================================================== */
@media (min-width: 992px) {}

@media (min-width: 768px) {}

/*---------------------------------------------------------------------------
   XXXX
  --------------------------------------------------------------------------- */

h2 {
  padding: 0.8em 0 0.7em;
  border-top: 2px solid #64bc34;
  border-bottom: 1px solid #e9e9e9;
}

/*---------------------------------------------------------------------------
   main
  --------------------------------------------------------------------------- */
/* .site-main {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 3.5rem 1rem 4rem;
} */

/*--新着情報-- */
#top_widget_news h2 {
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0;
}

#top_widget_news ul li.post-item {
  display: block;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px dotted #666;
  list-style: 1.4em;
}

#top_widget_news .post-date {
  font-size: 14px;
  color: #d44950;
}

#top_widget_news .post-category {
  margin-right: 3px;
  padding: 2px 5px 1px;
  border-radius: 3px;
  background-color: #efefef;
  font-size: 12px;
}

#top_widget_news .post-title {
  display: block;
}

.veu_postList .postList_terms a {
  background-color: #efefef !important;
}

.veu_postList .postList a {
  color: var(--vk-color-text-body) !important;
}


/*--学習塾様専用コンテンツ-- */
#top_widget_banner .container {
  gap: 2rem;
}

#top_widget_banner h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

#top_widget_banner img {
  height: auto;
}

#top_widget_banner a {
  display: block;
  margin-bottom: 25px;
  color: #337ab7;
}

#top_widget_banner a:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .main_content {
    max-width: 960px;
  }
}

@media (min-width: 992px) {
  .main_content {
    max-width: 1140px;
  }

  /*--新着情報-- */
  #top_widget_news {
    width: 66.66667%;
  }

  /*--学習塾様専用コンテンツ-- */
  #top_widget_banner {
    width: 26.49%;
  }
}

@media (max-width: 767px) {
  .site-main {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .area_padding {
    padding: 0;

  }

  /*--新着情報-- */
  #top_widget_news {
    margin-bottom: 2rem;
  }
}