@charset "utf-8";

@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
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:Helvetica, Arial, Verdana, Geneva, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 300;
  color: #444;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #333;
}

::-moz-selection {
  color: #ffffff;
  background: #333;
}

::selection {
  color: #ffffff;
  background: #333;
}

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: #333;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #2e2e2e;
}

/*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;
}*/

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 0px 0;
  padding: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 2.4rem;
  line-height: 1.6;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 1.8rem;
  line-height:1.4;
  margin: 0 0 0px 0;  
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}


li {
  list-style:none;
}

p {
  margin: 0 0 0px 0;
}

.fh5co-serif {
  font-family: "Crimson Text", serif;
}

.fh5co-sans-serif {
  font-family: "Lato", arial, sans-serif;
}

/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}*/

.fh5co-lead-wrap {
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .fh5co-lead-wrap {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

.fh5co-lead {
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .fh5co-lead {
    font-size: 30px;
    line-height: 42px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}

/* header
------------------------------------------- */
#fh5co-header-section {
  width: 100%;
  padding: 25px 25px;
  -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;
  position: fixed;
  float: left;
  top: 0;
  left: 0 !important;
  right: 0;
  z-index: 103;
  background-color:rgba( 255, 255, 255, 0.8);
}
#fh5co-header-section.fh5co-scrolled {
  padding: 12px 25px;
  background: rgba(0, 0, 0, 0.8);
  background: white;
  -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-header-section.fh5co-scrolled #fh5co-logo a {
  color: #2e2e2e;
}
#fh5co-header-section.fh5co-scrolled #fh5co-logo a:hover {
  color: #7b7b7b;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu a {
  color: #2e2e2e;
  border-bottom: none !important;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu a:hover {
  color: #333 !important;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu li.active > a {
  color: #333 !important;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap > .sf-menu > li > a {
  padding-top: 0em;
  padding-bottom: 0em;
}

#fh5co-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#fh5co-logo img {
  width:230px;
}
#fh5co-logo a {
  border-bottom: none !important;
  letter-spacing: 3px;
  text-transform: uppercase; 
}
@media screen and (max-width: 768px) {
  #fh5co-logo img{
	display:none;
  } 
}

/* header/Superfish Override Menu
------------------------------------------- */
.sf-menu {
  margin: 0 !important;
  padding-top:8px;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  width: 8em;
}

.sf-menu a {
  color: #333333;
  padding: .5em .5em;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 1.6rem;
  border-bottom: none !important;
  font-family: 'Lato', arial, sans-serif;  
}

.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: .5em .5em;
  letter-spacing: 1px;
}

.en-bt{
  background-color: #333 !important;
  color:#fff;
  margin:0 0 0 1em !important;
}
.en-bt a{
  color:#fff !important;
  font-size:1.4rem !important;
  padding: 0 .6em .2em !important;
}
.en-bt a:hover{
  color:#fff !important;
  background-color: #333 !important; 
}
.en-small{
  font-size:1.1rem !important;
  padding-right:.4em;
}

@media screen and (max-width: 768px) {
.en-bt{
  background-color: #000 !important;
  color:#fff;
  margin:1em 0 0 0 !important;
  border:1px solid #999 !important;
}
.en-bt a{
  color:#fff !important;
  font-size:1.8rem !important;
  padding: 0 .6em .2em !important;
  text-align:center;
}
.en-bt a:hover{
  color:#fff !important;
  background-color: #333 !important; 
}
.en-small{
  font-size:1.4rem !important;
  padding-right:.4em;
}
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #333;
}

.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 .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

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

#fh5co-menu-wrap .sf-menu a {
  padding: 0em 1em;
}
#fh5co-menu-wrap .sf-menu a i {
  margin-left:.4em;
}
#fh5co-primary-menu li a.active {
  color: #333 !important;
}
#fh5co-primary-menu > li > ul li.active > a {
  color: #333 !important;
}
#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;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: rgba(0, 0, 0, 0.5);
}
#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;
  content: "\e649";
  color: rgba(255, 255, 255, 0.3);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 7px 0 3px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#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 #333;
  border-bottom: 8px solid rgba(0, 0, 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: 14px;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #333 !important;
}
@media screen and (max-width: 768px) {
.sf-menu {
  display: none;
}
}

