/*
Theme Name: momentum
Theme URI: https://isotype.blue:momentum
Template:momentum
Version: 1.8
Description:
Author: isotype
Author URI: https://isotype.blue
Text Domain: momentum

	Copyright: (c) 2015 isotype
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*
 * Copyright (C) 2015 isotype
 *      https://www.google.com/get/noto/
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.clear, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

.entry h3, .entry h4 {
  letter-spacing: -1px
}

#move-page-top, a {
  text-decoration: none
}

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

.entry blockquote, address, cite, em {
  font-style: italic
}

.entry dt, .entry table th, strong {
  font-weight: 600
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  background: #fff;
  line-height: 1.7em;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 15px
}

body, h1.post-title, h2.widgettitle, html {
  -webkit-font-smoothing: antialiased
}

a {
  outline: 0
}

img {
  vertical-align: bottom;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  height: auto;
  max-width: 100%
}

a, a:after, a:before {
  -webkit-transition-property: background color;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background color;
  -moz-transition-duration: .2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background color;
  -o-transition-duration: .2s;
  -o-transition-timing-function: ease;
  transition-property: background color;
  transition-duration: .2s;
  transition-timing-function: ease
}

.alignleft, .left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px
}

.alignright, .right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block
}

.textwidget img {
  width: 100%
}

.fixed {
  position: fixed;
  top: 20px
}

.clear {
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.group:after, .group:before {
  content: "";
  display: table
}

.group:after {
  clear: both
}

.group {
  zoom: 1
}

#drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  background-color: #131414;
  color: #fff
}

#drawer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  background-color: #ddd;
  color: #111
}

#drawer ul {
  padding: 0 0 10px
}

#drawer ul li a {
  font-size: 14px;
  border-bottom: rgba(216, 216, 216, 0.10) 1px solid
}

#drawer ul li a {
  color: #111 !important;
}

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

.tab-item-thumbnail {
  position: relative;
  overflow: hidden
}

button, input, label, select, textarea {
  font-family: inherit;
  font-size: 12px
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

button, input[type=text], input[type=password], input[type=email], input[type=tel], input[type=submit], textarea {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  border-radius: 0
}

button, input, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox
}

input[type=radio] {
  -moz-appearance: radio;
  -webkit-appearance: radio
}

label {
  color: #444
}

input[type=text], input[type=password], input[type=email], textarea, input[type=tel] {
  background: #fff;
  border: 1px dotted rgba(158, 158, 158, 1.00);
  display: block;
  width: 100%;
  outline: 0;
  padding: 7px 8px
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

label .required {
  color: #3b8dbd
}

button[type=submit], input[type=submit] {
  padding: 10px 25px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  background-color: #8c7459;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  border: none
}

button[type=submit]:hover, input[type=submit]:hover {
  opacity: .8
}

.searchform div {
  position: relative
}

.searchform div input {
  padding-left: 26px;
  line-height: 20px
}

.searchform div:after {
  color: #ccc;
  line-height: 24px;
  font-size: 14px;
  content: "\f002";
  position: absolute;
  left: 10px;
  top: 6px;
  font-family: FontAwesome
}

.entry blockquote.twitter-tweet:before, .entry blockquote:before {
  font-family: FontAwesome;
  content: "\f10d"
}

.entry {
  font-size: 14px;
  line-height: 1.6em
}

.entry dd, .entry p {
  margin-bottom: 1em
}

.entry dt {
  color: #444
}

.entry li {
  margin: 0
}

.entry address {
  margin-bottom: 1em
}

.entry blockquote {
  position: relative;
  color: #777;
  margin: 20px 0;
  border-left: #DBDBDB 1px solid;
  padding: 60px 20px
}

.entry blockquote p {
  margin-bottom: .75em
}

.entry blockquote:before {
  color: #ccc;
  font-size: 32px;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 20px;
  top: 10px
}

.entry code, .entry pre {
  font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  font-size: 11px
}

.entry pre {
  padding: 18px 20px;
  margin: 30px 0;
  border: 1px solid #ddd;
  line-height: 1em;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 14px
}

.entry code {
  background: #eee;
  padding: 0 3px
}

.entry ins {
  background: #fff486
}

.entry .wp-caption, .entry table tr.alt {
  background: #f3f3f3
}

.entry sub, .entry sup {
  font-size: 62.5%
}

.entry sub {
  vertical-align: sub
}

.entry sup {
  vertical-align: super
}

.entry attachment img, .entry img.size-auto, .entry img.size-large, .entry img.size-medium {
  max-width: 100%;
  height: auto
}

.entry img.alignleft {
  margin: 18px 20px 18px 0
}

.entry img.alignright {
  margin: 18px 0 18px 20px
}

.entry img.aligncenter {
  margin: 18px auto;
  clear: both;
  display: block
}

.entry img .size-full {
  width: 100% !important
}

.entry .gallery img, .entry img.wp-smiley {
  margin: 0
}

.entry .wp-caption {
  max-width: 100%;
  margin-bottom: 14px;
  padding-top: 5px;
  text-align: center
}

.entry .wp-caption a {
  border-bottom: none
}

.entry table td, .entry table th {
  text-align: center;
  border-bottom: 1px solid #f3f3f3
}

.entry .wp-caption img {
  margin: 0;
  max-width: 100%;
  height: auto
}

.entry .wp-caption.alignleft {
  margin-right: 20px
}

.entry .wp-caption.alignright {
  margin-left: 20px
}

.entry .wp-caption.alignnone {
  width: 100% !important;
  overflow: hidden
}

.entry .wp-caption.alignnone img {
  margin: 0 auto;
  max-width: 100% !important
}

.entry .wp-caption-text {
  font-style: italic;
  color: #999;
  font-size: 13px;
  padding: 0 0 8px;
  margin: 0
}

.entry table {
  font-size: 14px;
  margin-bottom: 1.5em;
  width: 100%;
  text-align: center
}

.entry table td {
  padding: 5px;
  vertical-align: middle
}

.entry table th {
  padding: 10px 5px
}

.entry .gallery {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 15px 0 !important
}

.entry .gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-width: 1px 2px !important;
  border-color: transparent !important
}

.entry .gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-color: transparent;
  margin-top: 0 !important
}

.entry .gallery .gallery-caption {
  background: rgba(255, 255, 255, .8);
  color: #333;
  font-size: 13px;
  line-height: 1.4em;
  padding: 10px 0;
  text-align: left;
  text-indent: 10px;
  font-style: normal;
  margin: 0;
  bottom: -44px;
  left: 2px;
  right: 2px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease
}

.col-3cm .s2, .container, .content, .main, .main-inner, .sidebar {
  position: relative
}

#paginate, .nav-toggle, .page-image-text, .sidebar-toggle, .social-links li a, .thumb-icon {
  text-align: center
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 35px
}

.col-3cl .main, .col-3cr .main {
  background-image: none
}

.entry .gallery .gallery-item:hover .gallery-caption {
  bottom: 0
}

.entry .gallery-columns-5 .gallery-caption, .entry .gallery-columns-6 .gallery-caption, .entry .gallery-columns-7 .gallery-caption, .entry .gallery-columns-8 .gallery-caption, .entry .gallery-columns-9 .gallery-caption {
  display: none !important
}

h1, h2, h3, h4, h5, h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word
}

.entry h1, .free_space h1 {
  width: 100%;
  font-size: 26px;
  font-weight: 600
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 14px
}

.entry h2, .free_space h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em
}

.entry h3, .free_space h3 {
  font-size: 20px
}

.entry h4, .free_space h4 {
  font-size: 18px
}

.entry h5, .free_space h5 {
  font-size: 16px
}

.entry h6, .free_space h6 {
  font-size: 14px
}

#reply-title, .heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1em;
  clear: both
}

.subheading {
  font-size: 18px
}

.heading i {
  font-size: 22px;
  margin-right: 6px
}

.boxed #wrapper, .boxed header, .container-inner {
  margin: 0 auto;
}

.content {
  width: 100%
}

.content .freespace-pad {
  padding: 0
}

.boxed header {
  max-width: 1380px
}

.boxed #wrapper {
  max-width: 1380px;
  margin: 0 auto
}

.boxed .pad {
  padding: 20px
}

.col-2cl .main-inner {
  padding-right: 340px
}

.col-2cl .s1 {
  float: right;
  margin-right: -342px
}

.col-2cl .content {
  float: left
}

.col-2cr .main-inner {
  padding-left: 342px
}

.col-2cr .s1 {
  float: left;
  margin-left: -340px
}

.col-2cr .content {
  float: right
}

.col-3cm .main-inner {
  padding-left: 342px;
  padding-right: 260px
}

.col-3cm .s1 {
  float: left;
  margin-left: -340px
}

.col-3cm .s2 {
  float: right;
  margin-right: -261px;
  right: -100%
}

.col-3cm .content {
  float: right
}

.col-3cl .main-inner {
  padding-right: 600px
}

.col-3cl .s1 {
  float: right;
  margin-right: -600px
}

.col-3cl .s2 {
  float: right;
  margin-right: -260px
}

.col-3cl .content {
  float: left
}

.col-3cr .main-inner {
  padding-left: 600px
}

.col-3cr .s1 {
  float: left;
  margin-left: -600px
}

.col-3cr .s2 {
  float: left;
  margin-left: -260px
}

.col-3cr .content {
  float: right
}

.sidebar {
  z-index: 2
}

.sidebar .pad {
  padding-left: 20px;
  padding-right: 20px
}

.sidebar-top {
  padding: 15px 30px
}

.s1 .widget {
  padding-bottom: 30px
}

.sidebar-top p {
  float: left;
  color: #fff;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 3px 0
}

.sidebar-toggle {
  display: none;
  cursor: pointer;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1)
}

.sidebar-toggle i {
  font-size: 20px;
  color: #fff;
  padding: 17px 0
}

#breadcrumb, ul#breadcrumb_list li {
  position: relative;
  vertical-align: middle;
  padding-left: 20px
}

.s1-expand .s1, .s2-expand .s2 {
  -moz-transition: width .2s ease;
  -webkit-transition: width .2s ease;
  transition: width .2s ease
}

.icon-sidebar-toggle:before {
  font-family: FontAwesome
}

.col-2cl .s1 .icon-sidebar-toggle:before, .col-3cl .s1 .icon-sidebar-toggle:before, .col-3cl .s2 .icon-sidebar-toggle:before, .col-3cm .s2 .icon-sidebar-toggle:before {
  content: "\f100"
}

.col-2cr .s1 .icon-sidebar-toggle:before, .col-3cm .s1 .icon-sidebar-toggle:before, .col-3cr .s1 .icon-sidebar-toggle:before, .col-3cr .s2 .icon-sidebar-toggle:before {
  content: "\f101"
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSans-Thin.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSans-Light.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/NotoSans-DemiLight.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSans-Regular.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSans-Medium.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSans-Bold.woff) format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSans-Black.woff) format("woff")
}

#breadcrumb {
  padding: 10px 20px;
  font-size: 12px;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #fff
}

#breadcrumb .fa-home {
  font-size: 16px
}

ul#breadcrumb_list li {
  float: left
}

#breadcrumb_list li:first-child {
  padding: 0
}

.icon-basics-07:after {
  content: "\e602";
  font-family: icomoon;
  font-size: 17px;
  top: 14px;
  position: absolute;
  padding-left: 4px;
  color: #fff;
}

#paginate, .grid, .video-container {
  position: relative
}

.icon-basics-07 {
  color: #BCBCBC;
}

#paginate {
  width: 100%;
  clear: both
}

.pagination {
  clear: both;
  padding: 20px 0;
  font-size: 11px;
  line-height: 13px;
  display: inline-block
}

.pagination a, .pagination span, .post-pages a {
  display: block;
  float: left;
  margin: 2px 5px 2px 0;
  padding: 10px 13px;
  text-decoration: none;
  width: auto;
  color: rgba(104, 104, 104, 1);
  background: #fff;
  border: rgba(224, 224, 224, 1) 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px
}

.s1 .sidebar-top p, .s2 .sidebar-top p {
  color: #666
}

.s1 {
  width: 340px;
  z-index: 2
}

.s1 .sidebar-toggle, .s1 .sidebar-top {
  background: #ccc
}

.s1 .sidebar-top {
  background: 0 0 !important;
  border-bottom: 1px solid #ddd
}

.s2 {
  width: 260px;
  z-index: 1
}

.s2 .sidebar-top {
  background: 0 0 !important;
  border-bottom: 1px solid #ddd
}

.grid {
  margin-right: 3.2%;
  float: left;
  display: inline
}

.last {
  clear: right;
  margin-right: 0 !important
}

.one-full {
  margin-right: 0;
  width: 100%;
  overflow: hidden
}

.grid {
  text-align: left
}

.one-half {
  width: 50%
}

.one-third {
  width: 33.3%
}

.two-third {
  width: 65.6%
}

.one-fourth {
  width: 25%
}

.three-fourth {
  width: 74.2%
}

.one-fifth {
  width: 17.4%
}

.two-fifth {
  width: 38.1%
}

.three-fifth {
  width: 58.7%
}

.four-fifth {
  width: 79.4%
}

#footer .one-half {
  width: 48%
}

#footer .one-third {
  width: 30%;
  width: 30%
}

#footer .one-fourth {
  width: 22%
}

.footer_copyright, .social_links {
  width: 100%;
  text-align: center;
  clear: both
}

.social_links {
  margin-bottom: 20px
}

.video-container {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.widget_mt_posts h2.widgettitle {
  padding-top: 70px
}

.video-container embed, .video-container iframe, .video-container object, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.image-container {
  position: relative;
  height: 350px;
  height: 387px;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.image-caption {
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 13px;
  line-height: 1.3em;
  font-style: italic;
  padding: 8px 10px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  margin-right: 8px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .03);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .03)
}

.social-links {
  position: relative;
  padding-top: 2px
}

.social-links li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 16px;
  font-size: 18px
}

.social-links li a {
  display: block !important;
  position: relative;
  height: 20px;
  padding: 21px 5px;
  -moz-transition: -moz-transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  -o-transition: -o-transform 1s linear;
  -ms-transition: -ms-transform 1s linear;
  transition: transform 1s linear
}

footer .social-links li a {
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}

.glidbloc {
  float: left
}

.post-edit-link, .postmeta {
  font-size: 12px
}

.caption_pad {
  margin: 20px 0
}

.hvr-sink {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition-timing-function: ease-out
}

.hvr-bounce-to-right:before, .hvr-sink {
  -webkit-transition-timing-function: ease-out
}

.hvr-bounce-to-right, .hvr-sink {
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-backface-visibility: hidden
}

.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

.hvr-bounce-to-right {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  transition-timing-function: ease-out
}

.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
  color: #fff
}

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.hvr-fade, .hvr-icon-wobble-vertical {
  -webkit-backface-visibility: hidden
}

.hvr-icon-wobble-vertical:before {
  content: "\f02b";
  position: absolute;
  left: 5px;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.page-title a {
  color: #aaa
}

.page-title a:hover {
  color: #444
}

.page-title .meta-single li {
  float: left;
  margin-right: 14px
}

.page-title .meta-single li.comments {
  float: right;
  margin-right: 0
}

.postmeta {
  margin-bottom: 30px;
  clear: both
}

.postmeta i {
  margin-right: 3px
}

.postmeta .post-item-category, .postmeta .post-item-tags {
  line-height: 1em
}

.postmeta .post-item-category a, .postmeta .post-item-tags a {
  margin-right: 3px;
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 3px;
  border: 1px solid #e3e3e3;
  color: #c2c2c2
}

a.ext_icon {
  width: 12px;
  height: 12px;
  background: url(img/external.png) center right no-repeat;
  padding-right: 15px;
  margin-left: 3px
}

.notebox {
  background: #f0f0f0;
  position: relative;
  padding: 12px 15px;
  color: #888;
  margin-bottom: 30px
}

.notebox:after, .notebox:before {
  content: '';
  display: inline-block;
  position: absolute
}

.notebox:before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f1f1f1;
  top: -8px;
  left: 13px
}

.notebox:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f1f1f1;
  top: -5px;
  left: 15px
}

.notebox span {
  font-weight: 600
}

.notebox .search-again {
  margin-top: 10px
}

.notebox input[type=text] {
  width: 100%
}

.page-image {
  overflow: hidden;
  position: relative
}

.page-image-text {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%
}

.thumb-icon .fa-play, .thumb-icon.small .f-play {
  margin: -1px 0 0 2px
}

.page-image-text .caption {
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  font-weight: 600;
  text-shadow: 0 1px 3px #000
}

.page-image-text .description {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  font-weight: 300
}

.page-image-text .description i {
  font-style: normal;
  padding: 6px 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.thumb-icon {
  background: rgba(0, 0, 0, .5);
  color: #fff;
  display: block;
  width: 50px;
  height: 502px;
  position: absolute;
  top: -90px;
  left: -180px;
  -moz-transition: all .7s ease;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, .4);
  box-shadow: 0 0 2px rgba(255, 255, 255, .4);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nav-text, .nav-toggle {
  display: none;
  color: #fff
}

.thumb-icon i {
  font-size: 12px;
  position: absolute;
  top: 22px;
  left: 31px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.thumb-icon.small {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: -25px
}

.thumb-icon.small .fa {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 17px;
  left: 34px
}

.post-comments i, .post-item-category .fa, .post-item-date .fa {
  margin-right: 3px
}

header {
  background-color: rgba(255, 255, 255, 0.0);
  color: #333;
  z-index: 998;
  width: 100%;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  position: relative
}

/*kaihirose*/
/*
.header-inc{position:relative;height:100%;padding:0 80px;box-sizing:border-box;height:69px;width:100%;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;-webkit-flex-order:2;-moz-flex-order:2;-webkit-order:2;-moz-order:2;order:2}
*/
.header-inc {
  position: relative;
  height: 100%;
  padding: 0 80px;
  box-sizing: border-box;
  height: 69px;
  height: 99px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-flex-order: 2;
  -moz-flex-order: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2
}

