@charset "UTF-8";
/*----------------------------------------------------------------------

	MASTER STYLESHEET

	Project:        Metronic "Acidus" Frontend Freebie - Responsive HTML Template Based On Twitter Bootstrap 3.3.4
	Version:        1.0
	Author:         KeenThemes
	Primary use:    Corporate, Business Themes.
	Email:			support@keenthemes.com
	Follow: 		http://www.twitter.com/keenthemes
	Like: 			http://www.facebook.com/keenthemes
	Website:		http://www.keenthemes.com
	Premium:		Premium Metronic Admin Theme: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes

-----------------------------------------------------------------------*/
/* eg: @include user-select(none); */
/* eg: @include rotate(45deg); */
/* eg: @include translate3d(0,0,0); */
/* eg: @include border-radius(3px); */
/*------------------------------------------------------------------
  	[The "base.scss" contains basic default element styles
  		(colors, typography, margins & padding).]
------------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Hind, sans-serif;
}

p {
  font-size: 15px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  margin-bottom: 15px;
}

em,
li,
li a {
  font-size: 16px;
  font-weight: 500;
  font-family: Hind, sans-serif;
  color: #515769;
}

a {
  font-family: Hind, sans-serif;
  color: #81848f;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

span {
  font-size: 14px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #bfc1c7;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Hind, sans-serif;
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

/*------------------------------------------------------------------
  	[Blockquote]
------------------------------------------------------------------*/
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #17bed2;
  content: '“';
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-base-bg {
  color: #fff;
  background: #17bed2;
  border-color: transparent;
  border-width: 0;
}

.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
  color: #fff;
  background: #63cbd7;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 40px;
}

/*------------------------------------------------------------------
  	[Work]
------------------------------------------------------------------*/
.work {
  position: relative;
}

.work .work-overlay {
  position: relative;
}

.work .work-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-content {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  padding: 25px;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer .footer-logo {
  width: 85px;
  height: 21px;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #777984;
  margin-bottom: 15px;
}

.footer .footer-list-item:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/
/* Navbar */
.header .navbar {
  margin-bottom: 0;
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #17bed2;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .navbar-logo {
  width: 100px;
  height: 100px;
  float: left;
  max-height: 95px;
  line-height: 65px;
}

.header .navbar-logo-wrap {
  display: inline-block;
  padding: 15px 0;
}

.header .navbar-logo-wrap:focus, .header .navbar-logo-wrap:hover {
  text-decoration: none;
}

.header .navbar-logo-img {
  display: inline-block;
  width: 85px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
.header .menu-item {
  position: relative;
  display: block;
}

.header .menu-item:last-child a {
  padding-right: 0;
}

.header .menu-item a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px;
}

.header .current_page_item a {
  position: relative;
}

.header .current_page_item a:after {
  position: absolute;
  top: 45px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #17bed2;
  content: " ";
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .menu-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Navbar Nav */
  .header .menu-item a {
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }
  .header .current_page_item a:after {
    position: absolute;
    top: 20px;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}


@media (min-width: 768px) {
  .menu-item{
    float:left;
  }
}
/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
}

/*------------------------------------------------------------------
  	[Contact]
------------------------------------------------------------------*/
.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

/*--------------------------------------------------
    [Masonry Grid]
----------------------------------------------------*/
.masonry-grid {
  position: relative;
  margin: 0 -2px;
}

.masonry-grid:before, .masonry-grid:after {
  content: " ";
  display: table;
}

.masonry-grid:after {
  clear: both;
}

.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
}

.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}

.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}

.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}

.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}

.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}

.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}

.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}

.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}

.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}

.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}

.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}

.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    width: 50%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 50%;
  }
}