/* Mobile Menu
------------------------------------------- */
@media screen and (max-width: 768px) {
#fh5co-mobile-menu-btn {
  padding:2%;
  z-index: 1001;
  position: absolute;
  left: 2%;
  top:16%;
  background: #fff; 
  display: table;
}
#fh5co-mobile-menu-btn i {
  display: table-cell;
  vertical-align: middle;
  font-size: 170%;
  color: #000; 
}
}
@media screen and (max-width: 480px) {
#fh5co-mobile-menu-btn {
  top:12%;
}
}

#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: #333;
  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;
  border-bottom:1px solid;
  border-color: rgba(255, 255, 255, 0.5); 
  padding:.5em 0;  
  font-size:2.0rem;
  font-family: 'Lato', arial, sans-serif;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li i {
  padding-top:.2em;
  float:right;  
}
#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: #fff;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}
#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;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: white;
  color: #2e2e2e;
  -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); 
  padding:2% 0;
}
#fh5co-logo-mobile-wrap h1 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#fh5co-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #2e2e2e;
  text-decoration:none;  
}
#fh5co-logo-mobile-wrap h1 img{
  max-width:40%;
  border-bottom: none !important;
  margin-left:4%;
  }
  
/* main-image
------------------------------------------- */

#fh5co-hero {
  background-color: #2e2e2e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: 700px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ffffff;
}
#fh5co-hero .fh5co-hero-wrap {
  display: table;
  height: 700px;
  width: 100%;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-top:4em;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  font-size: 10rem;
  font-weight: normal;
  line-height: .7em;
  letter-spacing: .5px;
  font-family: 'Great Vibes', cursive;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
  letter-spacing: 4px;
  font-size: 1.8rem;
  padding-bottom: 40px;
  position: relative;
  color: #fff;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro-small {
  letter-spacing: .5px;
  font-family: 'Great Vibes', cursive; 
  font-size:  5.0rem;
  position: relative;
  color: #fff;
  font-weight: normal;  
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro2 {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-top:4em;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro2 > h1 {
  background-color:rgba( 0, 0, 0, 0.3);
  font-family: 'Lato', sans-serif;
  font-family: 'Great Vibes', cursive; 
  font-weight:normal;  
  font-size: 8rem;
  color:#FFF;
  padding:.4em 0 .2em;
  text-align:center;
  position: relative;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  line-height:0.7;
  letter-spacing:1px;
  margin-top:1em;
}
.main-imagebox-small {
  font-size: 1.8rem;
  padding-top:.6em;
  display:block;
}

@media screen and (max-width: 768px) {
#fh5co-hero {
  background-position: center center;
}
#fh5co-hero2 {
  background-position: center center;
}
  
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  letter-spacing: 4px;
  font-size: 6rem;
  line-height: .6em;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
  letter-spacing: 2px;
  padding-bottom: 30px;
  font-size: 1.4rem;  
} 
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro-small {
  letter-spacing: 1px;
  font-family: 'Great Vibes', cursive;  
  font-size: 3rem;
  position: relative;
  color: #fff;
}
#fh5co-hero, .fh5co-hero-wrap, #fh5co-hero2 {
  position: relative;
  padding: 4em 0 3em 0;
  height: inherit !important;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro2 {
  padding-top:5em;
}

#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro2 > h1 {
  font-size: 6rem;
  margin-top:0em;
}
#fh5co-hero2 .fh5co-hero-wrap2 .fh5co-hero-intro2 {
  padding-top:5em;
}

#fh5co-hero2 .fh5co-hero-wrap2 .fh5co-hero-intro2 > h1 {
  font-size: 6rem;
  margin-top:0em;
}
.main-imagebox-small {
  font-size: 1.5rem;
  padding-top:.6em;
}
}

  
/* Contents
------------------------------------------- */
#fh5co-main {
  margin-top: 700px;
  padding-top: 0px;
  z-index: 102;
  position: relative;
  background: #ffffff;
}
#fh5co-main2 {
  margin-top: 110px;
  padding-top: 0px;
  z-index: 102;
  position: relative;
  background: #ffffff;
  border-top:1px dotted #aaa;
}

