@font-face {
  font-family: 'plan-course';
  src:  url('../fonts/plan-course.eot?r8i54d');
  src:  url('../fonts/plan-course.eot?r8i54d#iefix') format('embedded-opentype'),
    url('../fonts/plan-course.ttf?r8i54d') format('truetype'),
    url('../fonts/plan-course.woff?r8i54d') format('woff'),
    url('../fonts/plan-course.svg?r8i54d#plan-course') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'plan-course' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-batsu:before {
  content: "\e903";
}
.icon-maru:before {
  content: "\e900";
}
.icon-sankaku:before {
  content: "\e901";
}
.icon-shikaku:before {
  content: "\e902";
}

/*サイドバーカレンダーのアイコン調整*/
#plan_calendar_section .fc-content [class^="icon-"], [class*=" icon-"]{
    line-height: 3.5;
}