@charset "UTF-8";

/* ==========Font Family ============= */
.font-kurale {font-family: 'Kurale', serif;}

/* ===================================================================== */
html.fh5co-overflow,body.fh5co-overflow {
  overflow-x: auto;
}
html.fh5co-overflow #fh5co-header-section,html.fh5co-overflow #fh5co-main,html.fh5co-overflow #fh5co-hero,
html.fh5co-overflow #fh5co-mobile-menu,html.fh5co-overflow #fh5co-footer,
body.fh5co-overflow #fh5co-header-section,body.fh5co-overflow #fh5co-main,body.fh5co-overflow #fh5co-hero,
body.fh5co-overflow #fh5co-mobile-menu,body.fh5co-overflow #fh5co-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 300;
  color: #333333;
}
/* fot Smartphone */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

/* ===================================================================== */
::-webkit-selection {
  color: #ffffff;
  background: #228abf;
}
::-moz-selection {
  color: #ffffff;
  background: #228abf;
}
::selection {
  color: #ffffff;
  background: #228abf;
}
/* ============ General ============= */
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #003399;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #ce39b4;
}
a:hover, a:focus, a:active {
  outline: none;
  color: #ce39b4;
  text-decoration: none;
}
input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* =============== alert_box =================== */
.alert_box {
  width: 100%;
  margin: 1rem 0 1rem 0;
  padding: 1rem 0 !important;
  text-align: center;
  color: #ab4442 !important;
  background-color: #f2dede;
}
/* =============== btn_box ============= */
.btn_box {
  width: 100%;
  margin: 1rem 0 1rem 0;
}
.btn_box a.btn_l,.btn_box a.btn_y_l,.btn_box a.btn_fb_blue_l {
  padding: 2rem 3rem;
  font-size: 1.6rem;
  line-height: 2.0rem;
}
.btn_box a.btn_m,.btn_box a.btn_y_m,.btn_box a.btn_fb_blue_m {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.btn_box a.btn_s,.btn_box a.btn_y_s,.btn_box a.btn_fb_blue_s {
  padding: .5rem 1rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
  /* black button */
  .btn_box a.btn_l,.btn_box a.btn_m,.btn_box a.btn_s {
    display: inline-block;
    margin: 0 auto;
/*    border: 2px #7d3dab solid; */
    border-radius: .5rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff !important;
    text-shadow:  -.5px -.5px 0 #000000;
  }
    .btn_box a.btn_l:hover,.btn_box a.btn_m:hover,.btn_box a.btn_s:hover {
      opacity: 0.7;
    }
  /* purple button */
  .btn_box a.btn_p_l,.btn_box a.btn_p_m,.btn_box a.btn_p_s {
    display: inline-block;
    margin: 0 auto;
    border: 2px #7d3dab solid; /*orange*/
    border-radius: .5rem;
    background-color: rgba(251, 171, 0, 0.9); /*orange*/
    color: #ffffff !important;
    text-shadow:  -.5px -.5px 0 #000000;
  }
    .btn_box a.btn_p_l:hover,.btn_box a.btn_p_m:hover,.btn_box a.btn_p_s:hover {
      opacity: 0.7;
    }
  /* facebook blue button */
  .btn_box a.btn_fb_blue_l,.btn_box a.btn_fb_blue_m,.btn_box a.btn_fb_blue_s {
    display: inline-block;
    margin: 0 auto;
    border: 2px #4267b2 solid; /*facebook blue*/
    border-radius: .5rem;
    background-color: rgba(66, 103, 178, 0.9); /*facebook blue*/
    color: #ffffff !important;
    text-shadow:  -.5px -.5px 0 #000000;
  }
    .btn_box a.btn_fb_blue_l:hover,.btn_box a.btn_fb_blue_m:hover,.btn_box a.btn_fb_blue_s:hover {
      opacity: 0.7;
    }
  .btn_box a span {
    display: inline-block;
    margin: 0 .5rem;
  }
    .btn_box a.btn_l span,.btn_box a.btn_y_l span {
      font-size: 1.8rem;
    }
    .btn_box a.btn_m span,.btn_box a.btn_y_m span {
      font-size: 1.6rem;
    }
    .btn_box a.btn_s span,.btn_box a.btn_y_s span {
      font-size: 1.4rem;
    }
/* ===================================================================== */
/* read_more * //* read_more_line * /
/* ===================================================================== */
.read_more {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.2rem;
}
  .read_more:hover {
  }
.read_more_line {
  border-bottom: 1px #003399 dotted;
}
  .read_more_line:hover {
    border-bottom: 1px #009966 solid !important;
  }
/* ===================================================================== */
/* COMMON */
/* ===================================================================== */
/* arrow * / parents should be position: relative;
/* ===================================================================== */
.arrow.white {
  position: absolute;
  content: " ";
  top: 0;
  left: 50%;
  margin: 0 0 0 -60px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #ffffff transparent transparent transparent;
}
/* ================== Heading ====================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000000;
}
h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}
h2, .h2 {
  color: #333333;
  margin-bottom: 0;
  font-size: 4.0rem;
  line-height: 4.6rem;
  letter-spacing: .1rem;
  /* text-transform: uppercase; */
}
h3, .h3 {
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 1.5rem;
  font-weight: normal;
  text-align: center;
}
h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}
h5, .h5 {
  font-size: 1.4rem;
  line-height: 24px;
}
h6,.h6 {
  font-size: 12px;
  line-height: 24px;
}
ul,ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul,ul ol,ol ul,ol ol {
  padding-left: 25px;
}
ul,ol,p {
  margin: 0 0 3rem 0;
}
.fh5co-serif {
  font-family: "Crimson Text", serif;
}
.fh5co-sans-serif {
  font-family: "Roboto", arial, sans-serif;
}
input[type="text"],input[type="password"],input[type="email"],input[type="search"],textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* fot Smartphone */
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}
/* ===================================================================== */
/* スマホ時のcontainerのpaddingを調整：領域拡大 * /
/* ===================================================================== */
/* fot Smartphone */
@media screen and (max-width: 768px) {
    #fh5co-hero .container {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
/* ===================================================================== */
/* Header * /
/* ===================================================================== */
#fh5co-header-section {
  /*position: absolute;*/
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 103;
  background-color: #ffffff;
  /*opacity: 0.7;*/
  background-color:rgba(255,255,255,0.8);
  position:fixed;
  /* height: 6rem; */
  height: 65px;
}
#fh5co-menu-logo {
  clear: both;
}
#fh5co-quick-contacts {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
#fh5co-quick-contacts .sep {
  padding: 0 .5em;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-quick-contacts a {
  font-size: 1.4rem;
  padding: 20px 10px;
  color: white;
}
#fh5co-quick-contacts a > i {
  margin-right: 10px;
  margin-top: 5px;
  color: white;
}
#fh5co-quick-contacts a:hover {
  color: white;
}
/* ===================================================================== */
/* h1 Logo * /
/* ===================================================================== */
#fh5co-logo {
  margin: .5rem 0 .5rem 0;
  padding: 0;
}
#fh5co-logo a {
  border-bottom: none !important;
  color: #999999;
  font-size: 1.8rem;
  text-transform: uppercase;
}
#fh5co-logo a:hover {
  opacity: .7;
}
#fh5co-logo img {
text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
margin-top: 1.5rem;
}
/* fot Smartphone */
@media screen and (max-width: 768px) {
  #fh5co-logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}
/* ====================Global Navigation ==================== */
/* Superfish Override Menu */
.sf-menu {
  margin: 0 0 0 0;
}
.sf-menu {
  float: right;
  line-height: 1rem
}
.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8rem;
  *width: 8rem;
}
  /* Lang Button */
  ul.sf-menu li.lang_btn {
  }
    ul.sf-menu li.lang_btn a {
      color: #ffffff;
    }
      ul.sf-menu li.lang_btn a:hover {
        color: #888888;
      }
      ul.sf-menu li.lang_btn a i {
        display: block;
        margin-top: -.5rem;
      }
  /* Inquiry Button */
  ul.sf-menu li.inq_btn {
    margin: 0 0 0 0;
  }
    ul.sf-menu li.inq_btn a {
      background-color: rgba(23, 156, 161, 0.7);
      border: 1px #179ca1 solid !important;
      border-radius: 0 0 .5rem .5rem;
      color: #ffffff;
      padding: .5rem 2rem !important;
      font-size: 3.0rem;
      font-weight: bold;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
    }
    ul.sf-menu li.inq_btn a:hover {
      opacity: 0.7;
      cursor: pointer;
    }
      ul.sf-menu li.inq_btn a i {
        font-size: 2.4rem;
      }
      ul.sf-menu li.inq_btn a span {
        font-weight: normal;
        font-size: 1.1rem;
        display: block;
        margin: .7rem 0;
      }