@media screen and (max-width: 768px) {
  #fh5co-main {
    margin-top: 0px;
  }
  #fh5co-main2 {
    margin-top: 3em;
  }  
}

body.inner-page #fh5co-main {
  margin-top: 400px;
}
@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);
}

/* Helper Classes */
/* Spacer
------------------------------------------- */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.fh5co-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xlg {
    height: 70px;
  }
}

.fh5co-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-lg {
    height: 50px;
  }
}

.fh5co-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-md {
    height: 30px;
  }
}

.fh5co-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-sm {
    height: 20px;
  }
}

.fh5co-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xs {
    height: 20px;
  }
}

.fh5co-spacer-xxs {
  height: 20px;
}

.fh5co-letter-spacing {
  letter-spacing: 1px;
}

.fh5co-no-margin-bottom {
  margin-bottom: 0 !important;
}

.fh5co-uppercase-heading-sm {
  font-size: 4rem;
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-weight:200;
  margin-bottom:.6em;
}
.fh5co-uppercase-heading-sm2 {
  font-size: 4rem;
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-weight:200;
}
.fh5co-uppercase-jp {
  font-size: 1.4rem;
  letter-spacing: 2px;  
  color: #333;
  display:inline;
  padding:0 0 0 1em;
}
@media screen and (max-width: 768px) {
.fh5co-uppercase-heading-sm,.fh5co-uppercase-heading-sm2 {
  font-size: 3rem;
  font-weight:200;  
}
.fh5co-uppercase-jp {
  letter-spacing: 2px;  
  display:block;
  padding:0 0 0 0;  
}
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

/* 
========================================

Components 

========================================
*/
/* Buttons */
.btn {
  border: 1px solid #999;
  font-size:1.5rem;
  margin-bottom: 1em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  padding:.8em 1em;
  width:35%;
}
.btn2 {
  border-bottom: none !important;
  font-size:1.5rem;
  margin-bottom: 2em !important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;  
  padding:.8em 1em;
  width:85%;
}
.btn i {
  padding-left:.5em;
  font-size:1.2rem;
  font-weight:bold;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn2 i {
  padding-left:.5em;
  font-size:1.2rem;
  font-weight:bold;
}
.btn2 a{
  color:#999;
	}
.btn2:hover, .btn2:focus, .btn2: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: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #282e3c !important;
  background: #282e3c;
  color: #ffffff;
}

.btn-primary {
border:1px solid #333!important;
}

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

} */

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

.btn-detail i{
  float:right;
  padding-top:.1em;
}
.btn-detail a {
  display:block;
  border:1px solid;
  color:#333;
  padding:.5em .5em .2em;
  width:50%;
  font-size:1.4rem;
  text-align:center;  
}

@media screen and (max-width: 768px) {
.btn-detail a {
  width:100%;
  margin:0 auto 1em;
}
.btn {
  width:80%;
  font-size:1.4rem;
}
}			

/* ABOUT US
------------------------------------------- */
.fh5co-aboutus {
  padding: 2.5em 0;
}
.fh5co-aboutus2 {
  padding: 2.5em 0 0;
}
.fh5co-aboutus3 {
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
.fh5co-aboutus {
  padding: 1.5em 0;
  }
.fh5co-aboutus2 {
  padding: 1.5em 0 0;
}  
}
.top-aboutus-ttl {
  font-size:2.6rem;
  margin-bottom:.8em;
}
.aboutus-description{
  font-size:1.6rem;
  line-height:1.6;
  margin-bottom:2em;  
}
.fh5co-feature-1 .fh5co-feature-figure {
  margin-top: 5em;
}
.top-aboutus-imgbox {
width: 100%;
    padding: 0;
    margin-bottom: 3em;
    display: flex;
    /* border-bottom: 1px solid #eee; */
    /* border-top: 1px solid #eee; */
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start
}
.top-aboutus-imgbox li{
  width:50%;
  float:left;
}
.top-aboutus-imgbox li img{
  width:100%;
}
@media screen and (max-width: 768px) {
.fh5co-feature-1 .fh5co-feature-figure {
  text-align: center !important;
  margin-top: 0em;
}
.top-aboutus-imgbox {
  margin-bottom:2em;   
}
.top-aboutus-imgbox li{
  width:50%;
  float:left;
}
}
@media screen and (max-width: 768px) {
.fh5co-feature-1 .fh5co-feature-figure img {
  display: inline-block;
  margin: 0 auto;
}
}
.fh5co-feature-1 .fh5co-feature-blurb ul {
  padding: 0;
  margin: 5em 0 0 0;
}
@media screen and (max-width: 480px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul {
    margin: 2em 0 0 0;
  }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
.fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
  float: right;
  width: 85%;
}
@media screen and (max-width: 992px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
    width: 80%;
  }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
  float: left;
  width: 15%;
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon i {
  font-size: 40px;
  color: #333;
}
@media screen and (max-width: 992px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
    width: 20%;
  }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-title {
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}

