@charset "UTF-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

html {
  height: 100%;
  font-size: 62.5%
}

body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

input, select, textarea {
  font-size: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

:root {
  --font-roboto: "Roboto", sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --font-oswald: "Oswald", sans-serif;
  --color-brand: #0370c1;
  --color-brand-dark: #025298;
  --color-brand-light: #ddf5ee;
  --color-yellow: #ddcf15;
  --color-dark-yellow: #e8da15;
  --color-light-gray: #f4f4f4;
  --color-gray: #ccc;
  --color-dark-gray: #333;
  --color-link: #0000f0;
  --color-text: #333;
  --color-ux-green: #1b9c40;
  --color-selection: rgba(166, 219, 249, .57);
  --color-placeholder: #dcdcdc;
  --inner-width: 1024px;
  --outer-padding: 16px;
  --main-width: 1200px
}

body {
  font-family: Hiragino Sans, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS P Gothic, Verdana, sans-serif;
  color: #333;
  color: var(--color-text);
  letter-spacing: 1px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem
}

@media (max-width: 767px) {
  body {
    word-break: break-word;
    word-wrap: break-word;
    letter-spacing: 0
  }
}

@media (-ms-high-contrast: none) {
  .body {
    font-family: メイリオ, Meiryo, 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif
  }
}

::selection {
  background: rgba(166, 219, 249, .57);
  background: var(--color-selection)
}

::-webkit-input-placeholder {
  color: #dcdcdc;
  color: var(--color-placeholder)
}

a {
  color: #0000f0;
  color: var(--color-link);
  text-decoration: none
}

a, a img {
  -webkit-transition: all 80ms linear;
  transition: all 80ms linear
}

a:hover img {
  opacity: .8
}

select {
  height: 40px
}

input, select, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 0
}

@media (max-width: 767px) {
  input, select, textarea {
    width: 100%
  }
}

@media (max-width: 767px) {
  table {
    table-layout: fixed
  }
}

p {
  font-weight: 500
}

p + p {
  margin-top: 24px
}

@media (max-width: 767px) {
  p + p {
    margin: 16px 0
  }
}

em, strong {
  font-weight: 700
}

small {
  font-size: 1.3rem;
  line-height: 20px;
  font-weight: 400
}

@media (max-width: 767px) {
  small {
    font-size: 1.1rem;
    line-height: 17px
  }
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #f4f4f4;
  background: var(--color-light-gray);
  margin: 32px 0
}

[v-cloak] {
  opacity: 0
}

.header {
  background: #ccc;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header, .header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-primary {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1056px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  padding: 0 16px;
  padding: 0 var(--outer-padding);
  margin: 0 auto;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px
}