.sf-menu a {
  color: #685d4b;
  padding: .75em 1em;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 1.4rem;
  line-height: 1.4rem;
  border-bottom: none !important;
  cursor: pointer;
}
.sf-menu li {
  margin:1rem 0;
}
.sf-menu li,.sf-menu ul li,.sf-menu ul ul li,.sf-menu li:hover,.sf-menu li.sfHover {
  background: transparent;
}
.sf-menu ul li a,.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}
.sf-menu li:hover a,.sf-menu li.sfHover a,.sf-menu ul li:hover a,.sf-menu ul li.sfHover a {
  color: #666666;
}
.sf-menu ul li:hover,.sf-menu ul li.sfHover {
  background: transparent;
}
.sf-menu ul li {
  background: transparent;
}
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  padding-right: 1em;
}
.sf-arrows > li > .sf-with-ul:focus:after,.sf-arrows > li:hover > .sf-with-ul:after,.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}
.sf-arrows ul li > .sf-with-ul:focus:after,.sf-arrows ul li:hover > .sf-with-ul:after,.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}
/* ================== menu Navigation =================== */
#fh5co-menu-wrap {
  float: right;
  position: relative;
  margin-right: -20px;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1.5rem 2rem;
}
#fh5co-primary-menu > li > ul li.active > a {
  /*color: #228abf !important;*/
  color: #856531 !important;
}
#fh5co-primary-menu > li > .sf-with-ul {
  position: relative;
}
#fh5co-primary-menu > li > .sf-with-ul::after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  padding-top: 20px;
  left: 50%;
  margin-left: -7px;
  font-size: 1.4rem;
  width: 100%;
  content: "\e64b";
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#fh5co-primary-menu > li > .sf-with-ul:hover::after {
  padding-top: 25px;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-primary-menu .fh5co-sub-menu {
  padding: 7px 0 3px;
  background: rgba(251, 219, 0, 0.8);
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
}
#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}
#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fbdb00;
  border-bottom: 8px solid rgba(251, 219, 0, 0.8);
  border-left: 8px solid transparent;
  content: '';
}
#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  right: 100%;
}
#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}
.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}
#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #fbdb00 !important;
  filter:alpha(opacity=80);
  opacity:0.8;
}
.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #2e2e2e;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #ffffff;
  background: #ffffff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #ffffff;
}
.fh5co-nav-toggle i::before {
  top: -7px;
}
.fh5co-nav-toggle i::after {
  bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
  top: -10px;
}
.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}
.fh5co-nav-toggle.active i {
  background: transparent;
}
.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.fh5co-nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  padding: 16px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  background: #ed6d00;
  height: 60px;
  width: 60px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
/* =====================Mobile Menu=================== */
#fh5co-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #ffeceb;
  padding: 0.75em 1.25em;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li {
  list-style: none;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #e35f8a;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
  opacity: 0.7
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown {
  position: relative;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown::after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu {
  display: none;
  padding-left: 20px;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu li {
  list-style: none;
}
#fh5co-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  /*height: 44px;*/
  height: 60px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: #ffffff;
  color: #ccc;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(255, 255, 255, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(255, 255, 255, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(255, 255, 255, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(255, 255, 255, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(255, 255, 255, 0.125);
}
#fh5co-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 56px;
}
#fh5co-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#fh5co-logo-mobile a img {
  margin-top: 1.8rem;
}