/* Feature 2*/
.fh5co-feature-2 .fh5co-feature-title {
  letter-spacing: 1px;
}
.feature-ttl-en{
  font-size:1.3rem;
  font-weight:normal;
  line-height:1.3;  
  color:#999;
  display:block;
  padding-top:.3em;
  letter-spacing: 0px;  
}
.fh5co-feature-2 .fh5co-feature-icon {
  text-align: center;
  display: block;
  margin-bottom: 1em;
}
.fh5co-feature-2 .fh5co-feature-icon i {
  font-size: 50px;
  color:#333;
}
.fh5co-feature-2 .fh5co-feature-icon.fh5co-circle {
  display: table;
  width: 100px;
  margin: 0 auto 2em auto;
  border: 0px solid #333;
/*  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
*/  
}
.fh5co-feature-2 .fh5co-feature-icon.fh5co-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 50px;
}
.fh5co-feature-description{
  padding-bottom:.4em;
}
.feature-description-en {
  font-size:1.2rem;
  display: block;
  color:#999;
}
.fh5co-feature-2 .fh5co-feature-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-feature-2 .fh5co-feature-item {
    display: block;
	border-bottom:1px dotted #999;
	padding-bottom:1.5em;
	margin-bottom:1.5em;	
  }
}

/* Feature 3 */
.fh5co-feature-3 .fh5co-feature-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-feature-3 .fh5co-feature-item {
    display: block;
  }
}
.fh5co-feature-3 .fh5co-feature-icon {
  float: left;
  width: 15%;
  clear: right;
}
@media screen and (max-width: 480px) {
  .fh5co-feature-3 .fh5co-feature-icon {
    width: 20%;
  }
}
.fh5co-feature-3 .fh5co-feature-icon i {
  font-size: 30px;
  color: #333;
}
.fh5co-feature-3 .fh5co-feature-blurb {
  float: right;
  width: 85%;
}
@media screen and (max-width: 480px) {
  .fh5co-feature-3 .fh5co-feature-blurb {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
.consent-wrap {
  font-size:1.2rem;
}
}
.consent-wrap {
  margin:0 1.5% 2em;
  width:97%;
  border:1px solid #ccc;
  padding:3% 3% 1%;
}
.consent-box p,
.consent-box ul {
  margin-bottom: 2rem;
}
.consent-box ul {
  padding:0;
}
.consent-box .ttl {
  font-weight: bold;
  margin-bottom: .4rem;  
}

/* TOP BRANDS
------------------------------------------- */
.fh5co-top-brandsbox {
  padding: 2.5em 0;	
  background: #f6f9fa;  
}
.brandsbox{
    margin: 0 0 2em;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
}
.brandsbox li{
  float:left;
  width:22%;
  /* margin-right:4%; */
  margin-bottom:1em;
  list-style:none;
}
.brandsbox li:nth-child(4),.brandsbox li:nth-child(8),.brandsbox li:nth-child(12),.brandsbox li:nth-child(16){
  margin-right:0;
}
.img-brandslogo{
  width:auto;
  height: 8vh;
  margin:0 auto;
  display:block;
  padding: 0 0 .5em;  
}
.brandsbox-title {
  margin-bottom:.2em;
  line-height:1.4;  
}
.brandsbox-description {
  font-size:1.3rem;
  line-height:1.3;
}
@media screen and (max-width: 768px) {
.fh5co-top-brandsbox {
  padding: 1.5em 0;	
}
.brandsbox li{
  float:left;
  width:46%;
  margin-right:0;
  margin-top:.9em;
  margin-bottom:0em;  
  list-style:none;
}
.brandsbox li:nth-child(1),.brandsbox li:nth-child(2){
  margin-top:0;
}
.brandsbox li:nth-child(even){
  float:right;
}
.brandsbox-title {
  font-size:1.4rem;
  font-weight:bold;
  line-height:1.3;  
}
.brandsbox-description {
  font-size:1.2rem;
  line-height:1.3;
}
}

/* TOP BRANDS2
------------------------------------------- */
.fh5co-top-brandsbox2 {
  padding: 2.5em 0;	
  background: #f6f9fa;  
}
.brandsbox2{
  margin:0 0 2em;
  padding:0;
}
.brandsbox2 li{
  width:22%;
  margin-right:4%;
  margin-bottom:1em;
  list-style:none;
  margin-left: auto;
  margin-right: auto;
}
.brandsbox2 li:nth-child(4),.brandsbox2 li:nth-child(8),.brandsbox2 li:nth-child(12),.brandsbox2 li:nth-child(16){
  margin-right:0;
}
.brandsbox2-title {
  margin-bottom:.2em;
  line-height:1.4;  
}
.brandsbox2-description {
  font-size:1.3rem;
  line-height:1.3;
}
@media screen and (max-width: 768px) {
.fh5co-top-brandsbox2 {
  padding: 1.5em 0;	
}
.brandsbox2 li{
  width:46%;
  margin-right:0;
  margin-top:.9em;
  margin-bottom:0em;  
  list-style:none;
  margin-left: auto;
  margin-right: auto;
}
.brandsbox2 li:nth-child(1),.brandsbox2 li:nth-child(2){
  margin-top:0;
}
.brandsbox2 li:nth-child(even){
  float:right;
}
.brandsbox2-title {
  font-size:1.4rem;
  font-weight:bold;
  line-height:1.3;  
}
.brandsbox2-description {
  font-size:1.2rem;
  line-height:1.3;
}
}



/* BRANDS page
------------------------------------------- */
.fh5co-brandsttlbox {
  padding: 2.5em 0;	
}
.brands-ttl {
  font-size:2.6rem;
  line-height:1.4;
  margin-bottom:.4em;
  margin-top:.6em;  
}
.fh5co-brandsbox {
  padding: 2.5em 0;	
  background: #f7f7f7;  
}
.brandsbox-contens{
  margin:0;
  padding:0;
}
.brandsbox-contens li{
  width:100;
  margin-bottom:1.5em;
  padding:1em 0 2em;
  border-bottom:1px dashed #999;
  list-style:none;
  display:block;
}
.brandsbox-contens li:last-child {
  border-bottom:none;
  margin-bottom:0;
}
.brands-logobox-l{
  float:left;
  width:50%;
  margin-bottom:0em;  
  font-size:1.5rem;
  line-height:1.6;
}
.brands-logobox-l img{
  max-width:300px;
  display:block;
  margin:0 auto .5em;
}
.brands-itemphot-r{
  width:45%;	
  float:right;
}
.brands-logobox-r{
  float:right;
  width:50%;
  margin-bottom:0em;  
  font-size:1.5rem;
  line-height:1.6;
}
.brands-logobox-r img{
  max-width:300px;
  display:block;
  margin:0 auto .5em;
}
.brands-itemphot-l{
  width:45%;	
  float:left;
}
.brands-itemphot-l img,.brands-itemphot-r img{
  width:100%;
}
.brands-web-btn {
 margin-top:1em;
 font-family: 'Lato', sans-serif;
 font-weight:200;
 font-size:2.0rem
}

@media screen and (max-width: 768px) {
.fh5co-brandsbox {
  padding: 1.5em 0;	
}
.brands-ttl {
  font-size:2.4rem;
  line-height:1.4;
  margin-bottom:.6em;
}
.brandsbox-contens li{
  width:100;
  margin-bottom:1.5em;
  padding:1em 0 2em;
  border-bottom:1px dashed #999;
  list-style:none;
  display:block;
}

.brands-logobox-l,.brands-logobox-r{
  float:none;
  width:100%;
  margin-bottom:0em;  
  font-size:1.5rem;
  line-height:1.6;
}
.brands-logobox-l img,.brands-logobox-r img{
  max-width:300px;
  display:block;
  margin:0 auto .5em;
}
.brands-itemphot-r,.brands-itemphot-l{
  width:100%;	
  float:none;
}
.brands-itemphot-r img,.brands-itemphot-l img{
  width:100%;
  margin:0 auto .5em;  
}
.brands-web-btn {
 margin-top:1em;
 font-size:2.0rem
}

}



/* TOP NEWS
------------------------------------------- */
.fh5co-top-newsbox {
  padding: 2.5em 0;
  margin-bottom: 1em;
}
.news-box {
  width:80%;
  margin:0 auto 1em;
  padding-bottom:6rem;
  position:relative;
}
.fh5co-item-slide-img2 {
  float:left;
  width:50%;
}
.fh5co-item-slide-text2 {
  float:left;
  width:50%;	
  padding:0 0 0 3em;
}
.fh5co-item-slide-text2 h3{
  line-height:1.4;
  margin-bottom:.8em;
  margin-top:1em;  
}
.fh5co-item-slide-text2 p.news-text {
  font-size:1.6rem;
  margin-bottom:1em;
  line-height:1.5;
}
.img-responsive {
  border:1px solid #ddd;
}

@media screen and (max-width: 768px) {
.fh5co-top-newsbox {
  padding: 1.5em 0;
}	
.news-box {
  width:70%;
  margin:0 auto;
}	
.fh5co-item-slide-img2 {
  float:none;
  width:100%;
}
.fh5co-item-slide-text2 {
  float:none;
  width:100%;	
  padding:1em 0 0 0;
}
.fh5co-item-slide-text2 p.news-text {
  font-size:1.2rem;
}
}

/* Footer
------------------------------------------- */
#footer {
  padding: 2.5em 0;
  background-color:#222;
  color:#fff;
}