#header-topbar {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-flex-order: 1;
  -moz-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  /*
background: #f3f3f3;
  border-bottom:rgba(127,127,127,0.70) 1px solid;
*/
}

#header-topbar #site-desscription {
  font-size: 12px;
  padding: 10px;
  display: inline-block;
  box-sizing: border-box
}

#header-topbar .social-links {
  float: right;
  display: inline-block;
  text-align: right
}

.page-header-imagee {
  height: 350px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  position: relative
}

#header-inner {
  position: absolute
}

#header-inner, #nav-header {
  margin: 0 auto
}

.nav-container {
  z-index: 99;
  position: relative
}

.nav-toggle {
  cursor: pointer;
  float: left;
  height: 67px;
  width: 60px
}

.nav-toggle i {
  font-size: 29px;
  padding: 10px 0
}

.nav-text {
  float: right;
  font-size: 16px;
  line-height: 24px;
  padding: 13px 20px
}

.nav-toggle-smart:before, .nav-toggle-smart:after, .nav-toggle-smart span {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  position: absolute
}

.nav-toggle-smart:before {
  top: 15px;
  left: 11px
}

.nav-toggle-smart span {
  top: 22px;
  left: 11px
}

.nav-toggle-smart:after {
  top: 29px;
  left: 11px
}

nav#menu a:not(.mm-title) {
  color: #fff
}

.nav-toggle-smart:before, .nav-toggle-smart:after, .nav-toggle-smart span {
  -webkit-transition: none .5s ease .5s;
  transition: none .5s ease .5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity
}

.nav li>a:after, .nav>li>a:after {
  font-family: FontAwesome;
  display: inline-block
}

ul.sub-menu li {
  text-align: left;
  border: none !important
}

#logo-small img {
  width: auto !important;
  text-align: left
}

#logo-small {
  display: table;
  height: 80px;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out
}

.boxed #logo-small {
  padding-left: 20px
}

.grayscale {
  -webkit-filter: grayscale(72%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray
}

.page-header-image-none {
  height: 122px
}

.page-header-imagee-inner {
  position: absolute;
  height: 350px;
  width: 100%;
  top: 0;
  background-size: cover
}

#nav-header {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -100%;
  right: -100%;
  text-align: center;
  z-index: 998
}

#header .pad {
  padding-top: 37px;
  text-align: center;
  width: 100%;
  box-sizing: border-box
}

#header .container-inner {
  position: relative
}

/*kaihirose*/
.subhead-margin {
  margin-top: 113px;
  margin-top: 143px;
}

.subhead-margin.non_topbar {
  margin-top: 70px
}

h1.site-title {
  font-size: 16px;
  margin: 0;
  text-indent: -9999px
}

.site-title a {
  display: block
}

.site-title a img {
  display: block;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-indent: -9999px
}

.site-image {
  display: block;
  margin: 0 auto;
  max-height: 400px
}

#header-ads {
  float: right
}

#header-ads h3 {
  display: none
}

#header-ads img {
  display: block
}

.toggle-search {
  transition: all .3s ease-in-out;
  -webkit-transition: all .6s ease-out;
  right: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.80);
  z-index: 11
}

.search-expand {
  display: none;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50px;
  right: 0;
  width: 340px;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  padding: 3px 10px;
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
  z-index: 11
}

.search-expand-inner {
  background: rgba(0, 0, 0, .15);
  padding: 15px
}

.search-expand input {
  width: 100%;
  border: 2px solid #e2e2e2;
  border-radius: 0
}

#nav-topbar .nav-text {
  color: #fff;
  color: rgba(255, 255, 255, .7)
}

#footer {
  width: 100%;
  color: #fff;
  background-position: center top;
  background-size: 100% auto
}

.layerTransparent {
  background-color: rgba(138, 199, 209, 0.90);
  height: 100%
}

#footer h3 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  border-bottom: rgba(255, 255, 255, 0.10) 1px solid;
  margin-top: 20px;
  text-align: left
}

.post-item-tags a:hover, .tagcloud a:hover {
  color: #fff !important
}

#footer-ads {
  text-align: center;
  padding: 30px 0 20px
}

#footer #footer-ads .widget {
  padding-bottom: 0;
  font-size: 0;
  line-height: 0
}

#footer-widgets {
  box-sizing: border-box;
  clear: both;
  padding-top: 20px
}

#footer-bottom ul ul>li a {
  color: #333
}

#footer-bottom #footer-logo {
  display: block;
  margin: 20px auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  max-width: 240px
}

#footer-bottom #copyright, #footer-bottom #credit {
  font-size: 12px
}

#footer-bottom #credit {
  margin-bottom: 30px
}

#footer-bottom .social-links {
  padding: 10px 30px;
  font-size: 14px;
  clear: both
}

footer .social-links a {
  color: #fff;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  background-color: rgba(135, 135, 135, 0.20)
}

footer .social-links a:hover {
  background-color: rgba(135, 135, 135, 0.50)
}

#footer-bottom .social-links .social-tooltip {
  font-size: 28px
}

footer .oi_soc_icons {
  margin-bottom: 20px
}

.fa-facebook:before {
  font-size: 15px;
  colot: #fff
}

#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

#move-page-top {
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  background-image: url(img/top.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

#move-page-top:hover {
  opacity: .8
}

#nav-footer .nav {
  text-align: center
}

#nav-footer .nav>li>a {
  padding: 10px 20px;
  color: #fff
}

#nav-footer .nav>li {
  border-right: 0
}

#nav-footer .nav>li:first-child {
  border-left: 0
}

#nav-footer .nav>li:hover>a, #nav-footer .nav>li>a:hover {
  background-color: rgba(255, 255, 255, .1)
}

#nav-footer .nav ul {
  background: #fff;
  bottom: 44px;
  top: auto;
  text-align: left;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, .05)
}

#nav-footer .nav ul li {
  border-bottom: 1px solid #e4e4e4
}

#nav-footer .nav ul ul {
  position: absolute;
  top: auto;
  bottom: -10px
}

#owl_wrapper {
  min-height: 170px
}

.content .page, .content .post {
  position: relative
}

#head_space, .btn-next, .featured .post-view, .post-thumbnail {
  text-align: center
}

#slider-overlay-image {
  text-align: center;
  margin-bottom: 30px
}

.feature_meta {
  position: absolute;
  z-index: 2;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box
}

.flex-direction-nav {
  z-index: 999
}

#slider-overlay-image img {
  margin: 20px auto
}

.feature_meta-inner {
  width: 100%;
  text-align: center;
  margin: 0 auto
}

#demo {
  font-size: 40px
}

#readmore a {
  padding: 5px;
  display: block;
  color: #fff;
  float: right;
  font-size: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  opacity: .3;
  line-height: 1em;
  clear: both
}

#readmore a:hover {
  opacity: 1
}

.btn-next {
  z-index: 11;
  text-align: center;
  position: absolute;
  bottom: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out
}

.btn-next a:after {
  content: "\e62d";
  font-family: icomoon;
  color: #fff;
  padding-top: 10px
}

.btn-next a {
  display: block;
  font-size: 38px;
  height: 70px;
  display: block
}

.btn-next:hover {
  bottom: 30px
}

.nav-toggle span {
  background-color: #222
}

.featured .post {
  margin-bottom: 0
}

.featured .post-title {
  font-size: 14px;
  letter-spacing: -.7px;
  line-height: 1.4em
}

.featured .post-view {
  width: 100%;
  font-size: 12px;
  letter-spacing: -.7px;
  line-height: 1.4em
}

.excerpt {
  font-size: 12px
}

.post-date_box, .post-meta_section, .post-thumbnail .post_share_icon, .post-thumbnail img, .post-thumbnail_overlay, .post_format_icon, .sub-menu li {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease
}

.post-meta-group {
  clear: both;
  display: block;
  width: 100%;
  margin: 10px 0 20px
}

.post-item-thumbnail:hover .post-date_box, .post-thumbnail:hover .post-date_box {
  top: -30px;
  opacity: 0
}

.featured .post-thumbnail:hover .post-meta_section {
  bottom: 80px;
  opacity: 0;
  text-shadow: 0 -1px 0 transparent
}

.featured .post-thumbnail {
  -webkit-transition: all 1.8s ease-out;
  -moz-transition: all 1.8s ease-out;
  -ms-transition: all 1.8s ease-out;
  outline: 0
}

.post-list .post-row, .post-list-3c .post-row {
  margin-left: -30px;
  padding-left: 30px;
  float: left;
  width: 100%;
  position: relative
}

.post-list .post-row:last-child, .post-list-3c .post-row:last-child {
  border: none;
  margin-bottom: 0;
  margin-right: 30px
}

.post-list, .post-list-3c {
  margin-top: 30px
}

.post-list .page, .post-list .post, .post-list .post-type-archive, .post-list .product {
  width: 48%;
  float: left;
  margin: 5px;
  box-sizing: border-box
}

.post-list-3c .page, .post-list-3c .post, .post-list-3c .post-type-archive, .post-list-3c .page {
  width: 31%;
  margin: 5px;
  box-sizing: border-box;
  float: left;
  background-color: #fff
}

s .post-hover:hover .thumb-icon {
  background: rgba(255, 255, 255, .4)
}

.alx-posts a, .alx-tab a, h2.post-title {
  font-size: 14px;
  margin-bottom: 5px
}

.tab-item-thumbnail .thumb-icon {
  display: none
}

.cat_eyecatch {
  margin-bottom: 20px
}

.post-thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.post-meta_section {
  position: absolute;
  bottom: 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .9);
  color: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px
}

.post-meta_section a {
  color: #fff
}

.oi_soc_icons {
  display: block;
  margib-bottom: 30px;
  width: 100%;
  position: relative
}

footer ul.social-links {
  text-align: center
}

.oi_soc_icons a {
  color: rgba(123, 123, 123, 1.00)
}

.oi_soc_icons a:hover, .rank_num {
  opacity: .8
}

.post_format_icon i {
  color: #fff;
  top: 39%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  padding: 20px 21px;
  border: rgba(255, 255, 255, .8) solid;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 40px
}

.post_share_icon .home .content .page-title {
  display: none
}

.post-date_box {
  position: absolute;
  top: 20px;
  left: 10px;
  color: rgba(255, 255, 255, .6);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  min-width: 80px
}

.post-date_box_day {
  float: left;
  font-size: 50px;
  padding-top: 10px;
  padding-right: 5px;
  letter-spacing: -3px;
  text-align: right;
  width: 50px
}

.post-date_box_right {
  float: right
}

.post-date_box_month {
  font-size: 18px
}

.post-date_box_year {
  font-size: 16px
}

.featured .post-category a, .featured .post-title a {
  color: #fff
}

.post-comments {
  background: rgba(255, 255, 255, .3);
  font-size: 12px;
  line-height: 20px;
  color: rgba(128, 128, 128, 1);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0
}

.post-comments>span {
  display: block;
  position: relative;
  padding: 2px 7px
}

.post-comments>span:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid rgba(255, 255, 255, .3);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 5px;
  left: -14px
}

.post-comments:hover {
  padding-right: 4px
}

.post-meta {
  font-size: 12px;
  text-align: center
}

.post-meta .post-category {
  margin-right: 6px
}

h2.post-title, .alx-posts a, .alx-tab a {
  margin-bottom: 10px;
  line-height: 1.5em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 700
}

.entry.excerpt p, h2.post-title {
  margin-bottom: 0
}

.post-content {
  overflow: hidden
}

.post-standard .post-view {
  margin-left: 5px;
  float: none !important
}

.post-standard .post_description {
  padding-left: 10px
}