/* Media Queries below 600px */
@media (max-width: 600px) {
  .masonry-grid .masonry-grid-item {
    width: 100%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 100%;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #17bed2;
}

.color-white {
  color: #fff;
}

.color-heading {
  color: #515769;
}

.color-subtitle {
  color: #a6a7aa;
}

.color-link {
  color: #81848f;
}

.color-link-hover {
  color: #999caa;
}

.color-sky-light {
  color: #fafafa;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #17bed2;
}

.bg-color-white {
  background: #fff;
}

.bg-color-heading {
  background: #515769;
}

.bg-color-subtitle {
  background: #a6a7aa;
}

.bg-color-link {
  background: #81848f;
}

.bg-color-link-hover {
  background: #999caa;
}

.bg-color-sky-light {
  background: #fafafa;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}








/* custom layout */
body{
  overflow:hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}


header{
  background-color: #fff;
  position: fixed;
  z-index: 100;
  width: 100%;
}

img {
  max-width:100%;
}
.home-bg {
    width: 100%;
    position: relative;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background: url() center no-repeat;
    background-size: cover;
}

.home-bg-mv {
    z-index:-1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../img/lm-top.jpg) center no-repeat;
    background-size: cover;
    opacity: 1;
    transition: linear 2s;
    width:100%;
    }

.home-bg-mv-d{
    text-align: left;
    position: relative;
}

figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.logo-word{
  position:relative;
  z-index:1;
}

@media screen and (max-width: 767px){
.home-bg {
    min-height: 100vh;
    padding: 14px;
}

.logo-big{
  width:100%;
}

.logo-big img{
  max-width:100%;
}

.logo-word{
    padding: 0 15px;
}

.top-word {
    width: 70%;
    right: 0;
    top: 5vw;
    position:absolute;
}

.home-bg-mv-d{
  width:60%;
  margin-bottom: 2em;
}


}

/* mainContent */

.mainContent{
  position: relative;
  z-index: 1;
  background: #fff;
}

.home-news{
    background: #000;
    color: #C4C4C4;
    width: 100%;
    text-align: left;
    padding: 10px;
}

.home-news-in{
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-news-posts-item {
    overflow: hidden;
}

.home-news-posts-item a {
    font-size: 14px;
    color: #C4C4C4;
    display: block;
}

.home-news-posts-date {
    margin-right: 1em;
}

.home-news-more {
    text-decoration: underline;
    color: #C4C4C4;
    margin-left: 40px;
    border: 1px solid rgba(255,255,255,.3);
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.home-news-h {
    color: #fff;
}

@media screen and (max-width: 767px){
.home-news-in {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 15px;
    width: auto;
}

.home-news-h {
    position: relative;
    width: 100%;
    text-align: center;
    color:#fff;
    font-family: Raleway,sans-serif;
    letter-spacing: .05em;
    margin-bottom: 0;
}

.home-news-posts {
    width: 100%;
    padding:0;
}

.home-news-posts-item {
    line-height: 1.5;
    border-bottom: 1px solid rgba(255,255,255,.3);
}

.home-news-posts-item a {
    padding: 10px 0;
}

.home-news-posts-item a span {
    opacity: .6;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}

.home-news-more {
    font-size: 12px;
    margin-top: 25px;
    margin-left: 0;
    padding: 8px 12px;
    width: 50%;
}

.home-news-h:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.3);
}

.home-news-h span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background-color: #000;
    color:#fff;
}

}

li {
  list-style-type: none;
}

/* section */
.head{
  font-weight:bold;
}



.home-businessContents .title, .home-businessContents .head, .home-businessContents .text{
  color:#fff;
}

@media screen and (max-width: 767px){
.home-businessContents .title {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 12px;
}

.home-businessContents .head {
    font-size: 2.4em;
    letter-spacing: .2em;
    font-family: Raleway,sans-serif;
    text-align: center;
}

.home-businessContents {
    color: #fff;
    padding: 72px 24px 144px;
    text-align:center;
}

.home-businessContents-link {
    margin-top: 20px;
}

.home-businessContents-link dt {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 24px;
    opacity: .5;
}

.home-businessContents-link dt:before, .home-businessContents-link dt:after {
content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 240px;
    background-color: #fff;
}
.home-businessContents-link dt:before{
    right: 100%;
}

.home-businessContents-link dt:after{
    left: 100%;
}

.home-businessContents-link dd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-businessContents-btn {
    width: 320px;
    margin: 0 12px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    transition: .3s;
    display:block;
}

@media screen and (max-width: 767px){
.btn-movie {
    width: 664px;
    margin-left:12px;
    margin-right:12px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    transition: .3s;
    display: block;
}
}

#btn2{
  margin-top:24px;
}



}


/*  btn */
.home-businessContents-btn:hover {
    color:#fff;
}

.home-businessContents-btn span{
  color:#fff;
  font-size:12px;
  font-weight:bold;
}

@keyframes btn{
  0% {
    transform:translateY(-100%);
  }
  100% {
    transform:translateY(100%);
  } 
}


.home-businessContents-btn:hover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    display: block;
    background: linear-gradient(to bottom,rgba(162,169,243,0) 0,rgba(162,169,243,.2) 31%,rgba(162,169,243,.2) 70%,rgba(162,169,243,0) 100%);
    -webkit-animation: btn 1s infinite linear;
    animation: btn 1s infinite linear;
}

.home-sectionWrap {
    background: url(../img/bg01.jpg) center top #111;
    background-size: cover;
}

.home-arrowSec-img div {
    background: url(../img/biyou-bg.jpg) center no-repeat;
    opacity: 1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    left: 0;
    top: -180px;
    width: 100%;
    height: 945px;
    -moz-transition: .8s .6s;
    -o-transition: .8s .6s;
    -webkit-transition: .8s;
    -webkit-transition-delay: .6s;
    transition: .8s .6s;
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
}