#footer li {
  list-style: none;
}
@media screen and (max-width: 768px) {
#footer {
  padding: 1.5em 0;
}
}
#footer h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom:.5em;
  color: #fff;
}
#footer [class*="col"] {
  padding-bottom: 30px;
}
.footer-companybox{
  padding: 0;
  margin: 0 0 2em 0;
}
.footer-companybox i {
  font-size:2.2rem;
  padding-right:.5em;
}
.f-tel{
  font-size:2.0rem;
  font-family: 'Lato', sans-serif;
  font-weight:400;
 }
.footer-sitemap{
  padding: 0;
  margin: 0;
}
.footer-sitemap i {
  font-size:1.2rem;
  padding-left:1em;
}
.footer-sitemap li,.footer-companybox li {
  padding: 0 2em 0 0;
  margin: 0 0 10px 0;
  display:inline;
  font-size: 1.6rem;  
  color:#FFF;
}
.footer-sitemap li:last-child,.footer-companybox li:last-child{
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  list-style: none;
  display:inline;
  color:#FFF;
}
.footer-sitemap li a,.footer-companybox li a{
  color:#FFF;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
.footer-sitemap li,.footer-companybox li {
  display: block;
  padding: 0 0 0 0;
}
.f-add{
  font-size:1.2rem;
}
.f-mail{
  font-size:1.4rem;
}
}
.fh5co-copyright {
  font-size:1.2rem;
  color:#FFF;
  border-top: 1px solid #FFF;
  clear: both;
  margin-top: 3em;
  padding:.8em 0 0;
}