#fh5co-content {
  padding: 7em 0;
}
/* fot Smartphone */
@media screen and (max-width: 768px) {
  #fh5co-content {
    margin-bottom: 4em;
  }
}
#fh5co-sidebar {
  padding: 7em 0;
  font-size: 16px;
}
#fh5co-sidebar.left-sidebar {
  padding-right: 50px;
}
/* fot Smartphone */
@media screen and (max-width: 768px) {
  #fh5co-sidebar.left-sidebar {
    padding-right: 0px;
  }
}
#fh5co-sidebar.right-sidebar {
  padding-left: 50px;
}
/* fot Smartphone */
@media screen and (max-width: 768px) {
  #fh5co-sidebar.right-sidebar {
    padding-left: 0px;
  }
}
#fh5co-sidebar .sidebar-box {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
#fh5co-sidebar .sidebar-heading {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #2e2e2e;
  position: relative;
  padding-top: 7px;
}
#fh5co-sidebar .sidebar-heading .border {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
}
#fh5co-sidebar .sidebar-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-sidebar .sidebar-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* =========================main_visual ====================== */
#fh5co-hero {
  /* background-color: rgba(255, 153, 255, 0.3); */
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  float: left;
  width: 100%;
  display: table;
  position: relative;
  z-index: 20;
  color: #ffffff;
}
#fh5co-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
  /* main visual settings */
  /*index.html*/
  #fh5co-hero .mainvisual {
    background-image: url(../images/main_visual.jpg);
    background-size: cover;
    background-position: center;
  }
  /* company.html */
  #fh5co-hero .companyvisual {
    background-image: url(../images/main_visual_company.jpg);
    background-size: cover;
    background-position: center;
  }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #fh5co-hero {
    background-position: center center;
    height: 300px;
  }
  #fh5co-hero .overlay {
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
      #fh5co-hero .mainvisual {
        background-position: bottom left;
      }
      /* company.html */
      #fh5co-hero .companyvisual {
        background-position: right top;
      }
}
/* ===================================================================== */
/* #fh5co-hero .fh5co-arrow * /
/* ===================================================================== */
#fh5co-hero .fh5co-arrow {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: #ffffff;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background: #179ca1;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-hero .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-hero .fh5co-arrow:active, #fh5co-hero .fh5co-arrow:focus, #fh5co-hero .fh5co-arrow:hover {
  outline: none;
}
#fh5co-hero .fh5co-hero-wrap,#fh5co-hero .fh5co-hero-wrap-sec {
  padding-top: 12rem;
  display: table;
  height: 700px;
  width: 100%;
}
  /*fot secondary pages*/
  #fh5co-hero .fh5co-hero-wrap-sec {
    height: 350px;
  }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #fh5co-hero, .fh5co-hero-wrap {
    position: relative;
    padding: 4rem 0 0 0;
    height: 500px !important;
  }
}
/* ===================================================================== */
/* main_visual_wrapper * /
/* ===================================================================== */
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo {
  padding-top: 0;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  background-position: left top;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
  /*fot secondary pages*/
  #fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo {
    background-image: none;
    padding-top: 0;
  }
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro a,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo a {
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro a:hover,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo a:hover {
  color: #ffffff;
}

/* ===================================================================== */
/* Main Visual Title : h1 * /
/* ===================================================================== */
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1,
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h1 {
  letter-spacing: .1rem;
  font-size: 4.0rem;
  line-height: 4.8rem;
  font-weight: bold;
  position: relative;
  margin: 0 0 1rem 0;
}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 img,
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h1 img {
  text-align: left;
  width: 70%;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  color: #4c4c9a;
}
#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h1 {
  color: #4c4c9a;
}

/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo {
    background-image: none;
    padding-top: 0;
    margin-bottom: 0;
  }
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h1 {
    text-align: left;
    margin: 2rem auto 1rem auto;
  }
    #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 img,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h1 img {
      text-align: center;
      width: 100%;
      margin-top: 1rem;
    }
}
/* ===================================================================== */
/* Main Visual Title : h2 * /
/* ===================================================================== */
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h2 {
  letter-spacing: .1rem;
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight: bold;
  position: absolute;
  text-shadow: .5px .5px .5px rgba(0, 0, 0, 0.3);
  margin-top: -5rem;
}
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 br,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h2 br {
  }
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
    color: #4c4437;
  }
  #fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h2 {
    color: #666666;
    margin-top: 0rem;
  }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h2 {
    width: 95%;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
    #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 br,#fh5co-hero .fh5co-hero-wrap-sec .fh5co-hero-intro-nologo > h2 br {
      display: block;
    }
}
/* ===================================================================== */
/*  * /
/* ===================================================================== */
#fh5co-hero .fh5co-hero-wrap .btn,#fh5co-hero .fh5co-hero-wrap-sec .btn {
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}
#fh5co-hero .fh5co-hero-wrap .btn:hover,#fh5co-hero .fh5co-hero-wrap .btn:active,#fh5co-hero .fh5co-hero-wrap .btn:focus,#fh5co-hero .fh5co-hero-wrap-sec .btn:hover,
#fh5co-hero .fh5co-hero-wrap-sec .btn:active,#fh5co-hero .fh5co-hero-wrap-sec .btn:focus {
  background: #ff00cc;
  border-color: #ff00cc;
  opacity: 0.7;
}
body.inner-page #fh5co-hero .fh5co-hero-wrap,body.inner-page #fh5co-hero .fh5co-hero-wrap-sec {
  padding-top: 1.6rem;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  body.inner-page #fh5co-hero .fh5co-hero-wrap,body.inner-page #fh5co-hero .fh5co-hero-wrap-sec {
    padding-top: 4rem;
  }
}
/* ===================================================================== */
/* fh5co-main * /
/* ===================================================================== */
#fh5co-main {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  background-color: #ffffff;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  body.inner-page #fh5co-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}
#fh5co-hero,#fh5co-main,#fh5co-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
body.fh5co-mobile-menu-visible #fh5co-hero,body.fh5co-mobile-menu-visible #fh5co-main,body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}
body.fh5co-mobile-menu-visible #fh5co-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/* ===================================================================== */
/*  * /
/* ===================================================================== */
.fh5co-product-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
.fh5co-product-2 .img {
  background-color: #228abf;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 7em;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-product-2 .img {
    height: 500px;
  }
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 480px) {
  .fh5co-product-2 .img {
    height: 300px;
  }
}
.fh5co-product-2 .fh5co-half {
  min-height: 500px;
  padding: 3em;
  width: 50%;
  font-size: 20px;
  line-height: 38px;
  background-color: #f7f7f7;
}
  .fh5co-product-2 .fh5co-half-right {
    min-height: 550px;
    padding: 3em;
    width: 50%;
    font-size: 20px;
    line-height: 38px;
    background-color: #f7f7f7;
  }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-product-2 .fh5co-half-right {
    width: 100%;
  }
}
.fh5co-product-2 .fh5co-half h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #228abf; /*blue*/
}
.fh5co-product-2 .fh5co-half h4 {
  font-size: 2rem;
  font-weight: 300;
}
.fh5co-product-2 .fh5co-half h5 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 0;
}
  h5.function {
    font-size: 2.2rem !important;
    color: #fbdb00;
  }
    h5.function span {
      font-size: 1.8rem;
    }