.post-content .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.entry .excerpt {
  font-size: 14px;
  color: #aaa
}

.pad .widget_kpg_cpl li.custom_post_list_item {
  width: 33%;
  margin-right: 1px;
  float: left
}

.widget_kpg_cpl {
  margin-bottom: 30px
}

.pad .cpl_thumb {
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  transition: all 1.6s ease
}

.sidebar .widget_kpg_cpl li.custom_post_list_item {
  width: 100%;
  margin-bottom: 5px
}

.sidebar .cpl_thumb {
  max-width: 80px;
  float: left;
  margin-right: 5px
}

.sidebar .cpl_thumb img {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease
}

.content .post-nav li.next, .post-nav li a {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out
}

.widget_kpg_cpl ul li {
  border-bottom: rgba(191, 191, 191, .3) 1px solid;
  padding-bottom: 3px
}

#footer .widget_kpg_cpl ul li {
  border-bottom: none
}

.cpl_title {
  font-size: 12px
}

.page.post-standard .post-inner {
  padding-left: 0
}

.page.post-standard .post-thumbnail {
  display: none
}

.post-standard .post-inner {
  padding-left: 200px;
  float: left
}

.post-standard .post-thumbnail {
  margin-left: -200px;
  max-width: 200px;
  margin-bottom: 0;
  float: left;
  position: relative;
  overflow: hidden
}

.post-standard .post-content {
  float: left;
  overflow: hidden
}

.single .post-inner .post-thumbnail {
  margin-bottom: 2em
}

.post-inner .post-byline {
  margin-bottom: 1em
}

.content .post-byline, .content .post-date .content .post-category, .content .post-item-category, .content .post-item-tags, .content .post-view {
  font-size: 12px;
  font-weight: 200;
  text-align: left;
  float: left;
  margin-right: 5px;
  line-height: 1em
}

.post-byline img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}

#feature_settitle {
  position: relative;
  text-align: center;
  height: 300px;
  width: 100%
}

#feature_settitle_thumb {
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 0;
  padding-bottom: 70px
}

#feature_settitle_thumb img {
  width: 100%
}

.oi_post_share_icons {
  font-size: 14px
}

.content .oi_post_share_icons {
  clear: both;
  display: block;
  padding: 30px 0
}

.mt-postlist .oi_soc_icons .fa {
  padding-top: 10px;
  margin: 0 10px
}

.oi_soc_icons a {
  padding: 5px;
  margin-right: 3px
}

.post-thumbnail .post_share_icon {
  color: #fff
}

.post-pages {
  margin-bottom: 20px;
  display: block
}

.post-tags a, .post-tags span {
  display: inline-block;
  color: #999
}

.post-tags {
  margin-bottom: 40px
}

.post-tags span {
  font-size: 14px;
  margin: 0 7px 0 0
}

.post-tags a {
  background: #f2f2f2;
  line-height: 16px;
  white-space: nowrap;
  font-size: 12px;
  padding: 3px 7px;
  margin: 0 5px 2px 0;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.post-tags a:hover {
  background-color: #3b8dbd;
  color: #fff
}

.single .share_on {
  display: none
}

.author-bio {
  padding: 30px 0;
  color: #888;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px
}

.author-bio .bio-avatar {
  margin: 10px auto;
  width: 64px;
  height: auto;
  position: relative;
  z-index: 11
}

.author-bio .bio-avatar img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 62px;
  border-radius: 62px;
  border: 2px solid #FFF
}

.author-bio p {
  margin-bottom: 8px
}

.author-bio .bio-name {
  color: #444;
  font-weight: 600;
  margin-bottom: 4px;
  text-align: center
}

.author-desc {
  background-color: #FCFCFC;
  border: 1px solid #E9E6E6;
  top: 70px;
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
  line-height: 1.6em
}

.author-bio .bio-desc {
  color: #888;
  font-size: 15px;
  line-height: 1.5em;
  padding: 10px
}

.related-posts {
  border-bottom: 2px solid #eee;
  margin-bottom: 40px
}

.child-menu>li>ul, .sidebar .post-nav li a, .sidebar .post-nav li.next a, .sidebar .post-nav li.previous a {
  border-bottom: 1px solid #ddd
}

.related-posts li {
  width: 33.3%;
  float: left;
  display: inline
}

.related-posts .post {
  border-right: 1px solid transparent;
  margin-bottom: 0;
  padding-bottom: 10px
}

.related-posts li:nth-child(4) article {
  display: none
}

.related-posts li:nth-child(3) article {
  border-right-color: transparent
}

.related-posts .related-inner {
  padding: 0 20px 0 0
}

.single .related-posts .post-title {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5em;
  display: block;
  margin-top: 20px
}

.post-nav li {
  width: 100%;
  display: inline;
  float: left;
  text-align: center
}

.post-nav li a {
  position: relative;
  min-height: 73px;
  display: block
}

.post-nav li i {
  color: #ccc;
  font-size: 18px;
  position: absolute;
  top: 50%;
  margin-top: -10px
}

.post-nav li a strong {
  display: block;
  font-size: 12px;
  color: #aaa;
  font-weight: 400
}

.format-aside .post-title, .format-status .post-title, .home .content .page-title {
  display: none
}

.post-nav li a span {
  font-size: 15px;
  color: #666
}

.post-nav li a:hover span {
  color: #444
}

.post-nav li.previous i {
  left: 10px
}

.post-nav li.next i {
  right: 10px
}

.next, .previous {
  position: relative;
  padding: 10px;
  box-sizing: border-box
}

.previous .post-nav_thumb {
  width: 80px;
  float: left;
  padding-left: 20px
}

.previous .title {
  padding-left: 110px;
  padding-left: 20px;/*kaihirose*/
  text-align: left;
  font-size: 12px;
  line-height: 1.4em;
  padding-top:2px;/*kaihirose*/
}

.next .post-nav_thumb {
  width: 80px;
  float: right;
  padding-right: 20px
}

.next .title {
  padding-right: 110px;
  padding-right: 20px;/*kaihirose*/
  text-align: right;
  font-size: 12px;
  line-height: 1.4em
  padding-top:2px;/*kaihirose*/
}

.next:after, .previous:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 22px;
  top: 38%;
  top: 1px;/*kaihirose*/
  color: rgba(151, 151, 151, 1)
}

.previous:before {
  content: "\f104";
  left: 5px
}

.next:after {
  content: "\f105";
  right: 5px
}

.story {
  padding: 15px 0
}

.post-nav li a i, .post-nav li a span {
  -webkit-transition-property: background color;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-property: background color;
  -moz-transition-duration: .2s;
  -moz-transition-timing-function: ease-out;
  -o-transition-property: background color;
  -o-transition-duration: .2s;
  -o-transition-timing-function: ease-out;
  transition-property: background color;
  transition-duration: .2s;
  transition-timing-function: ease-out
}

.sidebar .post-nav li a {
  border-top: 1px solid #eee
}

.sidebar .post-nav li a:hover {
  background: #ebebeb;
  background: rgba(0, 0, 0, .02)
}

.s1 .post-nav li a:hover i {
  color: #3b8dbd
}

.s2 .post-nav li a:hover i {
  color: #82b965
}

.content .post-nav {
  border-top: 2px solid rgba(185, 185, 185, .3);
  margin-bottom: 40px;
  margin-top: 20px
}

.content .post-nav li {
  width: 50%
}

.content .post-nav li.next {
  float: right
}

.content .post-nav li.next:hover, .content .post-nav li.previous:hover {
  background-color: rgba(255, 255, 255, .8)
}

.content .post-nav li.previous {
  float: left
}

.content .post-nav li a:hover i {
  color: #3b8dbd
}

.post-format {
  position: relative;
  margin-bottom: 2em;
  clear: both
}

.post-format p {
  margin-bottom: 1em
}

.post-format .format-container {
  background: #f1f1f1;
  padding-bottom: 10px;
  border-left: 3px solid #3b8dbd
}

.post-format .format-container .fa {
  color: #ccc;
  font-size: 36px;
  float: right;
  margin: 0 0 20px 20px
}

.format-link .post-format p, .format-quote .post-format blockquote {
  line-height: 1.4em;
  font-style: italic;
  font-size: 22px;
  font-weight: 400
}

.format-quote .post-format .quote-author {
  font-style: italic
}

.format-chat .post-format p {
  font-style: italic
}

.single .format-status .entry {
  font-size: 24px;
  line-height: 1.4em
}

.format-audio .post-format a, .format-audio .post-format i {
  font-size: 16px;
  line-height: 22px
}

#page .format-audio .post-format img {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.jp-interface {
  background-color: #444;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(0, 0, 0, .3)
}

.jp-play-bar, .jp-volume-bar-value {
  background-color: #82b965
}

.jp-progress {
  background-color: #262626
}

.jp-volume-bar {
  border: 1px solid #262626
}

.jp-seek-bar, .jp-volume-bar {
  background-color: #383838
}

.jp-interface a {
  color: #bbb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .6)
}

.jp-interface a:hover {
  color: #eee
}

.jp-progress-container, .jp-volume-bar-container {
  border-left: 1px solid #333
}

.jp-audio, .jp-interface, .jp-progress, .jp-seek-bar {
  width: 100%;
  min-width: 100%
}

.jp-interface .jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.jp-interface .jp-controls li {
  display: inline
}

.jp-interface .jp-controls a {
  position: absolute
}

.jp-interface .jp-controls a i {
  display: block
}

.jp-pause, .jp-play {
  width: 25px;
  height: 30px;
  z-index: 1;
  outline: 0;
  margin: 12px 0 0 9px;
  top: 0;
  left: 0
}

.jp-progress-container {
  margin-left: 34px;
  margin-right: 84px;
  height: 6px;
  padding: 20px 10px
}

.jp-progress {
  overflow: hidden;
  height: 5px;
  padding: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06)
}

.jp-seek-bar {
  cursor: pointer;
  border-radius: 1px
}

.jp-play-bar, .jp-seek-bar {
  width: 0;
  height: 5px;
  -webkit-border-radius: 1px
}

.jp-play-bar {
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25)
}

.jp-volume-bar-container {
  width: 40px;
  height: 6px;
  padding: 20px 10px 20px 33px;
  position: absolute;
  top: 0;
  right: 0
}

.jp-volume-bar {
  position: relative;
  overflow: hidden;
  width: 38px;
  cursor: pointer;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
  top: 0;
  left: 0
}

.jp-volume-bar, .jp-volume-bar-value {
  height: 5px;
  -webkit-border-radius: 1px
}

.jp-volume-bar-value {
  width: 0;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25)
}

.jp-mute, .jp-unmute {
  width: 17px;
  z-index: 1;
  outline: 0;
  margin-top: 10px;
  top: 2px;
  right: 58px
}

.jp-unmute {
  display: none
}

.jp-jplayer {
  width: 0;
  height: 0
}

.subtitle {
  font-size: 12px;
  text-align: center
}

.post-meta a, .widget a {
  display: inline-block;
  line-height: 1.2em
}

.post_description .post-meta {
  padding: 3px
}

.sidebar .widget>h3 {
  font-size: 16px;
  margin-bottom: 10px
}

.widget_calendar a, .widget_calendar th {
  font-weight: 600
}

h2.widgettitle:after {
  padding-bottom: 20px !important
}

h2.widgettitle {
  text-align: center;
  font-weight: 400
}

.palla .parallax {
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
  height: 70vh;
  top: 0;
  left: 0;
  background-size: cover;
  overflow: hidden;
  text-align: center
}

.palla .widget-meta h2 {
  font-size: 18px;
  font-family: 'Oswald', sans-serif
}

.palla .widget-meta {
  position: absolute;
  width: 100%;
  top: calc(50% - 45px);
  top: -webkit-calc(50% - 30px);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  padding: 10px;
  box-sizing: border-box
}

.palla a {
  display: block
}

.palla {
  position: relative;
  width: auto;
  text-align: center;
  width: 100%
}

#grid-widgets {
  clear: both
}

#overlayer {
  width: 100%;
  height: 1000px
}

.overlayer_p {
  height: 1000px;
  text-align: center;
  position: relative
}

.overlayer, .overlayer-para {
  width: 100%;
  height: 1000px;
  position: absolute;
  z-index: 1
}

.widget-meta {
  text-align: center;
  color: #222
}

h2.widgettitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em
}

.subtitle {
  font-size: 14px;
  margin-bottom: 30px
}

.pad {
  padding: 20px;
  box-sizing: border-box
}

.free_space .wpcf7 {
  text-align: left
}

#footer .nav>li {
  margin: 0
}

#footer .widget a, .icon-map-marker {
  color: #fff;
  line-height: 1.4em
}

.widget>h3 a img {
  display: none;
  float: left;
  margin: 3px 7px 0 0
}

.widget select {
  border: 1px solid #ddd;
  color: #777;
  font-size: 15px;
  padding: 7px;
  width: 100%;
  max-width: 100%
}

#footer .widget select {
  border-color: #eee
}

.sidebar .widget {
  padding: 20px
}

#footer .widget {
  padding-bottom: 30px
}

#footer .menu_description, .sidebar .menu_description {
  display: none
}

.widget_categories li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_recent_entries .post-date, .widget_rss ul li a {
  display: block;
  text-align: left;
  font-size: 14px
}

.widget>div>ul li a:before, .widget>ul li a:before, .widget>ul li:before, .widget_calendar caption:before {
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 6px;
  color: #ccc;
  width: 1em;
  text-align: center;
  float: left
}

.widget>ul li a:hover:before {
  color: #999
}

.widget_archive>ul>li a:before {
  content: "\f105"
}

.widget_categories>ul>li a:before {
  content: "\f07c"
}

.widget_links>ul>li a:before {
  content: "\f08e"
}

.widget_meta>ul>li a:before {
  content: "\f0da"
}

.widget_recent_comments>ul>li:before {
  content: "\f075"
}

.widget_recent_entries>ul>li a:before {
  content: "\f105"
}

.widget_calendar caption:before {
  content: "\f073"
}

.widget_nav_menu ul li a:before, .widget_pages ul li a:before {
  content: "\f105"
}

.widget_calendar>h3, .widget_search>h3, .widget_tag_cloud>h3, .widget_text>h3 {
  margin-bottom: 1em
}

.alx-posts li, .alx-tab li, .widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_meta ul li, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
  padding: 5px 0;
  position: relative
}

#footer .alx-posts li, #footer .alx-tab li, #footer .widget_archive ul li, #footer .widget_categories ul li, #footer .widget_links ul li, #footer .widget_meta ul li, #footer .widget_nav_menu ul li a, #footer .widget_pages ul li a, #footer .widget_recent_comments ul li, #footer .widget_recent_entries ul li, #footer .widget_rss ul li {
  border-bottom: rgba(255, 255, 255, 0.10) 1px solid;
  color: rgba(241, 241, 241, 1)
}