#fh5co-feature-slider .fh5co-item-slide-text {
  margin-top: 1em;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
@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 {
  padding: 10em 0;
  background: #000 url(../images/hero2.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial {
    padding: 3em 0;
  }
}
#fh5co-testimonial blockquote {
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  border-left: none;
  font-size: 45px;
  line-height: 57px;
}
@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: #ffffff;
}

#fh5co-newsletter {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-newsletter {
    padding: 2em 0;
  }
}
#fh5co-newsletter .fh5co-uppercase-heading-sm {
  color: rgba(0, 0, 0, 0.4);
}


/* Accordions */
.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: #333;
}
.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: #333;
}
.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 {
  text-align: center;
  padding: 0;
  margin: 0 0 2em 0;
}
.fh5co-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.fh5co-social-icons li a {
  padding: 0 10px;
  border-bottom: none !important;
}
.fh5co-social-icons li i {
  font-size: 30px;
}

/* Pricing Tables */
@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%;
  }
}
.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: #333;
  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: 14px;
  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: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
  background: #333;
  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 #333;
  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 #333;
}

/* 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;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}

@media screen and (max-width: 768px) {
.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: -5%;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: 0px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left:0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: 0px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 0px;
}

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

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 25px;
}
}

.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: 1.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ccc;
  -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: 0px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 0px solid #333;
  background: #333;  
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 0px solid #333;
  background: #333;    
}

/* Image Alignment */
img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Recruit
------------------------------------------- */
.fh5co-recruit {
  padding:1em 0 2em;
  margin-bottom:1em;
}
.fh5co-recruit2 {
  padding:2em 0 0;
}
.recruit-ttl {
  font-size:2.8rem;
  line-height:1.4;
  margin-bottom:.4em;
  margin-top:.6em;  
}
.recruit-desc {
  font-size:1.6rem;
  line-height:1.6;
}
.recruit-form-btn a{
  font-size:1.8rem;
}
.recruit-form-btn i {
  font-size:2.2rem;
  vertical-align:top;
}

