@charset "UTF-8";

.home .section {
  padding: 70px 0;
}

.home .info-list {
  margin-bottom: 22px;
}

.main-visual {
  position: relative;
  width: 100%;
  height: 560px;
  z-index: 1;
}

.main-visual__slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-visual__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  z-index: 10;
}

.main-visual__slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 11;
  -webkit-animation: overlayFadeOut 1s linear 0.15s 1 normal both;
  animation: overlayFadeOut 1s linear 0.15s 1 normal both;
}

.main-visual__item {
  width: 100%;
  height: 100%;
}

.main-visual__item--01 {
  background: url(../images/top/main-visual_bg_01.jpg) center center/cover no-repeat;
}

.main-visual__item--02 {
  background: url(../images/top/main-visual_bg_02.jpg) center 40%/cover no-repeat;
}

.main-visual__item--03 {
  background: url(../images/top/main-visual_bg_03.jpg) center 30%/cover no-repeat;
}

.main-visual__item--04 {
  background: url(../images/top/main-visual_bg_04.jpg) center 29%/cover no-repeat;
}

.main-visual .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 10;
  padding-right: 500px;
}

.main-visual__body {
  color: #fff;
}

.main-visual__catch {
  line-height: 1.6;
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.main-visual__catch-en {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.main-visual .swiper-pagination {
  bottom: 15px;
}

.main-visual .swiper-pagination-bullet {
  background: #e0e0e0;
  margin-right: 8px;
  opacity: 1;
}

.main-visual .swiper-pagination-bullet-active {
  background: #00B9E1;
}

@-webkit-keyframes overlayFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes overlayFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.title-index {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #00B9E1;
  margin-bottom: 40px;
}

.top-search .inner {
  position: relative;
  z-index: 10;
  pointer-events: none;
}

.top-search__box {
  width: 100%;
  max-width: 450px;
  height: 512px;
  color: #fff;
  background: #B1D02D;
  border-radius: 6px;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-top: -462px;
  padding: 28px 32px 40px;
  pointer-events: auto;
}

.top-search__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 26px;
  padding-bottom: 6px;
}

.top-search__ttl::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../images/common/search_icon_01.svg) center center/contain no-repeat;
  margin-right: 7px;
}

.top-search__item {
  width: 100%;
  margin-bottom: 20px;
}

.l-row .top-search__item {
  width: 47%;
}

.top-search__item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.top-search__item-ttl svg {
  margin-right: 5px;
}

.top-search__body {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.top-search__body--field {
  width: 74%;
}

.top-search__body .select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 4px;
}

.top-search__body .select-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 14px;
  width: 0.5em;
  height: 0.5em;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  pointer-events: none;
}

.top-search__body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 10px 3.4em 10px 16px;
  z-index: 1;
}

.top-search__body select::-ms-expand {
  display: none;
}

.top-search__body input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 10px 16px;
}

.top-search__body input::-webkit-input-placeholder {
  color: #ccc;
}

.top-search__body input::-moz-placeholder {
  color: #ccc;
}

.top-search__body input:-ms-input-placeholder {
  color: #ccc;
}

.top-search__body input::-ms-input-placeholder {
  color: #ccc;
}

.top-search__body input::placeholder {
  color: #ccc;
}

.top-search__item-note {
  font-size: 1.1rem;
  margin-left: 12px;
}

.top-search__btn {
  position: relative;
  display: block;
  width: 218px;
  height: 50px;
  line-height: 46px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  border: 2px solid #fff;
  margin: 38px auto 0;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

.top-search__btn svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 14px;
  width: 19px;
  height: 19px;
  fill: #B1D02D;
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}

.top-search__btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
}

.top-search__btn:hover svg {
  fill: #fff;
}

.top-info {
  background: #f8f8f8;
  margin-top: -52px;
}

.top-info.section {
  padding: 120px 0 70px;
}

.top-info__ttl {
  position: relative;
  width: 166px;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  color: #00B9E1;
  margin-bottom: 0;
  padding: 0 40px 0 0;
}

.top-info__ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/top/info_ttl_icon_01.svg) center center/contain no-repeat;
  vertical-align: middle;
  margin: 0 6px 5px 0;
}

.top-info__list {
  width: calc(100% - 166px);
  margin-bottom: 36px;
}