.alx-tabs-container li {
  padding: 10px 0
}

.tab-item-title {
  font-size: 16px
}

.tagcloud {
  text-align: left
}

#footer .widget_calendar td, #footer .widget_calendar th {
  color: rgba(102, 102, 102, 1)
}

.widget_recent_comments ul li, .widget_recent_entries ul li {
  text-align: left
}

.widget_nav_menu li li a, .widget_pages li li a {
  padding-left: 15px
}

.widget_nav_menu li li li a, .widget_pages li li li a {
  padding-left: 30px
}

.widget_nav_menu ul ul, .widget_nav_menu ul ul ul, .widget_pages ul ul, .widget_pages ul ul ul {
  border: 0
}

.widget_rss ul li span.rss-date {
  color: #444;
  font-weight: 600;
  display: block;
  font-size: 12px
}

.widget_rss ul li cite {
  color: #999
}

#footer .widget_rss ul li a, .s1 .widget_rss ul li a {
  color: #3b8dbd
}

.s2 .widget_rss ul li a {
  color: #82b965
}

.widget_search input.search {
  color: #999;
  padding-left: 26px;
  width: 100%
}

.widget_search #searchsubmit, .widget_search .screen-reader-text {
  display: none
}

.widget_text .textwidget p {
  margin-bottom: 1em
}

.widget_calendar a:hover {
  color: #444 !important
}

.widget_calendar #wp-calendar {
  width: 100%
}

.widget_calendar caption {
  color: #fff;
  padding: 5px 10px
}

.widget_calendar caption:before {
  color: #fff;
  color: rgba(255, 255, 255, .7);
  font-size: 15px
}

.widget_calendar thead {
  background: #e2e2e2;
  -webkit-box-shadow: 0 1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd
}

#footer .widget_calendar thead {
  background: #f2f2f2
}

.widget_calendar td {
  background-color: rgba(255, 255, 255, .2)
}

#tab-tags a, .sidebar .alx-posts li, .widget_alx_posts ul li {
  background-color: #fff
}

.widget_calendar td, .widget_calendar th {
  padding: 3px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .1)
}

.widget_calendar .pad {
  padding: 0 !important
}

.s2 .widget_calendar a {
  color: #82b965
}

.post-item-tags a, .tagcloud a {
  font-size: 12px !important;
  display: inline-block;
  margin: 0 3px 3px 0;
  border: 1px solid #E8E8E8;
  font-weight: 100;
  padding: 5px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease
}

.alx-tabs-container p {
  line-height: 1em
}

.alx-tabs-nav {
  margin-bottom: 10px;
  text-align: left
}

.alx-tabs-nav.tab-count-1 li, .alx-tabs-nav.tab-count-2 li, .alx-tabs-nav.tab-count-3 li, .alx-tabs-nav.tab-count-4 li {
  width: inherit
}

ul#tab-popular li {
  counter-increment: popular_num
}

ul#tab-popular li:before {
  content: counter(popular_num);
  position: absolute;
  top: 11px;
  left: 0;
  color: #fff;
  z-index: 99999;
  font-size: 10px;
  padding: 10px;
  line-height: 1em
}

.alx-tabs-nav li {
  display: block;
  float: left
}

.alx-posts a, .alx-tab a {
  color: #333
}

.alx-tabs-nav li a {
  font-weight: 700;
  font-size: 14px;
  display: block;
  padding: 12px 10px;
  margin-bottom: -2px;
  border-bottom: 3px solid transparent;
  margin-right: 3px
}

.rank_num {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 50px;
  height: 50px;
  z-index: 10
}

.alx-tabs-nav li a:hover {
  border-bottom-color: #000
}

#footer .alx-tabs-nav {
  border-bottom-color: #eee
}

#footer .alx-tabs-nav li a:hover {
  border-bottom-color: #ddd
}

.s2 .alx-tabs-nav li.active a {
  border-bottom-color: #82b965
}

.alx-posts li, .alx-tab li {
  font-weight: 400;
  overflow: hidden
}

.alx-posts a, .alx-tab a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 1.2em
}

#tab-tags a {
  display: inline-block;
  padding: 6px;
  margin-bottom: 3px;
  border: 1px solid #e3e3e3;
  color: #666
}

, oi_soc_icons a {
  border: rgba(0, 0, 0, 0.00) 1px solid
}

.alx-posts img, .alx-tab img {
  display: block;
  width: 100%;
  height: auto
}

.alx-tab.thumbs-enabled li {
  padding-left: 110px;
  position: relative
}

.alx-tab .tab-item-thumbnail {
  margin-left: -110px;
  float: left;
  width: 100px
}

.alx-posts .post-item-thumbnail img, .alx-tab .tab-item-thumbnail img {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1em;
  width: 100%
}

.alx-posts .post-item-inner {
  text-align: center;
  padding: 20px
}

.alx-tab.avatars-enabled li {
  padding-left: 62px
}

.alx-tab .tab-item-avatar {
  margin-left: -62px;
  width: 48px;
  float: left;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease
}

.alx-posts .post-item-category, .alx-tab .tab-item-category {
  font-size: 12px
}

.alx-posts .post-item-title, .alx-tab .tab-item-comment, .alx-tab .tab-item-title {
  margin-bottom: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 12px
}

.alx-posts .post-item-date, .alx-tab .tab-item-date, .alx-tab .tab-item-name {
  font-size: 12px
}

.alx-tab .thumb-icon.small {
  bottom: 8px;
  left: -23px
}

.alx-posts li:hover .thumb-icon, .alx-tab li:hover .thumb-icon {
  color: #111
}

.alx-posts .post-item-thumbnail {
  overflow: hidden;
  z-index: 3;
  position: relative;
  height: 300px;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out
}

.sidebar .alx-posts .post-item-thumbnail {
  height: 130px
}

.alx-posts .post-item-title {
  font-size: 12px;
  line-height: 1.5em
}

#footer .alx-posts .post-item-title, .s1 .alx-posts .post-item-title {
  font-size: 12px;
  line-height: 1.4em;
  font-weight: 300;
  margin: 10px auto 30px;
  width: 80%;
  left: 10%;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: 150px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 4
}

.comment-tabs li i, .commentlist .comment-author {
  margin-right: 6px
}

#footer .alx-posts .post-item-category, #footer .alx-posts .post-item-date, .s1 .alx-posts .post-item-category, .s1 .alx-posts .post-item-date {
  font-size: 12px;
  display: block;
  text-align: center
}

.alx-posts .post-item-date {
  margin-bottom: 5px
}

.widget_alx_posts ul li {
  text-align: center;
  width: 100%
}

.widget_alx_tabs img:hover {
  opacity: .7
}

.mt-post_overlay_icon, .post-item-thumbnail, .post-item-thumbnail img, .post-nav_thumb img, .post-thumb-category {
  z-index: 5
}

.post-thumb-category {
  line-height: 1em;
  z-index: 1
}

.post-thumb-category a {
  padding: 8px
}

.alx-posts .post-item-thumbnail:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04)
}

.overlay_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: -1
}

.mt-post_overlay_icon {
  top: 40%;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  z-index: 0;
  text-align: center;
  width: 100%
}

alx-posts .post-thumb-category {
  z-index: 2
}

.alx-posts .post-item-thumbnail:hover .post-thumb-category {
  color: #fff;
  top: -50px
}

.alx-posts .post-item-thumbnail:hover .overlay_thumb {
  background-color: rgba(3, 88, 102, .4);
  z-index: 1
}

.post-item-thumbnail:hover .mt-post_overlay_icon, .post-thumbnail {
  color: #fff
}

.widget_mt_video h3 {
  margin-bottom: 14px
}

#comments {
  margin-top: 20px
}

#pinglist-container {
  display: none
}

.comment-tabs {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px
}

.comment-tabs li {
  float: left;
  margin-bottom: -1px
}

.comment-tabs li a {
  padding: 0 10px 10px;
  display: block;
  color: #aaa;
  border-bottom: 1px solid #eee
}

.comment-tabs li a:hover {
  color: #444;
  border-color: #ccc
}

.comment-tabs li span {
  padding: 0 6px;
  margin-left: 8px
}

.commentlist, .pinglist {
  margin-bottom: 20px
}

.commentlist li, .pinglist li {
  padding-left: 60px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400
}

.child-menu a, .comments-nav a, .dropcap {
  font-weight: 600
}

.commentlist .comment-body, .pinglist li {
  clear: both;
  position: relative;
  padding-bottom: 15px
}

.commentlist .comment-author, .commentlist .comment-awaiting-moderation, .commentlist .comment-meta {
  font-size: 13px;
  display: block;
  float: left;
  line-height: 20px
}

.commentlist .fn, .pinglist .ping-link {
  color: #444;
  font-size: 13px;
  font-style: normal;
  font-weight: 600
}

.commentlist .says {
  display: none
}

.commentlist .avatar {
  position: absolute;
  left: -60px;
  top: 0;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.commentlist .comment-meta:before, .pinglist .ping-meta:before {
  color: #ccc;
  content: "\f017";
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 3px;
  vertical-align: 4%
}

.commentlist .comment-meta a, .commentlist .reply a, .pinglist .ping-meta {
  color: #aaa
}

.commentlist .reply {
  font-size: 13px;
  line-height: 16px
}

.commentlist .reply a:hover {
  color: #444
}

.comment-awaiting-moderation {
  color: #3b8dbd;
  font-style: normal
}

.pinglist li {
  padding-left: 0
}

.commentlist .comment-body p {
  margin-bottom: 8px;
  color: #777;
  clear: both
}

.commentlist .comment-body strong {
  font-weight: 700
}

.commentlist .comment-body em {
  font-style: italic
}

.commentlist .comment-body ol li {
  list-style: decimal;
  margin-left: 2em;
  padding: 0
}

.commentlist .comment-body ul li {
  list-style: square;
  margin-left: 2em;
  padding: 0
}

.commentlist li.bypostauthor>.comment-body:after, .commentlist li.comment-author-admin>.comment-body:after {
  background: #3b8dbd;
  display: block;
  position: absolute;
  content: "\f040";
  color: #fff;
  line-height: 12px;
  width: 12px;
  font-style: normal;
  font-family: FontAwesome;
  text-align: center;
  top: 32px;
  left: -28px;
  font-size: 10px;
  padding: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.commentlist li.comment-author-admin>.comment-body:after {
  content: "\f005"
}

.commentlist li li.bypostauthor>.comment-body:after, .commentlist li li.comment-author-admin>.comment-body:after {
  top: 22px;
  left: -26px;
  font-size: 8px;
  padding: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.commentlist li li {
  padding-left: 48px;
  margin: 0
}

#reply-title, .comments-nav {
  margin-bottom: 20px
}

.commentlist li li .avatar {
  width: 36px;
  height: 36px;
  left: -48px;
  top: 0
}

.commentlist li li .comment-meta {
  left: 70px
}

.comments-nav .nav-previous {
  float: left
}

.comments-nav .nav-next {
  float: right
}

.comment-notes, .form-allowed-tags, .logged-in-as {
  display: none
}

#respond {
  position: relative
}

li #reply-title {
  font-size: 0;
  margin: 0 !important;
  padding: 0;
  height: 0;
  border-top: 0
}

#commentform p.form-submit, .logged-in #commentform p.comment-form-comment {
  margin-top: 10px
}

#cancel-comment-reply-link {
  color: #999;
  display: block;
  position: absolute;
  bottom: 26px;
  right: 20px;
  font-size: 12px
}

#cancel-comment-reply-link:hover {
  color: #777
}

#commentform {
  padding: 10px 0 20px;
  margin-bottom: 15px;
  -webkit-border-radius: 2px;
  border-radius: 2px
}

#commentform p.comment-form-author, #commentform p.comment-form-email {
  width: 48%
}

#commentform p.comment-form-comment, #commentform p.comment-form-url {
  clear: both
}

#commentform label {
  padding: 6px 0 0;
  display: block
}

#commentform input[type=text], #commentform textarea {
  max-width: 100%;
  width: 100%
}

#commentform textarea {
  height: 100px
}

.logged-in #reply-title {
  margin-bottom: 20px
}

.logged-in #commentform p.comment-form-comment label {
  display: none
}

#nav-topbar {
  display: inline-block;
  float: none;
  box-sizing: border-box;
  z-index: 11;
  position: absolute;
  top: 0;
  right: 80px;
  text-align: center
}

.boxed #nav-topbar {
  right: 0
}

.flex-direction-nav li:first-child, .wpcf7 label, .wpcf7 p {
  float: left;
  width: 100%;
  font-size: 16px
}

#nav-topbar .container {
  position: absolute;
  top: 0
}

#nav-topbar .social-links {
  display: inline-block
}

.nav-wrap {
  float: left
}

#footer .nav-wrap {
  position: relative
}

.child-menu {
  zoom: 1;
  position: relative;
  padding: 0 0 20px
}

.child-menu a {
  color: #777;
  display: block;
  padding: 0 44px
}

.child-menu a:hover {
  color: #3b8dbd
}

.child-menu .current_page_item>a {
  background: #fff;
  color: #3b8dbd
}

.child-menu>li {
  display: none
}

.child-menu>li.current_page_ancestor, .child-menu>li.current_page_item, .child-menu>li.current_page_parent {
  display: block
}

.child-menu>li.current_page_ancestor>ul ul, .child-menu>li.current_page_item>ul ul, .child-menu>li.current_page_parent>ul ul {
  display: none
}

.child-menu>li ul li.current_page_ancestor ul, .child-menu>li ul li.current_page_item ul, .child-menu>li ul li.current_page_parent ul {
  display: block
}

.child-menu>li>a {
  font-size: 20px;
  display: block;
  padding: 20px 30px
}

.child-menu>li>ul {
  background: #e9e9e9;
  border-top: 1px solid #ddd;
  padding: 10px 0 10px 10px
}

.child-menu>li ul ul, .child-menu>li>ul>li>a {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd
}

.child-menu>li>ul>li>a {
  font-size: 15px;
  padding: 11px 20px;
  -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
  box-shadow: inset 0 1px 0 #f9f9f9
}

.child-menu>li>ul>li>a:before {
  font-family: FontAwesome;
  content: "\f055";
  font-weight: 400;
  font-size: 18px;
  margin-right: 8px
}

.child-menu>li ul ul {
  border-top: 3px solid #ebebeb;
  padding: 6px 0
}

.child-menu>li ul ul a {
  font-size: 15px;
  font-weight: 300;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 1px
}

.child-menu>li ul ul a:hover {
  background: #e9e9e9;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .04);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, .04)
}

.child-menu>li ul ul li.current_page_item>a {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04)
}

.col-2cl .child-menu>li>ul, .col-3cr .child-menu>li>ul {
  padding-left: 0;
  padding-right: 10px
}