@media (max-width: 767px) {
  .header-primary {
    padding: 0 16px;
    position: relative;
    overflow-x: hidden;
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.header-secondary {
  background: #0370c1;
  background: var(--color-brand)
}

@media (max-width: 767px) {
  .header-secondary {
    display: none
  }
}

.footer {
  background: #0a5d20;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-sub-nav {
  display: flex;
  justify-content: center;
}

.footer-sub-nav a {
  color: #ffffff;
}

.copyright {
  margin-top: 16px;
}

.sidebar__banner {
  display: block
}

.sidebar__banner:not(:first-child) {
  margin-top: 8px
}

.sidebar__banner--no-link {
  cursor: default;
  pointer-events: none;
  text-decoration: none
}

.sidebar__banner--no-link:hover {
  opacity: 1
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 1.4rem;
  line-height: 27px;
  font-weight: 400
}

@media (max-width: 767px) {
  .app {
    font-size: 1.4rem;
    line-height: 24px
  }
}

.app[data-state=lock] {
  overflow: hidden
}

.header__inner {
  max-width: 1056px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  padding: 0 16px;
  padding: 0 var(--outer-padding);
  width: 100%;
  margin: 0 auto
}

@media (max-width: 767px) {
  .header__inner {
    padding: 0 16px
  }
}

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.container--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1056px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  padding: 0 16px;
  padding: 0 var(--outer-padding);
  width: 100%;
  margin: 0 auto;
}

.footer {
  margin-top: 80px
}

@media (max-width: 767px) {
  .footer {
    margin-top: 32px;
    padding: 14px 0
  }
}

.footer__inner {
  max-width: 1056px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  padding: 0 16px;
  padding: 0 var(--outer-padding);
  width: 100%;
  margin: 0 auto
}

@media (max-width: 767px) {
  .footer__inner {
    padding: 0 16px
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

.main--small {
  max-width: 600px;
  margin: 0 auto
}

.content {
  max-width: 1056px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  padding: 0 16px;
  padding: 0 var(--outer-padding);
  width: 100%;
  margin: 0 auto
}

@media (max-width: 767px) {
  .content {
    padding: 0 16px
  }
}

.sidebar {
  width: 220px;
  margin-left: 24px
}

@media (max-width: 767px) {
  .sidebar {
    display: none
  }
}

.header {
  background: #00843c;
  height: 90px;
  position: sticky;
  top: 0;
}

.header-logo {
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  height: 100%;
  background: #0a5d20;
}
.header-logo__subcopy {
  font-size: 1.4rem;
}
.header-logo__title {
  font-size: 1.9rem;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 8px;
}

.global-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-left: 40px;
  flex: 1;
}

.global-nav__lists {
  display: flex;
}

.global-nav__list {
  margin-left: 24px;
}

.global-nav__link {
  color: #ffffff;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.global-nav__link:hover {
  opacity: .8;
}

.global-nav__link--button {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0a5d20;
  padding: 16px;
}

.section {
  padding: 80px 0
}

.section--ligh-gray {
  background: #f4f4f4;
  background: var(--color-light-gray)
}

.section__inner {
  max-width: 1056px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  padding: 0 16px;
  padding: 0 var(--outer-padding);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media (max-width: 767px) {
  .section__inner {
    padding: 0 16px
  }
}

.section__inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.section__title {
  font-size: 2.6rem;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 3px solid #ccc;
  border-bottom: 3px solid var(--color-gray);
  position: relative;
  z-index: 1;
  margin-bottom: 32px
}

@media (max-width: 767px) {
  .section__title {
    font-size: 2.1rem;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px
  }
}

.section__title:not(:first-child) {
  margin-top: 40px
}

.section__desc {
  font-weight: 700
}

.section__thumb {
  margin-right: 60px
}

@media (max-width: 767px) {
  .section__thumb {
    width: 130px;
    margin-right: 20px
  }
}

.section__inner--reverse .section__thumb {
  margin-right: 0;
  margin-left: 60px
}

@media (max-width: 767px) {
  .section__inner--reverse .section__thumb {
    width: 150px;
    margin-left: 20px
  }
}

.section__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-bottom: 80px
}

.section__more {
  height: 46px;
  font-size: 1.5rem;
  line-height: 23px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  padding: 12px 8px;
  min-width: 220px;
  border: 1px solid transparent;
  border-bottom-color: #f4f4f4;
  border-bottom-color: var(--color-light-gray);
  overflow: hidden;
  color: inherit;
  -webkit-transition: border .5s;
  transition: border .5s
}

@media (max-width: 767px) {
  .section__more {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.section__more:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-left-color: #000;
  -webkit-transition: bottom .5s;
  transition: bottom .5s
}

.section__more:hover {
  border-color: #333;
  border-color: var(--color-dark-gray)
}

.section__more:hover:before {
  bottom: -20px
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.article-card__item {
  width: 32%;
  border: 1px solid;
  border-radius: 4px
}

.article-card__item:not(:nth-child(3n+1)) {
  margin-left: 2%
}

.article-card__item:nth-child(n+4) {
  margin-top: 20px
}

.article-card__link {
  color: inherit
}

.article-card__content {
  padding: 16px
}

.article-card__title {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 12px
}

@media (max-width: 767px) {
  .article-card__title {
    font-size: 1.9rem;
    line-height: 29px
  }
}

.article-card__date {
  text-align: right
}

.copyright {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.3rem;
  line-height: 20px;
  font-weight: 400
}

@media (max-width: 767px) {
  .copyright {
    font-size: 1.1rem;
    line-height: 17px
  }
}

.header-hamburger {
  display: none;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
  color: #0370c1;
  color: var(--color-brand);
  background: #fff;
  cursor: pointer
}

@media (max-width: 767px) {
  .header-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.header-hamburger:before {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\F0C9";
  font-size: 2.6rem;
  position: relative;
  top: -1px;
  left: 1px
}

.header-hamburger--close {
  position: static;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
  padding: 11px 16px;
  height: auto;
  -webkit-transform: none;
  transform: none
}

.header-hamburger--close:before {
  font-family: Font Awesome\ 5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\F00D";
  font-size: 2.6rem
}

.overlay {
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: opacity .5s cubic-bezier(.88, 0, .15, 1.01) 0s;
  transition: opacity .5s cubic-bezier(.88, 0, .15, 1.01) 0s;
  opacity: 1;
  width: 100%;
  height: 100%
}

.overlay.fade-enter-active, .overlay.fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.overlay.fade-enter, .overlay.fade-leave-to {
  opacity: 0
}

.back-to-top {
  opacity: 0;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100
}

@media (max-width: 767px) {
  .back-to-top {
    bottom: 15px;
    right: 10px
  }
}

.back-to-top.visible {
  opacity: 1
}

.back-to-top__item {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #025298;
  background: var(--color-brand-dark);
  cursor: pointer;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.back-to-top__item:before {
  content: "";
  position: relative;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 12px;
  border-color: transparent transparent #fff
}

@media (max-width: 767px) {
  .back-to-top__item:before {
    border-width: 0 8.5px 12px
  }
}

.back-to-top__item:hover {
  opacity: .8
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0;
  border-right: 1px solid #ccc;
  border-right: 1px solid var(--color-gray);
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid var(--color-gray)
}

.table--1col .table__cell {
  width: 100%;
  background: #f4f4f4;
  background: var(--color-light-gray)
}

.table--2col .table__cell, .table--3col .table__cell:nth-child(3n+1) {
  width: 50%
}

.table--3col .table__cell:not(:nth-child(3n+1)) {
  width: 25%
}

.table--4col .table__cell:nth-child(4n+2) {
  width: 40%
}

.table--4col .table__cell:not(:nth-child(4n+2)) {
  width: 20%
}

.table__row {
  width: 100%
}

.table .table__cell, .table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.table .table__cell {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid #ccc;
  border-left: 1px solid var(--color-gray);
  background: #fff
}

.table .table__cell--title {
  background: #f4f4f4;
  background: var(--color-light-gray);
  font-weight: 600
}

.table .table__cell--center, .table .table__cell--title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.alert .fas {
  font-size: 1.7rem;
  line-height: 25px;
  font-weight: 700
}

@media (max-width: 767px) {
  .alert .fas {
    font-size: 1.7rem;
    line-height: 25px
  }
}

.alert__msg {
  padding: 12px 17px;
  font-size: 1.7rem;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  margin-top: 10px
}

@media (max-width: 767px) {
  .alert__msg {
    font-size: 1.7rem;
    line-height: 25px
  }
}

.alert__msg:not(:first-child) {
  margin-top: 10px
}

.alert__msg--success {
  background: #daefd8;
  color: #1b9c40;
  color: var(--color-ux-green)
}

.alert__msg--error {
  background: #f3ddda;
  color: #a51919
}

.alert__msg--warning {
  background: #ebe2ca;
  color: #8e5f22
}

.alert__msg--info {
  background: #d3ecef;
  color: #1c5cb5
}

.btn-more {
  height: 93px;
  font-size: 1.94rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ddcf15;
  background: var(--color-yellow);
  width: 650px;
  color: #333;
  color: var(--color-text);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.btn-more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #e8da15;
  background: var(--color-dark-yellow);
  -webkit-transition: all .4s cubic-bezier(1, -.01, .26, 1.01);
  transition: all .4s cubic-bezier(1, -.01, .26, 1.01);
  z-index: -1
}

.btn-more:hover:before {
  width: 100%
}

.page-title {
  background: #f4f4f4;
  background: var(--color-light-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  margin-bottom: 80px
}

@media (max-width: 767px) {
  .page-title {
    height: 140px;
    margin-bottom: 24px
  }
}

.page-title__ja {
  font-size: 3.2rem;
  line-height: 52px;
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  width: 100%;
  display: block;
  text-align: center
}

@media (max-width: 767px) {
  .page-title__ja {
    font-size: 2.1rem;
    line-height: 32px;
    padding-left: 35px;
    text-align: left
  }
}

.page-title__en {
  font-size: 1.6rem;
  width: 100%;
  display: block;
  text-align: center
}

@media (max-width: 767px) {
  .page-title__en {
    font-size: 1.3rem
  }
}

.content h2 {
  font-size: 2.6rem;
  line-height: 42px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 3px solid #ccc;
  border-bottom: 3px solid var(--color-gray);
  position: relative;
  z-index: 1;
  margin-bottom: 32px
}

@media (max-width: 767px) {
  .content h2 {
    font-size: 2.1rem;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px
  }
}

.content h2:not(:first-child) {
  margin-top: 40px
}

.content h3 {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 3px solid #ccc;
  border-bottom: 3px solid var(--color-gray);
  margin-bottom: 24px
}

@media (max-width: 767px) {
  .content h3 {
    font-size: 1.9rem;
    line-height: 29px;
    margin-bottom: 14px
  }
}

.content h3:not(:first-child) {
  margin-top: 32px
}

.content h4 {
  font-size: 1.7rem;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 12px
}

@media (max-width: 767px) {
  .content h4 {
    font-size: 1.7rem;
    line-height: 25px;
    margin-bottom: 8px
  }
}

.content h4:not(:first-child) {
  margin-top: 24px
}

.content h5 {
  font-size: 1.5rem;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 8px
}

@media (max-width: 767px) {
  .content h5 {
    font-size: 1.5rem;
    line-height: 24px;
    margin-bottom: 4px
  }
}

.content h5:not(:first-child) {
  margin-top: 16px
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 16px
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle
}

.modal-container {
  max-width: 640px;
  margin: 0 auto;
  padding: 34px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: 3px
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983
}

.modal-body {
  margin: 20px 0
}

.modal-default-button {
  display: block;
  width: 100%;
  margin-top: 30px
}

.modal-enter, .modal-leave-active {
  opacity: 0
}

.modal-enter .modal-container, .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.pagination {
  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%;
  padding: 14px
}

@media (max-width: 767px) {
  .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.pagination a {
  padding: 8px 12px;
  display: block;
  color: #0370c1;
  color: var(--color-brand)
}

.pagination a.current, .pagination a:hover {
  background: #0370c1;
  background: var(--color-brand);
  color: #fff
}

.pagination__item {
  line-height: 1;
  margin: 0 4px
}

.pagination__item--current {
  padding: 8px 12px;
  background: #0370c1;
  background: var(--color-brand);
  color: #fff;
  font-weight: 600
}

.list {
  list-style-type: circle;
  padding-left: 24px
}

.list--no-style {
  list-style-type: none;
  padding-left: 0
}

.list--ordered {
  list-style-type: decimal;
  padding-left: 24px
}

.faq-list {
  padding-bottom: 13px
}

.faq-list__title {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px
}

@media (max-width: 767px) {
  .faq-list__title {
    font-size: 1.9rem;
    line-height: 29px
  }
}

.faq-list__title:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
  position: relative;
  top: -3px;
  background: #0370c1;
  background: var(--color-brand)
}

.faq-list__title:not(:first-child) {
  margin-top: 19px;
  padding-top: 30px;
  border-top: 1px dashed #ccc;
  border-top: 1px dashed var(--color-gray)
}

.faq-list__set-flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  font-weight: inherit
}

.faq-list__desc {
  min-height: 40px;
  margin-top: 18px
}

.faq-list__desc, .faq-list__desc:before {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.faq-list__desc:before {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 700;
  content: "A";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
  top: -7px;
  background: #ccc;
  background: var(--color-gray)
}

@media (max-width: 767px) {
  .faq-list__desc:before {
    font-size: 1.9rem;
    line-height: 29px
  }
}

.breadcrumb {
  width: 100%;
  padding: 16px;
  font-size: 1.4rem;
  line-height: 20px;
  background: #ececec;
}

@media (max-width: 767px) {
  .breadcrumb {
    font-size: 1.1rem;
    line-height: 17px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-top: 1px solid var(--color-gray);
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid var(--color-gray);
    white-space: nowrap;
    overflow-x: auto
  }
}

.breadcrumb__inner {
  max-width: 1056px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  padding: 0 16px;
  padding: 0 var(--outer-padding);
  width: 100%;
  margin: 0 auto
}

@media (max-width: 767px) {
  .breadcrumb__inner {
    padding: 0 16px
  }
}

.main-view {
  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;
  height: 800px;
  background: url(../img/mv.jpg) no-repeat center top;
  background-size: cover;
}

.main-view__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}

.home-section {
  padding-bottom: 80px
}

.home-section__title {
  background: #21843c;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  padding: 80px 16px
}

.home-section__content {
  max-width: 1056px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  padding: 0 16px;
  padding: 0 var(--outer-padding);
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  line-height: 4rem;
  font-size: 1.7rem
}

@media (max-width: 767px) {
  .home-section__content {
    padding: 0 16px
  }
}

.home-section__copy {
  height: 340px;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.8rem;
  background: #eee;
  text-align: center
}

.home-section__btn, .home-section__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home-section__btn {
  margin-top: 80px
}

.home-border-block {
  border: 1px solid #ccc;
  border: 1px solid var(--color-gray);
  margin-top: 40px
}

.home-border-block__title {
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid var(--color-gray);
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  padding: 30px 40px
}

.home-border-block__content {
  padding: 30px 40px
}

.home-layout-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.home-layout-2col__item {
  width: 48%
}

.home-layout-2col__item:not(:nth-child(odd)) {
  margin-left: 4%
}

.home-layout-2col__item:nth-child(n+3) {
  margin-top: 30px
}

.home-layout-2col__title {
  font-weight: 600;
  font-size: 1.95rem;
  text-align: center;
  padding: 8px 10px
}

.home-layout-2col__copy {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ddd;
  color: #fff;
  padding: 20px
}

.home-layout-2col__copy, .home-layout-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.home-layout-3col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.home-layout-3col__item {
  width: 31%
}

.home-layout-3col__item:not(:nth-child(3n+1)) {
  margin-left: 3%
}

.home-layout-3col__item:nth-child(n+4) {
  margin-top: 30px
}

.home-layout-3col__title {
  font-weight: 600;
  font-size: 1.95rem;
  text-align: center;
  padding: 8px 10px
}

.home-layout-3col__thumb {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  overflow: hidden;
  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
}

.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, .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, .08)
}

.flatpickr-calendar.inline, .flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999
}

.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 .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px
}

.flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
  bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
  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, .9);
  fill: rgba(0, 0, 0, .9);
  height: 28px;
  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-next-month, .flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.disabled, .flatpickr-months .flatpickr-prev-month.disabled {
  display: none
}

.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
  position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0
}

.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
  width: 14px;
  height: 14px
}

.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .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 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, .15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
  background: rgba(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, .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, .6);
  top: 40%
}

.numInputWrapper span svg {
  width: inherit;
  height: auto
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
  background: rgba(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: 6.16px 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(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, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(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 .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: baseline;
  vertical-align: initial
}

.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, .5);
  background: transparent;
  pointer-events: none
}

.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, .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
}

.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;
  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.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6
}

.flatpickr-day.today {
  border-color: #959ea9
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7
}

.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.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.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, .3);
  background: transparent;
  border-color: transparent;
  cursor: default
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, .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 {
  display: inline-block;
  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, .3);
  background: transparent;
  cursor: default;
  border: none
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

.flatpickr-innerContainer, .flatpickr-rContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0
}

.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
}

.flatpickr-time input.flatpickr-hour {
  font-weight: 700
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: 700;
  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 .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
  background: #f3f3f3
}

.flatpickr-input[readonly] {
  cursor: pointer
}

.page-header {
  width: 100vw;
  background: #c6d9e4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.page-header__inner {

}
.page-header__date {
  font-size: 1.3rem;
}
.page-header__title {
  margin-top: 8px;
  font-size: 3.4rem;
}