.fh5co-product-2 .fh5co-half p {
  font-size: 1.8rem;
  color: grey;
  line-height: 2.4rem;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-product-2 .fh5co-half {
    min-height: inherit;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 28px;
  }
    .main_function {
    }
    .main_function h2 {
      text-align: left;
      width: 80%;
      margin-right: auto;
      margin-left: auto;
    }
    h5.function {
      font-size: 2.2rem !important;
      color: #fbdb00;
    }
      h5.function span {
        font-size: 1.8rem;
      }
}
/* ===================================================================== */
/*  * /
/* ===================================================================== */
.fh5co-product-2.fh5co-reverse .img {
  position: absolute;
  right: 0;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-product-2.fh5co-reverse .img {
    position: relative;
  }
}
/* ===================================================================== */
/*  * /
/* ===================================================================== */
#fh5co-contact {
  padding: 7em 0;
}
#fh5co-works .fh5co-work-item figure {
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
}
#fh5co-works .fh5co-work-item .heading {
  font-size: 17px;
  margin-bottom: 40px;
}
#fh5co-works .fh5co-work-item .fh5co-category {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 0;
}
#fh5co-call-to-action {
  clear: both;
  display: block;
  padding: 3em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  letter-spacing: 7px;
  text-transform: uppercase;
  background: transparent;
  font-size: 16px;
  color: #000000;
}
#fh5co-call-to-action:hover, #fh5co-call-to-action:focus, #fh5co-call-to-action:active {
  color: #ffffff;
  background: #f86942;
  border-top: 1px solid #f86942;
  border-bottom: 1px solid #f86942;
}

/* ===================================================================== */
/* footer */
/* ===================================================================== */
#fh5co-footer {
  background-color: #685d4b;
  clear: both;
  color: #ffffff;
  float: left;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.9;
  padding: 5rem 0;
  position: relative;
  width: 100%;
}
#fh5co-footer .fh5co-arrow {
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: #ffffff !important;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #179ca1;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-footer .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-footer .fh5co-arrow:active, #fh5co-footer .fh5co-arrow:focus, #fh5co-footer .fh5co-arrow:hover {
  outline: none;
  color: #ffffff !important;
}

#fh5co-footer .footer_logos {
  margin: 0 0 1rem;
  padding: 0;
}
#fh5co-footer .footer_logos li {
  list-style: none;
}
#fh5co-footer .footer_logos li img {
  height: 120px;
  width: auto;
}

#fh5co-footer .footer_navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#fh5co-footer .footer_navigation li {
  font-size: 1.2rem;
  list-style: none;
  margin: 1rem;
}
#fh5co-footer .footer_navigation li a {
  color: #fff;
}

#fh5co-footer .footer_copyright {
  font-size: 1.2rem;
  margin: 0;
}
#fh5co-footer .footer_copyright .footer_copyright_logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
#fh5co-footer .footer_copyright .footer_copyright_logo a {
  margin-left: 1rem;
}
#fh5co-footer .footer_copyright .footer_copyright_logo a img {
  vertical-align: bottom;
}

/* ===================================================================== */
/* cards * /
/* ===================================================================== */
.fh5co-cards {
  position: relative;
  background: whitesmoke;
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
.fh5co-card_m {
  height: 600px;
}
.fh5co-card-body h3 {
  height: 80px;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 3em 0;
  }
}
.fh5co-cards .fh5co-card {
  display: block;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  margin-bottom: 3rem;
  border-bottom: none;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-cards .fh5co-card img {
  z-index: -1;
}
.fh5co-cards .fh5co-card .fh5co-card-body {
  padding: 3rem;
}
.fh5co-cards .fh5co-card .fh5co-card-body h3 span {
  text-transform: uppercase;
  letter-spacing: 0;
}
.fh5co-cards .fh5co-card .fh5co-card-body p:last-child {
  margin-bottom: 0;
}
.fh5co-card .fh5co-card-body p {
  color: #000000;
}
.fh5co-cards .fh5co-card:hover {
  text-decoration: none;
  border-bottom: none;
  bottom: 10px;
}
.fh5co-cards .fh5co-card:hover h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quote {
  width: 80%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}
.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-cards .fh5co-card .fh5co-card-body {
    height:auto; /*added*/
  }
  .quote {
    font-size: 20px;
    width: 100%;
  }
}
/* ===================================================================== */
/* about_fh5co * /
/* ===================================================================== */
.about_fh5co {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
  .about_fh5co_title { /*h3*/
    width: 90%;
    margin: 10rem auto 2rem auto;
    font-size: 3rem;
    color: #333333;
    line-height: 3.6rem;
  }
  .about_fh5co_cnt {
    width: 80%;
    margin: 0 auto 10rem auto;
    overflow: hidden;
  }
    .about_fh5co_cnt li {
      color: #eeeeee;
      margin: 1.8rem auto 0 auto;
      font-size: 1.8rem;
      display: block;
      width: 80%;
      padding: 1.8rem;
      /*border: 1px #ffffff solid;*/
      text-align: center;
      background-color: rgba(255, 255, 255, 0.1);
    }
      .about_fh5co_cnt li span {
        display: block;
        width: 40%;
        border: 1px #fbdb00 solid;
        padding: 1rem;
        margin: 0 auto 1rem auto;
        font-size: 2.2rem;
        background-color: rgba(133, 181, 49, 0.6);
      }
      .about_fh5co_cnt li:last-child {
        color: #ffffff;
        margin: 1.8rem auto 0 auto;
        font-size: 2.2rem;
        background-color: rgba(133, 181, 49, 0.6);
      }
.no-decor {
  border: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .about_fh5co_title { /*h3*/
    margin: 0 auto 2rem auto;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .about_fh5co_cnt {
    width: 90%;
  }
    .about_fh5co_cnt li {
      width: 100%;
    }
      .about_fh5co_cnt li span {
        width: 80%;
      }
      .about_fh5co_cnt li:last-child {
      }
  .no-decor {
  }
}
/* ===================================================================== */
/* Features * /
/* Members */
/* ===================================================================== */
#fh5co-features {
  padding: 10rem 0 0 0;
}
#fh5co-features .fh5co-feature {
  margin-bottom: 3rem;
  /*min-height: 10rem;*/
}
#fh5co-features .fh5co-feature .heading {
  font-size: 2.2rem;
  margin-bottom: 20px !important;
  font-weight: normal;
  color: #2e2e2e;
}
#fh5co-features .feature_inner {
  /*border: 1px #666666 dotted;*/
  padding: 2rem;
  border-radius: .5rem;
  background: #ffffff;
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  bottom: 0;
  min-height: 45rem;
}
  #fh5co-features .feature_inner:hover {
    bottom: 10px;
  }