.col-2cl .child-menu>li ul ul, .col-2cl .child-menu>li>ul>li>a, .col-3cr .child-menu>li ul ul, .col-3cr .child-menu>li>ul>li>a {
  border-left: 0;
  border-right: 1px solid #ddd
}

.wpcf7 p {
  color: #222;
  margin: 0 0 12px;
  width: 100%;
  position: relative
}

.wpcf7 p span {
  font-weight: 400;
  color: #999
}

.wpcf7 div.wpcf7-validation-errors {
  border: none;
  margin: 0;
  padding: 0
}

.wpcf7 div.wpcf7-mail-sent-ng, .wpcf7 div.wpcf7-mail-sent-ok {
  border: none
}

.wpcf7 div.wpcf7-response-output {
  margin: 0;
  padding: 0
}

.wpcf7 span.wpcf7-form-control-wrap {
  display: block;
  position: relative
}

.wpcf7 span.wpcf7-not-valid-tip {
  background: #f2dede;
  border-color: #e3bfbf;
  color: #b94a48;
  padding: 4px 14px;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 36px;
  width: auto;
  right: 0;
  display: block;
  z-index: 999
}

.dropcap {
  color: #444;
  display: block;
  float: left;
  font-size: 94px;
  line-height: .9em;
  margin: 0 10px 0 0
}

.pullquote-left {
  color: #444;
  border-left: 1px solid;
  margin: .78em 1em .78em 0;
  padding: 5px 0 5px 15px;
  width: 100%
}

.highlight {
  color: #222;
  border-bottom: 1px dotted #222
}

.hr, hr {
  border: 0;
  background: #eee;
  border-bottom: 2px solid #eee;
  height: 1px;
  margin: 30px 0;
  clear: both
}

.owl, .item {
  margin: 0 auto
}

.owl2 .item {
  padding: 10px
}

.ie8 #footer .alx-posts .post-item-title, .ie8 .s1 .alx-posts .post-item-title, .ie8.single .related-posts .post-title, body.ie8 {
  font-weight: 400
}

.ie8 .author-bio .bio-avatar:after, .ie8 .commentlist li.bypostauthor>.comment-body:after {
  display: none
}

.ie8 .nav li>a:after, .ie8 .nav>li>a:after {
  content: "" !important
}

.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  overflow: hidden
}

.clearfix:after {
  clear: both
}

.clearfix {
  zoom: 1
}

.clear {
  clear: both
}

h1.post-title {
  font-size: 28px;
  line-height: 1.4em
}

figure {
  padding: 0
}

#owl-carousel {
  box-sizing: border-box
}

.owl-item {
  overflow: hidden
}

.item {
  overflow: hidden;
  position: relative
}

.item img {
  width: 100%
}

.owl {
  width: 97%
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center
}

.owl-theme .owl-controls div {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px
}

.owl-next, .owl-prev {
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  height: 20px;
  width: 80px
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  padding: 10px 0;
  font-size: 12px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s
}

.owl-prev {
  left: -53px;
  text-align: right
}

.owl-next {
  right: -53px;
  text-align: left
}

.owl-prev:after {
  content: "\f104　";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 16px;
  text-align: right
}

.owl-next:after {
  content: "　\f105";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 16px;
  text-align: left
}

.owl-prev:hover {
  left: -57px
}

.owl-next:hover {
  right: -57px
}

.owl-pagination {
  margin-bottom: 15px
}

figure {
  position: relative;
  overflow: hidden;
  width: 99.8%;
  margin: 0 auto
}

.item_title, .post_readmore {
  text-align: center;
  position: absolute
}

.item_title {
  bottom: -50px;
  color: #fff;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  padding: 10px;
  text-shadow: 1px 1px 3px #000;
  width: 100%;
  box-sizing: border-box;
  z-index: 1
}

.post_readmore a {
  color: #fff;
  padding: 3px;
  display: block
}

.post_readmore {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
  background-color: #7E651B;
  font-size: 10px;
  line-height: 1em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 18px
}

.post-item-thumbnail:hover .post_readmore {
  opacity: 1
}

.post_readmore a:hover {
  opacity: .8
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-controls .owl-page span {
  background: rgba(0, 0, 0, .1);
  width: 8px;
  height: 8px;
  display: block;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 0 5px
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: rgba(0, 0, 0, 0.3)
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.owl-item.loading {
  min-height: 150px;
  background: url(img/AjaxLoader.gif) center center no-repeat
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel, .owl-carousel .owl-wrapper {
  position: relative;
  display: none
}

.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

#owl_wrapper {
  overflow: hidden;
  margin: 10px auto 0
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.mt-post_overlay_icon_owl, .mt-postlist .post-date_box, .mt-postlist .post_share_icon, .post_format_icon_owl i {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  line-height: 1em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

figure:hover .more_view_arrow {
  right: 24.5%;
  opacity: 1;
  position: absolute;
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.mt-post_overlay_icon_owl {
  top: 30%;
  left: 33%;
  position: absolute;
  font-size: 20px;
  opacity: 0;
  z-index: 2
}

.post-item-thumbnail:hover .mt-post_overlay_icon_owl {
  -webkit-transform: scale(.8) !important;
  transform: scale(.8);
  padding-top: 10px;
  opacity: 1;
  top: 22%;
  left: 34%
}

.post_format_icon_owl i {
  color: #fff;
  top: 39%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  padding: 20px 21px;
  border: rgba(255, 255, 255, .8) solid;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 40px
}

.mt-postlist .post-item-thumbnail {
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 1)
}

.mt-postlist {
  float: left;
  width: 50%;
  height: auto;
  overflow: hidden
}

.mt-postlist .post-item-thumbnail img {
  max-width: 100%
}

.mt-postlist li {
  position: relative
}

.mt-postlist .post_format_icon {
  z-index: 5;
  opacity: 1;
  display: inline-block;
  text-align: center
}

.mt-postlist .post-item-thumbnail:hover .post-item-inner, .mt-postlist-small .post-item-thumbnail:hover .post-item-inner {
  bottom: 10%;
  opacity: 1;
  text-align: center
}

.mt-postlist .post-item-thumbnail:hover .mt-post_overlay_icon {
  opacity: 1;
  -webkit-transform: scale(.8) !important;
  transform: scale(.8);
  top: 40%
}

.mt-postlist .post-item-thumbnail:hover .post-date_box {
  opacity: 0;
  top: -50px
}

.mt-postlist .post-item-thumbnail:hover .post_share_icon {
  opacity: 1;
  bottom: 20%;
  z-index: 6;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1)
}

.mt-postlist-small li {
  float: left;
  width: 50%;
  line-height: 1em
}

.mt-postlist .post-item-inner, .mt-postlist-small .post-item-inner {
  position: absolute;
  bottom: 10px;
  text-align: center;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  z-index: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.mt-postlist .post-item-date, .mt-postlist-small .post-item-date {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 15px
}

.mt-postlist-small .post-item-thumbnail {
  overflow: hidden;
  position: relative;
  background-color: #47aaa4
}

.mt-postlist-small .post-item-thumbnail img {
  max-width: 100%
}

.mt-postlist-small {
  padding-left: 50%
}

.mt-postlist-small li {
  position: relative
}

.mt-postlist-small .post-item-inner {
  font-size: 12px
}

.mt-postlist_group {
  margin-bottom: 20px
}

.post-inner .post-thumbnail {
  overflow: hidden;
  width: 100%
}

@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon.eot?qqyuxn);
  src: url(fonts/icomoon.eot?#iefixqqyuxn) format("embedded-opentype"), url(fonts/icomoon.woff?qqyuxn) format("woff"), url(fonts/icomoon.ttf?qqyuxn) format("truetype"), url(fonts/icomoon.svg?qqyuxn#icomoon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" icon-"], [class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-hatebu:before {
  content: "\e601"
}

.comment-tabs li:first-child a:before {
  font-family: icomoon;
  content: "\e60b";
  margin-right: 3px
}

.post-item-thumbnail .icon-hatebu {
  color: #fff
}

#social {
  text-align: center;
  padding-top: 30px;
  clear: both;
  float: none;
  width: 980px;
  margin: 10px auto 20px
}

.socialbox {
  float: left !important;
  display: inline-block;
  margin: 0 0 15px 10px
}

.hatena-box {
  min-width: 80px;
  max-width: 125px
}

.facebook-box {
  min-width: 70px;
  max-width: 115px
}

.twitter-box {
  min-width: 87px;
  max-width: 90px
}

.gplus-box {
  min-width: 50px;
  max-width: 80px
}

.pocket-box {
  min-width: 60px;
  max-width: 115px
}

#header_social_links {
  position: absolute;
  right: 20px;
  top: 0
}

.feature_meta-inner h2 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4em
}

#loading {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.90);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999
}

.loader {
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 6px;
  position: absolute;
  text-indent: -9999em;
  border-top: 5px solid rgba(207, 207, 207, 0.30);
  border-right: 5px solid rgba(207, 207, 207, 0.10);
  border-bottom: 5px solid rgba(207, 207, 207, 0.30);
  border-left: 5px solid rgba(207, 207, 207, 1.00);
  -webkit-animation: load8 .8s infinite linear;
  animation: load8 .81s infinite linear
}

.loader, .loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color
}

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  color: #fff
}

#container {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

article.post-standard . post_description {
  padding: 0 0 25px
}

article.grid-1c {
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px
}

.grid-1c .post_description h2.post-title {
  margin-bottom: 12px;
  margin-top: 25px
}

.box {
  width: 32%;
  border: 1px solid #e0dede;
  text-align: left
}

article.grid-3c {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  margin-bottom: 20px
}

article.grid-3c .post_description {
  padding: 25px
}

.post-meta div {
  padding-right: 5px;
  margin-right: 5px
}

.post-meta div:last-child {
  border-right: none
}

.border-double {
  height: 6px;
  margin-bottom: 25px;
  border-top: #EAEAEA 1px double;
  border-bottom: #EAEAEA 1px double
}

.thumbnail-overlayer {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.0);
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out
}

.post-thumbnail:hover .thumbnail-overlayer {
  background-color: rgba(0, 0, 0, .5)
}

.post-thumbnail img:hover {
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.icon-speechbubble65:before {
  content: "\e60c"
}

.icon-check-1:before {
  content: "\e600"
}

.readmore {
  padding-top: 35px;
  text-align: right
}

.readmore a {
  clear: both
}

.readmore a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 3px
}

.alx-tabs-container {
  text-align: left;
  margin-top: 25px
}

.post-item-thumbnail:hover .thumb-format-icon, .post-thumbnail:hover .thumb-format-icon {
  opacity: 1;
  -webkit-animation-name: turnY;
  -webkit-animation-duration: .3s;
  -webkit-animation-iteration-count: 1
}

.thumb-format-icon, .thumbnail-overlayer {
  height: 100%;
  position: absolute;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out
}

.thumb-format-icon {
  top: 36%;
  left: 44%;
  opacity: 0;
  margin: auto
}

.thumb-format-icon i {
  background-color: rgba(255, 255, 255, .2);
  color: #FFF;
  border: rgba(255, 255, 255, .5) 1px solid;
  padding: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px
}

@-webkit-keyframes turnY {
  0% {
    -webkit-transform: scale(0.80);
    transform: scale(0.80)
  }

  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.00)
  }
}

.attent {
  padding: 150px 0 0;
  text-align: center
}

.widget_freeareaitem h4 {
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px
}

.widget_mt_posts h4 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 70px;
  color: #aaa
}

.lim-effect .lima-details .more-details, .mm-menu, .owl-theme .owl-controls .owl-buttons div, .pagination .current, .pagination a:hover, ::selection, ul#tab-popular li:before {
  background-color: #333
}

.pagination .current, .pagination a:hover, .post-item-category a:hover, .post-item-tags a:hover, .thumb-format-icon i {
  color: #fff
}

.widget h3 {
  position: relative;
  text-align: left;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: #e5e9eb 1px solid
}

.widget h3:after {
  content: '';
  margin: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  border-bottom: #8c7459 2px solid
}

.post_description {
  text-align: left
}

.post-item-title {
  margin-bottom: 60px
}

.home #breadcrumb {
  display: none
}

.post-item-title:before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  height: 1px;
  top: 50%;
  background: rgba(255, 255, 255, .3);
  -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
  -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
  transition: left .3s ease-in-out, right .3s ease-in-out
}

.post-item-thumbnail:hover .post-item-title:before {
  left: 30%;
  right: 30%;
  -webkit-transition: left .3s ease-in-out .3s, right .3s ease-in-out .3s;
  -moz-transition: left .3s ease-in-out .3s, right .3s ease-in-out .3s;
  transition: left .3s ease-in-out .3s, right .3s ease-in-out .3s
}

.boxed header {
  width: 1020px
}

#map-canvas {
  height: 300px;
  width: 100%
}

.contact-info-column {
  padding: 5px 0
}

.info-name {
  display: inline-block;
  padding-left: 30px
}

.contact-info-container {
  margin-bottom: 15px
}

.icon-next-2:before {
  content: "\e909"
}

.icon-paper-plane:before {
  content: "\e90b"
}

.icon-search:before {
  content: "\e904"
}

.icon-clock3:before {
  content: "\e948"
}

.icon-zoom-in:before {
  content: "\e900"
}

.icon-folder3:before {
  content: "\e94c"
}

.icon-mail:before {
  content: "\e901";
  font-size: 24px;
  position: absolute;
  top: 3px
}

.icon-call:before {
  content: "\e902";
  font-size: 24px;
  position: absolute;
  top: 3px
}

.icon-map-marker3:before {
  content: "\e943";
  font-size: 24px;
  position: absolute;
  top: 3px
}

.icon-underdirect:before {
  content: "\e600"
}

.icon-uniE601:before {
  content: "\e601"
}

.icon-uniE602:before {
  content: "\e602"
}

.icon-uniE603:before {
  content: "\e603"
}

.icon-uniE604:before {
  content: "\e604"
}

.icon-uniE605:before {
  content: "\e605"
}

.icon-uniE606:before {
  content: "\e606"
}

.icon-uniE607:before {
  content: "\e607"
}

.icon-uniE608:before {
  content: "\e608"
}

.icon-uniE609:before {
  content: "\e609"
}

.icon-uniE60A:before {
  content: "\e60a"
}

.icon-uniE60B:before {
  content: "\e60b"
}

.icon-uniE60C:before {
  content: "\e60c"
}

.icon-uniE60D:before {
  content: "\e60d"
}

.icon-uniE60E:before {
  content: "\e60e"
}

.icon-uniE90A:before {
  content: "\e90a"
}

.contact-info-column {
  clear: both
}

.contact-info-icon {
  display: inline-block
}

.widget .right {
  position: absolute;
  display: block;
  height: 2px;
  width: 30px;
  right: -45px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  display: block;
  height: 2px;
  width: 30%;
  right: 33.5%;
  bottom: 0
}

