@charset "UTF-8";
/* ===================================================================
use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use toppage
  =================================================================== */
  .box_ttl {
    font-size: 16.38px;
    height: 50px;
    line-height: 46px;
    border-bottom: 2px solid #cdcdcd;
    font-weight: normal;
    background: #e5f5eb;
    padding-left: 24px;
    position: relative;
    text-transform: uppercase;
    background-color: #f7f7f7; }
    .box_ttl::before {
      content: '';
      position: absolute;
      background: #1d8d3c;
      width: 10px;
      height: 48px;
      top: 0;
      left: 0; }

  .lesson_schedule .inner {
    margin: auto;
    padding: 0 50px;
    width: 1200px; }
    .lesson_schedule .inner .box_ttl {
      margin: 42px 0 27px; }
  .lesson_schedule .content {
    padding: 32px 48px 50px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cdcdcd;
    margin-bottom: 47px; }
    .lesson_schedule .content .center.big_mg dl {
      margin: 35px 0 55px; }
    .lesson_schedule .content .center.big_mg p {
      margin-bottom: 20px; }
    .lesson_schedule .content .center .sub_tt {
      color: #1d8d3c;
      font-size: 20px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      line-height: 26px;
      border-bottom: 1px solid #c9c9c9; }
    .lesson_schedule .content .center p {
      font-size: 16px; }
    .lesson_schedule .content .center dl {
      margin: 13px 0; }
      .lesson_schedule .content .center dl dt {
        font-size: 1.6rem;
        line-height: 26px;
        margin-bottom: 15px; }
      .lesson_schedule .content .center dl dd {
        font-size: 1.6rem;
        line-height: 20px;
        margin: 0 0 21px 0; }
      .lesson_schedule .content .center dl:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    .lesson_schedule .content .center p.box_bot {
      margin: 60px 0 0;
      line-height: 20px; }
    .lesson_schedule .content .lesson_box:not(:first-child) {
      display: none; } }
@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
  =================================================================== */
  .box_ttl {
    background-color: #f7f7f7;
    height: 44px;
    line-height: 42px;
    border-bottom: 1px solid #cdcdcd;
    font-weight: normal;
    padding-left: 13px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px; }
    .box_ttl::before {
      content: '';
      position: absolute;
      width: 4px;
      bottom: 0;
      top: 0;
      left: 0;
      background-color: #1d8d3c; }

  .lesson_schedule .inner {
    padding: 0 15px; }
    .lesson_schedule .inner .box_ttl {
      margin: 24px 0 12px; }
  .lesson_schedule .content {
    padding: 15px 15px 15px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #cdcdcd;
    margin-bottom: 15px; }
    .lesson_schedule .content .center.big_mg dl {
      margin: 25px 0 10px; }
    .lesson_schedule .content .center.big_mg p {
      margin-bottom: 10px; }
    .lesson_schedule .content .center .sub_tt {
      color: #1d8d3c;
      font-size: 14px;
      padding-bottom: 18px;
      font-weight: bold;
      margin-bottom: 17px;
      line-height: 19px;
      border-bottom: 1px solid #c9c9c9; }
    .lesson_schedule .content .center p {
      font-size: 14px; }
    .lesson_schedule .content .center dl {
      margin: 13px 0; }
      .lesson_schedule .content .center dl dt {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 15px; }
      .lesson_schedule .content .center dl dd {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px 0; }
      .lesson_schedule .content .center dl:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
    .lesson_schedule .content:last-child {
      margin-bottom: 35px; }
    .lesson_schedule .content .lesson_box:not(:first-child) {
      display: none; } }
