@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; }

  .pink.circle {
    color: #1d8d3c;
    font-size: 20px;
    border-bottom: 1px solid #1d8d3c;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-left: 27px;
    position: relative;
    font-weight: normal; }
  .pink:before {
    position: absolute;
    content: '';
    display: block;
    left: 0px;
    height: 12px;
    width: 12px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 5px solid #008c44;
    top: 4px; }

  .red {
    color: #ff0000; }

  .blue {
    color: #0068b7; }

  .bold {
    font-weight: bold; }

  .time_schedule {
    width: 1100px;
    margin: 50px auto 83px; }
    .time_schedule h3 {
      margin-bottom: 30px;
      font-size: 20px; }
    .time_schedule dl {
      margin-bottom: 40px; }
      .time_schedule dl dd {
        margin-bottom: 10px; }
    .time_schedule .pink_ball {
      font-size: 16px;
      margin-left: 35px;
      padding-left: 21px;
      position: relative; }
      .time_schedule .pink_ball:before {
        content: '';
        background-color: #1d8d3c;
        position: absolute;
        height: 16px;
        width: 16px;
        -moz-border-radius: 100%;
        border-radius: 100%;
        top: 5px;
        left: 0; }
      .time_schedule .pink_ball a {
        text-decoration: none;
        color: #000; } }
@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; }

  .pink {
    color: #1d8d3c;
    font-size: 14px; }
    .pink.circle {
      border-bottom: 1px solid #1d8d3c;
      padding-bottom: 5px;
      margin-bottom: 15px;
      padding-left: 20px;
      position: relative;
      font-weight: normal; }
      .pink.circle:before {
        position: absolute;
        content: '';
        left: 0px;
        height: 8px;
        width: 8px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 3px solid #008c44;
        top: 52%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 11px;
        border-color: #1d8d3c !important; }

  .box_ttl {
    background-color: #f7f7f7; }
    .box_ttl::before {
      background-color: #1d8d3c; }

  .red {
    color: #ff0000; }

  .blue {
    color: #0068b7; }

  .bold {
    font-weight: bold; }

  #contents {
    overflow: hidden; }

  section {
    padding: 20px 15px; }

  .new {
    position: relative; }
    .new::after {
      content: 'NEW';
      background-color: #f33;
      padding: 0 2px;
      color: #fff;
      margin-left: 10px;
      font-size: 1rem; }

  .time_schedule h3 {
    margin-bottom: 10px; }
  .time_schedule dl {
    margin-bottom: 30px; }
    .time_schedule dl:last-of-type {
      margin: 0; }
  .time_schedule .pink_ball {
    font-size: 12px;
    margin-left: 0.5em;
    padding-left: 17px;
    margin-bottom: 10px;
    position: relative; }
    .time_schedule .pink_ball:before {
      content: '';
      background-color: #1d8d3c;
      position: absolute;
      height: 11px;
      width: 11px;
      -moz-border-radius: 100%;
      border-radius: 100%;
      top: 3px;
      left: 0; }
    .time_schedule .pink_ball a {
      text-decoration: none;
      color: #000; } }