#fh5co-features img {
  margin: 0 auto 2rem auto;
  width: 100%;
  border-radius: .5rem;
}
  #fh5co-features .feature_inner h3 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
    #fh5co-features .feature_inner h3 span {
      font-size: 1.0rem;
    }
    #fh5co-features .feature_inner h4 {
      font-size: 1.2rem;
      line-height: 1.4rem;
      color: #666666;
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      font-weight: normal;
      text-align: center;
    }
    #fh5co-features .feature_inner h4 span {
      display: block;
      font-size: .8rem;
      text-transform: uppercase;
      color: #999999;
      margin-bottom: .1rem;
      font-weight: normal;
      letter-spacing: 0;
    }
  #fh5co-features .feature_inner p {
    color: #666666;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
#fh5co-features .fh5co-feature-icon {
  margin: 0 auto 2em auto;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-features .fh5co-feature-icon i {
  vertical-align: middle;
  font-size: 50px;
  color: #228abf;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #fh5co-features .feature_inner {
    min-height: auto;
  }
}
/* ===================================================================== */
/* index * /
/* top_lead */
/* ===================================================================== */
#top_lead {
  padding: 6rem 0 6rem 0;
  background-color: #a6a7c9;
}
  #top_lead h2 {
    width: 80%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 2.0rem;
    line-height: 2.8rem;
    font-weight: normal;
  }
/* ===================================================================== */
/* index * /
/* top_problems */
/* ===================================================================== */
#top_problems {
    padding-bottom: 6rem;
    /* background-color: #f3f3fd; */
    position: relative;
    background-color: #c2d4ef;
}
  #top_problems .top_problems_wrap {
    width: 90%;
    margin: 3rem auto 6rem auto;
    text-align: center;
    overflow: hidden;
  }
    #top_problems h2 {
      color: #595a95;
      margin: 1rem 0 3rem 0;
      font-size: 2.8rem;
      line-height: 3.0rem;
    }
      #top_problems .top_problems_wrap a {
        display: block;
        float: left;
        width: 32%;
        margin: 0 1% 1rem 0;
        padding: 0 0 0 0;
      }
        #top_problems .top_problems_wrap a .top_problems_items {
        font-size: 2.6rem;
        line-height: 3.2rem;
        font-weight: normal;
        background-color: #ffffff;
        border: 1px #cccccc solid;
        border-radius: .5rem;
        box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        vertical-align: middle;
        text-align: center;
        /* min-height: 36rem; */
      }
        #top_problems .top_problems_wrap a .top_problems_items:hover {
          opacity: 0.8;
        }
        #top_problems .top_problems_wrap a .top_problems_items:last-child {
          margin: 0 0 0 0;
        }
        #top_problems .top_problems_wrap a .top_problems_items h3 {
          background-color: #595a95;
          color: #ffffff;
          font-size: 1.4rem;
          line-height: 2.2rem;
          text-shadow: 0.1px 0.5px 0 #CCC;
          text-align: center;
          font-weight: normal;
          padding: 1rem .5rem;
          margin: 0 0 1rem 0;
          border-radius: .3rem .3rem 0 0;
          position: relative;
        }
          #top_problems .top_problems_wrap a .top_problems_items h3 i {
            display: block;
            font-size: 2.2rem;
            margin: 0 0 .5rem 0;
          }
          #top_problems .top_problems_wrap a .top_problems_items h3 span {
            font-size: 1.6rem;
            font-weight: bold;
          }
        #top_problems .top_problems_wrap a .top_problems_items h4 {
          background-color: #f7f7f7;
          color: #595a95;
          font-size: 1.6rem;
          line-height: 2.2rem;
          width: 90%;
          margin: .15rem auto 1rem auto;
          padding: 1rem 0 1rem 0;
          text-shadow: 0.1px 0.5px 0 #CCC;
          text-align: center;
          font-weight: bold;
        }
          #top_problems .top_problems_wrap a .top_problems_items h4 span {
            font-size: 1.2rem;
            display: block;
            font-weight: normal;
          }
        #top_problems .top_problems_wrap a .top_problems_items p {
          font-size: 1.2rem;
          line-height: 2.0rem;
          text-align: left;
          color: #666666;
          width: 90%;
          margin: 0 auto 2rem auto;
          min-height: 10rem;
        }