.top-about {
  text-align: center;
  background: url(../images/top/about_bg_01.jpg) center center/cover no-repeat;
  padding: 90px 0;
}

.top-about__catch {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.top-about__txt {
  line-height: 2;
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
}

.top-seminar {
  overflow: hidden;
  background: linear-gradient(to top, #00B9E1 0%, #00B9E1 292px, rgba(0, 0, 0, 0) 292px, rgba(0, 0, 0, 0) 100%);
}

.top-seminar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top-seminar__item {
  width: 270px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 12px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 3px 12px rgba(51, 51, 51, 0.1);
  border: 2px solid #e0e0e0;
}

.top-seminar__item[data-end] {
  overflow: hidden;
  position: relative;
  border-color: rgba(243, 120, 120, 0.76);
}

.top-seminar__item[data-end]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 120, 120, 0.76);
  pointer-events: none;
  z-index: 10;
}

.top-seminar__item[data-end]::after {
  content: "このセミナー・研修は定員に達しました";
  display: block;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  pointer-events: none;
  z-index: 10;
}

.top-seminar__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 20px 20px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.top-seminar__link:hover {
  opacity: 0.7;
}

.top-seminar__item-body {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 15px;
}

.top-seminar__item-date {
  font-size: 1.3rem;
  font-weight: 700;
  color: #00B9E1;
  margin-bottom: 20px;
}

.top-seminar__item-date-ttl {
  display: block;
}

.top-seminar__item-ttl {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}

.top-seminar__item-foot {
  font-size: 1.1rem;
  padding-top: 20px;
}

.top-seminar__item-field {
  display: inline-block;
  color: #fff;
  background: #00B9E1;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 1px 8px;
}

.top-seminar__item-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -6px;
}

.top-seminar__item-tag > li {
  color: #00B9E1;
  background: #E5EEF7;
  border-radius: 4px;
  margin: 0 6px 6px 0;
  padding: 1px 8px;
}

.top-seminar .swiper-container {
  overflow: visible;
}

.top-seminar .swiper-slide {
  height: auto;
}

.top-calendar {
  padding-bottom: 90px;
}

.top-link {
  padding-bottom: 70px;
}

.top-link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-link__item {
  width: 240px;
  margin: 0 14px;
}

.top-link__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 104px;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #B1D02D;
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 12px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 3px 12px rgba(51, 51, 51, 0.1);
  border: 3px solid #B1D02D;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

.top-link__link:hover {
  color: #B1D02D;
  background: #fff;
}

.top-banner {
  background: #f4f4f4;
  padding: 30px 0;
}

.top-banner .inner {
  position: relative;
}

.top-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-banner__item {
  text-align: center;
}

.top-banner__item img {
  width: 100%;
}

.top-banner__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 5vw;
  left: 5vw;
  width: auto;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.top-banner .swiper-button-next,
.top-banner .swiper-container-rtl .swiper-button-prev {
  position: relative;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
  pointer-events: auto;
}

.top-banner .swiper-button-next::after,
.top-banner .swiper-container-rtl .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-left: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.top-banner .swiper-button-prev,
.top-banner .swiper-container-rtl .swiper-button-next {
  position: relative;
  left: 0;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  pointer-events: auto;
}

.top-banner .swiper-button-prev::after,
.top-banner .swiper-container-rtl .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  margin-left: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.search-query {
  border: 3px solid #e0e0e0;
  border-radius: 12px;
  margin-bottom: 80px;
  padding: 30px 46px;
}

.search-query__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.search-query__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.search-query__item-head {
  width: 200px;
  margin-bottom: 16px;
}

.search-query__item-head:last-of-type {
  margin-bottom: 0;
}

.search-query__item-body {
  width: calc(100% - 200px);
  margin-bottom: 16px;
}

.search-query__item-body:last-of-type {
  margin-bottom: 0;
}

.search-query__btn {
  position: relative;
  width: 200px;
  padding-left: 6px;
}

.search-query__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-query__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 2px;
  height: 16px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.search-query__btn.is-open::before {
  display: none;
}

.search-query__btn.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.search-query__btn:hover::before,
.search-query__btn:hover::after {
  background: #00B9E1;
}

.search-form {
  margin: 40px 0;
}

.search-form__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #00B9E1;
  border-bottom: 3px solid #00B9E1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.search-form__ttl svg {
  width: 22px;
  fill: #00B9E1;
  margin-right: 10px;
}

