@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

html, body {
  font-size: 62.5%; }

body {
  word-wrap: break-word;
  font-family: 'Noto Sans JP', sans-serif; }

figcaption {
  font-size: 1.6rem; }
  figcaption span {
    font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    .photos figcaption span {
      display: block; } }

a {
  color: #000;
  text-decoration: none; }
  a[href^="tel:"] {
    cursor: default; }
  a[target="_blank"]:after {
    font-family: "FontAwesome";
    color: #009900;
    content: "\f24d";
    font-size: 1.2rem;
    margin-left: 5px;
    display: inline-block;
    line-height: 1.5;
    font-weight: normal; }

p {
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 568px) {
    p {
      font-size: 1.6rem; } }
  p.sm {
    font-size: 1.4rem; }
  p.md {
    font-size: 1.6rem; }
  p.lg {
    font-size: 2rem; }

.serif {
  font-family: 'Noto Serif JP', serif; }

.big {
  font-size: 2.6rem; }

.bold {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .pc_br {
    display: none; } }

h1, h2, h3, h4, h5 {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 40px; }

h2 {
  margin-top: -105px;
  padding-top: 105px; }

h4 {
  font-size: 2rem;
  margin-bottom: 0; }

#main {
  padding: 55px 0 0 200px; }
  @media screen and (max-width: 1024px) {
    #main {
      padding: 64px 0 0; } }

section, .section {
  width: 1080px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 1280px) {
    section, .section {
      width: 100%;
      padding: 0 20px 0; } }
  @media screen and (max-width: 568px) {
    section, .section {
      margin-bottom: 40px; } }
  section section, section .section, .section section, .section .section {
    width: 100%;
    margin-bottom: 0;
    padding: 0; }

.content_narrow {
  max-width: 810px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .content_narrow {
      width: 100%; } }

.notes {
  margin: 10px 0; }
  .notes .n_title {
    font-size: 1.4rem; }
  .notes > ul li {
    font-size: 1.4rem; }
    .notes > ul li:before {
      content: '※';
      display: inline-block; }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.taL {
  text-align: left !important; }

.taC {
  text-align: center !important; }

.taR {
  text-align: right !important; }

.desc {
  text-align: center; }
  @media screen and (max-width: 568px) {
    .desc {
      text-align: left; } }

.only-pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .only-pc {
      display: none; } }

.only-5s {
  display: none; }
  @media screen and (max-width: 320px) {
    .only-5s {
      display: block; } }

.only-sp {
  display: none; }
  @media screen and (max-width: 568px) {
    .only-sp {
      display: block; } }

.only-md {
  display: none; }
  @media screen and (max-width: 768px) {
    .only-md {
      display: block; } }
  @media screen and (max-width: 568px) {
    .only-md {
      display: none; } }

.no-5s {
  display: block; }
  @media screen and (max-width: 320px) {
    .no-5s {
      display: none; } }

.is-right {
  float: right; }
  @media screen and (max-width: 768px) {
    .is-right {
      float: none; } }

.is-left {
  float: left; }
  @media screen and (max-width: 768px) {
    .is-left {
      float: none; } }

@media screen and (max-width: 568px) {
  span.blank {
    display: none; } }

.pdf_area .sideline {
  margin-bottom: 20px; }

.pdf_area ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 568px) {
    .pdf_area ul {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .pdf_area ul li {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    padding: 0 10px; }
    @media screen and (max-width: 768px) {
      .pdf_area ul li {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        padding: 0 10px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 568px) {
      .pdf_area ul li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
        .pdf_area ul li:last-child {
          margin-bottom: 0; } }

.lower .mainImg {
  width: 100%;
  height: 380px;
  background: url("/inc/image/common/pic_main_default.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .lower .mainImg {
      height: 50vh; } }
  .lower .mainImg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0; }
  #chidori_hos .lower .mainImg {
    background: url("/inc/image/chidori_hos/pic_main_chidori_hos.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #midori_hos .lower .mainImg {
    background: url("/inc/image/midori_hos/pic_main_midori_hos.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #midori_kaigo .lower .mainImg {
    background: url("/inc/image/midori_kaigo/pic_main_midori_kaigo.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #midori_sou .lower .mainImg {
    background: url("/inc/image/midori_sou/pic_main_midori_sou.jpg") no-repeat;
    background-position: top center;
    background-size: cover; }
  #about .lower .mainImg {
    background: url("/inc/image/about/pic_main_about.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #zaitaku .lower .mainImg {
    background: url("/inc/image/zaitaku/pic_main_zaitaku.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #privacy .lower .mainImg, #error_404 .lower .mainImg {
    background: url("/inc/image/privacy/pic_main_privacy.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #recruit .lower .mainImg {
    background: url("/inc/image/recruit/pic_main_recruit.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #contact .lower .mainImg {
    background: url("/inc/image/contact/pic_main_contact.jpg") no-repeat;
    background-position: center;
    background-size: cover; }
  #nanwa_sou .lower .mainImg {
    background: url("/inc/image/nanwa_sou/pic_main_nanwa_sou.jpg") no-repeat;
    background-position: top center;
    background-size: cover; }
  .lower .mainImg .page_title {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    letter-spacing: 0.08em;
    width: 60%;
    text-shadow: 2px 2px 5px #000000; }
    @media screen and (max-width: 320px) {
      .lower .mainImg .page_title {
        width: 80%; } }
    .lower .mainImg .page_title .top_title {
      font-size: 4.8rem;
      display: block;
      text-align: center;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        .lower .mainImg .page_title .top_title {
          font-size: 4.6rem; } }
      @media screen and (max-width: 568px) {
        .lower .mainImg .page_title .top_title {
          font-size: 2.4rem; } }
    .lower .mainImg .page_title .bottom_title {
      font-size: 3.8rem;
      display: block;
      text-align: center;
      line-height: 1.8;
      border-top: 1px solid #fff; }
      @media screen and (max-width: 568px) {
        .lower .mainImg .page_title .bottom_title {
          font-size: 1.8rem; } }
      .lower .mainImg .page_title .bottom_title:empty {
        display: none; }

.lower .subNavi {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  background-color: #EDF5ED;
  margin-bottom: 75px; }
  @media screen and (max-width: 1280px) {
    .lower .subNavi {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 55px;
      padding: 0;
      background: none; } }
  .lower .subNavi li {
    list-style-type: none;
    width: 10%;
    text-align: center;
    background-color: #EDF5ED; }
    .lower .subNavi li:first-child a {
      border-left: none; }
      @media screen and (max-width: 1280px) {
        .lower .subNavi li:first-child a {
          border-left: none; } }
    @media screen and (max-width: 1280px) {
      .lower .subNavi li {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        text-align: left; } }
    .lower .subNavi li a {
      color: #000;
      font-size: 0.9vw;
      display: block;
      border-left: 1px solid #CCCCCC;
      position: relative; }
      @media screen and (max-width: 1280px) {
        .lower .subNavi li a {
          font-size: 1.6rem;
          border-left: none;
          padding: 10px 0 10px 15px;
          border-bottom: 1px solid #A2CCA2; }
          .lower .subNavi li a:nth-child(odd) {
            border-right: 1px solid #A2CCA2; } }
      @media screen and (max-width: 320px) {
        .lower .subNavi li a {
          font-size: 1.6rem; } }
      .lower .subNavi li a:hover {
        color: #009900; }
      @media screen and (max-width: 1280px) {
        .lower .subNavi li a:after {
          content: '\f105';
          font-family: "FontAwesome";
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%);
          font-size: 1.8rem;
          color: #009900;
          transition: right .5s ease; } }

.lower #syosin figure img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

@media screen and (max-width: 568px) {
  .lower #hospitalize .h_list li {
    margin-bottom: 10px; } }

.lower #hospitalize .h_list .h_head {
  text-align: center; }
  .lower #hospitalize .h_list .h_head i.fa {
    font-size: 5rem;
    color: #009900; }

.lower #hospitalize .h_list .h_title {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin: 20px 0;
  font-weight: 600;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .lower #hospitalize .h_list .h_title {
      margin: 10px 0; } }
  @media screen and (max-width: 568px) {
    .lower #hospitalize .h_list .h_title {
      font-size: 2rem; } }

.lower #hospitalize .h_list ul.disc li {
  font-size: 1.8rem; }

.lower #daycare .grid img {
  max-width: 100%; }

.lower #daycare .grid p {
  margin-bottom: 30px; }
  .lower #daycare .grid p:last-child {
    margin-bottom: 0; }

.lower #access .grid {
  margin: 0 -15px; }
  @media screen and (max-width: 768px) {
    .lower #access .grid {
      margin: 0 -7.5px; } }
  .lower #access .grid [class*="col-"] {
    padding: 0 30px 15px; }
    @media screen and (max-width: 768px) {
      .lower #access .grid [class*="col-"] {
        padding: 0 15px 7.5px; } }