/* -------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #top_problems {
  }
    #top_problems .top_problems_wrap {
      width: 100%;
    }
      #top_problems h2 {
      }
        #top_problems .top_problems_wrap a {
          clear: both;
          width: 100%;
          margin: 0 0 1rem 0;
        }
          #top_problems .top_problems_wrap a .top_problems_items {
          min-height: auto;
        }
          #top_problems .top_problems_wrap a .top_problems_items:hover {
          }
          #top_problems .top_problems_wrap a .top_problems_items:last-child {
          }
          #top_problems .top_problems_wrap a .top_problems_items h3 {
            font-size: 1.8rem;
            line-height: 2.4rem;
            padding: 1rem 1rem;
          }
            #top_problems .top_problems_wrap a .top_problems_items h3 br {
              display: none;
            }
            #top_problems .top_problems_wrap a .top_problems_items h3 i {
            }
            #top_problems .top_problems_wrap a .top_problems_items h3 span {
            }
          #top_problems .top_problems_wrap a .top_problems_items h4 {
            font-size: 1.8rem;
            line-height: 2.4rem;
          }
            #top_problems .top_problems_wrap a .top_problems_items h4 span {
              font-size: 1.4rem;
            }
          #top_problems .top_problems_wrap a .top_problems_items p {
            min-height: auto;
            font-size: 1.6rem;
            line-height: 2.2rem;
          }
}
/* ===================================================================== */
/* index * /
/* top_services */
/* ===================================================================== */
#top_services {
  padding-bottom: 6rem;
  background-color: #c2d4ef;
  position: relative;
}
  #top_services .top_services_wrap {
    width: 90%;
    margin: 3rem auto 6rem auto;
    text-align: center;
    overflow: hidden;
  }
    #top_services h2 {
      color: #666666;
      margin: 1rem 0 3rem 0;
      font-size: 2.2rem;
      line-height: 3.0rem;
    }
      #top_services .top_services_wrap a {
        display: block;
        float: left;
        width: 49%;
        margin: 0 1% 1rem 0;
        padding: 0 0 0 0;

      }
        #top_services .top_services_wrap a .top_services_items {
        font-size: 2.6rem;
        line-height: 3.2rem;
        font-weight: normal;
        background-color: #ffffff;
        border: 1px #eeeeee solid;
        border-radius: .5rem;
        box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        vertical-align: middle;
        text-align: center;
        min-height: 36rem;
      }
        #top_services .top_services_wrap a .top_services_items:hover {
          opacity: 0.8;
        }
        #top_services .top_services_wrap a .top_services_items:last-child {
          margin: 0 0 0 0;
        }
        #top_services .top_services_wrap a .top_services_items h3 {
          color: #666666;
          font-size: 1.6rem;
          line-height: 2.2rem;
          text-shadow: 0.1px 0.5px 0 #CCC;
          text-align: center;
          font-weight: normal;
          padding: 2rem 0 2rem 0;
          background-color: #f7f7f7;
        }
        #top_services .top_services_wrap a .top_services_items h4 {
          background-color: #595a95;
          color: #ffffff;
          font-size: 2.4rem;
          line-height: 3.2rem;
          width: 90%;
          margin: 1rem auto 2rem auto;
          padding: 1rem 0 1rem 0;
          text-shadow: 0.1px 0.5px 0 #CCC;
          text-align: center;
          font-weight: bold;
          border-radius: .3rem;
        }
          #top_services .top_services_wrap a .top_services_items h4 span {
            font-size: 1.6rem;
            display: block;
            font-weight: normal;
          }
        #top_services .top_services_wrap a .top_services_items p {
          padding-top: 1rem;
          font-size: 1.4rem;
          line-height: 2.2rem;
          text-align: left;
          color: #666666;
          width: 90%;
          margin: 0 auto 0 auto;
        }
          #top_services .top_services_wrap a .top_services_items p i {
            display: inline-block;
            margin-right: 1rem;
          }
            #top_services .top_services_wrap a .top_services_items span.service_link {
              display: inline-block;
              margin: 1rem 0 2rem 0;
              text-align: center;
              color: #447596;
            }
              #top_services .top_services_wrap a .top_services_items span.service_link i {
                display: inline-block;
                margin-right: 0;
                margin-left: .5rem;
              }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #top_services {
  }
}
/* ===================================================================== */
/* company - company * /
/* ===================================================================== */
#company {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  padding: 5rem 0;
  background-color: #ffffff;
}
  #company  h2 {
    display: none;
  }
    #company h2 span {
      display: none;
    }
  #company .company_cnt .company_intro {
    text-align: left;
    margin: 1rem auto 2rem auto;
    padding: 2rem;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px #cccccc dotted;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
    #company .company_cnt table {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      border-bottom: 1px #cccccc solid;
    }

    #company .company_cnt table {
      text-align: center;
      width: 80%;
      margin: 0 auto;
      border-bottom: 1px #cccccc solid;
    }
      #company .company_cnt table tr {
        border-top: 1px #cccccc solid;
      }
        #company .company_cnt table tr th,
        #company .company_cnt table tr td {
          text-align: left;
          padding: 1rem;
          vertical-align: top;
        }
          #company .company_cnt table tr th {
            width: 20%;
            font-weight: normal;
          }
          #company .company_cnt table tr td {
            width: 80%;
          }
            #company .company_cnt table tr td ul {
              margin: 0 0 0 1.5rem;
              padding: 0 0 0 0;
            }
              #company .company_cnt table tr td ul li {
                margin: 0 0 0 0;
                padding: 0 0 0 0;
              }
            #company .company_cnt table tr td iframe {
              margin: 1rem 0 0 0;
            }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #company {
  }
    #company .company_cnt {
      width: 100%;
    }
      #company .company_cnt table {
      }
        #company .company_cnt table tr {
        }
          #company .company_cnt table tr th,
          #company .company_cnt table tr td {
            display: block;
            line-height: 2.2rem;
          }
            #company .company_cnt table tr th {
              width: 100%;
              padding-bottom: 0;
            }
            #company .company_cnt table tr td {
              width: 100%;
            }
              #company .company_cnt table tr td ul {
              }
                #company .company_cnt table tr td ul li {
                }
              #company .company_cnt table tr td iframe {
              }
}
/* ===================================================================== */
/* media * /
/* ===================================================================== */
#media {
  position: relative;
}
#media::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  position: absolute;
  top: 0;
  left: 0;
}
#media .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
#media .title-1 {
  margin-bottom: 8rem;
  z-index: 1;
}

.media-point {
  list-style-type: none;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 10%;
}
.media-point:last-child {
  border-bottom: 1px #ccc solid;
  }

.media-point li {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  border-top: 1px #ccc solid;
}
.media-point li div.img-box {
  float: left;
  width: 20%;
}
.media-point li p {
  float: left;
  width: 78%;
  margin-left: 2%;
  text-align: left;
}
.media-point li p span.media-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: .5rem;
  font-weight: bold;
}
.media-point li p span.media-date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: .5rem;
  font-weight: normal;
  color: #ccc;
}
.media-point li img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}

@media only screen and (max-width: 1120px) {
  .media-point .flex-L {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-flow: row wrap;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
  .media-point li {
    width: 48%;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 740px) {

  .media-point {
    padding: 0;
    margin: 0;
  }

  .media-point li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #media .media-detail {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #media .media-detail .img-box {
    width: 50%;
    margin: 0 25% 2rem;
  }
  #media .media-detail .text-box {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .media-point {
    display: block!important;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 420px) {
  #media .col-md-12 {
    width: 90%;
    margin: 0 5%;
  }
}


/* ===================================================================== */
/* news * /
/* ===================================================================== */
#news_detail_list .news_detail_list_inner {
  overflow: hidden;
}
  #news_detail_list .news_detail_list_inner img {
    margin: 0 2% 1rem 0;
    border: 1px #cccccc solid;
    width: 20%;
  }
  #news_detail_list .news_detail_list_inner h2 {
    width: 78%;
  }
  #news_detail_list .news_detail_list_inner h4 {
    margin-top: 4rem;
    float: left;
    width: 78%;
    text-align: left;
    letter-spacing: 0;
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
  #news_detail_list .news_detail_list_inner p {
    width: 78%;
  }
  #news_detail_list .news_detail_list_inner ul {
    margin: 0 0 0 0;
    padding: 0;
  }
    #news_detail_list .news_detail_list_inner ul li {
      margin: 0 0 0 0;
      padding: 0;
      color: #333333;
      font-size: 1.4rem;
      line-height: 2.2rem;
      list-style-type: none;
    }
  #news_detail_list .more_news {
    text-align: center;
  }
    #news_detail_list .more_news input {
      padding: 1rem;
      border-radius: .5rem;
      width: 10%;
      font-size: 1.4rem;
    }
    #news_detail_list .more_news input:hover {
      opacity: .8;
    }
    .br005 {
    border-radius: 0.5rem;
    }
    .bg_white {
        background-color: #ffffff;
    }
    .p_02 {
        padding: 2rem;
    }
    .mb_02 {
        margin-bottom: 2rem;
    }
    .lh_32 {
    line-height: 3.2rem;
    }
    .fs_20 {
        font-size: 2rem;
    }