.search-form__content {
  margin-bottom: 60px;
}

.search-form__item-head {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  background: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 40px;
}

.search-form__item-head svg {
  position: absolute;
  top: 50%;
  left: 24px;
  fill: #333;
  margin-right: 6px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-form__item-body {
  margin-bottom: 36px;
  padding: 0 20px;
}

.search-form__item-body input {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 16px;
}

.search-form__item-body input::-webkit-input-placeholder {
  color: #ccc;
}

.search-form__item-body input::-moz-placeholder {
  color: #ccc;
}

.search-form__item-body input:-ms-input-placeholder {
  color: #ccc;
}

.search-form__item-body input::-ms-input-placeholder {
  color: #ccc;
}

.search-form__item-body input::placeholder {
  color: #ccc;
}

.search-form__item-body .checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 12px 8px 27px;
  vertical-align: middle;
  cursor: pointer;
}

.search-form__item-body .checkbox::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 7px;
  display: block;
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 10;
  opacity: 0;
}

.search-form__item-body .checkbox::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #00B9E1;
  border-radius: 4px;
  margin-top: -10px;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

.search-form__item-body input[type=checkbox] {
  display: none;
}

.search-form__item-body input[type=checkbox]:checked + .checkbox:after {
  background: #00B9E1;
}

.search-form__item-body input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.search-form__item-body--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -20px;
}

.search-form__item-body--date input {
  width: 180px;
  text-align: right;
  margin-bottom: 20px;
}

.search-form__item-body--date input::-webkit-input-placeholder {
  text-align: center;
}

.search-form__item-body--date input::-moz-placeholder {
  text-align: center;
}

.search-form__item-body--date input:-ms-input-placeholder {
  text-align: center;
}

.search-form__item-body--date input::-ms-input-placeholder {
  text-align: center;
}

.search-form__item-body--date input::placeholder {
  text-align: center;
}

.search-form__item-body--date span {
  margin: 0 20px 20px;
}

.search-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.search-form__list > li {
  width: 33.333%;
}

.search-form__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-form__btn-wrap .btn {
  margin: 0 20px;
}

.search-form__reset-btn {
  width: 140px;
  background: #999;
  border-color: #999;
}

.search-form__reset-btn:hover {
  color: #999;
}

.search-form__btn {
  position: relative;
  width: 260px;
}

.search-form__btn svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 14px;
  width: 19px;
  height: 19px;
  fill: #fff;
}

.search-form__btn:hover svg {
  fill: #00B9E1;
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(6),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n-1) {
  color: #1b70b3;
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: #b91313;
}

.seminar-list__head {
  margin-bottom: 10px;
}

.seminar-list__result {
  display: block;
  text-align: center;
  background: #f0fcff;
  margin-bottom: 0;
  padding: 30px;
}

.seminar-list__result span {
  font-family: "Open Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}

.seminar-list__content {
  border-radius: 12px;
  border: 3px solid #e0e0e0;
}

.seminar-list__item {
  border-bottom: 1px solid #dadada;
  padding: 50px;
}

.seminar-list__item:nth-child(even) {
  background: #fafafa;
}

.seminar-list__item:nth-child(1) {
  border-radius: 12px 12px 0 0;
}

.seminar-list__item:last-child {
  border-radius: 0 0 12px 12px;
  border-bottom: none;
}

.seminar-list__item[data-end] .seminar-list__status {
  background: #333;
}

.seminar-list__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.seminar-list__date {
  margin-bottom: 0;
}

.seminar-list__status {
  color: #fff;
  background: #00B9E1;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 10px 1px;
}

.seminar-list__item-body {
  margin-bottom: 10px;
}

.seminar-list__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.seminar-list__ttl a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.seminar-list__ttl a:hover {
  color: #00B9E1;
}

.seminar-list__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -6px;
}

.seminar-list__tag > li {
  color: #00B9E1;
  background: #E5EEF7;
  border-radius: 4px;
  margin: 0 6px 6px 0;
  padding: 1px 8px;
}

.seminar-list .btn {
  width: 140px;
  margin-right: 0;
}

.seminar-detail__head {
  background: #f0fcff;
  padding: 40px 30px 30px;
}

.seminar-detail__head .l-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.seminar-detail__date {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.seminar-detail__status {
  color: #fff;
  background: #00B9E1;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 10px 1px;
}

.seminar-detail__status[data-end] {
  background: #333;
}

.seminar-detail__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0;
}