@media screen and (max-width: 768px) {
.fh5co-recruit {
  padding:0em 0 2em;
  margin-bottom:0;
}
.fh5co-recruit2 {
  padding:1.5em 0 0;
}
.recruit-ttl {
  font-size:2.4rem;
  line-height:1.4;
  margin-bottom:.6em;
}
.recruit-desc {
  font-size:1.6rem;
  line-height:1.6;
}
.recruit-form-btn i {
  vertical-align:middle;
}
}

/* Table
------------------------------------------- */
.table-infobox{
  border-collapse:collapse;
  width:100%;
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
  font-size:1.4rem;
  text-align:left;
  margin-bottom:2em;
}
.table-infobox th{
  font-weight:normal;
  width:28%;
  padding:1em;
  border:1px solid #CCCCCC;
  vertical-align:middle;
  text-align:center;
  background-color:#F6F6F6;
}
.table-infobox td{
  padding:1em;
  border:1px solid #CCCCCC;
  vertical-align:middle;
  text-align:left;
}

.table-recruitbox{
  border-collapse:collapse;
  width:100%;
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
  font-size:1.4rem;
  text-align:left;
  margin-bottom:2em;
}
.table-recruitbox th{
  font-weight:normal;
  width:28%;
  padding:1em;
  border:1px solid #CCCCCC;
  vertical-align:middle;
  text-align:center;
  background-color:#F6F6F6;
}
.table-recruitbox td{
  padding:1em;
  border:1px solid #CCCCCC;
  vertical-align:middle;
  text-align:left;
}
.table-recruitbox td i{
  padding:2em 1em;
}

@media screen and (max-width: 768px) {
.table-recruitbox{
  border-left:0px solid #cccccc;
}
.table-recruitbox th{
  width:100%;
  display:block;
  border-top:0px solid #cccccc;
}
.table-recruitbox td{
  width:100%;
  display:block;
  border-top:0px solid #cccccc;
}
}