.project-item.style-1 figcaption {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05)
}

.project-item.style-1:hover .thumb-overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.50);
  z-index: 999
}

.thumb-overlayer {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out
}

.project-item.style-1:hover img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  height: auto
}

.project-item.style-1 img {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out
}

.project-item.style-1 h4 {
  opacity: 0;
  position: relative;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out
}

.project-item.style-1:hover h4 {
  opacity: 1
}

.project-item.style-1 .project-info {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -14px
}

.project-item.style-1 h4 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  box-sizing: border-box
}

.project-item.style-1 h4 a {
  position: relative;
  display: inline-block
}

.project-item.style-1 h4, .project-item.style-1 h4 a, .project-item.style-1 h4 a:hover {
  color: #fff
}

#nav-topbar ul.sub-menu li a {
  background-color: #000;
  color: #E8E8E8
}

#nav-topbar ul.sub-menu li a:hover, #slider-up-nav ul.sub-menu li a {
  background-color: rgba(21, 21, 21, 1.00);
  color: #fff
}

#slider-up-nav .nav-wrap ul>li {
  border-right: rgba(255, 255, 255, 0.30) 1px solid
}

#slider-up-nav .nav-wrap ul>li:last-child {
  border-right: none
}

.alx-tabs-nav li.active a {
  border-bottom: #000 3px solid
}

.cat_eyecatch img {
  max-width: 100%
}

#nav-topbar ul.nav>li:after {
  background-color: #8c7459
}

.lim-effect .lima-details .more-details, .owl-theme .owl-controls .owl-buttons div, .pagination .current, .widget_calendar caption, .pagination a:hover, ul.nav>li.current-menu-item:after, #footer .widget_calendar caption, .s2 .widget_calendar caption {
  background-color: #8ac7d1
}

.lim-effect {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  transition: background .2s ease-out;
  z-index: 0
}

.lim-effect .hover-one:before {
  top: 10px;
  left: 10px;
  transition: all .2s ease-out;
  width: 0;
  opacity: .3
}

.lim-effect .hover-one:after, .lim-effect .hover-one:before {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out
}

.lim-effect:hover .hover-one:before {
  width: calc(100% - 20px)
}

.lim-effect .hover-one:after {
  bottom: 10px;
  right: 10px;
  transition: all .2s ease-out;
  width: 0;
  opacity: .3
}

.lim-effect:hover .hover-one:after {
  width: calc(100% - 20px)
}

.lim-effect .hover-two:after {
  top: 10px;
  left: 10px;
  height: 0;
  transition: all .2s ease-out .35s;
  width: 1px;
  opacity: .3
}

.lim-effect .hover-two:after, .lim-effect .hover-two:before {
  position: absolute;
  content: '';
  display: block;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all .2s ease-out .35s;
  -moz-transition: all .2s ease-out .35s
}

.lim-effect:hover .hover-two:after {
  height: calc(100% - 20px)
}

.lim-effect .hover-two:before {
  bottom: 10px;
  right: 10px;
  height: 0;
  transition: all .2s ease-out .35s;
  width: 1px;
  opacity: .3
}

.lim-effect:hover .hover-two:before {
  height: calc(100% - 20px)
}

.lim-effect .lima-details {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: calc(100% - 20px);
  margin-top: -15px
}

.lim-effect .lima-details .more-details {
  opacity: 0;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  transform: translateY(-20px);
  font-size: 11px;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform .3s ease-out .35s, opacity .3s ease-out .35s, padding .2s ease-in;
  -moz-transition: transform .3s ease-out .35s, opacity .3s ease-out .35s, padding .2s ease-in;
  transition: transform .3s ease-out .35s, opacity .3s ease-out .35s, padding .2s ease-in
}

.lim-effect:hover .lima-details .more-details {
  transform: translateY(0);
  opacity: 1
}

.lim-effect .lima-details .more-details:hover {
  padding-right: 40px
}

.lim-effect .lima-details .more-details i {
  opacity: 0;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -30px;
  right: -3px;
  width: 25px;
  background: rgba(60, 60, 60, .3);
  -webkit-transition: opacity .2s ease-out 0s, top .2s ease-out 0;
  -moz-transition: opacity .2s ease-out 0s, top .2s ease-out 0;
  transition: opacity .2s ease-out 0 top .2s ease-out 0
}

#loading, .view .content, .view .mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.lim-effect .lima-details .more-details:hover i {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
  -moz-transition: opacity .2s ease-out .2s, top .2s ease-out .2s;
  transition: opacity .2s ease-out .2s top .2s ease-out .2s
}

.lim-effect:hover .lima-details {
  transform: translateY(0);
  opacity: 1
}

.lim-effect .lima-details span {
  font-size: 9px;
  color: #FFF;
  opacity: 0;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: opacity .2s ease-out .5s;
  -moz-transition: opacity .2s ease-out .5s;
  transition: opacity .2s ease-out .5s
}

.lim-effect:hover .lima-details span {
  opacity: 1
}

.lim-effect .lima-details .more-details {
  background-color: #c9a96e;
  color: #FFF
}

.main a {
  color: #333
}

.mm-listview>li {
  border-bottom: rgba(92, 92, 92, 0.50) 1px solid
}

li.menu-item-object-megamenu .mm-next {
  display: none
}

.btn-next {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  text-align: center
}

.slider_image {
  z-index: 1
}

.flexslider video {
  width: 100%
}

#slider-up-nav {
  width: 100%;
  text-align: center;
  top: 30px;
  position: absolute;
  z-index: 11
}

#header-widgets {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 34px
}

#slider-up-nav, #slider-up-nav .nav>li>a {
  color: #fff
}

#slider-up-nav ul.submenu li a {
  color: #333 !important
}

#slider-up-nav .nav-wrap {
  padding-right: 20px
}

@media only screen and (min-width:739px) and (max-width:1024px) {
  .mt-postlist {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    float: left
  }

  .s2 {
    width: 50px
  }

  .s2 .sidebar-content {
    display: none;
    float: left;
    width: 100%
  }

  .s2 .sidebar-toggle {
    display: block
  }

  .s2-expand .s2 {
    background: #FCFCFC;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 260px;
    margin: 0 !important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease
  }

  .s2-expand .s2 .sidebar-content {
    display: block;
    min-width: 260px
  }

  .s2-collapse .s2 .sidebar-content {
    display: none
  }

  .col-3cl.s2-expand .s2 .icon-sidebar-toggle:before, .col-3cm.s2-expand .s2 .icon-sidebar-toggle:before {
    content: "\f101"
  }

  .col-3cr.s2-expand .s2 .icon-sidebar-toggle:before {
    content: "\f100"
  }

  .col-3cm .main-inner {
    padding-right: 50px
  }

  .col-3cm .s2 {
    margin-right: -50px
  }

  .col-3cm.s2-expand .s2 {
    right: 0
  }

  .safari .s2 {
    min-width: 50px;
    max-width: 50px;
    width: auto
  }

  .safari.s2-expand .s2 {
    min-width: 260px;
    max-width: 260px;
    width: auto
  }

  .col-2cl.s1-expand .s1, .col-3cl.s1-expand .s1, .col-3cm.s2-expand .s2 {
    right: 0
  }

  .col-2cr.s1-expand .s1, .col-3cm.s1-expand .s1, .col-3cr.s1-expand .s1 {
    left: 0
  }

  .s1 {
    width: 50px
  }

  .s1 .sidebar-content {
    display: none;
    float: left;
    width: 100%
  }

  .s1 .sidebar-toggle {
    display: block
  }

  .s1-expand .s1 {
    background: #f0f0f0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 340px;
    margin: 0 !important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease
  }

  .col-2cr .s1, .col-3cm .s1 {
    margin-left: -52px
  }

  .col-2cl .s1, .col-3cm .s2 {
    margin-right: -52px
  }

  .col-2cr .main-inner, .col-3cm .main-inner {
    background-position: -290px 0 !important;
    padding-left: 50px
  }

  .col-3cl .main, .col-3cr .main {
    background-image: none
  }

  .s1-expand .s1 .post-nav, .s1-expand .s1 .sidebar-content {
    display: block;
    min-width: 340px
  }

  .s1-collapse .s1 .sidebar .post-nav, .s1-collapse .s1 .sidebar-content {
    display: none
  }

  .col-2cl.s1-expand .s1 .icon-sidebar-toggle:before, .col-3cl.s1-expand .s1 .icon-sidebar-toggle:before {
    content: "\f101"
  }

  .col-2cr.s1-expand .s1 .icon-sidebar-toggle:before, .col-3cm.s1-expand .s1 .icon-sidebar-toggle:before, .col-3cr.s1-expand .s1 .icon-sidebar-toggle:before {
    content: "\f100"
  }

  .col-2cl .main-inner {
    padding-right: 50px
  }

  .col-2cl.s1-expand .sidebar-toggle {
    float: right
  }

  .col-3cl .main-inner {
    padding-right: 100px
  }

  .col-3cl .s1 {
    margin-right: -100px
  }

  .col-3cl .s2 {
    margin-right: -50px
  }

  .col-3cl.s2-expand .s2 {
    right: 50px
  }

  .col-3cr .main-inner {
    padding-left: 100px
  }

  .col-3cr .s1 {
    margin-left: -100px
  }

  .col-3cr .s2 {
    margin-left: -50px
  }

  .col-3cr.s2-expand .s2 {
    left: 50px
  }

  .safari .s1 {
    min-width: 50px;
    max-width: 50px;
    width: auto
  }

  .safari.s1-expand .s1 {
    min-width: 340px;
    max-width: 340px;
    width: auto
  }
}

@media only screen and (min-width:769px) {
  #header-shopinfo {
    top: 0;
    right: 0;
    text-align: right;
    line-height: 39px;
    position: absolute
  }

  .post_description {
    padding: 10px
  }

  .site-title a img {
    left: 80px;
    top: 0;
    bottom: 0;
    position: absolute
  }

  .boxed .site-title a img {
    left: 0
  }

  /*kaihirose*/
  .smart_tel a {
    padding: 11px;
    padding: 13px;
  }

  .site-title a img {
    max-height: 60px
  }

  .boxed .site-title img {
    margin-left: 20px
  }

  .boxed #nav-topbar {
    margin-right: 20px
  }

  #footer_backtotop {
    display: none
  }
}

.smart_tel {
  margin: 0;
}

/*kaihirose*/
.smart_tel a {
  background-color: #8c7459;
  background: linear-gradient(-90deg, #237baf, #1d5ba4) !important;
  margin: 0;
  color: #fff;
}

#pagetop-widgets {
  width: 100%
}

.pagetop-widgets {
  width: 50%;
  float: left
}

/* kaihirose
#header-address{border-left:rgba(127,127,127,0.50) 1px solid}
*/
#header-address, #header-open {
  padding: 10px
}

#header-open {
  font-family: Century Gothic
}

#header-topbar {
  min-height: 18px;
  position: relative;
  width: 100%
}

#smartphone-widgets, .sub-menu .menu_description, .nav-toggle-smart {
  display: none
}

.widget ul>li {
  position: relative
}

.widget_categories ul>li:after, .widget_nav_menu ul>li:after, ul.nav>li:after, ul.nav>li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  transition: all .3s ease-in;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)s
}

#slider-up-nav ul.nav>li:after {
  display: none
}

.widget_categories ul>li:after, .widget_nav_menu ul>li:after, ul.nav>li:after, ul.sub-menu {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out
}

.widget ul>li:hover:after, ul.nav>li:hover:after {
  width: 100%
}

ul.nav>li.menu-item-has-children:before {
  content: '\f107';
  top: 23px;
  right: 0;
  font-family: FontAwesome;
  position: absolute
}

#footer ul.nav>li.menu-item-has-children:before {
  color: #fff;
  top: 10px
}

ul.nav ul li.menu-item-has-children:before {
  content: '\f105';
  top: 10px;
  right: 15px;
  font-family: FontAwesome;
  position: absolute
}

.nav, .nav>li {
  position: relative
}

ul.nav>li.current-menu-item:after {
  bottom: 0;
  width: 100%;
  opacity: .5
}

#nav-topbar>li a {
  color: #464646 !important
}

#footer .nav-wrap {
  border-bottom: rgba(255, 255, 255, 0.10) 1px solid;
  width: 100%;
  text-align: center
}

#footer-top-widgets {
  margin: 20px auto
}

.nav {
  font-size: 0
}

.nav li a {
  display: block;
  line-height: 20px
}

.nav>li {
  font-size: 12px;
  display: inline-block
}

.nav>li>a {
  padding: 25px 15px;
  font-size: 15px;
}

.nav li:hover>ul {
  display: block
}

.nav ul {
  display: none;
  position: absolute;
  left: 0;
  width: auto;
  z-index: 2;
  -webkit-transform: translateZ(0)
}

.nav ul li {
  font-size: 12px;
  position: relative;
  display: block;
  padding: 0
}

.nav ul li a {
  padding: 8px 30px 8px 10px;
  color: rgba(85, 85, 85, 1.00)
}

.nav ul li:last-child {
  border-bottom: none !important
}

.nav ul ul {
  position: absolute;
  top: -10px;
  left: 250px
}

.nav-wrap ul.sub-menu {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all .3s ease-in-out;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  width: 250px
}

.nav-text, .nav-toggle {
  display: none
}

#nav-topbar .nav>li {
  border-right: none
}

#nav-header .nav>li {
  border-right: none;
  padding-bottom: 8px
}

#smart-logo {
  z-index: 1000;
  display: block;
  position: absolute;
  left: 14px;
  top: 14px
}

#smart-logo img {
  max-height: 28px;
  width: auto
}

ul.children li a {
  padding: 4px 0 0 20px
}

.ghost_title a {
  display: inline-block;
  margin-top: 20px;
  padding: 15px;
  border: rgba(255, 255, 255, 0.50) 2px solid;
  color: #fff;
  background-color: transparent;
  text-shadow: none
}

.ghost_title a:hover {
  border: rgba(255, 255, 255, 1.00) 2px solid
}

.home .post-list {
  margin-top: 30px
}

.aricle-readmore {
  width: 100%;
  text-align: center
}

.aricle-readmore a, .eyecatch_link a {
  margin: 40px auto 50px;
  display: inline-block;
  padding: 20px;
  text-align: center;
  border: #000 2px solid;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  color: rgba(88, 88, 88, 1.00)
}

.alx-tabs-nav.tab-count-1 li, .alx-tabs-nav.tab-count-2 li, .alx-tabs-nav.tab-count-3 li, .alx-tabs-nav.tab-count-4 li {
  width: 33%;
  text-align: center
}

.tagcloud a:hover {
  border: rgba(0, 0, 0, 1.00) 1px solid
}

.aricle-readmore a:before, .eyecatch_link a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px
}

.aricle-readmore a:hover, .eyecatch_link a:hover {
  border: rgba(30, 30, 30, 1.00) 2px solid
}