.seminar-detail__body {
  padding: 40px 0;
}

.seminar-detail__data-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: #fefff0;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-bottom: 0;
  padding: 10px 0;
}

.seminar-detail__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 0;
}

.seminar-detail__data-head {
  width: 220px;
  text-align: center;
  background: #fefff0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 10px 20px;
}

.seminar-detail__data-body {
  width: calc(100% - 220px);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 10px 20px;
}

.seminar-detail__data-body p {
  margin-bottom: 0;
}

.seminar-detail__data-body a {
  color: #00B9E1;
  text-decoration: underline;
}

.seminar-detail__data-body a:hover {
  color: #00B9E1;
  opacity: 0.7;
}

.seminar-detail__data-body a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_external-link.svg) center center/contain no-repeat;
  margin-left: 5px;
}

.calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 40px;
}

.calendar .fc-toolbar h2 {
  line-height: 1;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #00B9E1;
  margin-bottom: 0;
}

.calendar .fc-button-primary {
  font-size: 1.3rem;
  font-weight: 700;
  background: #B1D02D;
  border-color: #B1D02D;
}

.calendar .fc-button-primary:hover {
  background: #B1D02D;
  border-color: #B1D02D;
  opacity: 0.7;
}

.calendar .fc-button-primary:not(:disabled):active,
.calendar .fc-button-primary:not(:disabled).fc-button-active {
  background: #00B9E1;
  border-color: #00B9E1;
}

.calendar .fc-event,
.calendar .fc-event-dot {
  color: #fff;
  background-color: #00B9E1;
  border-color: #00B9E1;
  margin-bottom: 2px;
}

.calendar .fc-day-header {
  background: #f4f4f4;
  padding: 18px 10px;
}

.calendar .fc-day-header.fc-sat {
  color: #1B70B3;
  background: #EAF4FF;
}

.calendar .fc-day-header.fc-sun {
  color: #B91313;
  background: #F6E8EE;
}

.calendar__tooltip-field {
  float: right;
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  background: #00B9E1;
  border-radius: 4px;
  margin-bottom: 4px;
  padding: 1px 8px;
}

.calendar__tooltip-ttl {
  clear: both;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.calendar__tooltip-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -6px;
}

.calendar__tooltip-tag > li {
  font-size: 1.1rem;
  color: #00B9E1;
  background: #E5EEF7;
  border-radius: 4px;
  margin: 0 6px 6px 0;
  padding: 1px 8px;
}

.calendar__tooltip-end {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  background: #F69898;
  margin: 10px 0 0;
  padding: 2px 6px;
}

.info-list {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 26px;
}

.info-list:last-child {
  margin-bottom: 0;
}

.info-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-list__link:hover .info-list__date {
  color: #00B9E1;
}

.info-list__link:hover .info-list__body {
  color: #00B9E1;
}

.info-list__head {
  width: 260px;
  padding-right: 20px;
}

.info-list__date {
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.info-list__cat {
  display: inline-block;
  width: 128px;
  height: 22px;
  line-height: 22px;
  font-size: 1.3rem;
  text-align: center;
  color: #00B9E1;
  background: #ededed;
  border-radius: 12px;
}

.info-list__body {
  width: calc(100% - 260px);
  text-decoration: underline;
  margin-bottom: 0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.info-detail__ttl {
  line-height: 1.7;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 3px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.info-detail__date {
  font-weight: 700;
  text-align: right;
  color: #999;
  margin-bottom: 0;
}

.info-detail__content {
  border-bottom: 1px solid #dadada;
  margin-bottom: 40px;
  padding: 40px 0 60px;
}

.info-detail__content h2 {
  position: relative;
  line-height: 1.4;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.info-detail__content h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dadada;
}

.info-detail__content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #00B9E1;
}

.info-detail__content h2:nth-child(1) {
  margin-top: 0;
}

.info-detail__content h3 {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
  background: #f4f4f4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 14px;
}

.info-detail__content h3:nth-child(1) {
  margin-top: 0;
}

.info-detail__content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
  padding: 5px 14px;
}

.info-detail__content p {
  line-height: 2;
  margin-bottom: 20px;
}

.info-detail__content img {
  height: auto;
  margin: 20px 0;
}

.info-detail__content a {
  color: #00B9E1;
  text-decoration: underline;
}

.info-detail__content a:hover {
  color: #00B9E1;
  opacity: 0.7;
}

.info-detail__content a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_external-link.svg) center center/contain no-repeat;
  margin-left: 5px;
}