.home-arrowSec-img {
    -webkit-transform: skewY(-10deg) scaleX(1);
    /* transform: skewY(-10deg) scaleX(1); */
}

.home-arrowSec-img {
    background: #47617e;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    left: auto;
    right: 0;
    overflow:hidden;
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 604px;
    height: 604px;
    z-index: 10;
    transition: cubic-bezier(0,0,0,1) .5s;
    top: -9vw;
}

.ur{
  position: relative;
    color: #fff;
    min-height: 600px;
    height: 600px;
}
}

@media screen and (max-width: 767px){
.home-arrowSec-img {
    width: 100%;
}

.ur{
    padding: 20px 0 80px;
}
}

.ur .head{
  text-align:left;
}

.ur dl dd {
  display:block;
}

.ur dl dd, .ur dl dd a{
  width:100%;
}

.ur dl dd a {
  margin-left:0;
}


@media screen and (max-width: 767px){
.home-arrowSec-in {
    width: auto;
    padding: 0 15px;
}

.home-arrowSec-txtWrap {
    width: 80%;
    padding-top: 60px;
    margin: 0 auto;
    float: none;
}

.home-arrowSec-h {
    font-size:33.6px;
    font-weight:bold;
    margin-bottom: .8em;
    text-align:left;
}

.home-arrowSec-lead {
    font-size: 1rem;
    text-align:left;
}

.home-arrowSec-txt {
    font-size: 15px;
    text-align:left;
}

.home-arrowSec-lead>span {
    margin: 0;
    display: block;
}

.home-arrowSec-btns {
    margin-bottom: 24px;
}

.home-arrowSec-btns {
    border: 1px solid #fff;
}

.ur {
    padding: 20px 0 80px;
}


.home-arrowSec-txtWrap .home-businessContents-btn{
  width:100%;
  margin:0;
}

}