.post-standard h2.post-title {
  text-align: left;
  padding-top: 0
}

#scroller figure {
  display: none
}

.entry-inner-left {
  float: left;
  width: 48%
}

.entry-inner-right {
  float: right;
  width: 48%
}

#post-product h1.post-title {
  margin: 0 0 15px;
  padding: 0;
  text-align: left
}

.product_price {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px
}

.product_subcapton {
  margin: 20px 0
}

.product_description {
  margin-top: 20px;
  background-color: rgba(236, 236, 236, 0.30);
  padding: 20px
}

#header-tel .f18 {
  font-family: Century Gothic;
  font-size: 18px;
  font-weight: 700
}

.tab-item-date, .post-item-date {
  font-family: Century Gothic
}

#slider-button {
  width: 200px;
  margin: 20px auto
}

#slider-button a {
  text-align: center;
  color: #333;
  padding: 10px;
  display: block
}

#slider-button a:hover {
  opacity: .8
}

#slider-overlay-image img {
  width: auto;
  padding-top: 130px
}

.overlayer_p {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  opacity: 0
}

.parallax:hover .overlayer_p {
  opacity: 1
}

.overlayer {
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out
}

#primary .alx-posts .post-item-category, #primary .alx-tab .tab-item-category {
  float: left
}

#primary .alx-posts .post-item-title, #primary .alx-tab .tab-item-comment, #primary .alx-tab .tab-item-title {
  display: inline-block
}

#primary .alx-posts li {
  background-color: rgba(255, 255, 255, 1.00);
  margin-bottom: 10px;
  padding: 0
}

#tab-tags a:hover {
  color: #fff
}

.tab-item-category a {
  padding: 3px;
  font-size: 12px
}

a, a:hover {
  color: #4A4A4A
}

.freespace-pad {
  padding: 20px
}

header {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  top: 0;
}

.content .one-half {
  width: 46%;
}

.content .one-third {
  width: 29%;
}

#sound_control a {
  font-size: 12px;
  z-index: 999;
  color: #000;
  position: absolute;
  top: 150px;
  left: 20px;
}

#sound_control a.sound_on:before {
  content: "\f028";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 5px;
}

#sound_control a.sound_off:before {
  margin-right: 5px;
  content: "\f026";
  font-family: FontAwesome;
  font-size: 20px;
}

.num {
  height:24px;
  width:24px;
  border-radius:50%;
  line-height:24px;
  text-align:center;
  background:#fff;
  font-size:20px;
  margin-right:5px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}


/*-------------------------------------------*/
/*			.flowBox
/*-------------------------------------------*/
.flowBox {
  padding-bottom: 30px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  background: url(https://hajime-kasetsu.jp/wp-content/uploads/2019/11/arrow_down.png) center bottom no-repeat;
}

.flowBox:last-child {
  background: none;
  padding-bottom: 0px;
  margin-bottom: 3em;
}

.flowBox dl {
  display: block;
  overflow: hidden;
  padding: 15px 20px;
  box-shadow: inset 0px 0px 0px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc;
}

.flowBox dl dt {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  background: #000;
  border-left: 5px solid #e60012;
}

.flowBox dl dd {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
}

.flowBox dl dd ul {
  margin-bottom: 0px;
}

/*--------------------------------
フロートボックス
---------------------------------*/
.fbox {
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

.fbox:after, .clearfix:before {
  content: "";
  display: block;
  overflow: hidden
}

.fbox:after {
  clear: both
}

.fbox .L5 {
  float: left;
  width: 5%;
  box-sizing: border-box;
}

.fbox .L10 {
  float: left;
  width: 10%;
  box-sizing: border-box;
}

.fbox .L15 {
  float: left;
  width: 15%;
  box-sizing: border-box;
}

.fbox .L20 {
  float: left;
  width: 20%;
  box-sizing: border-box;
}

.fbox .L25 {
  float: left;
  width: 25%;
  box-sizing: border-box;
}

.fbox .L30 {
  float: left;
  width: 30%;
  box-sizing: border-box;
}

.fbox .L33 {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
}

.fbox .L35 {
  float: left;
  width: 35%;
  box-sizing: border-box;
}

.fbox .L40 {
  float: left;
  width: 40%;
  box-sizing: border-box;
}

.fbox .L45 {
  float: left;
  width: 45%;
  box-sizing: border-box;
}

.fbox .L50 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.fbox .L55 {
  float: left;
  width: 55%;
  box-sizing: border-box;
}

.fbox .L60 {
  float: left;
  width: 60%;
  box-sizing: border-box;
}

.fbox .L65 {
  float: left;
  width: 65%;
  box-sizing: border-box;
}

.fbox .L70 {
  float: left;
  width: 70%;
  box-sizing: border-box;
}

.fbox .L75 {
  float: left;
  width: 75%;
  box-sizing: border-box;
}

.fbox .L80 {
  float: left;
  width: 80%;
  box-sizing: border-box;
}

.fbox .L85 {
  float: left;
  width: 85%;
  box-sizing: border-box;
}

.fbox .L90 {
  float: left;
  width: 90%;
  box-sizing: border-box;
}

.fbox .L95 {
  float: left;
  width: 95%;
  box-sizing: border-box;
}

.fbox .L5, .fbox .L10, .fbox .L15, .fbox .L20, .fbox .L25, .fbox .L30, .fbox .L33, .fbox .L35, .fbox .L40, .fbox .L45, .fbox .L50, .fbox .L55, .fbox .L60, .fbox .L65, .fbox .L70, .fbox .L75, .fbox .L80, .fbox .L85, .fbox .L90, .fbox .L95 {
  padding: 5px;
  margin: 0;
}

img {
  padding: 0;
  margin: 0;
}

.main .content ol {
  margin-left: 1.3em;
  list-style-type: decimal;
}

.main .content ol li {
  line-height: 1.8;
}

.main .content ul {
  margin-left: 1.3em;
  list-style-type: disc;
}

.main .content ul li {
  line-height: 1.8;
}

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

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

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

#header-address, #header-open {
  font-size: 12px;
}

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

/*--------------------------------
見出し
---------------------------------*/
h2.index {
  margin-top: 0;
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #111;
  font-size: 20px;
  color: white;
  margin-left: -33px;
  line-height: 1.3;
  z-index: -1;
}

h2.index:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -2
}

.kakomi {
  position: relative;
  border: 1px solid #666;
  padding: 25px 15px 15px 15px;
  border-radius: 3px;
}

.kakomi-ttl {
  position: absolute;
  top: -10px;
  left: 20px;
  font-weight: bold;
  font-size: 130%;
  background: #fff;
  padding: 0 .5em;
}

h2.index2 {
  border-left: 5px solid #111;
  padding: 0 0 0 12px;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  h2.index {
    font-size: 18px !important;
  }
}

h1.post-title, h1.entry-title {
  font-weight: bold;
  color: #111;
  padding: .7em 2px;
  border-top: 3px solid #111;
  border-bottom: 1px solid #111;
  margin-bottom: 0;
}

/*--------------------------------
ラベル
---------------------------------*/
.label {
  display: inline;
  padding: .2em .6em .2em;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-gray {
  color: #434a54;
  background-color: #fff;
  border: 1px solid #aab2bd;
  box-shadow: none;
}

.label-default {
  background-color: #666;
}

.label-primary {
  background-color: #4A89DC;
}

.label-success {
  background-color: #1abc9c;
}

.label-info {
  background-color: #4FC1E9;
}

.label-warning {
  background-color: #D770AD;
}

.label-danger {
  background-color: #d9534f;
  background-color: #e60012;
  color: #fff !important;
}

/*--------------------------------
ボタン
---------------------------------*/
.delta .btn {
  display: block;
  width: auto;
  margin: 0;
  font-size: 18px;
  line-height: 1.42;
  padding: 0.6em 1.6em;
  font-weight: normal;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
  vertical-align: bottom;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 1.31em 0 0 rgba(255, 255, 255, 0.1) inset;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.delta .btn.btn-disabled:active {
  opacity: 0.6;
}

.delta .btn:active {
  box-shadow: 0 1.31em 0.2em 0 rgba(0, 0, 0, 0.08) inset;
  transition: box-shadow 0.1s;
}

.delta .btn-black {
  background-color: #EE4A0E;
  background-image: linear-gradient(-45deg, #ee6600, #EE4A0E);
  color: #E6EAEF;
}

.delta .btn-black:hover {
  background-image: linear-gradient(-45deg, #EE4A0E, #ee6600);
}

.widget_nav_menu ul li a:before, .widget_pages ul li a:before {
  content: "\f105"
}

.widget_nav_menu ul li a, .widget_pages ul li a {
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 1px #111 dotted;
  color: #111;
  font-weight: bold;
}

.widget_nav_menu h3 {
  font-weight: bold;
  color: #111;
  padding: .7em 2px;
  font-size: 17px;
  border-top: 3px solid #111;
  border-bottom: 1px solid #111;
  margin-bottom: 0 !important;
}

.widget_nav_menu ul li a:hover {
  padding-left: .5em;
  opacity: .8;
}

.widget_nav_menu ul, ul.menu {
  margin-top: 0;
  padding-top: 0;
}

.widget h3:after {
  border-bottom: none !important;
}

.post-meta-group, .post_description .post-byline, .post_description .excerpt, .post_description .post-thumb-category {
  display: none;
}

/*--------------------------------
Never broken ARROWS
---------------------------------*/
#arrows {
  overflow: hidden;
  margin-bottom: 50px;
}

#arrows h2 {
  text-align: center;
  color: #111;
  font-size: 48px;
}

#arrows h5 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

#arrows h6 {
  text-align: center;
  margin: 30px 0 15px 0;
}

#arrows h6 img {
  max-height: 90px;
}

#arrows .L33 div {
  text-align: center;
  font-weight: bold;
  color: #111;
  font-size: 22px;
  padding: 20px 15px;
  border: 3px #111 solid;
  line-height: 1.6;
}

#arrows .exp {
  padding: 20px;
  text-align: center;
}

#arrows .L33 div p.ttl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #111 solid;
}

#arrows .L33 div span {
  font-size: 19px;
}

/*--------------------------------
テンプレート構造に関する特別処理
---------------------------------*/
#flexslider-featured {
  margin-bottom: -99px;
}

#page {
  margin-top: 99px;
}

/*
#footer .layerTransparent{
  background: #1d5ba4;
  background: linear-gradient(270deg, #2385b7, #1d5ba4);
}
*/
#footer a {
  color: #fff;
}

#parallaxwidget-2 .subtitle
, #parallaxwidget-3 .subtitle
, #parallaxwidget-4 .subtitle
, #parallaxwidget-5 .subtitle
, #parallaxwidget-6 .subtitle
, #parallaxwidget-8 .subtitle {
  display: inline;
}

#parallaxwidget-2 h2
, #parallaxwidget-3 h2
, #parallaxwidget-4 h2
, #parallaxwidget-5 h2
, #parallaxwidget-6 h2
, #parallaxwidget-8 h2 {
  margin-bottom: 5px;
  padding-bottom: 0;
}

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

  #QualityPolicy .L80,
  #Policy .L80 {
    font-size: 22px;
  }

  #arrows .L33 div {
    font-size: 20px;
  }

  #arrows .L33 div span {
    font-size: 18px;
  }
}

@media screen and (max-width: 780px) {
  #footer {
    padding: 0 !important;
  }
  .footer_copyright {
    padding: 0 !important;
  }
  img#footer-logo {
    width: 50%;
    padding: 0;
    margin:0;
  }
  #QualityPolicy .L20,
  #Policy .L20 {
    font-size: 20px;
    padding: 25px 0;
  }

  #QualityPolicy .L80,
  #Policy .L80 {
    font-size: 22px;
    padding-left: 0;
  }

  #works h3 {
    padding: 15px 0;
  }

  h1.post-title, h1.entry-title {
    text-align: center;
  }

  #voice .catch {
    min-height: auto;
  }

  #voiceDetail .L25 img {
    width: 75%;
  }

  #voiceDetail .msg {
    padding: 5px;
  }

  #voiceDetail .name-men, #voiceDetail .name-women {
    margin-left: 0;
    margin-top: -50px;
  }

  #company .sosikizu img {
    width: 100%;
  }

  .spnone {
    display: none;
  }

  #works table {
    border-left: none;
  }

  #works table th {
    background: #f3f3f3;
    text-align: left;
    padding: 5px;
  }

  #works table td {
    padding: 5px;
  }

  #parallaxwidget-2 h2.widgettitle span
  , #parallaxwidget-3 h2.widgettitle span
  , #parallaxwidget-4 h2.widgettitle span
  , #parallaxwidget-5 h2.widgettitle span
  , #parallaxwidget-6 h2.widgettitle span
  , #parallaxwidget-8 h2.widgettitle span {
    font-size: 20px !important;
  }

  #parallaxwidget-2 h2
  , #parallaxwidget-3 h2
  , #parallaxwidget-4 h2
  , #parallaxwidget-5 h2
  , #parallaxwidget-6 h2
  , #parallaxwidget-8 h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #parallaxwidget-2 .palla .parallax
  , #parallaxwidget-3 .palla .parallax
  , #parallaxwidget-4 .palla .parallax
  , #parallaxwidget-5 .palla .parallax
  , #parallaxwidget-6 .palla .parallax
  , #parallaxwidget-8 .palla .parallax {
    height: 24vh !important;
    overflow: auto;
  }
}

#voice .staff-name img,
#voiceDetail .staff-name img {
  max-height: 20px;
  width: auto !important;
}

@media screen and (max-width: 480px) {
  #flexslider-featured {
    margin-bottom: 0;
  }

  #parallaxwidget-2 .palla .parallax
  , #parallaxwidget-3 .palla .parallax
  , #parallaxwidget-4 .palla .parallax
  , #parallaxwidget-5 .palla .parallax
  , #parallaxwidget-6 .palla .parallax
  , #parallaxwidget-8 .palla .parallax {
    height: 14vh !important;
    overflow: auto;
  }
}

#footer .layerTransparent {
  background: #111;
}

.header-inc {
  /*
  background: linear-gradient(270deg, #0E7AC4, #111);
  background: #111;
  background:rgba(44,83,121,.9);
*/
}

header {
  border: none;
}

#nav-topbar a {
  font-weight: normal;
}

#breadcrumb {
  background: #111;
  color: #d5dcdf;
}

#breadcrumb a {
  color: #e60012;
}

.slides h2 {
  text-shadow: black 0 0 5px;
  font-weight: bold;
}

.newmark {
  background: #b80117 !important;
  padding: 3px 6px !important;
}

#AboutUs {
  font-size: 1.1em;
  line-height: 2;
}

/*--------------------------------
理念、品質方針
---------------------------------*/
#QualityPolicy,
#Policy {
  margin: 50px 0;
  overflow: hidden;
}