.info-detail .btn {
  width: 190px;
}

.about .section {
  border-bottom: 1px solid #dadada;
  padding: 80px 0;
}

.about .section:last-of-type {
  padding-bottom: 120px;
}

.about .section:nth-child(even) {
  background: #fafafa;
}

.about__catch {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.about-list {
  margin-bottom: 40px;
}

.about-list:last-child {
  margin-bottom: 0;
}

.about-list__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #999;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px 14px;
}

.about-list__body {
  margin-bottom: 0;
}

.about-list__body a {
  text-decoration: underline;
}

.subsidy-block {
  border-radius: 12px;
  border: 3px solid #e0e0e0;
  margin-bottom: 30px;
  padding: 50px;
}

.subsidy-block:last-child {
  margin-bottom: 0;
}

.subsidy-block__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.subsidy-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.subsidy-block dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
}

.subsidy-block dt::after {
  content: ":";
  display: inline-block;
  margin-left: auto;
}

.subsidy-block dd {
  width: calc(100% - 120px);
  padding-left: 10px;
}

.subsidy-block__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.subsidy-block__table thead th {
  text-align: center;
  background: #fefff0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.subsidy-block__table tbody th {
  font-weight: 400;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.subsidy-block__table tbody td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 10px 20px;
}

.subsidy-block a {
  color: #00B9E1;
  text-decoration: underline;
}

.subsidy-block a:hover {
  color: #00B9E1;
  opacity: 0.7;
}

.subsidy-block a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_external-link.svg) center center/contain no-repeat;
  margin-left: 5px;
}

.link-list {
  margin-bottom: 30px;
}

.link-list:last-child {
  margin-bottom: 0;
}

.link-list__item {
  position: relative;
  border-bottom: 1px solid #dadada;
  padding: 10px 10px 10px 30px;
}

.link-list__item:nth-child(even) {
  background: #f8f8f8;
}

.link-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.3em;
  left: 10px;
  width: 6px;
  height: 6px;
  background: #00B9E1;
  border-radius: 50%;
}

.link-list__item a:hover {
  color: #00B9E1;
  opacity: 0.7;
}

.link-list__item a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_external-link.svg) center center/contain no-repeat;
  margin-left: 5px;
}

.link-list__item--pdf a[target=_blank]::after {
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_pdf.svg) center center/contain no-repeat;
  vertical-align: middle;
  margin-bottom: 4px;
}

.case__txt {
  margin-bottom: 40px;
}

.sitemap-list {
  border-top: 1px solid #dadada;
}

.sitemap-list__item {
  position: relative;
  font-size: 1.8rem;
  border-bottom: 1px solid #dadada;
  padding: 24px 40px 24px 50px;
}

.sitemap-list__item:nth-child(even) {
  background: #f8f8f8;
}

.sitemap-list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 2em;
  left: 30px;
  width: 8px;
  height: 8px;
  background: #00B9E1;
  border-radius: 50%;
}

.sitemap-list__item a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.sitemap-list__item a:hover {
  color: #00B9E1;
}

.sitemap-list__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: -20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.sitemap-list__sub li {
  position: relative;
  font-size: 1.5rem;
  margin-right: 50px;
  margin-bottom: 20px;
  padding-left: 18px;
}

.sitemap-list__sub li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 2px #00B9E1;
  border-right: solid 2px #00B9E1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.u-mb0px {
  margin-bottom: 0 !important;
}

.u-mb30px {
  margin-bottom: 30px;
}

.u-mb60px {
  margin-bottom: 60px;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 4px;
}

.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/

a[data-goto] {
  cursor: pointer;
}

a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-mirror-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to timegrid/daygrid */

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}

.fc-event,
.fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}

.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */

.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */

.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}

/* Event Dragging
--------------------------------------------------------------------------------------------------*/

.fc-event.fc-dragging.fc-selected {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */

/* left resizer  */

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */

.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */

/* left resizer  */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*
TODO: more distinction between this file and common.css
*/

/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/

@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !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;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}

/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/

/* reset */