.home-arrowSec-in{
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.home-arrowSec-h {
  color:#fff;
}

.home-arrowSec-txtWrap {
    position: relative;
    z-index: 1;
}

.home-arrowSec-lead span{
    margin-bottom: .8em;
    color:#fff;
}

.home-arrowSec-txt {
    margin-bottom: 1.5rem;
    color:#fff;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

@media screen and (max-width: 767px){
body {
    font-size: 14px;
    line-height: round-decimal(1.42857,3);
    background-size: 176px;
}
}

.gramall {
  background:#2B2E35;
}

.movie-service div{
  background:url(../img/souko-bg.jpg) center center no-repeat;
}

.webDesign {
  background:#2B2E35;
}

.webDesign div{
  background:url(../img/top-bg4.jpg) center center no-repeat;
}

.mobileApp {
  background:#2B2E35;
}

.mobileApp div{
  background:url(../img/top-bg5.jpg) center center no-repeat;
}

.businessCard {
  background:#2B2E35;
}

.businessCard div{
  background:url(../img/hairmake-bg.jpg) center center no-repeat;
}

.gramall {
  background:#2B2E35;
}

.gramall div{
  background:url(../img/top-bg7.jpg) center center no-repeat;
}

.minpaku {
  background:#2B2E35;
}

.minpaku div{
  background:url(../img/top-bg8.jpg) center center no-repeat;
}

.home-arrowSec-img div{
  filter: brightness(40%);
}

/* footer */

.mod-footer {
    font-size: .9rem;
    z-index: 1;
}

.mod-footer, .mod-footer a {
    color: #BDBDBD;
}

.mod-footer {
    position: relative;
}

.mod-footer-head {
    background: #1F1F1F;
}

.mod-footer {
    font-size: .9rem;
    z-index: 1;
}

.mod-footer-head-in.wrap-in>dl.on {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.mod-footer-head-in.wrap-in>dl {
    padding: 35px 0 75px;
}

.mod-footer-head-in.wrap-in>dl dt {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    margin-bottom: 1.25em;
}

.mod-footer-head-in.wrap-in>dl dt span {
    display: block;
    text-align: center;
}

.mod-footer-head-in.wrap-in>dl dd h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.mod-footer-head-in.wrap-in>dl dd h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.mod-btn01.bd-lgy {
    border: 1px solid #BDBDBD;
}

.mod-btn01.c-lgy {
    color: #BDBDBD;
}




@media screen and (max-width: 767px){
.mod-footer-head {
    padding: 20px 0 30px;
}

.wrap-in {
    width: auto;
    padding: 0 15px;
}

.mod-footer-head-in.wrap-in>dl.on {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.mod-footer-head-in.wrap-in>dl {
    padding: 20px 0 50px;
}

.mod-footer-head-in.wrap-in>dl dt {
    line-height: 1.8;
    color: #fff;
    text-align: center;
    margin-bottom: 1.25em;
    font-size: 15px;
}

.mod-footer-head-in.wrap-in>dl dt span {
    display: block;
    text-align: center;
}

.mod-footer-head-in.wrap-in>dl dd h3 {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.mod-footer-head-in.wrap-in>dl dd h3 span {
    display: block;
    text-align: center;
}

.mod-footer-head-in.wrap-in>dl dd h3 {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.mod-footer-col01 {
    margin-bottom: 1em;
}

.mod-footer-btnsItem, .mod-footer-sitemap-cat {
    margin-bottom: 1em;
}

.mod-footer-head-in.wrap-in>dl dd p {
    text-align: center;
    margin-top: 2em;
    margin-bottom:0;
}

.mod-footer-col02 div a.telbtn{
  margin-bottom: 1em;
}


}

#logo-white{
  width:155px;
}

.mod-footer-address{
  display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.mod-footer-address li {
    color: #BDBDBD;
}

.mod-footer-head-in dl dt span, .mod-footer-head-in dl dd h3 span {
    color:#fff;
}

.mod-footer-col02 .home-businessContents-btn {
  margin: 0;
  width: 100%;
}

.mod-footer-head-in dl dt,
.mod-footer-head-in dl dt span,
.mod-footer-head-in dl dd h3,
.mod-footer-head-in dl dd h3 span,
.mod-footer-head-in dl dd p,
.mod-footer-address li dl dt,
.mod-footer-address li dl dd,
.mod-footer-col02 div a {
  font-size:14.4px;
  font-weight:bold;
}

.mod-footer-sitemap-subLinks {
    margin-bottom: 1em;
}

.mod-footer-sitemap {
    background: #141414;
}


@media screen and (max-width: 767px){
.mod-footer-sitemap-wrap {
    display: none;
}

.mod-footer-sitemap {
    padding: 15px 0 30px;
}

.mod-footer-sitemap-subLinksItem {
    margin-bottom: .7em;
}

}

.mod-footer-sitemap-subLinks {
  padding-left:0;
}

.mod-footer-sitemap-subLinksItem li a {
  font-size:14.4px;
}

.mod-footer-sitemap-cp {
    font-size: 12.8px;
    text-align: center;
}

/* pc */

@media screen and (min-width: 768px){

body {
    font-size: 16px!important;
    line-height: 1.8!important;
}

.home-bg {
    height: 100vh;
    min-height: 650px;
}

.logo-word {
    width: 1100px;
    top:60px;
}

.logo-big {
    width: 550px;
    height: 550px;
}

.top-word {
  position:absolute;
    right: 30px;
    top: 100px;
}

.top-word img{
  height:350px;
}

.home-news {
    padding: 40px 0;
}

.home-news-in {
    width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}

.home-news-h {
    font-size: 20.8px;
    margin-right: 40px;
    margin-bottom:0;
}

.home-news-h span {
  font-size:20.8px;
  color:#fff;
  font-weight:bold;
}

.home-news-posts {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    border-left: 1px solid rgba(255,255,255,.3);
    margin-bottom: 0;
}

.home-news-posts-item a {
    max-width: 850px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

.home-news-posts-item a:hover{
  text-decoration: underline;
  color:#fff;
}

.home-news-posts-item a span {
    font-size: 14px;
}


.home-businessContents {
    color: #fff;
    text-align: center;
    padding: 72px 24px 144px;
}

.home-businessContents .head {
    font-size: 2.4em;
    letter-spacing: .2em;
}

.home-businessContents .head p {
    line-height:1.6;
}

.home-businessContents .title {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 12px;
}


.home-businessContents-link {
    margin-top: 20px;
}

.home-businessContents-link dt {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 24px;
    opacity: .5;
}

.home-businessContents-link dt:before {
    right: 100%;
}

.home-businessContents-link dt:after {
    left: 100%;
}

.home-businessContents-link dt:after, .home-businessContents-link dt:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 240px;
    background-color: #fff;
}

.home-businessContents-link dd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-businessContents-link dd .home-businessContents-btn {
    width: 320px;
    margin: 0 12px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.home-businessContents-link dd .btn-movie {
    width: 664px;
    margin-left:12px;
    margin-right:12px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    transition: .3s;
}


#btn2 {
  margin-top:30px;
}

.home-arrowSec-in {
    margin: 0 auto;
    padding: 0 20px;
}

.home-arrowSec-txtWrap{
    padding-top: 200px;
    position: relative;
    width: 46%;
    z-index: 1;
}

.home-arrowSec-h {
    font-size: 40px;
    font-weight:bold;
    text-align:left;
}

.home-arrowSec-lead {
    font-size: 22.4px;
    text-align:left;
}


.home-arrowSec-lead>span {
    font-size:22.4px;
}

.home-arrowSec-txt{
    text-align:left;
    line-height:1.6;
}

.home-arrowSec-txtWrap .home-businessContents-btn{
    color: #fff;
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    transition: .3s;
    display:block;
    text-align:center;
}



.home-arrowSec-in .item-textRight {
    float: right;
    padding-top: 120px;
}

.mod-footer-head {
    padding: 30px 0 50px;
}

.mod-footer-head-in {
    overflow: hidden;
}

.mod-footer-head-in.wrap-in>dl dt {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    margin-bottom: 1.25em;
}

.mod-footer-head-in.wrap-in>dl dt span {
    display: block;
    text-align: center;
}

.mod-footer-head-in.wrap-in>dl dd h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.mod-footer-head-in.wrap-in>dl dd p {
    text-align: center;
    margin-top: 2em;
}

.mod-footer-col01 {
    margin: 0 auto;
    width: 580px;
}

.mod-footer-col02 {
    margin: 0 auto;
    width: 550px;
}

.wrap-in {
    margin: 0 auto;
    padding: 0 20px;
}

.mod-footer-btns {
    float: right;
    display: flex;
    clear: both;
}

.telbtn {
    display:block;
    margin-left: 24px;
    width: 240px;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
}

.mod-footer-col02 .home-businessContents-btn{
    display:block;
    margin-left: 24px;
    width: 240px;
    text-align: center;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none!important;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
  
}

.mod-footer-col02 div{
  float:left;
}

.mod-footer-sitemap {
  padding: 24px 0 50px;
}

.mod-footer-sitemap-in{
  /* margin: 0 auto; */
}

.mod-footer-sitemap-wrap{
  padding:0;
}

.home-mv-bg, .mod-footer-sitemap-cat, .mod-table01 {
    width: 100%;
}

.mod-footer-sitemap-wrap {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    /* display: flex; */
    /* overflow: hidden; */
}

.mod-footer-sitemap-links {
  padding:0;
}

.mod-footer-sitemap-cat-h{
  font-size:19.4px;
  font-weight:bold;
  color: #BDBDBD;
}

.mod-footer-sitemap-wrap {
    text-align: left;
    margin-bottom: 2em;
}

.mod-footer-sitemap-subLinks {
    text-align: center;
}

.mod-footer-sitemap-subLinksItem {
    display: inline-block;
}

.mod-footer-sitemap-subLinksItem:nth-child(1):after,
.mod-footer-sitemap-subLinksItem:nth-child(2):after {
    content: "｜";
    margin: 0 1em;
}

}




/* about */
.wrapper {
    overflow: hidden;
    color: #333;
}

.wrapper .about, .wrapper .history {
    width: 100%;
    height: auto;
}

.wrapper .about .h2title .en, .wrapper .history .h2title .en {
    font-size: 20px;
    margin-bottom: 5px;
    color: #333;
}

.wrapper .about .h2title .ja, .wrapper .history .h2title .ja {
    font-size: 15px;
    color: #333;
}

.wrapper .about .h2title, .wrapper .history .h2title {
    width: 150px;
    border-bottom: 1px solid #00FFFF;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 80px;
}

.wrapper .about ul, .wrapper .history ul {
    list-style: none;
    padding-top: 50px;
    padding-bottom: 82px;
    padding-left: 0;
    margin: auto;
    max-width: 700px;
}

.wrapper .about ul li, .wrapper .history ul li {
    height: auto;
    margin: auto;
    padding: 20px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: -1px;
    line-height: 1.6em;
}

.wrapper .about ul li .table-title, .wrapper .history ul li .table-title {
    float: left;
    font-weight: bold;
    color: #333;
}

.wrapper .about ul li .table-title .title, .wrapper .history ul li .table-title .title {
    width: 100px;
    text-align: right;
}

.wrapper .about ul li .table-text, .wrapper .history ul li .table-text {
    float: left;
    color: #333;
    margin: 0 0 0 50px;
    width: 550px;
}

.wrapper .about ul li .clearfix:after, .wrapper .history ul li .clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}



@media screen and (max-width: 767px){

.wrapper .about, .wrapper .history {
    height: auto;
}

.wrapper .about ul, .wrapper .history ul {
    padding-right: 0;
    padding-left: 0;
}

.wrapper .about ul li, .wrapper .history ul li {
    font-size: 13px;
    height: auto;
    padding: 20px;
}

.wrapper .about ul li .table-title, .wrapper .history ul li .table-title {
    padding-top: 8px;
    float: none;
}

.wrapper .about ul li .table-title .title, .wrapper .history ul li .table-title .title {
    width: initial;
    text-align: initial;
}

.wrapper .about ul li .table-text, .wrapper .history ul li .table-text {
    padding: 15px 0;
    line-height: 2em;
    float: left;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

}


/* お問い合わせフォーム */

/* Contact Form 7カスタマイズ */
.inquiry th {
 text-align: left;
 font-size: 14px;
 color: #444;
 padding-right: 5px;
 width: 30%;
 background:#f7f7f7;
 border: solid 1px #d7d7d7;
}
.inquiry td {
    font-size: 13px;
border: solid 1px #d7d7d7;
}
/* 必須の調整 */
.inquiry span.haveto {
   font-size: 7pt;
   padding: 5px;
   background: #ff9393;
   color: #fff;
   border-radius: 2px;
   margin-right: 2px;
}
/* 任意の調整 */
.inquiry span.any {
   font-size: 7pt;
   padding: 5px;
   background: #93c9ff;
   color: #fff;
   border-radius: 2px;
   margin-right: 2px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
 display: block;
}
/* 送信ボタンのデザイン変更 */
.soushinbtn{
padding:20px!important;
width:40%;
 background: #ffaa56!important;
color: #fff;
 font-size: 18px!important;
 border-radius: 2px!important;}
.soushinbtn:hover{
background:#fff!important;
color:#ff870f;
border:2px solid #ffa042;
}
/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 700px) {

.inquiry {
  width:100%;
}  
.inquiry th, .inquiry td {
display:block;
width: 100%!important;
border-top: none!important;
}
.inquiry tr:first-child th {
border-top: 1px solid #d7d7d7!important;
}
.soushinbtn{
width:80%!important;
}}

.soushin１ { margin-right:auto; margin-left:auto; width: 150px; margin-top: 20px; }


.inquiry th{
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    padding-left: 1.3em;
}

.inquiry span {
  color:black;
  font-weight:bold;
}

.inquiry td {
    padding: .8em;
    border: 1px solid #cfcfcf;
    background: #fff;
    background: rgba(255,255,255,.6);
}

.inquiry input[type="text"], .inquiry input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    display: block;
    padding: 10px 2%;
    margin-bottom: 14px;
    font-size: 1em;
    color: #666;
    border: 3px solid rgba(51,51,51,.1);
    border-radius: 1px;
    vertical-align: middle;
    max-width: 96%;
    max-width: 100%\9;
    background-color: #fff;
    -webkit-transition: background-color .24s ease-in-out;
    transition: background-color .24s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.inquiry input[type="text"], .inquiry input[type="password"], .inquiry input[type="datetime"], .inquiry input[type="datetime-local"], .inquiry input[type="date"], .inquiry input[type="month"], .inquiry input[type="time"], .inquiry input[type="week"], .inquiry input[type="number"], .inquiry input[type="email"], .inquiry input[type="url"], .inquiry input[type="search"], .inquiry input[type="tel"], .inquiry input[type="color"], .inquiry select, .inquiry textarea, .inquiry .field {
    width: 300px;
}

.post {
    max-width: 1000px;
    margin: 0 auto;
}

.wpcf7-submit {
    background: #db0000;
    color: #fff;
    border: 0;
    font-weight: bold;
    width: 430px;
    max-width: 96%;
    padding: 2% 3%;
    display: block;
    margin: 2em auto;
}

.inquiry {
  width:100%;
}

div.wpcf7 {
  padding-top:50px!important;
}

/* title 削除 */

h1.title {
  display:none;
}

/* line@ */
.line-add{
  margin:10px 0;
}

/* movie-page */
.movie-jumb {
  background-image: url(../img/movie-top01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
}

.title-h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 100px;
}

.title-p {
  font-size: 1.4rem!important;
  color: #fff;
  padding-bottom: 50px;
}

.col-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3b3b3b;
}

.col-p {
  font-size:1.4rem;
  color:#3b3b3b;
  line-height:1.6;
}

.pad-30 {
  padding-top:30px;
  padding-bottom:30px;
}

.pad-15 {
  padding-top:15px;
  padding-bottom:15px;
}

.c-b {
  color:#3b3b3b;
}

.b-b {
  border-bottom: solid 1px #efefef;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:50px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube-title {
  font-size:1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  color:#3b3b3b;
}

.container {
  max-width:1000px!important;
}

.img-wrapper-insta {
  max-width:500px;
  margin:0 auto;
}

.img-wrapper-insta img {
  max-width:100%;
}

/* price-table */

.price-block {
    overflow: hidden;
    margin-bottom: 20px;
    border: solid 1px #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.price-block .plan-name {
    color: #fff;
    font-weight:bold;
    line-height: 80px;
    text-align: center;
    letter-spacing: 5px;
    font-size: 18px;
    text-transform: uppercase;
    background-color:orange;
}

.price-block .plan-price {
    padding: 5px;
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
    color: #ec6957;
}

.price-block .plan-price span {
  color:#ec6957;
}

.price-block .plan-parameters {
    margin-bottom: 0;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.price-block .plan-parameters .list-group-item:first-child {
    border-top: none;
}

.price-block .plan-parameters .list-group-item {
    margin-left: 50px;
    margin-right: 50px;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 85%;
    font-weight: 500;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:last-child {
  border-bottom:none;
}

/* tablepress */
.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 50px;
    border: none;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: orange;
    font-weight: 700;
    vertical-align: middle;
    color:#fff;
}

.tablepress thead th {
    border-bottom: 1px solid #ddd;
}

.tablepress td, .tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}

table th {
    padding: 8px;
    border: solid 1px #e2e5e8;
    white-space: nowrap;
}

.tablepress tbody tr:first-child td {
    border-top: 0;
}

.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}


.tablepress tbody td {
    vertical-align: top;
}


.op-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 8px;
}

/* faq */
/******************************

  Q&A形式

******************************/
.syncer-acdn-faq
{
  margin: 1.5em 0 0 ;
}


.syncer-acdn-faq dt:hover
{
  cursor: pointer ;
  color: #777 ;
}

.syncer-acdn-faq dt
{
  position: relative;
  padding: 4px 0 32px 40px;
  font-weight: normal;
  cursor: pointer;
}

.syncer-acdn-faq dd
{
  display:none;
  position: relative;
  margin-bottom: 32px;
  padding: 4px 0 32px 40px;
  border-bottom: 1px solid #e2e5e8;
}

.syncer-acdn-faq dt:before {
  background-color: orange;
  display: inline-block;
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
}

.syncer-acdn-faq dd:before {
  background-color: #b5b5b5;
  display: inline-block;
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
  
}


.plan-name #kozin-houzin {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 25px;
}

.plan-name #plan-n {
  padding-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.plan-name {
  padding-bottom: 10px;
}

.catchframe {
    font-weight: bold;
    padding-top: 25px;
    text-align: center;
}

 .price-block .plan-name-sp {
   background-color: #036eb8!important;
 }

 /* woocommerce */
.woocommerce-message { display: none;  }
.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content { max-width: 100%; }

.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form { width: 60%; float: left;  }
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 { display: none;  }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; }