.home #Policy {
  margin: 50px 0 0 0;
}

.home #QualityPolicy {
  margin: -20px 0 0 0;
}

#QualityPolicy .L20,
#Policy .L20 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 28px;
  text-align: center;
  display: block;
  vertical-align: middle;
  background: #111;
  background-image: linear-gradient(-45deg, #555, #111);
  color: #fff;
  padding: 50px 0;
  font-weight: bold;
}

#QualityPolicy .L20 .eigo,
#Policy .L20 .eigo {
  margin-top: 25px;
  font-size: 18px;
}

#Policy .L80 span ,
#QualityPolicy .L80 span {
  color: #e60214;
}

#QualityPolicy .L80,
#Policy .L80 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 30px;
}

#Mark img,
#Business img,
#TopBusiness img {
  margin: 0;
  padding: 0;
}

#Mark p,
#Business p,
#TopBusiness p {
  margin: 0;
  padding: 0;
}

#Mark {
  margin-top: 3em
}
#Mark img {
  height: 150px;
  width: auto;
  margin 0 auto;
  float:none;
}
#Mark .L33 {
  text-align: center;
}
#Mark .exp1,
#Mark .exp2,
#Mark .exp3 {
  text-align: center;
  margin: 2em auto;
  color: #fff;
  padding: 5px;
  line-height: 1.2;
}
#Mark .exp1 {
  background: #000;
}
#Mark .exp2 {
  background: #007A40;
}
#Mark .exp3 {
  background: #EF4B20;
}

#TopBusiness .fbox a {
  background: #fff;
  box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #e1e1e1;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #e1e1e1;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #eee, 0 0 1px #e1e1e1;
  border: 1px solid #e3e3e3;
  display: block;
  margin:0;
  padding: 0;
  text-decoration: none;
}
#TopBusiness .fbox a:hover {
  color: #FFF;
  background: #00bcd4;
}

#TopBusiness .frame h3 {
  text-align: center;
  border: none;
  padding: 1em 0;
  margin: 0;
}

#Business {
  padding-bottom: 100px;
}

#Business h3 {
  border: none;
  margin: 2.7em 0 .3em 0;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #111;/*左線*/
}
#Business .dammy {
  margin: 2.7em 0 .3em 0;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  font-size:20px;
    line-height: 1.3em;
}

#Business .exp {
  padding: 1em 0;
}

#Business .index {
  padding: .6em 0 1.2em 0;
  color: #111;
}
#Business .index .link {
}
#Business .index .link a {
  color: #111;
  text-decoration: underline;
}
#Business .index .link a:hover {
  opacity: .7;
  text-decoration: none;
}

#Business .index i.fas {
  margin-right: .3em;
  color: #111;
}

#QualityPolicy h3 {
  font-size: 22px;
  font-weight: bold;
  color: #111;
  border: none;
  margin: 0;
  padding: 0;
}

.btn-flat-logo {
  display: block;
  font-weight: bold;
  padding: 1em .5em;
  text-decoration: none;
  color: #FFF;
  background: #00bcd4;
  transition: .4s;
  line-height: 1;
  width:50%;
  font-size: 22px;
  margin: 2em auto 0 auto !important;
  text-align: center;
}

.btn-flat-logo:hover {
  color: #FFF;
  background: #1ec7bb;
}

#QualityPolicy ol {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.6em 1em;
  border: solid 2px #111;
  margin: 2em auto !important;
}

#QualityPolicy ol li {
  border-bottom: dashed 1px #111;
  position: relative;
  padding: 0.8em 0.5em 0.8em 35px;
  line-height: 1.5em;
  font-size: 1.2em;
}

#QualityPolicy ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #111;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#QualityPolicy ol li:last-of-type {
  border-bottom: none;
}

header {
  border-top: 1px solid #1655a1;
}

.recruit-inquiry {
  margin: 2em auto 2em auto;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}
.recruit-inquiry .tel{
  font-size: 55px;
  font-weight: bold;
  padding: 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  color:#F6BB00;
}
.recruit-inquiry .tel i{
  margin-right: 10px;
}
.recruit-inquiry .exp1{
  font-size: 18px;
  font-weight: bold;
}
.recruit-inquiry .exp2{
  padding: 10px;
  border-top: 1px dotted #bbb;
  border-bottom: 1px dotted #bbb;
}
.recruit-inquiry .exp3{
  padding-top: 10px;
}


.entryTxtBox { display:block; overflow:hidden; padding:20px 0px; border-bottom:1px solid #eeeeee;position:relative; }
.entryTxtBox.haveThumbnail	{ float:left; }
.entryTxtBox .entryMeta { margin-bottom:4px; }
.entryTxtBox .entryMeta .infoDate,
.entryTxtBox .entryMeta .infoCate	{ color:#666; }

.entryTxtBox h4.entryTitle { border-top: none; margin:0px 0px 10px;padding:0px 0px 10px; display:block;line-height:120%; font-size:114.3%; }
.entryTxtBox h4.entryTitle a { color:#111; text-decoration:none;font-weight: bold;}
.entryTxtBox h4.entryTitle a:hover { text-decoration:underline; }
.entryTxtBox .moreLink	{ margin:0px; padding:0px; }

.entryTxtBox .infoCate a	{
  color:#666;margin-right:4px; background-color:#efefef;  padding:1px 5px 2px;  position:relative;border:1px solid #e5e5e5;top:-2px;
  font-size:10px;line-height:14px; text-decoration:none; font-family: "MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.entryTxtBox .infoCate a:hover	{
  background: #111;
  border-color: #111;
  color: #fff;
}

.moreLink			{ margin-bottom:3px;height:auto; display:block; }
.moreLink a			{
  text-align:center; margin-top:15px; display:inline-block;overflow:hidden;
  font-size:11px; line-height:105%;text-decoration:none;background: url(images/arrow_bk_s.png) right bottom no-repeat #efefef;
  color: #333; border-left: 4px solid #111; padding: 5px 15px 5px 11px; box-shadow: 0px 1px 2px rgba(0,0,0,0.25);white-space: nowrap; }
.moreLink a:hover { color:#fff; text-decoration:none !important; background: #111;}

/* 資格 */
.qualification i.fas{
    margin-right: 5px;
    color:#ccc;
}
/*************************/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/*************************/
.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}


#Mark img:hover,
#Mark a:hover {
  opacity: .7;
}

/*************************/
/* 個人情報保護方針 */
/*************************/
#pv table,
#pv table th,
#pv table td{
 border:1px solid #ccc;
}
#pv table th{
	background:#f3f3f3;
}
#pv table td{
	background:#fff;
	text-align:left;
}
#pv .seitei {
	margin-top:1em;
	text-align:right;
}

.logo1 {
  background: #111;
  text-align: center;
  padding: .3em 1em;
}
.logo1 img{
  max-height: 50px;
  width: auto;
  padding: .7em 1em;
}
#oneforall-top p{
  margin: 0;
  padding: 0;
}
#oneforall-top {
  text-align: center;
  padding: 3em 1em;
}
#oneforall-top .oneforall-msg {
  padding: 3em 0;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
#oneforall-top .oneforall-img1 img{
  max-height: 200px;
  width: auto;
}
#oneforall-top .oneforall-img2 img{
  max-height: 200px;
  width: auto;
}

#Top3Col {
  margin: 3em 0;
}
#Top3Col h2.widgettitle{
  margin: 0 auto !important;
  padding: .2em 0 !important;
  font-size: 30px;
}
#Top3Col .subtitle {
  padding: 0 !important;
  margin: 0 !important;
}

#message-top{
font-family: "HOT-白舟楷書 Std R";
  font-size: 18px;
}

#message-top .sign {
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: right;
  font-size: 14px;
}
#message-top .sign span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 1.2em;
}
#message-top .sign span img{
  width:120px;
}
#message-top img.hajime-logo {
	width:120px;
}

#parallaxwidget-7 h2.widgettitle {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

/*--------------------------------
会社概要
---------------------------------*/
#Company table,
#Company table th,
#Company table td {
  border: none;
}

#Company td {
  text-align: left;
}

#Company h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 28px;
  border-bottom: 1px solid #ccc;
  font-style: italic;
  font-weight: bold;
}

#Company h3 span{
  color:#e60012;
  font-size: 36px;
}
#Company h2 {
  margin-top: 3em;
  border-left: 3px solid #e60012;
  padding-left: .5em;
}
#Company #Policy {
  padding-top: 0;
  margin-top: 0;
}

#pv p,
#Mark p,
#Company p,
#service p,
#recruit p {
  margin: 0;
  padding: 0;
}
#recruit .exp {
  text-align: center;
  padding: 3em 0;
  font-size: 1.3em;
}

#service h2 {
  border-left: 3px solid #e60012;
  padding-left: .5em;
}
#service .exp {
  padding: 1em 0;
}
#service .exp2 {
  padding: 1em;
}
#service h2 {
  margin-top: 1em;
}
#service .fbox {
  margin-top: 0;
  padding-top: 0;
}

#recruit h2 {
  border-left: 3px solid #e60012;
  padding-left: .5em;
}
#recruit {
  padding-bottom: 50px;
}

#recruit p {
  margin: 0;
  padding: 0;
}

#recruit table,
#recruit table th,
#recruit table td {
  border: none;
}

#recruit td {
  text-align: left;
}
#recruit img.logo {
  width: 150px;
}
.footerInquiry {
  margin: 3em auto 0 auto;
  border: 1px solid #000;
  width: 98%;
}
.footerInquiry h3 {
  margin: 0 auto;
  padding: 5px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.footerInquiry .fbox{
  padding: 12px;
}
.footerInquiry .fbox .L40{
  text-align: center;
}
.footerInquiry .telnum{
  font-weight:bold;
  font-size:42px;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  padding: 10px 0 5px 0;
}
.footerInquiry .telnum i{
  font-size:28px;
}

/*************************/
/* ボタン */
/*************************/
.form-btn {
	text-align:center;
}
.form-btn a {
	text-decoration: none;
}
.form-btn a:hover {
	opacity:1;
	color:#fff;
}
.formbutton {
	font-weight:bold;
	font-size:22px;
	display: inline-block;
	height: 64px;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
  width: 100%;
  -webkit-perspective: 100%;
	perspective: 100%;
/*
margin:5px 10px;
  width: 430px;
	-webkit-perspective: 430px;
	perspective: 430px;
*/
}
.formbutton::before,
.formbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.formbutton,
.formbutton::before,
.formbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.formbutton {
}
.formbutton:hover {
	color: #fff;
}
.formbutton::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.formbutton:hover::after {
	background: #111;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*--------------------------------
コンタクトフォーム7
---------------------------------*/
#contact {
	overflow:hidden;
}
.wpcf7 .wpcf7-response-output {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#contact label {
  margin-bottom:1.5em;
}

header ul.nav>li.menu-item a {
  font-weight: bold !important;
}

a.submit {
  text-align: center;
  font-size: 14px !important;
  padding: 10px 25px;
  display: block;
  margin: 0 auto;

  margin-top: .5em;
  cursor: pointer;
  color: #fff;
  background-color: #e60012;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  border: none
}

.imgframe {
  text-align: center;
  vertical-align: middle;
  border: 3px solid #eee;
  color:#bbb;
  border:1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
  padding: 0 !important;
  margin: 0 !important;
}
.imgframe img{
  padding: 0 !important;
  margin: 0 auto !important;
}
.dammyimg {
  text-align: center;
  vertical-align: middle;
  border: 3px solid #eee;
  padding: 30px 15px;
  color:#bbb;
  border:1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(20,20,20,0.2);
  margin-bottom: .3em;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
#ashiba-flow .label{
  font-size: 14px;
}


/*--------------------------------
共通
---------------------------------*/
#service p,
#sales-flow p,
#ashiba-flow p,
#safety p{
  padding: 0;
  margin: 0;
}
/*--------------------------------
業務内容
---------------------------------*/
#service .idx {
  color: #000;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 14px;
}

/*--------------------------------
安全宣言
---------------------------------*/
#safety .fbox{
  margin-top: 3em;
}
#safety .exp{
  padding-bottom: 2em;
/*
padding-top: 1em;
  margin-top: 1em;
  border-top: 3px solid #e60012;
*/
}
.sengenimg {
  width: 40%;
}

/*--------------------------------
商品販売の流れ・足場工事の流れ
---------------------------------*/
#sales-flow .footerInquiry,
#ashiba-flow .footerInquiry {
  margin: 1em auto 0 auto;
  width: 99%;
}



@media screen and (max-width: 1080px) {
  #QualityPolicy .L80,
  #Policy .L80 {
    font-size: 22px;
  }
}

@media screen and (max-width: 780px) {
  .footerInquiry {
    width: 100%;
  }
  .footerInquiry h3 {
    font-size: 18px !important;
  }
  .footerInquiry .fbox{
    padding: 5px;
  }
  .footerInquiry .telnum{
    font-size:34px;
  }
  .footerInquiry .telnum i{
    font-size:26px;
  }
  .formbutton {
  	font-size:16px;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }

  .btn-flat-logo {
    width: 90%;
  }

  #QualityPolicy .L20,
  #Policy .L20 {
    padding: 30px 0;
  }

  #QualityPolicy .L80,
  #Policy .L80 {
    font-size: 22px;
    padding-left: 0;
  }

  .recruit-inquiry .tel{
    font-size: 34px;
  }
  .recruit-inquiry .exp1{
    font-size: 14px;
    font-weight: bold;
  }
  .recruit-inquiry .exp2{
    font-size: 12px;
  }
  .recruit-inquiry .exp3{
    font-size: 12px;
  }
}

@media only screen and (max-width: 780px) {
  .page-image {
    display: none !important;
  }
  .fbox .L5, .fbox .L10, .fbox .L15, .fbox .L20, .fbox .L25, .fbox .L30, .fbox .L33, .fbox .L35, .fbox .L40, .fbox .L45, .fbox .L50, .fbox .L55, .fbox .L60, .fbox .L65, .fbox .L70, .fbox .L75, .fbox .L80, .fbox .L85, .fbox .L90, .fbox .L95 {
    display: block;
    width: 100% !important;
  }
  #Mark .fbox .L33 {
    float: left;
    width: 33.3333% !important;
    box-sizing: border-box;
  }
  #Mark img {
    height: 80px;
  }
  #Mark .exp1,
  #Mark .exp2,
  #Mark .exp3 {
    font-size: 10px;
    padding: 3px;
  }

  .mobile-block th {
    text-align: center;
    background: #f3f3f3;
  }

  .mobile-block td {
    background: #fff;
  }

  .mobile-block th, .mobile-block td {
    display: block;
    width: auto !important;
  }
}


.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-success {
  color: #fff !important;
  background-color: #28a745;
}

.feature_meta h2 {
	font-size:28px !important;
}