.lower #access figure.map img {
  width: 100%; }

.lower #access .address .hos_name {
  font-size: 2.6rem;
  line-height: 1.5;
  margin: 0; }
  @media screen and (max-width: 568px) {
    .lower #access .address .hos_name {
      font-size: 2rem; } }

.lower #access .address .hos_address,
.lower #access .address .tel,
.lower #access .address .fax {
  font-size: 1.6rem;
  line-height: 1.8; }

.lower #access .address a.btn {
  margin: 30px 0 0; }
  @media screen and (max-width: 568px) {
    .lower #access .address a.btn {
      margin: 30px auto; } }

.lower .contact_window .wrapper {
  border: 2px solid #009900;
  padding: 5px; }
  .lower .contact_window .wrapper .inner {
    border: 1px solid #009900;
    padding: 25px; }

.lower .contact_window h2 {
  font-size: 3.6rem;
  text-align: center;
  color: #009900;
  margin-bottom: 10px;
  letter-spacing: .1em; }
  @media screen and (max-width: 568px) {
    .lower .contact_window h2 {
      font-size: 2.7rem; } }
  .lower .contact_window h2 + p {
    text-align: center;
    font-size: 0.1 0.6rem;
    margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  .lower .contact_window .grid {
    margin: 0; } }

.lower .contact_window .grid[class*="grid"] {
  margin: 0; }

.lower .contact_window .grid [class*="col-"] {
  padding: 0;
  max-width: 49%; }
  @media screen and (max-width: 768px) {
    .lower .contact_window .grid [class*="col-"] {
      max-width: 100%; } }
  .lower .contact_window .grid [class*="col-"]:first-child {
    margin-right: 2%; }
    @media screen and (max-width: 768px) {
      .lower .contact_window .grid [class*="col-"]:first-child {
        margin-right: 0; } }

@media screen and (max-width: 768px) {
  .lower .contact_window .grid > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; } }

.lower .contact_window .grid .contactBox {
  -ms-flex-align: center;
      align-items: center; }
  .lower .contact_window .grid .contactBox .type, .lower .contact_window .grid .contactBox .dest {
    font-size: 2.6rem; }
    @media screen and (max-width: 568px) {
      .lower .contact_window .grid .contactBox .type, .lower .contact_window .grid .contactBox .dest {
        font-size: 1.9rem; } }
    @media screen and (max-width: 320px) {
      .lower .contact_window .grid .contactBox .type, .lower .contact_window .grid .contactBox .dest {
        font-size: 1.6rem; } }
  .lower .contact_window .grid .contactBox .type {
    padding: 0 40px 0 55px; }
    @media screen and (max-width: 1280px) {
      .lower .contact_window .grid .contactBox .type {
        padding: 0 25px 0 20px; } }
    @media screen and (max-width: 768px) {
      .lower .contact_window .grid .contactBox .type {
        padding: 0 40px 0 20px; } }
    @media screen and (max-width: 568px) {
      .lower .contact_window .grid .contactBox .type {
        padding: 0 15px 0 10px; } }
    @media screen and (max-width: 320px) {
      .lower .contact_window .grid .contactBox .type {
        padding-left: 5px; } }
  .lower .contact_window .grid .contactBox .dest {
    padding-left: 43px; }
    @media screen and (max-width: 1280px) {
      .lower .contact_window .grid .contactBox .dest {
        padding-left: 25px; } }
    @media screen and (max-width: 768px) {
      .lower .contact_window .grid .contactBox .dest {
        padding-left: 15px; } }
  .lower .contact_window .grid .contactBox.tel {
    margin-bottom: 6px; }
  @media screen and (max-width: 768px) {
    .lower .contact_window .grid .contactBox.fax {
      margin-bottom: 6px; } }
  .lower .contact_window .grid .contactBox.mail .dest {
    font-size: 20px;
    padding-left: 20px; }

.lower #facility .photos {
  margin-top: 44px; }
  .lower #facility .photos figure img {
    width: 100%; }

.lower .pageAnchor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  left: -30px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .lower .pageAnchor {
      left: -15px; } }
  @media screen and (max-width: 320px) {
    .lower .pageAnchor {
      left: -10px; } }
  .lower .pageAnchor li {
    color: #009900;
    line-height: 1;
    font-size: 1.5rem; }
    .lower .pageAnchor li a {
      color: #009900;
      position: relative; }
      .lower .pageAnchor li a.right:after {
        content: '\f105';
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        right: -15px;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #009900;
        transition: right .5s ease; }
      .lower .pageAnchor li a.right:hover:after {
        right: -20px; }
      .lower .pageAnchor li a.left:before {
        content: '\f104';
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #009900;
        transition: left .5s ease; }
      .lower .pageAnchor li a.left:hover:before {
        left: -20px; }
    .lower .pageAnchor li:first-child {
      margin-right: 24px; }
      @media screen and (max-width: 320px) {
        .lower .pageAnchor li:first-child {
          margin-right: 15px; } }
    .lower .pageAnchor li:last-child {
      margin-left: 24px; }
      @media screen and (max-width: 320px) {
        .lower .pageAnchor li:last-child {
          margin-left: 15px; } }
    .lower .pageAnchor li.current {
      padding: 0 0 7.5px;
      border-bottom: 2px solid #009900; }

/* ==========================================================================
    GRIDLEX
    Just a Flexbox Grid System
========================================================================== */
[class*="grid"] {
  box-sizing: border-box;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 -15px; }
  .ie8 [class*="grid"] {
    padding: 0; }

.col,
[class*="col-"] {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 15px 30px; }
  .ie8 .col, .ie8
  [class*="col-"] {
    padding: 0; }

.col {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%; }

.grid.col,
.grid[class*="col-"] {
  margin: 0;
  padding: 0; }

/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0; }
  [class*="grid-"][class*="-noGutter"] > [class*="col"] {
    padding: 0; }

[class*="grid-"][class*="-noWrap"] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