#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th { color: #034997; font-size: 14px; font-size: 1.2rem; }

#add_payment_method .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td { color: #555; font-size: 16px; font-size: 1rem; }

.woocommerce-cart .woocommerce table.shop_table th {   border-bottom: 2px solid #034997; }

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
    border-right: none;
     margin-bottom: 35px;
      border-bottom: 1px solid #e6e6e6;
}

body #add_payment_method #payment ul.payment_methods li input, 
body.woocommerce-cart #payment ul.payment_methods li input, 
body.woocommerce-checkout #payment ul.payment_methods li input { width: auto;   margin: -2px .5em 0 0; }

body .woocommerce form .form-row .input-checkbox { width: auto;  margin: -2px 5px 0 0; }

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr td, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th { 
  border-top: none; 
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: right;
  padding: 10px 20px;
}

body #add_payment_method table.cart td, 
body #add_payment_method table.cart th, 
body.woocommerce-cart table.cart td, 
body.woocommerce-cart table.cart th, 
body.woocommerce-checkout table.cart td, 
body.woocommerce-checkout table.cart th { border-right: 1px solid #e6e6e6; }

#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th { }

.woocommerce-cart .cart-collaterals .cart_totals table th { border-bottom: 1px solid #e6e6e6;  }

body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
  background: #2490D0;; 
  font-weight: 500;
}

body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
  opacity:.8 !important; 
  transition:1s;
}