/* ===================================================================== */
/* lp_company - company * /
/* ===================================================================== */
#lp_company {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  padding: 10rem 0;
  background-color: #ffffff;
  position: relative;
}
  #lp_company h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #685d4b;
    margin: 0 0 3rem 0;
    text-align: center;
    text-shadow: 0.1px 0.5px 0 #CCC;
    font-weight: bold;
    letter-spacing: .1rem;
  }
    #lp_company h2 span {
      font-size: 1.6rem;
      line-height: 2.2rem;
      display: block;
      margin-bottom: .5rem;
      text-shadow: none;
      letter-spacing: 0;
    }
  #lp_company .company_cnt {
    margin: 1rem auto 2rem auto;
    padding: 2rem;
    width: 80%;
    color: #685d4b;
    font-size: 1.6rem;
    line-height: 2.0rem;
    background-color: #ffffff;
    /* border: 2px #685d4b solid; */
    border-radius: .2rem;
    overflow: hidden;
  }
    #lp_company .company_cnt .company_intro {
      text-align: left;
      margin: 1rem auto 2rem auto;
      padding: 2rem;
      background-color: #f7f7f7;
      border: 1px #cccccc dotted;
      font-size: 1.6rem;
      line-height: 2.6rem;
    }
    #lp_company .company_cnt table {
      text-align: center;
      margin: 0 auto;
      width: 100%;
      border-bottom: 1px #9a9792 dotted;
    }
    #lp_company .company_cnt table {
      text-align: center;
      margin: 0 auto;
      border-bottom: 1px #9a9792 dotted;
    }
      #lp_company .company_cnt table tr {
        border-top: 1px #9a9792 dotted;
      }
        #lp_company .company_cnt table tr th,#lp_company .company_cnt table tr td {
          text-align: left;
          padding: 2rem;
          vertical-align: top;
          line-height: 2.6rem;
        }
          #lp_company .company_cnt table tr th {
            width: 20%;
          }
          #lp_company .company_cnt table tr td {
            width: 80%;
          }
            #lp_company .company_cnt table tr td ul {
              margin: 0 0 0 1.5rem;
              padding: 0 0 0 0;
            }
              #lp_company .company_cnt table tr td ul li {
                margin: 0 0 0 0;
                padding: 0 0 0 0;
              }
            #lp_company .company_cnt table tr td iframe {
              margin: 1rem 0 0 0;
            }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #lp_company {
  }
    #lp_company  h2 {
    }
      #lp_company h2 span {
      }

    #lp_company .company_cnt {
      width: 90%;
    }
      #lp_company .company_cnt .company_intro {
      }
      #lp_company .company_cnt table {
        width: 100%;
      }
      #lp_company .company_cnt table {
      }
        #lp_company .company_cnt table tr {
        }
          #lp_company .company_cnt table tr th,#lp_company .company_cnt table tr td {
          }
            #lp_company .company_cnt table tr th {
              width: 100%;
              display: block;
              padding-bottom: 0;
            }
            #lp_company .company_cnt table tr td {
              width: 100%;
              display: block;
            }
              #lp_company .company_cnt table tr td ul {
              }
                #lp_company .company_cnt table tr td ul li {
                }
              #lp_company .company_cnt table tr td iframe {
                width: 100%;
              }
}
/* ===================================================================== */
/* contact * /
/* ===================================================================== */
#contact {
  width: 100%;
  overflow: hidden;
  margin:0 auto;
  text-align: center;
  padding: 10rem 0;
  position: relative;
  background-color: #ffeceb;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),
  -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));
  -webkit-background-size: 5px 5px;
}
  #contact .container {
  }
  #contact h2 {
    width: 100%;
    margin: 0 auto -3rem auto;
    position: relative;
    font-weight: bold;
  }
    #contact h2 img.img_contact_title {
      width: 100%;
    }
    #contact h2 img.img_contact_title_smartphone {
      display: none;
    }
  #contact .container .contact_inner {
    font-size: 1.5rem;
    text-align: left;
    overflow: hidden;
    margin: 3rem auto 0 auto;
    width: 100%;
  }
  #contact .contact_inner .contact_inner_lt {
    float: left;
  }
  #contact .contact_inner .contact_inner_gt {
    float: right;
  }
    #contact .contact_inner .contact_inner_lt {
      width: 40%;
      color: #333333;
      padding-right: 2rem;
      font-size: 1.6rem;
      line-height: 2.0rem;
    }
      #contact .contact_inner .contact_inner_lt h3 {
        font-size:1.6rem;
        text-align: left;
        margin: 3rem 0 1rem 0;
        letter-spacing: 0;
      }
      .contact_tel {
      }
          .contact_tel a {
            color: #333333;
            font-size: 2.8rem;
            letter-spacing: .2rem;
          }
          .contact_tel i {
          }
          .contact_tel span {
            display: block;
            margin: 1rem 0 0 0;
            font-size: 1.6rem;
          }
      #contact .contact_inner .contact_inner_lt .contact_memo {
        display: block;
        margin: 1rem 0;
        color: #666666;
        padding: 1rem;
        font-size: 1.4rem;
        line-height: 1.8rem;
        border: 1px #999999 dotted;
        background-color: rgba(255, 255, 255, 0.5);
      }
    #contact .contact_inner .contact_inner_gt {
      width: 60%;
      padding: 0;
      border-radius: .5rem;
      background-color: #ffffff;
    }
      #contact .contact_inner .contact_inner_gt iframe {
        width: 99%;
        height: 900px;
        border: 0;
        overflow:auto;
        -webkit-overflow-scrolling:touch;
        margin: 1rem 0 0 1rem;
      }
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #contact {
  }
    #contact .container {
    }
    #contact h2 {
    }
      #contact h2 img.img_contact_title {
        display: none;
      }
      #contact h2 img.img_contact_title_smartphone {
        display: block;
        width: 100%;
      }

    #contact .container .contact_inner {
      width: 100%;
    }
    #contact .contact_inner .contact_inner_lt,
    #contact .contact_inner .contact_inner_gt {
      clear: both;
    }
      #contact .contact_inner .contact_inner_lt {
        width: 100%;
        padding-right: 0;
        margin-top: 3rem;
      }
        .contact_tel {
        }
          .contact_tel a {
            color: #003399;
          }
          .contact_tel i {
          }
        #contact .contact_inner .contact_inner_lt .contact_memo {
        }
      #contact .contact_inner .contact_inner_gt {
        width: 100%;
      }
        #contact .contact_inner .contact_inner_gt iframe {
          width: 100%;
          height: 1000px;
          margin-top: 0;
        }
}
/* ===================================================================== */
/* Helper Classes * /
/* ===================================================================== */
/* Spacer */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}
.fh5co-spacer-xlg {
  height: 150px;
}
.fh5co-spacer-lg {
  height: 100px;
}
.fh5co-spacer-md {
  height: 80px;
}
.fh5co-spacer-sm {
  height: 50px;
}
.fh5co-spacer-xs {
  height: 30px;
}
.fh5co-spacer-xxs {
  height: 20px;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-spacer-xlg {
    height: 70px;
  }
  .fh5co-spacer-lg {
    height: 50px;
  }
  .fh5co-spacer-md {
    height: 30px;
  }
  .fh5co-spacer-sm {
    height: 20px;
  }
  .fh5co-spacer-xs {
    height: 20px;
  }
}
.form-group {
  margin-bottom: 30px;
}
/* ===================================================================== */
/* Components * /
/* ===================================================================== */
/* Buttons */
.btn {
  border-bottom: none !important;
  /*text-transform: uppercase;*/
  letter-spacing: .1rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  border-radius: .5rem;
  padding: 2rem 4rem;
  margin-bottom: 2rem;
  background-color: #ff00cc;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.fh5co-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-outline {
  border: 1px solid #ff66ff !important;
  background-color: #ff00cc !important;
  color: #ffffff;
  font-size: 2.2rem !important;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  /* border: 2px solid #7d3dab !important;
  background-color:rgba(125,61,171,0.8) !important;
  color: #ffffff;
  cursor: pointer; */
  opacity: 0.7;
}
.btn-primary {
  background: #888888;
}
.btn-success {
  background: #00e195;
}
.btn-danger {
  background: #e02745;
}
.btn-info {
  background: #0bbff2;
}
.btn-warning {
  background: #ffd042;
}
.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger {
  border-color: transparent;
}
.btn-default:hover, .btn-default:active, .btn-default:focus,.btn-primary:hover,.btn-primary:active,
.btn-primary:focus,.btn-success:hover,.btn-success:active,.btn-success:focus,
.btn-info:hover,.btn-info:active,.btn-info:focus,.btn-warning:hover,.btn-warning:active,
.btn-warning:focus,.btn-danger:hover,.btn-danger:active,.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}
.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #228abf;
}
.js .to-animate,.js .feature-box,.js .work-box,.js .footer-box,.js .animate-box {
  opacity: 0;
}
.heading {
  margin-bottom: 1rem;
}
/* ===================================================================== */
/* Header * /
/* ===================================================================== */
.fh5co-header {
  text-align: center;
}
.fh5co-header .fh5co-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-header .fh5co-heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.fh5co-header .fh5co-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}
/* ===================================================================== */
/* Header * /
/* ===================================================================== */
/* Easy Rsponsive Tabs */
.fh5co-tab {
  clear: both;
  display: block;
}
.resp-tab-active {
  color: #228abf;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}
.fh5co-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .fh5co-tab-menu-icon {
    margin-top: 7px;
  }
}
#fh5co-feature-slider .fh5co-item-slide-text {
  margin-top: 1em;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 992px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