[class*="grid-"][class*="-center"] {
  -ms-flex-pack: center;
      justify-content: center; }

[class*="grid-"][class*="-right"] {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: auto; }

[class*="grid-"][class*="-top"] {
  -ms-flex-align: start;
      align-items: flex-start; }

[class*="grid-"][class*="-middle"] {
  -ms-flex-align: center;
      align-items: center; }

[class*="grid-"][class*="-bottom"] {
  -ms-flex-align: end;
      align-items: flex-end; }

[class*="grid-"][class*="-reverse"] {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

[class*="grid-"][class*="-column"] {
  -ms-flex-direction: column;
      flex-direction: column; }
  [class*="grid-"][class*="-column"] > [class*="col-"] {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

[class*="grid-"][class*="-column-reverse"] {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

[class*="grid-"][class*="-spaceBetween"] {
  -ms-flex-pack: justify;
      justify-content: space-between; }

[class*="grid-"][class*="-spaceAround"] {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

[class*="grid-"][class*="-equalHeight"] > [class*="col"] {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex; }
  [class*="grid-"][class*="-equalHeight"] > [class*="col"] > * {
    -ms-flex: 1;
        flex: 1; }

[class*="grid-"][class*="-noBottom"] > [class*="col"] {
  padding-bottom: 0; }

[class*="col-"][class*="-top"] {
  -ms-flex-item-align: start;
      align-self: flex-start; }

[class*="col-"][class*="-middle"] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

[class*="col-"][class*="-bottom"] {
  -ms-flex-item-align: end;
      align-self: flex-end; }

[class*="col-"][class*="-first"] {
  -ms-flex-order: -1;
      order: -1; }

[class*="col-"][class*="-last"] {
  -ms-flex-order: 1;
      order: 1; }

/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > .col, [class*="grid-1"] > [class*='col-'] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

[class*="grid-2"] > .col, [class*="grid-2"] > [class*='col-'] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[class*="grid-3"] > .col, [class*="grid-3"] > [class*='col-'] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class*="grid-4"] > .col, [class*="grid-4"] > [class*='col-'] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[class*="grid-5"] > .col, [class*="grid-5"] > [class*='col-'] {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%; }

[class*="grid-6"] > .col, [class*="grid-6"] > [class*='col-'] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class*="grid-7"] > .col, [class*="grid-7"] > [class*='col-'] {
  -ms-flex-preferred-size: 14.28571%;
      flex-basis: 14.28571%;
  max-width: 14.28571%; }

[class*="grid-8"] > .col, [class*="grid-8"] > [class*='col-'] {
  -ms-flex-preferred-size: 12.5%;
      flex-basis: 12.5%;
  max-width: 12.5%; }

[class*="grid-9"] > .col, [class*="grid-9"] > [class*='col-'] {
  -ms-flex-preferred-size: 11.11111%;
      flex-basis: 11.11111%;
  max-width: 11.11111%; }

[class*="grid-10"] > .col, [class*="grid-10"] > [class*='col-'] {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%; }

[class*="grid-11"] > .col, [class*="grid-11"] > [class*='col-'] {
  -ms-flex-preferred-size: 9.09091%;
      flex-basis: 9.09091%;
  max-width: 9.09091%; }

[class*="grid-12"] > .col, [class*="grid-12"] > [class*='col-'] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

@media screen and (max-width: 80em) {
  [class*="_lg-1"] > .col, [class*="_lg-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_lg-2"] > .col, [class*="_lg-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_lg-3"] > .col, [class*="_lg-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_lg-4"] > .col, [class*="_lg-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_lg-5"] > .col, [class*="_lg-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_lg-6"] > .col, [class*="_lg-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_lg-7"] > .col, [class*="_lg-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_lg-8"] > .col, [class*="_lg-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_lg-9"] > .col, [class*="_lg-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_lg-10"] > .col, [class*="_lg-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_lg-11"] > .col, [class*="_lg-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_lg-12"] > .col, [class*="_lg-12"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media screen and (max-width: 64em) {
  [class*="_md-1"] > .col, [class*="_md-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_md-2"] > .col, [class*="_md-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_md-3"] > .col, [class*="_md-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_md-4"] > .col, [class*="_md-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_md-5"] > .col, [class*="_md-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_md-6"] > .col, [class*="_md-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_md-7"] > .col, [class*="_md-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_md-8"] > .col, [class*="_md-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_md-9"] > .col, [class*="_md-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_md-10"] > .col, [class*="_md-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_md-11"] > .col, [class*="_md-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_md-12"] > .col, [class*="_md-12"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media screen and (max-width: 48em) {
  [class*="_sm-1"] > .col, [class*="_sm-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_sm-2"] > .col, [class*="_sm-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_sm-3"] > .col, [class*="_sm-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_sm-4"] > .col, [class*="_sm-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_sm-5"] > .col, [class*="_sm-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_sm-6"] > .col, [class*="_sm-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_sm-7"] > .col, [class*="_sm-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_sm-8"] > .col, [class*="_sm-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_sm-9"] > .col, [class*="_sm-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_sm-10"] > .col, [class*="_sm-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_sm-11"] > .col, [class*="_sm-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_sm-12"] > .col, [class*="_sm-12"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media screen and (max-width: 35.5em) {
  [class*="_xs-1"] > .col, [class*="_xs-1"] > [class*='col-'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="_xs-2"] > .col, [class*="_xs-2"] > [class*='col-'] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*="_xs-3"] > .col, [class*="_xs-3"] > [class*='col-'] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_xs-4"] > .col, [class*="_xs-4"] > [class*='col-'] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*="_xs-5"] > .col, [class*="_xs-5"] > [class*='col-'] {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; }
  [class*="_xs-6"] > .col, [class*="_xs-6"] > [class*='col-'] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_xs-7"] > .col, [class*="_xs-7"] > [class*='col-'] {
    -ms-flex-preferred-size: 14.28571%;
        flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_xs-8"] > .col, [class*="_xs-8"] > [class*='col-'] {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_xs-9"] > .col, [class*="_xs-9"] > [class*='col-'] {
    -ms-flex-preferred-size: 11.11111%;
        flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_xs-10"] > .col, [class*="_xs-10"] > [class*='col-'] {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%; }
  [class*="_xs-11"] > .col, [class*="_xs-11"] > [class*='col-'] {
    -ms-flex-preferred-size: 9.09091%;
        flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_xs-12"] > .col, [class*="_xs-12"] > [class*='col-'] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; } }

/************************
    COLS SIZES
*************************/
[class*='grid'] > [class*="col-1"] {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%; }

[class*='grid'] > [class*="col-2"] {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class*='grid'] > [class*="col-3"] {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

[class*='grid'] > [class*="col-4"] {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class*='grid'] > [class*="col-5"] {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%; }

[class*='grid'] > [class*="col-6"] {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

[class*='grid'] > [class*="col-7"] {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%; }

[class*='grid'] > [class*="col-8"] {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%; }

[class*='grid'] > [class*="col-9"] {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

[class*='grid'] > [class*="col-10"] {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%; }

[class*='grid'] > [class*="col-11"] {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%; }

[class*='grid'] > [class*="col-12"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

[class*="grid"] > [data-push-left*="off-0"] {
  margin-left: 0; }

[class*="grid"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%; }

[class*="grid"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%; }

[class*="grid"] > [data-push-left*="off-3"] {
  margin-left: 25%; }

[class*="grid"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%; }

[class*="grid"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%; }

[class*="grid"] > [data-push-left*="off-6"] {
  margin-left: 50%; }

[class*="grid"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%; }

[class*="grid"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%; }

[class*="grid"] > [data-push-left*="off-9"] {
  margin-left: 75%; }

[class*="grid"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%; }

[class*="grid"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%; }

[class*="grid"] > [data-push-right*="off-0"] {
  margin-right: 0; }

[class*="grid"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%; }

[class*="grid"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%; }

[class*="grid"] > [data-push-right*="off-3"] {
  margin-right: 25%; }

[class*="grid"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%; }

[class*="grid"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%; }

[class*="grid"] > [data-push-right*="off-6"] {
  margin-right: 50%; }

[class*="grid"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%; }

[class*="grid"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%; }

[class*="grid"] > [data-push-right*="off-9"] {
  margin-right: 75%; }

[class*="grid"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%; }

[class*="grid"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%; }

@media screen and (max-width: 80em) {
  [class*='grid'] > [class*="_lg-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class*='grid'] > [class*="_lg-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*='grid'] > [class*="_lg-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*='grid'] > [class*="_lg-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*='grid'] > [class*="_lg-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class*='grid'] > [class*="_lg-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*='grid'] > [class*="_lg-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class*='grid'] > [class*="_lg-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class*='grid'] > [class*="_lg-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class*='grid'] > [class*="_lg-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class*='grid'] > [class*="_lg-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class*='grid'] > [class*="_lg-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="grid"] > [data-push-left*="_lg-0"] {
    margin-left: 0; }
  [class*="grid"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%; }
  [class*="grid"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%; }
  [class*="grid"] > [data-push-left*="_lg-3"] {
    margin-left: 25%; }
  [class*="grid"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%; }
  [class*="grid"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%; }
  [class*="grid"] > [data-push-left*="_lg-6"] {
    margin-left: 50%; }
  [class*="grid"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%; }
  [class*="grid"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%; }
  [class*="grid"] > [data-push-left*="_lg-9"] {
    margin-left: 75%; }
  [class*="grid"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%; }
  [class*="grid"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%; }
  [class*="grid"] > [data-push-right*="_lg-0"] {
    margin-right: 0; }
  [class*="grid"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%; }
  [class*="grid"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%; }
  [class*="grid"] > [data-push-right*="_lg-3"] {
    margin-right: 25%; }
  [class*="grid"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%; }
  [class*="grid"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%; }
  [class*="grid"] > [data-push-right*="_lg-6"] {
    margin-right: 50%; }
  [class*="grid"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%; }
  [class*="grid"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%; }
  [class*="grid"] > [data-push-right*="_lg-9"] {
    margin-right: 75%; }
  [class*="grid"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%; }
  [class*="grid"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%; } }

@media screen and (max-width: 64em) {
  [class*='grid'] > [class*="_md-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class*='grid'] > [class*="_md-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*='grid'] > [class*="_md-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*='grid'] > [class*="_md-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*='grid'] > [class*="_md-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class*='grid'] > [class*="_md-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*='grid'] > [class*="_md-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class*='grid'] > [class*="_md-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class*='grid'] > [class*="_md-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class*='grid'] > [class*="_md-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class*='grid'] > [class*="_md-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class*='grid'] > [class*="_md-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="grid"] > [data-push-left*="_md-0"] {
    margin-left: 0; }
  [class*="grid"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%; }
  [class*="grid"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%; }
  [class*="grid"] > [data-push-left*="_md-3"] {
    margin-left: 25%; }
  [class*="grid"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%; }
  [class*="grid"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%; }
  [class*="grid"] > [data-push-left*="_md-6"] {
    margin-left: 50%; }
  [class*="grid"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%; }
  [class*="grid"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%; }
  [class*="grid"] > [data-push-left*="_md-9"] {
    margin-left: 75%; }
  [class*="grid"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%; }
  [class*="grid"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%; }
  [class*="grid"] > [data-push-right*="_md-0"] {
    margin-right: 0; }
  [class*="grid"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%; }
  [class*="grid"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%; }
  [class*="grid"] > [data-push-right*="_md-3"] {
    margin-right: 25%; }
  [class*="grid"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%; }
  [class*="grid"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%; }
  [class*="grid"] > [data-push-right*="_md-6"] {
    margin-right: 50%; }
  [class*="grid"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%; }
  [class*="grid"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%; }
  [class*="grid"] > [data-push-right*="_md-9"] {
    margin-right: 75%; }
  [class*="grid"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%; }
  [class*="grid"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%; } }

@media screen and (max-width: 48em) {
  [class*='grid'] > [class*="_sm-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class*='grid'] > [class*="_sm-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*='grid'] > [class*="_sm-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*='grid'] > [class*="_sm-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*='grid'] > [class*="_sm-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class*='grid'] > [class*="_sm-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*='grid'] > [class*="_sm-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class*='grid'] > [class*="_sm-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class*='grid'] > [class*="_sm-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class*='grid'] > [class*="_sm-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class*='grid'] > [class*="_sm-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class*='grid'] > [class*="_sm-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="grid"] > [data-push-left*="_sm-0"] {
    margin-left: 0; }
  [class*="grid"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%; }
  [class*="grid"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%; }
  [class*="grid"] > [data-push-left*="_sm-3"] {
    margin-left: 25%; }
  [class*="grid"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%; }
  [class*="grid"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%; }
  [class*="grid"] > [data-push-left*="_sm-6"] {
    margin-left: 50%; }
  [class*="grid"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%; }
  [class*="grid"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%; }
  [class*="grid"] > [data-push-left*="_sm-9"] {
    margin-left: 75%; }
  [class*="grid"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%; }
  [class*="grid"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%; }
  [class*="grid"] > [data-push-right*="_sm-0"] {
    margin-right: 0; }
  [class*="grid"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%; }
  [class*="grid"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%; }
  [class*="grid"] > [data-push-right*="_sm-3"] {
    margin-right: 25%; }
  [class*="grid"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%; }
  [class*="grid"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%; }
  [class*="grid"] > [data-push-right*="_sm-6"] {
    margin-right: 50%; }
  [class*="grid"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%; }
  [class*="grid"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%; }
  [class*="grid"] > [data-push-right*="_sm-9"] {
    margin-right: 75%; }
  [class*="grid"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%; }
  [class*="grid"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%; } }

@media screen and (max-width: 35.5em) {
  [class*='grid'] > [class*="_xs-1"] {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class*='grid'] > [class*="_xs-2"] {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*='grid'] > [class*="_xs-3"] {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  [class*='grid'] > [class*="_xs-4"] {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*='grid'] > [class*="_xs-5"] {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class*='grid'] > [class*="_xs-6"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  [class*='grid'] > [class*="_xs-7"] {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class*='grid'] > [class*="_xs-8"] {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class*='grid'] > [class*="_xs-9"] {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  [class*='grid'] > [class*="_xs-10"] {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class*='grid'] > [class*="_xs-11"] {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class*='grid'] > [class*="_xs-12"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  [class*="grid"] > [data-push-left*="_xs-0"] {
    margin-left: 0; }
  [class*="grid"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%; }
  [class*="grid"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%; }
  [class*="grid"] > [data-push-left*="_xs-3"] {
    margin-left: 25%; }
  [class*="grid"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%; }
  [class*="grid"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%; }
  [class*="grid"] > [data-push-left*="_xs-6"] {
    margin-left: 50%; }
  [class*="grid"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%; }
  [class*="grid"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%; }
  [class*="grid"] > [data-push-left*="_xs-9"] {
    margin-left: 75%; }
  [class*="grid"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%; }
  [class*="grid"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%; }
  [class*="grid"] > [data-push-right*="_xs-0"] {
    margin-right: 0; }
  [class*="grid"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%; }
  [class*="grid"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%; }
  [class*="grid"] > [data-push-right*="_xs-3"] {
    margin-right: 25%; }
  [class*="grid"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%; }
  [class*="grid"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%; }
  [class*="grid"] > [data-push-right*="_xs-6"] {
    margin-right: 50%; }
  [class*="grid"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%; }
  [class*="grid"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%; }
  [class*="grid"] > [data-push-right*="_xs-9"] {
    margin-right: 75%; }
  [class*="grid"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%; }
  [class*="grid"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%; } }

/************************
    HIDING COLS
*************************/
[class*="col-"]:not([class*="col-0"]) {
  display: block; }

[class*="grid"][class*="col-"]:not([class*="col-0"]) {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex; }

[class*="col-"][class*="col-0"] {
  display: none; }

@media screen and (max-width: 80em) {
  [class*="grid"] > :not([class*="_lg-0"]) {
    display: block; }
  [class*="grid"]:not([class*="_lg-0"]) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex; }
  [class*="grid"] > [class*="_lg-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_lg-0"] {
    display: none; } }

@media screen and (max-width: 64em) {
  [class*="grid"] > :not([class*="_md-0"]) {
    display: block; }
  [class*="grid"]:not([class*="_md-0"]) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex; }
  [class*="grid"] > [class*="_md-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_md-0"] {
    display: none; } }

@media screen and (max-width: 48em) {
  [class*="grid"] > :not([class*="_sm-0"]) {
    display: block; }
  [class*="grid"]:not([class*="_sm-0"]) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex; }
  [class*="grid"] > [class*="_sm-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_sm-0"] {
    display: none; } }

@media screen and (max-width: 35.5em) {
  [class*="grid"] > :not([class*="_xs-0"]) {
    display: block; }
  [class*="grid"]:not([class*="_xs-0"]) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex; }
  [class*="grid"] > [class*="_xs-0"],
  [class*="grid"][class*="-equalHeight"] > [class*="_xs-0"] {
    display: none; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/inc/font/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/inc/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/inc/font/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/inc/font/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/inc/font/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/inc/font/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
モジュール系おまとめファイル
*/
header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 55px;
  padding-left: 200px;
  background-color: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transition: transform 0.4s ease 0s, height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.8s ease 0s;
  z-index: 1000;
  text-align: right;
  font-size: 1.3rem;
  background-color: #fff; }
  @media screen and (max-width: 1024px) {
    header {
      height: auto;
      padding: 10px 0;
      width: 100%;
      overflow: unset; } }
  header .sp-logo {
    display: none;
    width: 277px;
    padding-top: 22px;
    margin: 0 auto;
    text-align: left; }
    @media screen and (max-width: 1024px) {
      header .sp-logo {
        display: block;
        padding-top: 0;
        margin: 0 0 0 10px; } }
    @media screen and (max-width: 768px) {
      header .sp-logo img {
        width: 126px; } }
  header .g-header-nav {
    display: inline-block;
    text-align: right; }
    @media screen and (max-width: 1024px) {
      header .g-header-nav {
        display: none; } }
    header .g-header-nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-align: center;
          align-items: center;
      list-style-type: none; }
      header .g-header-nav ul li {
        padding: 10px 0;
        line-height: 1; }
        header .g-header-nav ul li a {
          font-size: 1.4rem;
          transition: color 0.5s ease 0s;
          color: #009900;
          display: inline-block;
          display: block; }
        header .g-header-nav ul li.about {
          margin-right: 28px; }
          header .g-header-nav ul li.about a {
            color: #000; }
        header .g-header-nav ul li.ico a {
          padding: 0 20px;
          border-left: 1px solid #ADADAD; }
          header .g-header-nav ul li.ico a:before {
            font-size: 1.6rem;
            display: block;
            text-align: center;
            margin-bottom: 4px;
            color: #009900; }
          header .g-header-nav ul li.ico a span {
            display: block; }
        header .g-header-nav ul li.recruit a:before {
          content: '\f007';
          font-family: "FontAwesome"; }
        header .g-header-nav ul li.contact a:before {
          content: '\f0e0';
          font-family: "FontAwesome"; }

footer {
  padding: 0 0 0 200px;
  background-color: #EDF5ED; }
  @media screen and (max-width: 1024px) {
    footer {
      padding: 0; } }
  footer .f_list {
    max-width: 1080px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 60px; }
    @media screen and (max-width: 1024px) {
      footer .f_list {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 30px; } }
    footer .f_list ul {
      list-style-type: none;
      margin-left: 20px; }
      @media screen and (max-width: 768px) {
        footer .f_list ul {
          margin-left: 0;
          -ms-flex: 1 1 calc(100% / 3);
              flex: 1 1 calc(100% / 3);
          margin-bottom: 30px; } }
      @media screen and (max-width: 568px) {
        footer .f_list ul {
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; } }
      footer .f_list ul li {
        font-size: 1.2rem;
        line-height: 2; }
        footer .f_list ul li:first-child {
          color: #868B75; }
        @media screen and (max-width: 768px) {
          footer .f_list ul li {
            padding-left: 30px; } }
        footer .f_list ul li a {
          display: inline-block; }
          footer .f_list ul li a.f_ico {
            color: #009900; }
            footer .f_list ul li a.f_ico:before {
              font-size: 1.2rem;
              display: inline-block;
              text-align: center;
              color: #009900; }
            footer .f_list ul li a.f_ico.recruit:before {
              content: '\f007';
              font-family: "FontAwesome";
              margin-left: 2px;
              margin-right: 7px; }
            footer .f_list ul li a.f_ico.contact:before {
              content: '\f0e0';
              font-family: "FontAwesome";
              margin-right: 5px; }
  footer .copyright {
    background-color: #EDF5ED;
    text-align: center;
    display: block;
    padding: 15px 0;
    font-size: 1.4rem; }
    @media screen and (max-width: 568px) {
      footer .copyright {
        font-size: 1.2rem; } }

#gnavi {
  font-size: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 200px;
  height: 100%;
  min-height: 720px;
  background-color: #fff;
  line-height: 1.1;
  letter-spacing: 0.04em;
  z-index: 2000;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    #gnavi {
      padding-bottom: 50px;
      width: 100%;
      min-height: 0;
      opacity: 0;
      pointer-events: none;
      display: none;
      transition: opacity .5s ease;
      opacity: 0; }
      #gnavi.is-active {
        display: block;
        opacity: 1;
        height: 100vh;
        pointer-events: auto;
        overflow: scroll; } }
  #gnavi .menu_logo {
    text-align: center;
    padding: 40px 0 35px; }
    #gnavi .menu_logo img.switch_pc {
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        #gnavi .menu_logo img.switch_pc {
          display: none; } }
    #gnavi .menu_logo img.switch_sm {
      display: none; }
      @media screen and (max-width: 1024px) {
        #gnavi .menu_logo img.switch_sm {
          display: inline-block;
          width: 126px; } }
  #gnavi .g_menu {
    list-style-type: none;
    padding: 0 20px; }
    #gnavi .g_menu li {
      line-height: 1.4; }
      #gnavi .g_menu li:last-child a {
        border-bottom: 1px solid #cccccc; }
      #gnavi .g_menu li a {
        color: #000;
        font-size: 1.4rem;
        padding: 20px 0;
        text-align: center;
        display: block;
        position: relative;
        border-top: 1px solid #ADADAD; }
        #gnavi .g_menu li a:after {
          content: '\f105';
          font-family: "FontAwesome";
          position: absolute;
          top: 50%;
          right: 5px;
          transform: translateY(-50%);
          font-size: 1.6rem;
          color: #009900;
          transition: right .5s ease; }
        #gnavi .g_menu li a:hover:after {
          right: 0; }
        @media screen and (max-width: 1024px) {
          #gnavi .g_menu li a:after {
            content: none; } }
        #gnavi .g_menu li a.current {
          color: #009900; }
  #gnavi .sp_menu {
    display: none; }
    @media screen and (max-width: 1024px) {
      #gnavi .sp_menu {
        display: -ms-flexbox;
        display: flex;
        padding: 14px 0;
        margin: 0; } }
    #gnavi .sp_menu li {
      text-align: center;
      border-left: 1px solid #ADADAD;
      padding-bottom: 0; }
      #gnavi .sp_menu li:first-child {
        border-left: none; }
      #gnavi .sp_menu li a {
        font-size: 1.4rem;
        display: block; }
      #gnavi .sp_menu li.ico a:before {
        font-size: 1.6rem;
        display: block;
        text-align: center;
        margin-bottom: 4px;
        color: #009900; }
      #gnavi .sp_menu li.ico a span {
        display: block; }
      #gnavi .sp_menu li.recruit a:before {
        content: '\f007';
        font-family: "FontAwesome"; }
      #gnavi .sp_menu li.contact a:before {
        content: '\f0e0';
        font-family: "FontAwesome"; }