body .woocommerce .cart .button, 
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button { 
color: #ffffff !important;
    display: block;
    text-align: center;
    border-radius: 2px;
    background: #2490D0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-size: 13px;
    border: 0;
    -webkit-appearance: none;}

body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 1em;
  border-radius: 2px;
  margin-top: .5em;
}

body .woocommerce form .form-row-first, 
body .woocommerce form .form-row-last, 
body .woocommerce-page form .form-row-first, 
body .woocommerce-page form .form-row-last { width: 49%; }

body .woocommerce #respond input#submit.disabled, 
body .woocommerce #respond input#submit:disabled, 
body .woocommerce #respond input#submit:disabled[disabled], 
body .woocommerce a.button.disabled, 
body .woocommerce a.button:disabled, 
body .woocommerce a.button:disabled[disabled], 
body .woocommerce button.button.disabled, 
body .woocommerce button.button:disabled, 
body .woocommerce button.button:disabled[disabled], 
body .woocommerce input.button.disabled, 
body .woocommerce input.button:disabled, 
body .woocommerce input.button:disabled[disabled] { background: #ccc; }


body .woocommerce a.checkout-button.button.alt { border-radius: 2px; }

body .woocommerce #content table.cart td.actions .coupon, 
body .woocommerce table.cart td.actions .coupon { width: 68%; }

body #add_payment_method table.cart td.actions .coupon .input-text, 
body.woocommerce-cart table.cart td.actions .coupon .input-text, 
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
}