.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.fc-button {
  -webkit-appearance: button;
}

.fc-button:not(:disabled) {
  cursor: pointer;
}

.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* theme */

.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc-button:hover {
  color: #212529;
  text-decoration: none;
}

.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc-button:disabled {
  opacity: 0.65;
}

/* "primary" coloring */

.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

/* icons within buttons */

.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}

.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}

.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* List View
--------------------------------------------------------------------------------------------------*/

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

/* inner content */

.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/

.fc-view-container {
  position: relative;
}

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */

/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* DayGridView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-dayGridWeek-view .fc-content-skeleton,
.fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 2px;
}

.fc-dayGrid-view th.fc-week-number,
.fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */

.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}

.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #fff;
  color: black;
  width: 233px;
  border: 3px solid #00B9E1;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: 0.8rem;
  padding: 0.5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 10px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #00B9E1;
}

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}

.popper[x-placement^=top],
.tooltip[x-placement^=top] {
  margin-bottom: 10px;
}

.popper[x-placement^=top] .popper__arrow,
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 10px 10px 0 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -10px;
  left: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^=bottom],
.tooltip[x-placement^=bottom] {
  margin-top: 10px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow,
.popper[x-placement^=bottom] .popper__arrow {
  border-width: 0 10px 10px 10px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -10px;
  left: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right],
.popper[x-placement^=right] {
  margin-left: 10px;
}

.popper[x-placement^=right] .popper__arrow,
.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 10px 10px 10px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -10px;
  top: calc(50% - 10px);
  margin-left: 0;
  margin-right: 0;
}

.popper[x-placement^=left],
.tooltip[x-placement^=left] {
  margin-right: 10px;
}

.popper[x-placement^=left] .popper__arrow,
.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 10px 0 10px 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -10px;
  top: calc(50% - 10px);
  margin-left: 0;
  margin-right: 0;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
}

/*
/*rtl:begin:ignore*/

/*
/*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0;
}

/*
/*rtl:begin:ignore*/