/* mailform
------------------------------------------- */
/* input {
} */
[disabled] {
  cursor: default;
}
.form-body {
  margin-bottom: 4rem;
}
.form-lede {
  margin-bottom: 1.6rem;
}
.form-caution {
  color: #ee0000;
  font-size: 1.6rem;
}
.comp-recept {
  margin-bottom: 2rem;
}
.req {
  color: #ee0000;
}
.form-table {
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 100%;	
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.form-table th,
.form-table td {
  display: table-cell;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.form-table th {
  width: 30%;
  font-size: 1.6rem;
  border-top: none;
  background-color: #efefef;
  font-weight:normal;
}
.form-table td {
  font-size: 1.4rem;
}
.input-list {
  padding:0;
  margin:0;
}
.input-list li {
  margin-top: .4em;
  margin-right: 1em;
  margin-bottom: .4em;
  display: inline-block;
}
.input-list li label {
  padding-left: .5em;
}
.input,
textarea {
  width: 100%;
  padding: 8px;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #666;
}
.input-head {
  margin-bottom: 1rem;
}
.supple-btn {
  font-size: 1.6rem;
}
.form-operate {
  padding: 0 0 1em;
  text-align: center;
  margin:0;
}
.form-operate li {
  font-size: 1.6rem;
  text-align: center;
}
.form-operate li input {
  padding: .8em 6em;
  color: #fff;
}
.couple-operate {
  padding:0 2em 2em;    
}
.couple-operate li {
  float: left;
  width: 46%; 
}
.couple-operate li:last-child {
  float: right;
}
.couple-operate li input {
  width: 100%;
}
.primary-btn {
  background-color: #000;
  border:none;
}
.secondary-btn {
  background-color: #dd0000;
  border:none;  
}
.caution-ttl {
  font-size: 2.4rem !important;
  font-weight:bold;
  color: #ee0000;
  margin-top:2em;
  margin-bottom:.6em
}
.caution-txt {
  color: #ee0000;
  font-size: 1.6rem;
  text-align: center;  
}
.error-list {
  font-size: 1.6rem !important;	
  padding: 1.4em 4%;
  margin-bottom: 2rem;
  text-align:center;
}
.error-list li{
  margin-bottom:1em;
}
.restriction {
  margin-bottom: 3rem;
  text-align: center;
}
.stand-btn {
  text-align: center;
}
.back-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.8em 4em;
}
.form-lede {
  margin:1em 0 2em;
}
.sec-lede {
  margin-bottom:2em;
}
.sec-lede-desc {
  margin:1em 0;
}
.stand-btn{
  margin-bottom:2em;
}


@media screen and (max-width: 768px) {
.form-caution {
  font-size: 1.4rem;
}
.form-main .wrap {
  padding: 0;
}
.form-table {
  border-top: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.form-table th,
.form-table td {
  padding: 1rem 4%;
  display: block;
  width: 100%;    
}
.form-table th {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #efefef;
}
.form-table td {
  padding: 1.5rem 4%;
  display: block;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;  
}
.form-supple p:not(:last-child) {
  margin-bottom: 1rem;
}
.input-list li {
  font-size: 1.6rem;
}
.couple-operate {
  padding: 0 1em 1em;
}
.couple-operate li input {
  font-size: 1.4rem;	
  padding: 0.8em 0;
}
.caution-txt {
  font-size: 1.6rem;
}
.cfm-form-lede {
  margin-bottom: 1rem;
}
.caution-ttl {
  font-size: 1.8rem;
}
.restriction {
  font-size: 1.6rem;
}
.stand-btn {
  font-size: 1.6rem;
}

}

/* news
------------------------------------------- */
.fh5co-news{margin-top:100px;background:#f6f6f6;padding:2em 0;}
.fh5co-news h1{padding:0;}
.fh5co-news h1 span{display:block;color:#444444;padding:0;}
body.news #fh5co-main{margin-top:0;}
.news-main{padding:3em 0;}
h2.news-ttl {font-size:2.2rem!important;line-height:1.4;margin-bottom:1em;}
.news-desc {font-size:1.6rem;line-height:1.6;}

@media screen and (max-width: 768px) {
.fh5co-news{margin-top:60px;background:#f6f6f6;padding:1em 0;}
.news-main{padding:2em 1.2em;}
h2.news-ttl {font-size:1.8rem!important;line-height:1.4;margin-bottom:.6em;text-align:left;}
.news-desc {font-size:1.3rem;line-height:1.6;}
}