body .woocommerce table.shop_table td { padding: 15px; }

body .woocommerce-checkout table.shop_table td { text-align: right;
  border-right: 1px solid #e6e6e6;   border-top: 0; }

.woocommerce a.remove { margin: 0 auto;  }
.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name { text-align: center; }
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal { text-align: right; }

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal { text-align: right; }

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li { list-style: none; }

.woocommerce-checkout .woocommerce .col2-set { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { background: #fff; width: 47.8260869565%; float: right; margin-right: 0; }
.woocommerce-checkout #ship-to-different-address-checkbox { width: auto; float: right; margin-left: 15px; margin-top: 10px; opacity: 1; position: static; }
.woocommerce-checkout #ship-to-different-address label { font-size: 24px;   font-weight: 700; line-height: 1; margin: 0; margin-bottom: 1em; padding: 0; text-transform: uppercase; color: #000; }
.woocommerce-checkout .woocommerce form .form-row.create-account label { padding-top: 2px; font-weight: bold; }

.woocommerce-checkout .payment-fixed { position: fixed; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em; left: 52%; margin-left: 0; padding: 20px; top: 0; width: 45.5% !important; -webkit-transition: padding .1s ease-in; -moz-transition: padding .1s ease-in; -o-transition: padding .1s ease-in; -ms-transition: padding .1s ease-in; transition: padding .1s ease-in; }

.product-shipping-message { font-size: 14px; text-align: center; text-transform: uppercase; padding: 10px 0px; border-top: 1px solid #139248; border-bottom: 1px solid #139248; }

body .woocommerce table.shop_table tbody th, 
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th { border-bottom: none; }

body .woocommerce form .form-row input.input-text, 
body .woocommerce form .form-row textarea { max-width: 100%; }

body .woocommerce .product-name a { color: #000; pointer-events: none; cursor: default; }

@media only screen and (max-width: 1139px) {
  .woocommerce-cart .entry-content form { width: 64%; }
}

@media only screen and (max-width: 980px) {

  .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: none;
    margin: auto;
  }
  body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon { width: 100%; }
  body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
}

@media only screen and (max-width: 650px) {
  
  .woocommerce-cart .entry-content form {
    width: 100%;

  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;

  }

  .woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
  .woocommerce-checkout #order_review_heading, 
  .woocommerce-checkout #order_review { width: 100%; float: none; }
  
}

body .woocommerce form .form-row input.input-text {
  height:40px;
  font-size:14px;
}



.simplepopup {
  padding: 30px 30px!important;
  width: 80%!important;
}

.mypopupbuttonclass {
  padding:15px!important;
  line-height:0!important;
}


div.DOPBSPCalendar-day .dopbsp-bind-middle .dopbsp-body .dopbsp-price{
font-size: 10px !important;
}

table.variations {
display:none;
}

.product_meta {
display: none;
}

div.dopbsp-price {
color: black!important;
}

div.dopbsp-available {
color: black!important;
}

div.dopbsp-no-available-text {
display: inline!important;
}

label[for="DOPBSPCalendar-extras-group5-4"]{
color:black!important;
}

.product-template-default #contents .container .post h1.title {
  display:block;
  font-size: 18px;
  color: black;
  font-weight: 400;
}

.woocommerce-Price-amount, .woocommerce-Price-currencySymbol {
  font-size: 13px;
  line-height: 1.12;
  color: black;
}

.woocommerce-product-details__short-description p {
  font-size:13px;
  color:black;
}

.woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel p {
  font-size:13px;
  color:black;
}

.woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount {
  font-size:13px;
}

.woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size:13px;
}

.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount {
  font-size:13px;
}

.woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size:13px;
}

.cart-collaterals .cart_totals .shop_table tbody tr td .woocommerce-Price-amount {
  font-size:13px;
}

.cart-collaterals .cart_totals .shop_table tbody tr td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size:13px;
}

.woocommerce .quantity .qty {
  width:50px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size:1.5rem;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size:13px;  
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size:13px;  
}


.container .jumbotron, .container-fluid .jumbotron {
  border-radius:0px;
}


/* urban-carrier */

.btn_area {
  position:relative;
}

.lc_btn {
  max-width: 931px;
  position: absolute;
  top: 62.5%;
  left: 7.4%;
  width: 86%;
}

.lc_btn:hover {
  opacity:.6;
  transition:1s;
}