/*
/*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 959px) {
  .main-visual .inner {
    padding-right: 3vw;
  }

  .main-visual .swiper-pagination {
    display: none;
  }

  .info-list {
    margin-bottom: 30px;
  }

  .info-list__head {
    width: 100%;
    margin-bottom: 10px;
  }

  .info-list__body {
    width: 100%;
  }

  .popper,
  .tooltip {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  .home .section {
    padding: 40px 0;
  }

  .home .info-list {
    margin-bottom: 20px;
  }

  .home .info-list:last-child {
    margin-bottom: 0;
  }

  .main-visual {
    height: 80vw;
  }

  .main-visual__item--01 {
    background: url(../images/top/main-visual_bg_01-sp.jpg) center center/cover no-repeat;
  }

  .main-visual__item--02 {
    background: url(../images/top/main-visual_bg_02-sp.jpg) center center/cover no-repeat;
  }

  .main-visual__item--03 {
    background: url(../images/top/main-visual_bg_03-sp.jpg) center center/cover no-repeat;
  }

  .main-visual__item--04 {
    background: url(../images/top/main-visual_bg_04-sp.jpg) center center/cover no-repeat;
  }

  .main-visual .inner {
    padding: 0 25px;
  }

  .main-visual__body {
    margin-top: auto;
    padding-bottom: 80px;
  }

  .main-visual__catch {
    line-height: 1.4;
    font-size: 23px;
    font-size: 6.1333333333vw;
    margin-bottom: 6px;
  }

  .main-visual__catch-en {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .title-index {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 20px;
  }

  .top-search .inner {
    padding: 0 25px;
  }

  .top-search__box {
    height: auto;
    margin-top: -56px;
    padding: 18px 20px 30px;
  }

  .top-search__ttl {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 16px;
  }

  .top-search__ttl::before {
    width: 4.8vw;
    height: 4.8vw;
  }

  .top-search__item {
    margin-bottom: 16px;
  }

  .top-search__item-ttl {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .top-search__body {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .top-search__body select {
    padding: 0.6em 3.4em 0.6em 0.8em;
  }

  .top-search__body input {
    padding: 0.6em 0.8em;
  }

  .top-search__btn {
    width: 42.6666666667vw;
    height: 9.6vw;
    line-height: calc(9.6vw - 4px);
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 20px;
  }

  .top-search__btn svg {
    left: 10px;
    width: 4vw;
    height: 4vw;
  }

  .top-info {
    margin-top: 0;
  }

  .top-info.section {
    padding: 40px 0;
  }

  .top-info__ttl {
    width: 100%;
    font-size: 20px;
    font-size: 5.3333333333vw;
    text-align: center;
    margin-bottom: 26px;
    padding: 0;
  }

  .top-info__ttl::before {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
  }

  .top-info__list {
    width: 100%;
    margin-bottom: 26px;
  }

  .top-about__catch {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 20px;
  }

  .top-about__txt {
    text-align: left;
  }

  .top-seminar__list {
    margin-bottom: 40px;
  }

  .top-seminar__item[data-end]::after {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .top-seminar__item-date {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 10px;
  }

  .top-seminar__item-ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .top-seminar__item-foot {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }

  .top-link {
    padding-bottom: 40px;
  }

  .top-link__list {
    display: block;
  }

  .top-link__item {
    width: 100%;
    max-width: 64vw;
    margin: 0 auto 20px;
  }

  .top-link__item:last-child {
    margin-bottom: 0;
  }

  .top-link__link {
    height: 18.6666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .top-banner .inner {
    padding: 0;
  }

  .top-banner__arrow {
    display: none;
  }

  .search-query {
    margin-bottom: 40px;
    padding: 20px 18px;
  }

  .search-query__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding-bottom: 8px;
  }

  .search-query__content {
    margin-bottom: 20px;
  }

  .search-query__item-head {
    width: 26.667vw;
    margin-bottom: 10px;
  }

  .search-query__item-body {
    width: calc(100% - 26.667vw);
    margin-bottom: 10px;
  }

  .search-query__btn {
    width: 53.3333333333vw;
  }

  .search-form {
    margin-bottom: 20px;
  }

  .search-form__ttl {
    font-size: 18px;
    font-size: 4.8vw;
    padding-bottom: 6px;
  }

  .search-form__ttl svg {
    width: 4.2666666667vw;
    margin-right: 8px;
  }

  .search-form__content {
    margin-bottom: 40px;
  }

  .search-form__item-head {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
  }

  .search-form__item-head svg {
    left: 16px;
  }

  .search-form__item-body {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .search-form__item-body .checkbox {
    padding: 6px 10px 6px 27px;
  }

  .search-form__item-body .checkbox::before {
    top: 20px;
  }

  .search-form__item-body .checkbox::after {
    top: 20px;
  }

  .search-form__item-body--date {
    margin-bottom: -10px;
  }

  .search-form__item-body--date input {
    width: 100%;
    margin-bottom: 10px;
  }

  .search-form__item-body--date span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  .search-form__list > li {
    width: 49%;
  }

  .search-form__btn-wrap .btn {
    margin: 0 12px 0 0;
  }

  .search-form__btn-wrap .btn:last-child {
    margin: 0;
  }

  .search-form__reset-btn {
    width: 26.6666666667vw;
  }

  .search-form__btn {
    width: 64vw;
  }

  .search-form__btn svg {
    width: 4.8vw;
    height: 4.8vw;
  }

  .seminar-list__head {
    margin-bottom: 0;
  }

  .seminar-list__result {
    padding: 20px 10px;
  }

  .seminar-list__result span {
    font-size: 24px;
    font-size: 6.4vw;
  }

  .seminar-list__item {
    padding: 30px 18px;
  }

  .seminar-list__item-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .seminar-list__date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    font-size: 12px;
    font-size: 3.2vw;
  }

  .seminar-list__status {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 10px;
  }

  .seminar-list__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }

  .seminar-list__tag > li {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .seminar-list .btn {
    width: 37.3333333333vw;
    margin: 30px auto 0;
  }

  .seminar-detail__head {
    padding: 20px 18px;
  }

  .seminar-detail__head .l-row {
    margin-bottom: 16px;
  }

  .seminar-detail__date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .seminar-detail__status {
    margin-bottom: 10px;
  }

  .seminar-detail__ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .seminar-detail__body {
    padding: 20px 0 30px;
  }

  .seminar-detail__data-ttl {
    font-size: 15px;
    font-size: 4vw;
  }

  .seminar-detail__data-head {
    width: 100%;
    text-align: left;
    padding: 10px 18px;
  }

  .seminar-detail__data-body {
    width: 100%;
    padding: 10px 18px;
  }

  .calendar .fc-toolbar.fc-header-toolbar {
    margin-bottom: 20px;
  }

  .calendar .fc-toolbar h2 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }

  .calendar .fc-button-primary {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 0.3em 0.6em;
  }

  .calendar .fc-day-header {
    padding: 14px 10px;
  }

  .calendar .fc-day-grid-event .fc-content {
    position: relative;
    white-space: inherit;
    height: 3.36rem;
    line-height: 1.4;
    margin-bottom: 1px;
  }

  .info-list {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }

  .info-list__date {
    margin-right: 10px;
  }

  .info-list__cat {
    width: 32vw;
    height: 5.8666666667vw;
    line-height: 5.8666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .info-detail__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .info-detail__date {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }

  .info-detail__content {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .info-detail__content h2 {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 40px;
    padding-bottom: 10px;
  }

  .info-detail__content h3 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
    padding: 8px;
  }

  .info-detail__content h4 {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-bottom: 10px;
    padding: 6px 8px;
  }

  .info-detail__content p {
    margin-bottom: 10px;
  }

  .info-detail__content img {
    margin: 10px 0;
  }

  .info-detail .btn {
    width: 50.6666666667vw;
  }

  .about .section {
    padding: 40px 0;
  }

  .about .section:last-of-type {
    padding-bottom: 70px;
  }

  .about__catch {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 20px;
  }

  .about-list {
    margin-bottom: 30px;
  }

  .about-list__ttl {
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 12px;
    padding: 6px 10px;
  }

  .subsidy-block {
    padding: 30px 18px;
  }

  .subsidy-block__ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .subsidy-block dt {
    width: 100px;
  }

  .subsidy-block dd {
    width: calc(100% - 100px);
  }

  .subsidy-block__table {
    word-break: break-all;
    word-wrap: break-all;
  }

  .subsidy-block__table thead th {
    padding: 10px;
  }

  .subsidy-block__table tbody th {
    padding: 10px;
  }

  .subsidy-block__table tbody td {
    padding: 10px;
  }

  .link-list__item::before {
    top: 1.4em;
  }

  .case__txt {
    margin-bottom: 20px;
  }

  .sitemap-list__item {
    font-size: 16px;
    font-size: 4.2666666667vw;
    padding: 3.733vw 10px 3.733vw 8vw;
  }

  .sitemap-list__item::before {
    top: 6.9333333333vw;
    left: 12px;
    width: 1.6vw;
    height: 1.6vw;
  }

  .sitemap-list__sub {
    margin-top: 20px;
    padding-left: 0;
  }

  .sitemap-list__sub li {
    width: 100%;
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-right: 0;
    margin-bottom: 16px;
    padding-bottom: 1px;
  }

  .u-mb30px {
    margin-bottom: 15px;
  }

  .u-mb60px {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .main-visual__body {
    padding-bottom: 60px;
  }

  .top-search__box {
    max-width: 90%;
    height: auto;
    margin: -60px auto 0;
  }

  .top-info {
    margin-top: 0;
  }

  .top-info.section {
    padding-top: 80px;
  }

  .top-info__ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .top-info__list {
    width: 100%;
  }

  .seminar-detail__data-head {
    width: 160px;
  }

  .seminar-detail__data-body {
    width: calc(100% - 160px);
  }
}

@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/

  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/

  .fc th,
  .fc td,
  .fc hr,
  .fc thead,
  .fc tbody,
  .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */

  /* common... */

  .fc-bg,
  .fc-bgevent-skeleton,
  .fc-highlight-skeleton,
  .fc-mirror-skeleton,
  .fc-bgevent-container,
  .fc-business-container,
  .fc-highlight-container,
  .fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */

  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/

  .fc-more-cell,
  .fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/

  /* undo the min-height 100% trick used to fill the container's height */

  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */

  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */

  .fc-slats,
  .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */

  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */

  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */

  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/

  /* naturally position events, vertically stacking them */

  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */

  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */

  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */

  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */

  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */

  /* undo a previous declaration and let the time text span to a second line */

  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */

  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */

  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/

  /* kill the scrollbars and allow natural height */

  .fc-scroller,
  .fc-day-grid-container,
  .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */

  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/

  .fc-button-group,
  .fc button {
    display: none;
    /* don't display any button-related controls */
  }
}