#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 3rem;
  color: #fff;
  padding: 12px 25px;
  border: 1px solid #009900;
  background-color: #009900;
  transition: all .4s ease;
  z-index: 900; }
  @media screen and (max-width: 568px) {
    #pageTop {
      padding: 0px 12px; } }
  #pageTop:hover {
    background-color: #fff;
    color: #009900; }
    @media screen and (max-width: 1024px) {
      #pageTop:hover {
        background-color: #009900;
        color: #fff; } }

.btn {
  width: 100%;
  padding: 10px 20px;
  color: #009900;
  border: 3px solid #009900;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  transition: all .4s ease;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.08em; }
  .btn:hover {
    background-color: #009900;
    color: #fff; }
  .btn:after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 2.2rem; }
  .btn.short {
    width: 235px;
    margin: 0 auto; }
  .btn.heavy_icon {
    padding: 10px 20px 10px 5px; }
  .btn[target="_blank"]:after {
    font-family: "FontAwesome";
    color: #009900;
    content: "\f24d";
    font-size: 1.6rem;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.5;
    font-weight: normal; }
  .btn[target="_blank"]:hover:after {
    color: #fff; }
  .btn[href$=".pdf"]:after {
    content: '\f1c1';
    font-family: "FontAwesome";
    margin-left: 10px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }

.flat_cl {
  background-color: #EDF5ED;
  padding: 20px 30px;
  margin-bottom: 40px; }
  .flat_cl table {
    width: 100%;
    border-collapse: collapse; }
    .flat_cl table ul {
      list-style-type: none; }
    .flat_cl table th, .flat_cl table td {
      font-size: 1.6rem;
      padding: 15px 0;
      border-bottom: 1px solid #B5DEB5; }
    .flat_cl table tr:last-child th, .flat_cl table tr:last-child td {
      border-bottom: none; }
    .flat_cl table th {
      width: 20%;
      vertical-align: top;
      text-align: left;
      padding-left: 5px; }
      @media screen and (max-width: 568px) {
        .flat_cl table th {
          width: 40%; } }

.scrollable {
  margin-bottom: 40px; }
  @media screen and (max-width: 568px) {
    .scrollable {
      overflow: hidden;
      overflow-x: scroll;
      padding: 15px;
      border: 1px solid #cecece;
      border-radius: 5px; }
      .scrollable:before {
        content: "←スライドで表の詳細を確認できます→";
        color: #666;
        font-size: 90%;
        display: block;
        margin-bottom: 10px;
        text-align: center; } }
  .scrollable table {
    border-collapse: collapse;
    width: 100%; }
    @media screen and (max-width: 568px) {
      .scrollable table {
        min-width: 640px; } }
    .scrollable table th, .scrollable table td {
      border: 1px solid #CFE5CF;
      font-size: 1.4rem; }
      @media screen and (max-width: 568px) {
        .scrollable table th, .scrollable table td {
          display: table-cell; } }
    .scrollable table th {
      padding: 18px 5px 22px;
      line-height: 1.8; }
      @media screen and (max-width: 568px) {
        .scrollable table th {
          white-space: nowrap; } }
    .scrollable table thead th {
      width: calc(100% / 8);
      padding: 15px 10px;
      background-color: #EDF5ED; }
      .scrollable table thead th span {
        font-weight: 500; }
    .scrollable table tbody {
      text-align: center; }
      .scrollable table tbody th {
        background-color: #D6EAD6; }
      .scrollable table tbody td {
        padding: 5px 0; }

.line {
  border-collapse: collapse;
  width: 100%; }
  .line th, .line td {
    font-size: 1.6rem;
    text-align: left;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    padding: 16px 0 16px 5px; }
  .line th {
    width: 20%; }
    @media screen and (max-width: 568px) {
      .line th {
        width: 40%; } }

.tbl-schedule {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px; }
  .tbl-schedule th, .tbl-schedule td {
    border: 1px solid #CFE5CF; }
  .tbl-schedule thead {
    font-size: 2rem;
    background-color: #EDF5ED; }
    @media screen and (max-width: 320px) {
      .tbl-schedule thead {
        font-size: 1.6rem; } }
    .tbl-schedule thead th {
      padding: 15px 10px; }
    .tbl-schedule thead .dep, .tbl-schedule thead .term {
      font-weight: 400; }
  .tbl-schedule tbody tr {
    font-size: 1.6rem; }
    .tbl-schedule tbody tr.youbi th {
      padding: 15px 10px;
      background-color: #EDF5ED; }
    .tbl-schedule tbody tr.work td {
      padding: 15px 10px;
      text-align: center; }

.frame_border {
  border-collapse: collapse;
  max-width: 100%;
  border: 1px solid #ADADAD; }
  .frame_border th, .frame_border td {
    font-size: 1.6rem;
    text-align: left;
    border-bottom: 1px solid #ADADAD;
    border-left: 1px solid #ADADAD;
    padding: 16px 10px; }
  .frame_border th.ym {
    border-left: none; }
  .frame_border td:nth-child(n+1):nth-child(-n+2) {
    vertical-align: top; }
  @media screen and (max-width: 768px) {
    .frame_border td.nowrap-md {
      white-space: nowrap; } }
  @media screen and (max-width: 768px) {
    .frame_border tr:nth-child(2) td:first-child {
      width: 105px; } }
  @media screen and (max-width: 768px) {
    .frame_border tr:nth-child(2) td:nth-child(2) {
      width: 70px; } }
  @media screen and (max-width: 768px) {
    .frame_border tr:nth-child(2) td:nth-child(3) {
      width: 220px; } }
  @media screen and (max-width: 768px) {
    .frame_border tr:nth-child(2) td:nth-child(4) {
      width: 180px; } }

.topicspath li {
  display: inline-block; }

#hum_menu {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 2100;
  display: none; }
  @media screen and (max-width: 1024px) {
    #hum_menu {
      display: block; } }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  transition: transform .4s , opacity .4s; }

.menu-trigger {
  position: relative;
  width: 28px;
  height: 24px; }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 10px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }
    .menu-trigger span:nth-of-type(4) {
      bottom: -15px;
      position: absolute;
      font-size: 0.8rem;
      height: auto;
      background: transparent;
      border-radius: 0;
      text-align: center;
      display: block;
      letter-spacing: -0.1px; }

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-315deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(315deg); }

.mainSlider {
  position: relative; }

.slider li img {
  width: 100%; }

.slider .slick-list .slick-track .slick-slide {
  line-height: 1; }

.underline {
  color: #000;
  font-size: 3.6rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.12em; }
  @media screen and (max-width: 568px) {
    .underline {
      font-size: 2.6rem; } }
  .underline:after {
    content: '';
    width: 35px;
    height: 2px;
    background-color: #009900;
    display: block;
    margin: 10px auto 0; }

.sideline {
  padding-left: 20px;
  font-size: 2.4rem;
  border-left: 4px solid #009900;
  line-height: 1.5; }
  @media screen and (max-width: 568px) {
    .sideline {
      font-size: 2.2rem; } }
  .sideline.smaller {
    font-size: 2rem;
    font-weight: 400; }
    @media screen and (max-width: 568px) {
      .sideline.smaller {
        font-size: 1.8rem; } }

.middleline {
  text-align: center;
  margin-bottom: 33px;
  position: relative; }
  .middleline:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #009900;
    position: absolute;
    top: 50%; }
  .middleline span {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    background-color: #fff;
    z-index: 10;
    position: relative;
    padding: 0 30px;
    display: inline-block; }

.flow .flow_list {
  counter-reset: number 0; }
  .flow .flow_list > li {
    list-style-type: none;
    margin-bottom: 100px;
    position: relative; }
    .flow .flow_list > li .grid {
      margin: 0; }
      @media screen and (max-width: 768px) {
        .flow .flow_list > li .grid {
          padding-bottom: 30px; } }
    .flow .flow_list > li:after {
      content: "\f078";
      font-family: "FontAwesome";
      display: block;
      font-size: 4rem;
      color: #009900;
      position: absolute;
      bottom: -40px;
      left: 50%;
      transform: translateX(-50%);
      animation: flow_arrow 3s ease infinite; }
    .flow .flow_list > li:last-child:after {
      content: none; }
    .flow .flow_list > li > section {
      padding: 0; }
      .flow .flow_list > li > section .flow_title {
        font-size: 2rem;
        font-weight: 600;
        border-top: 1px solid #ADADAD;
        border-bottom: 1px solid #ADADAD;
        padding: 10px 0 10px 65px;
        position: relative;
        margin-bottom: 30px;
        font-family: "Noto Sans JP"; }
        .flow .flow_list > li > section .flow_title:before {
          counter-increment: number 1;
          content: counter(number);
          display: inline-block;
          position: absolute;
          left: 15px;
          font-size: 2.4rem;
          color: #009900;
          font-weight: 600;
          line-height: 1.5; }
      .flow .flow_list > li > section .flow_inner {
        padding-left: 20px; }
      .flow .flow_list > li > section .flow_content {
        border-left: 4px solid #009900;
        padding: 0 0 0px 45px; }
        @media screen and (max-width: 568px) {
          .flow .flow_list > li > section .flow_content {
            padding-left: 20px; } }
        .flow .flow_list > li > section .flow_content [class*="col-"] {
          padding-bottom: 0; }
          @media screen and (max-width: 768px) {
            .flow .flow_list > li > section .flow_content [class*="col-"] {
              padding: 0 0 30px; }
              .flow .flow_list > li > section .flow_content [class*="col-"].taR {
                text-align: left !important; } }
        .flow .flow_list > li > section .flow_content h4 {
          font-size: 1.6rem;
          font-weight: 600; }
        .flow .flow_list > li > section .flow_content p {
          font-size: 1.6rem;
          text-align: left; }
        .flow .flow_list > li > section .flow_content .bdr_box {
          padding: 13px 15px; }
          .flow .flow_list > li > section .flow_content .bdr_box h4 {
            font-size: 1.5rem;
            color: #009900;
            margin-bottom: 5px; }
          .flow .flow_list > li > section .flow_content .bdr_box p {
            font-size: 1.4rem; }
        .flow .flow_list > li > section .flow_content .contactBox {
          display: inline-block; }
          @media screen and (max-width: 768px) {
            .flow .flow_list > li > section .flow_content .contactBox {
              width: 280px; } }
          @media screen and (max-width: 568px) {
            .flow .flow_list > li > section .flow_content .contactBox {
              width: 100%;
              text-align: center; }
              .flow .flow_list > li > section .flow_content .contactBox .type {
                display: block;
                padding-right: 0px;
                padding-bottom: 5px;
                border-right: none;
                border-bottom: 2px solid #009900;
                margin-bottom: 5px;
                text-align: center; }
              .flow .flow_list > li > section .flow_content .contactBox .dest {
                display: block;
                padding-left: 0px; } }

@keyframes flow_arrow {
  0% {
    bottom: -80px; }
  50% {
    bottom: -90px; }
  100% {
    bottom: -80px; } }

.box_service {
  padding: 0 2em; }
  @media screen and (max-width: 568px) {
    .box_service {
      padding: 0; } }
  .box_service section:not(:last-child) {
    margin-bottom: 30px; }
  .box_service figure img {
    width: 100%;
    margin-bottom: 20px; }
  .box_service .ttl_box {
    border: 1px solid #009900;
    padding: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
    letter-spacing: 0.08em; }
    .box_service .ttl_box .small {
      font-size: 14px; }
  .box_service .ttl_boxandline {
    font-family: "Noto Sans JP";
    font-size: 1.2em;
    margin-bottom: 1.5em;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 568px) {
      .box_service .ttl_boxandline {
        display: block; } }
    .box_service .ttl_boxandline .target {
      font-size: 14px;
      font-weight: bold;
      color: #009900;
      padding: 8px;
      border: 1px solid #009900;
      width: 22%;
      text-align: center; }
      @media screen and (max-width: 568px) {
        .box_service .ttl_boxandline .target {
          display: block;
          width: 100%; } }
    .box_service .ttl_boxandline .longline {
      border-bottom: 1px solid #009900;
      padding: 8px;
      margin-left: .5rem;
      font-size: 14px;
      display: block;
      width: 75%;
      letter-spacing: 0.08em; }
      @media screen and (max-width: 568px) {
        .box_service .ttl_boxandline .longline {
          width: 100%; } }
  .box_service .ttl_green {
    color: #009900;
    font-family: "Noto Sans JP";
    font-size: 14px; }

.contactBox {
  padding: 15px 25px;
  border: 3px solid #009900;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .contactBox {
      padding: 10px 15px; } }
  .contactBox span {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #009900; }
    .contactBox span.type {
      padding-right: 20px;
      border-right: 2px solid #009900; }
    .contactBox span.dest {
      padding-left: 20px; }
  .contactBox.mail {
    background: #fff;
    transition: all .4s ease; }
    @media screen and (max-width: 768px) {
      .contactBox.mail {
        min-height: auto; } }
    @media screen and (max-width: 568px) {
      .contactBox.mail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    .contactBox.mail .type {
      padding: 0 40px 0 20px !important;
      text-align: center; }
      @media screen and (max-width: 568px) {
        .contactBox.mail .type {
          padding: 0 15px;
          border-right: none;
          border-bottom: 2px solid #009900;
          text-align: center;
          margin-bottom: 20px;
          padding: 0 30px 10px 30px !important;
          width: 100%; } }
      .contactBox.mail .type i.fa {
        font-size: 4.6rem; }
    .contactBox.mail .dest {
      padding-bottom: 0;
      text-align: center;
      font-size: 18px !important; }
      @media screen and (max-width: 568px) {
        .contactBox.mail .dest {
          padding-left: 0 !important; } }
    .contactBox.mail:hover {
      background: #009900; }
      .contactBox.mail:hover .type {
        border-right: 2px solid #fff; }
        @media screen and (max-width: 568px) {
          .contactBox.mail:hover .type {
            border-right: none;
            border-bottom: 2px solid #fff; } }
        .contactBox.mail:hover .type i.fa {
          color: #fff; }
      .contactBox.mail:hover .dest {
        color: #fff; }

.bdr_box {
  border: 2px solid #CFE5CF;
  padding: 12px 30px 24px; }
  .bdr_box .box_title {
    font-size: 1.8rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #CFE5CF;
    margin-bottom: 15px; }
  .bdr_box .box_detail {
    font-size: 1.6rem;
    line-height: 24px; }

.uniqueBox {
  border: 2px solid #CFE5CF;
  padding: 25px;
  width: 760px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .uniqueBox {
      width: 100%; } }
  .uniqueBox .unique_item {
    display: -ms-flexbox;
    display: flex;
    height: 114px;
    margin-bottom: 20px; }
    .uniqueBox .unique_item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 568px) {
      .uniqueBox .unique_item {
        -ms-flex-direction: column;
            flex-direction: column;
        height: auto;
        margin-bottom: 40px; } }
    .uniqueBox .unique_item .thumb_ico {
      -ms-flex: 0 0 114px;
          flex: 0 0 114px;
      text-align: center;
      margin-right: 20px; }
      @media screen and (max-width: 568px) {
        .uniqueBox .unique_item .thumb_ico {
          margin-bottom: 20px;
          -ms-flex: unset;
              flex: unset; } }
      .uniqueBox .unique_item .thumb_ico i.fa {
        font-size: 5.4rem;
        color: #009900; }
        @media screen and (max-width: 568px) {
          .uniqueBox .unique_item .thumb_ico i.fa {
            font-size: 5rem; } }
      @media screen and (max-width: 568px) {
        .uniqueBox .unique_item .thumb_ico {
          margin-right: 0; } }
    .uniqueBox .unique_item .unique_content {
      position: relative;
      padding: 0; }
      .uniqueBox .unique_item .unique_content h3 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 5px; }
        @media screen and (max-width: 568px) {
          .uniqueBox .unique_item .unique_content h3 {
            margin-bottom: 20px;
            padding: 0;
            text-align: center; } }
      .uniqueBox .unique_item .unique_content p {
        font-size: 1.4rem; }
      @media screen and (max-width: 568px) {
        .uniqueBox .unique_item .unique_content .link {
          text-align: center;
          margin-top: 10px; } }
      .uniqueBox .unique_item .unique_content .link a.detail_link {
        color: #009900;
        display: inline-block;
        position: absolute;
        right: 15px;
        bottom: 0;
        font-size: 1.4rem;
        padding-right: 10px; }
        .uniqueBox .unique_item .unique_content .link a.detail_link:after {
          content: '\f105';
          font-family: "FontAwesome";
          position: absolute;
          top: 50%;
          right: -10px;
          transform: translateY(-50%);
          color: #009900;
          font-size: 2.4rem;
          transition: right .5s ease; }
        .uniqueBox .unique_item .unique_content .link a.detail_link:hover:after {
          right: -15px; }
        @media screen and (max-width: 568px) {
          .uniqueBox .unique_item .unique_content .link a.detail_link {
            position: relative;
            right: 16px; } }

ol {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding-left: 2.4rem; }

dl dt, dl dd {
  line-height: 1.75;
  letter-spacing: 0.08em; }

dl dt {
  font-size: 1.8rem; }

dl dd {
  font-size: 1.6rem;
  margin-bottom: 10px; }
  dl dd a {
    color: #009900; }

dl.decimal {
  counter-reset: number 0; }
  dl.decimal dt {
    padding: 5px 0; }
    dl.decimal dt:before {
      counter-increment: number 1;
      content: counter(number) ".";
      display: inline-block; }

ul li {
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em; }

ul.disc {
  padding-left: 3rem; }
  ul.disc li {
    position: relative; }
    ul.disc li:before {
      content: "• ";
      color: #009900;
      position: absolute;
      left: -1.2em; }

.numbers {
  padding-left: 25px;
  counter-reset: number 0;
  position: relative; }
  .numbers li:before {
    counter-increment: number 1;
    content: counter(number) ".";
    color: #009900;
    display: inline-block;
    position: absolute;
    left: 0px; }

ul.timeline {
  width: 100%;
  margin: 0 auto;
  list-style-type: none; }
  ul.timeline li {
    margin: 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      ul.timeline li {
        padding-left: 1px;
        border-left: 2px solid #009900; } }
    ul.timeline li .grid [class*='col-'] {
      padding: 0 20px 0; }
    ul.timeline li .timeline-date {
      position: relative;
      padding-bottom: 20px; }
      @media screen and (max-width: 768px) {
        ul.timeline li .timeline-date {
          padding-bottom: 0; } }
      ul.timeline li .timeline-date:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #009900;
        position: absolute;
        right: -7px;
        top: 20px;
        border-radius: 100%;
        z-index: 3; }
        @media screen and (max-width: 768px) {
          ul.timeline li .timeline-date:before {
            left: 7px; } }
      ul.timeline li .timeline-date.now:before {
        background: #009900;
        top: 30px; }
        @media screen and (max-width: 568px) {
          ul.timeline li .timeline-date.now:before {
            top: 50px; } }
      ul.timeline li .timeline-date.now p {
        position: relative;
        top: 10px; }
      ul.timeline li .timeline-date p {
        font-weight: 600;
        padding-top: 10px;
        margin: 0;
        width: 10em;
        text-align: right;
        margin-left: auto;
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          ul.timeline li .timeline-date p {
            padding-left: 10px;
            text-align: left;
            margin-left: 0; } }
    ul.timeline li .timeline-content {
      border-left: 2px solid #009900;
      padding-bottom: 20px !important; }
      ul.timeline li .timeline-content.now {
        position: relative; }
        ul.timeline li .timeline-content.now p {
          position: relative;
          top: 10px; }
      @media screen and (max-width: 768px) {
        ul.timeline li .timeline-content {
          border: none; } }
      ul.timeline li .timeline-content p {
        font-size: 1.6rem;
        font-weight: 400;
        padding-top: 10px; }
        @media screen and (max-width: 568px) {
          ul.timeline li .timeline-content p {
            padding-left: 10px;
            padding-top: 0; } }

/*# sourceMappingURL=_map/style.css.map */