/* ===================================================================== */
/* fh5co-testimonial * /
/* ===================================================================== */
#fh5co-testimonial {
  padding: 7em 0;
  background-size: cover;
}
#fh5co-testimonial.border-top {
  border-top: 1px solid whitesmoke;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #fh5co-testimonial {
    padding: 7em 0;
  }
}
#fh5co-testimonial blockquote {
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  border-left: none;
  font-size: 45px;
  line-height: 57px;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  #fh5co-testimonial blockquote {
    width: 100%;
    font-size: 35px;
    line-height: 47px;
  }
}
#fh5co-testimonial blockquote p {
  text-align: center;
  color: #ffffff;
}
#fh5co-testimonial .fh5co-testimonial-author {
  font-size: 18px;
}
#fh5co-testimonial .fh5co-uppercase-heading-sm {
  color: #000000;
}
/* ===================================================================== */
/* Accordions * /
/* ===================================================================== */
.fh5co-accordion .panel-title > a {
  border-bottom: none !important;
}
.fh5co-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.fh5co-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.fh5co-accordion .panel-heading .accordion-toggle {
  color: #228abf;
}
.fh5co-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}
/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #228abf;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}
/* ===================================================================== */
/* Social Icons * /
/* ===================================================================== */
.fh5co-social-icons {
  padding: 0;
}
.fh5co-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.fh5co-social-icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid #ebebeb;
  display: table;
  text-align: center;
  color: #2e2e2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-social-icons li a:hover {
  background: #f86942;
  border: 1px solid #f86942 !important;
  color: #ffffff !important;
}
.fh5co-social-icons li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 992px) {
  .fh5co-pricing-table-1 .fh5co-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-pricing-table-1 .fh5co-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
/* ===================================================================== */
/* Pricing Table * /
/* ===================================================================== */
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body,.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
  background: #228abf;
  color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup, .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 span {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
  background: #228abf;
  color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-body {
  border: 2px solid #228abf;
  border-top: none;
}
/* ===================================================================== */
/* Nav Links * /
/* ===================================================================== */
.fh5co-nav-links ul {
  padding: 0;
  margin: 0;
}
.fh5co-nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.fh5co-nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #228abf;
}
/* ===================================================================== */
/* Owl Override Style * /
/* ===================================================================== */
.owl-carousel .owl-controls,.owl-carousel-posts .owl-controls {
  margin-top: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next,.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}
.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next i,.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #228abf;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #228abf;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #228abf;
}
/* ===================================================================== */
/* Image Alignment * /
/* ===================================================================== */
img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 480px) {
  img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
  img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
a > img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
a > img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* --------------------
fot Smartphone
-------------------- */
@media screen and (max-width: 480px) {
  a > img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
  a > img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}

/* ===================================================================== */
/* anchor * /
/* ===================================================================== */
.a--nochange {
  color: inherit;
}
.a--nochange:hover {
  color: inherit;
}

/* ===================================================================== */
/* arrow * /
/* ===================================================================== */
.arrow {
  position: absolute;
  content: " ";
  top: 0;
  left: 50%;
  margin: 0 0 0 -60px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #fff transparent transparent transparent;
}
.arrow--gray {
  border-color: #eee transparent transparent transparent;
}
.arrow--orange {
  border-color: #ed6d00 transparent transparent transparent;
}

/* ===================================================================== */
/* block * /
/* ===================================================================== */
.container-fluid .article:last-child {
  margin-bottom: 0;
}
.article {
  margin-bottom: 6rem;
}

/* ===================================================================== */
/* list * /
/* ===================================================================== */
.dl {
  margin: 0 0 2rem;
}
.dl:last-child {
  margin: 0;
}
.dl dd {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */
