@charset "UTF-8";
/*
Theme Name: media-b
Theme URI: http://xeory.jp/
Description: Xeoryベーステーマ
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory-base
Version: 0.2.0
*/
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
/* =========================================================
 Base style
========================================================= */
/* line 5, foundation/_base.scss */
body {
  background: #f9f9f9;
  word-break: break-all;
  font-size: 15px;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #282828;
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  /* line 5, foundation/_base.scss */
  body {
    padding-top: 70px;
  }
}

/* line 19, foundation/_base.scss */
a {
  color: #282828;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
/* line 23, foundation/_base.scss */
a:hover {
  color: #42acae;
}

/*
img{
    max-width: none;
    height: none;
}
*/
/* main layout
--------------------------------------------------------- */
/* line 38, foundation/_base.scss */
.site {
  position: relative;
}

/* line 42, foundation/_base.scss */
.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1248px) {
  /* line 42, foundation/_base.scss */
  .container {
    margin: 0 24px;
  }
}
@media screen and (max-width: 991px) {
  /* line 42, foundation/_base.scss */
  .container {
    margin: 0 12px;
  }
}

/*------ TOC ------*/
/* line 57, foundation/_base.scss */
#toc_container {
  margin: 0 0 40px 0;
  padding: 32px;
  width: 100% !important;
}
@media screen and (max-width: 550px) {
  /* line 57, foundation/_base.scss */
  #toc_container {
    padding: 16px;
  }
}

/* line 67, foundation/_base.scss */
.toc_number {
  display: none;
}

/* line 73, foundation/_base.scss */
.toc_list li:before {
  content: none !important;
}

/*------ bzb-sns ------*/
/* line 80, foundation/_base.scss */
#___plusone_0, #___plusone_1 {
  width: 63px !important;
}

/*------ header-snsボタン ------*/
/* line 85, foundation/_base.scss */
#header-sns {
  display: none;
}

/*------ 記事下twitterウィジェット ------*/
/* line 90, foundation/_base.scss */
.xeory-social-twitter {
  width: auto;
  display: block;
  text-align: center;
}

/*------ 記事下SNSボタン ------*/
@media screen and (max-width: 767px) {
  /* line 97, foundation/_base.scss */
  .xeory-social-btns > ul > li {
    width: 50% !important;
    padding: 0 !important;
  }
  /* line 103, foundation/_base.scss */
  .xeory-social-btns > ul > li:nth-child(1) > a {
    margin: 0 2px 2px 0;
  }
  /* line 109, foundation/_base.scss */
  .xeory-social-btns > ul > li:nth-child(2) > a {
    margin: 0 0 2px 0;
  }
  /* line 115, foundation/_base.scss */
  .xeory-social-btns > ul > li:nth-child(3) > a {
    margin: 0 2px 0 0;
  }
  /* line 121, foundation/_base.scss */
  .xeory-social-btns > ul > li:nth-child(4) > a {
    margin: 0;
  }
}

/*------ サイドバーSNSボタン ------*/
/* line 130, foundation/_base.scss */
#secondary .sns-list {
  text-align: center;
  margin: 36px 0 0 0;
}
/* line 134, foundation/_base.scss */
#secondary .sns-list li {
  border: 0;
  display: inline-block;
  font-size: 18px;
  padding: 0 7px;
}
/* line 140, foundation/_base.scss */
#secondary .sns-list li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-left: 0;
  border-radius: 100%;
}
/* line 149, foundation/_base.scss */
#secondary .sns-list li a:hover {
  background: #fff;
}
/* line 156, foundation/_base.scss */
#secondary .sns-list .post-sns-facebook a {
  border: 2px solid #3b5998;
  background: #3b5998;
}
/* line 160, foundation/_base.scss */
#secondary .sns-list .post-sns-facebook a:hover {
  border: 2px solid #3b5998;
  color: #3b5998;
}
/* line 168, foundation/_base.scss */
#secondary .sns-list .post-sns-twitter a {
  border: 2px solid #43ccf7;
  background: #43ccf7;
}
/* line 172, foundation/_base.scss */
#secondary .sns-list .post-sns-twitter a:hover {
  border: 2px solid #43ccf7;
  color: #43ccf7;
}
/* line 180, foundation/_base.scss */
#secondary .sns-list .post-sns-google a {
  border: 2px solid #d23f2d;
  background: #d23f2d;
}
/* line 184, foundation/_base.scss */
#secondary .sns-list .post-sns-google a:hover {
  border: 2px solid #d23f2d;
  color: #d23f2d;
}
/* line 192, foundation/_base.scss */
#secondary .sns-list .post-sns-feedly a {
  border: 2px solid #87c031;
  background: #87c031;
}
/* line 196, foundation/_base.scss */
#secondary .sns-list .post-sns-feedly a:hover {
  border: 2px solid #87c031;
  color: #87c031;
}

/*------ 404ページの検索フォーム ------*/
/* line 207, foundation/_base.scss */
.no-results .search-form {
  margin-bottom: 40px;
}

/*------ pagetop ------*/
/* line 214, foundation/_base.scss */
.pagetop {
  z-index: 100;
}

/*------ sp-navボタン ------*/
/* line 219, foundation/_base.scss */
.sp-nav-btn {
  position: absolute;
  top: -18px;
  right: 14px;
  overflow: auto;
}
/* line 225, foundation/_base.scss */
.sp-nav-btn:before {
  display: block;
  font-size: 32px;
  text-align: center;
}
/* line 231, foundation/_base.scss */
.sp-nav-btn:after {
  content: "MENU";
  font-size: 10px;
  display: block;
  margin: -12px auto 0 auto;
  text-align: center;
}

/*------ sp-nav ------*/
/* line 241, foundation/_base.scss */
.sp-nav.active {
  display: block;
  z-index: 200;
}

/* line 3, object/project/_archive.scss */
.home .site-content, .archive .site-content, .search .site-content, .single .site-content, .page .site-content, .error404 .site-content, .page-post-lists .site-content {
  padding: 22px 0 0px 0;
  background: #fff;
}
@media screen and (max-width: 991px) {
  /* line 3, object/project/_archive.scss */
  .home .site-content, .archive .site-content, .search .site-content, .single .site-content, .page .site-content, .error404 .site-content, .page-post-lists .site-content {
    padding: 20px 0 60px 0;
  }
}
@media screen and (max-width: 550px) {
  /* line 3, object/project/_archive.scss */
  .home .site-content, .archive .site-content, .search .site-content, .single .site-content, .page .site-content, .error404 .site-content, .page-post-lists .site-content {
    padding: 14px 0 60px 0;
  }
}
/* line 17, object/project/_archive.scss */
.home .site-content .container .content-area, .archive .site-content .container .content-area, .search .site-content .container .content-area, .single .site-content .container .content-area, .page .site-content .container .content-area, .error404 .site-content .container .content-area, .page-post-lists .site-content .container .content-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  /* line 17, object/project/_archive.scss */
  .home .site-content .container .content-area, .archive .site-content .container .content-area, .search .site-content .container .content-area, .single .site-content .container .content-area, .page .site-content .container .content-area, .error404 .site-content .container .content-area, .page-post-lists .site-content .container .content-area {
    margin-bottom: 60px;
  }
}
/* line 25, object/project/_archive.scss */
.home .site-content .container .content-area .site-main, .archive .site-content .container .content-area .site-main, .search .site-content .container .content-area .site-main, .single .site-content .container .content-area .site-main, .page .site-content .container .content-area .site-main, .error404 .site-content .container .content-area .site-main, .page-post-lists .site-content .container .content-area .site-main {
  padding-right: 340px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 25, object/project/_archive.scss */
  .home .site-content .container .content-area .site-main, .archive .site-content .container .content-area .site-main, .search .site-content .container .content-area .site-main, .single .site-content .container .content-area .site-main, .page .site-content .container .content-area .site-main, .error404 .site-content .container .content-area .site-main, .page-post-lists .site-content .container .content-area .site-main {
    padding: 0;
    float: none;
  }
}
/* line 34, object/project/_archive.scss */
.home .site-content .container .content-area .site-main .entry-content, .archive .site-content .container .content-area .site-main .entry-content, .search .site-content .container .content-area .site-main .entry-content, .single .site-content .container .content-area .site-main .entry-content, .page .site-content .container .content-area .site-main .entry-content, .error404 .site-content .container .content-area .site-main .entry-content, .page-post-lists .site-content .container .content-area .site-main .entry-content {
  font-size: 16px;
}
/* line 40, object/project/_archive.scss */
.home .site-content .container .widget-area, .archive .site-content .container .widget-area, .search .site-content .container .widget-area, .single .site-content .container .widget-area, .page .site-content .container .widget-area, .error404 .site-content .container .widget-area, .page-post-lists .site-content .container .widget-area {
  width: 300px;
  margin-left: -300px;
}
@media screen and (max-width: 991px) {
  /* line 40, object/project/_archive.scss */
  .home .site-content .container .widget-area, .archive .site-content .container .widget-area, .search .site-content .container .widget-area, .single .site-content .container .widget-area, .page .site-content .container .widget-area, .error404 .site-content .container .widget-area, .page-post-lists .site-content .container .widget-area {
    margin: 0;
    width: 100%;
  }
}

/* line 53, object/project/_archive.scss */
.archive .site-content, .search .site-content, .single .site-content, .page .site-content, .error404 .site-content, .page-post-lists .site-content {
  padding: 20px 0 0px 0;
}

/* line 65, object/project/_archive.scss */
.archive .site-content .site-main, .search .site-content .site-main, .page-post-lists .site-content .site-main {
  display: block;
  font-size: 0;
}
/* line 69, object/project/_archive.scss */
.archive .site-content .site-main .page-header, .search .site-content .site-main .page-header, .page-post-lists .site-content .site-main .page-header {
  margin-bottom: 19px;
}
/* line 72, object/project/_archive.scss */
.archive .site-content .site-main .page-header:after, .search .site-content .site-main .page-header:after, .page-post-lists .site-content .site-main .page-header:after {
  clear: both;
  content: '';
  display: block;
}
/* line 79, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap, .search .site-content .site-main .post-loop-wrap, .page-post-lists .site-content .site-main .post-loop-wrap {
  margin: 0 -5px;
}
/* line 82, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list, .search .site-content .site-main .post-loop-wrap .article-list, .page-post-lists .site-content .site-main .post-loop-wrap .article-list {
  display: inline-block;
  width: 33.3333%;
  font-size: 16px;
  padding: 0 5px 0;
  vertical-align: top;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  /* line 82, object/project/_archive.scss */
  .archive .site-content .site-main .post-loop-wrap .article-list, .search .site-content .site-main .post-loop-wrap .article-list, .page-post-lists .site-content .site-main .post-loop-wrap .article-list {
    width: 100%;
  }
}
/* line 94, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article, .search .site-content .site-main .post-loop-wrap .article-list article, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article {
  margin: 0;
  border: 0;
  background: none;
  border: 1px solid #efefef !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  /* line 94, object/project/_archive.scss */
  .archive .site-content .site-main .post-loop-wrap .article-list article, .search .site-content .site-main .post-loop-wrap .article-list article, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article {
    width: 100%;
  }
}
/* line 108, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-header, .search .site-content .site-main .post-loop-wrap .article-list article .entry-header, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-header {
  padding: 0;
}
/* line 111, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail, .search .site-content .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail {
  float: none;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
/* line 120, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail img, .search .site-content .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail img, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail img {
  max-width: calc(100% + 30px);
}
/* line 126, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content {
  padding: 12px 10px;
}
/* line 129, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title {
  margin: 0;
  border: 0;
  font-size: 14px;
  background: none;
  padding: 0 0 12px;
  line-height: 1.6em;
}
/* line 137, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title a, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title a, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title a {
  color: #343434;
}
/* line 139, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title a:hover, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title a:hover, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-title a:hover {
  color: #343434;
  text-decoration: none;
}
/* line 146, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta {
  list-style: none;
  padding: 0;
  margin-bottom: 7px;
  color: #e2e1e1;
  font-size: 12px;
  text-align: left;
}
/* line 154, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta:before, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta:before, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta:before {
  content: none;
}
/* line 158, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta li, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta li, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta li {
  display: inline-block;
}
/* line 162, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .cat, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .cat, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .cat {
  font-size: 12px;
  color: #42acae;
  margin-right: 8px;
  padding: 0;
}
/* line 169, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .date, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .date, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .date {
  font-size: 12px;
  color: #bababa;
  font-style: normal;
}
/* line 174, object/project/_archive.scss */
.archive .site-content .site-main .post-loop-wrap .article-list article .entry-content .cont-str, .search .site-content .site-main .post-loop-wrap .article-list article .entry-content .cont-str, .page-post-lists .site-content .site-main .post-loop-wrap .article-list article .entry-content .cont-str {
  display: none !important;
}

/* line 187, object/project/_archive.scss */
.page-post-lists .entry-thumbnail,
.search-results .entry-thumbnail,
 {
  max-height: 180px;
}
@media screen and (max-width: 768px) {
  /* line 187, object/project/_archive.scss */
  .page-post-lists .entry-thumbnail,
  .search-results .entry-thumbnail {
    max-height: 140px;
  }
}

/* line 1, object/project/_cta.scss */
.post-cta {
  width: calc(100% + 90px);
  margin-left: -45px;
  background: #f6f6f6;
  padding: 45px 45px;
  border: 0;
}
@media screen and (max-width: 991px) {
  /* line 1, object/project/_cta.scss */
  .post-cta {
    padding: 35px 12px 25px;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, object/project/_cta.scss */
  .post-cta {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
@media screen and (max-width: 550px) {
  /* line 1, object/project/_cta.scss */
  .post-cta {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
/* line 25, object/project/_cta.scss */
.post-cta .post-cta-header {
  background: #464646;
  border: none;
  color: #fff;
  padding: 17px 20px;
}
@media screen and (max-width: 991px) {
  /* line 25, object/project/_cta.scss */
  .post-cta .post-cta-header {
    padding: 13px 10px;
  }
}
/* line 36, object/project/_cta.scss */
.post-cta .post-cta-header .post-cta-title {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  /* line 36, object/project/_cta.scss */
  .post-cta .post-cta-header .post-cta-title {
    font-size: 20px;
  }
}
/* line 45, object/project/_cta.scss */
.post-cta .post-cta-body {
  border: none;
}
@media screen and (max-width: 991px) {
  /* line 45, object/project/_cta.scss */
  .post-cta .post-cta-body {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* line 54, object/project/_cta.scss */
.post-cta .post-cta-body .post-cta-body-inner {
  background: #fff;
  padding: 30px 20px 20px;
}
@media screen and (max-width: 991px) {
  /* line 54, object/project/_cta.scss */
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 17px 24px 23px 24px;
  }
}
@media screen and (max-width: 767px) {
  /* line 54, object/project/_cta.scss */
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 17px 12px 23px 12px;
  }
}
/* line 66, object/project/_cta.scss */
.post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
  margin-bottom: 24px;
  margin-left: 25px;
  margin-top: 5px;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  /* line 66, object/project/_cta.scss */
  .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
    margin: 0;
    max-width: 100%;
    margin-bottom: 13px;
  }
}
/* line 81, object/project/_cta.scss */
.post-cta .post-cta-content ul {
  padding-left: 12px;
  margin: 30px 0 12px 0;
}
/* line 84, object/project/_cta.scss */
.post-cta .post-cta-content ul li {
  list-style: none;
  position: relative;
  padding-left: 2px;
}
/* line 88, object/project/_cta.scss */
.post-cta .post-cta-content ul li:before {
  position: absolute;
  height: 6px;
  width: 6px;
  content: '';
  background: url("../images/dot.png");
  top: 11px;
  left: -11px;
}
/* line 98, object/project/_cta.scss */
.post-cta .post-cta-content p {
  line-height: 1.8;
}
/* line 103, object/project/_cta.scss */
.post-cta .post-cta-footer {
  background: #f7f7f7;
  padding: 0;
  border: 0;
}
/* line 109, object/project/_cta.scss */
.post-cta .post-cta-footer .post-cta-btn a {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  background: #13b5b1;
  border-radius: 0;
  max-width: 100%;
  border-bottom: 0;
  font-size: 18px;
  padding: 15px 16px;
}
@media screen and (max-width: 767px) {
  /* line 109, object/project/_cta.scss */
  .post-cta .post-cta-footer .post-cta-btn a {
    padding: 15px 16px;
  }
}
/* line 124, object/project/_cta.scss */
.post-cta .post-cta-footer .post-cta-btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  padding: 0px 4px 0 5px;
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-weight: normal;
  font-size: 20px;
}
/* line 134, object/project/_cta.scss */
.post-cta .post-cta-footer .post-cta-btn a:hover {
  color: #fff;
  opacity: 0.7;
}

/* line 4, object/project/_entry-content.scss */
.single .entry-content,
.page .entry-content,
.not-found .entry-content {
  font-size: 15px !important;
}
/* line 6, object/project/_entry-content.scss */
.single .entry-content p,
.page .entry-content p,
.not-found .entry-content p {
  margin-bottom: 40px;
  line-height: 26px;
}
@media screen and (max-width: 991px) {
  /* line 6, object/project/_entry-content.scss */
  .single .entry-content p,
  .page .entry-content p,
  .not-found .entry-content p {
    margin-bottom: 30px;
  }
}
/* line 14, object/project/_entry-content.scss */
.single .entry-content a,
.page .entry-content a,
.not-found .entry-content a {
  text-decoration: none;
  color: #42acae;
}
/* line 17, object/project/_entry-content.scss */
.single .entry-content a:hover,
.page .entry-content a:hover,
.not-found .entry-content a:hover {
  color: #42acae;
  text-decoration: underline;
}
/* line 23, object/project/_entry-content.scss */
.single .entry-content h2,
.page .entry-content h2,
.not-found .entry-content h2 {
  margin: 0;
  padding: 15px 20px;
  border-bottom: 0;
  background: #f9f9f9;
  font-size: 24px;
  margin-bottom: 25px;
  border-left: 5px solid #dec56b;
}
@media screen and (max-width: 991px) {
  /* line 23, object/project/_entry-content.scss */
  .single .entry-content h2,
  .page .entry-content h2,
  .not-found .entry-content h2 {
    font-size: 22px;
    margin-bottom: 12px;
    padding: 19px 12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 23, object/project/_entry-content.scss */
  .single .entry-content h2,
  .page .entry-content h2,
  .not-found .entry-content h2 {
    font-size: 22px;
  }
}
/* line 43, object/project/_entry-content.scss */
.single .entry-content h3,
.page .entry-content h3,
.not-found .entry-content h3 {
  margin: 0 0 20px;
  padding: 12px 20px;
  font-size: 20px;
  color: #343434;
  border: 1px solid #dec56b;
}
@media screen and (max-width: 991px) {
  /* line 43, object/project/_entry-content.scss */
  .single .entry-content h3,
  .page .entry-content h3,
  .not-found .entry-content h3 {
    font-size: 20px;
    margin-bottom: 13px;
    padding: 12px 13px;
  }
}
@media screen and (max-width: 767px) {
  /* line 43, object/project/_entry-content.scss */
  .single .entry-content h3,
  .page .entry-content h3,
  .not-found .entry-content h3 {
    font-size: 19px;
  }
}
/* line 61, object/project/_entry-content.scss */
.single .entry-content h4,
.page .entry-content h4,
.not-found .entry-content h4 {
  margin: 0 0 18px;
  border-bottom: 1px solid #dec56b;
  font-size: 18px;
  color: #343434;
  padding: 7px 18px 7px 0;
}
@media screen and (max-width: 991px) {
  /* line 61, object/project/_entry-content.scss */
  .single .entry-content h4,
  .page .entry-content h4,
  .not-found .entry-content h4 {
    font-size: 17px;
    margin-bottom: 12px;
    padding: 7px 18px 7px 0;
  }
}
/* line 75, object/project/_entry-content.scss */
.single .entry-content h5,
.page .entry-content h5,
.not-found .entry-content h5 {
  margin: 0 0 8px;
  padding-left: 10px;
  font-size: 16px;
  position: relative;
  color: #343434;
  border-left: 1px solid #464646;
}
@media screen and (max-width: 991px) {
  /* line 75, object/project/_entry-content.scss */
  .single .entry-content h5,
  .page .entry-content h5,
  .not-found .entry-content h5 {
    font-size: 16px;
  }
}
/* line 87, object/project/_entry-content.scss */
.single .entry-content h5:before,
.page .entry-content h5:before,
.not-found .entry-content h5:before {
  content: '';
  position: absolute;
  left: 1px;
  width: 1px;
  height: 100%;
  top: 0;
  background: #464646;
}
/* line 98, object/project/_entry-content.scss */
.single .entry-content h6,
.page .entry-content h6,
.not-found .entry-content h6 {
  color: #42acae;
  margin: 0 0 6px;
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  /* line 98, object/project/_entry-content.scss */
  .single .entry-content h6,
  .page .entry-content h6,
  .not-found .entry-content h6 {
    font-size: 15px;
  }
}
/* line 108, object/project/_entry-content.scss */
.single .entry-content ul,
.page .entry-content ul,
.not-found .entry-content ul {
  margin-bottom: 2em;
  margin-left: 8px;
  padding-left: 13px;
}
@media screen and (max-width: 991px) {
  /* line 108, object/project/_entry-content.scss */
  .single .entry-content ul,
  .page .entry-content ul,
  .not-found .entry-content ul {
    margin-bottom: 30px;
  }
}
/* line 116, object/project/_entry-content.scss */
.single .entry-content ul li,
.page .entry-content ul li,
.not-found .entry-content ul li {
  list-style: disc;
  position: relative;
  line-height: 1.9;
}
/* line 120, object/project/_entry-content.scss */
.single .entry-content ul li ul,
.page .entry-content ul li ul,
.not-found .entry-content ul li ul {
  margin-bottom: 0;
  margin-left: 5px;
  list-style: disc;
}
/* line 128, object/project/_entry-content.scss */
.single .entry-content ol,
.page .entry-content ol,
.not-found .entry-content ol {
  margin-bottom: 2em;
  padding-left: 22px;
}
@media screen and (max-width: 991px) {
  /* line 128, object/project/_entry-content.scss */
  .single .entry-content ol,
  .page .entry-content ol,
  .not-found .entry-content ol {
    margin-bottom: 30px;
  }
}
/* line 136, object/project/_entry-content.scss */
.single .entry-content dl,
.page .entry-content dl,
.not-found .entry-content dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  /* line 136, object/project/_entry-content.scss */
  .single .entry-content dl,
  .page .entry-content dl,
  .not-found .entry-content dl {
    margin-bottom: 30px;
  }
}
/* line 143, object/project/_entry-content.scss */
.single .entry-content dl dt,
.page .entry-content dl dt,
.not-found .entry-content dl dt {
  display: inline-block;
  margin: 0 0 10px;
  padding: 8px 25px;
  border: 1px solid #e3e3e3;
  background: #fafafa;
  font-size: 15px;
  color: #444444;
  position: relative;
}
/* line 153, object/project/_entry-content.scss */
.single .entry-content dl dt:before,
.page .entry-content dl dt:before,
.not-found .entry-content dl dt:before {
  content: '';
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
  position: absolute;
  height: 1px;
  background: #333333;
}
/* line 164, object/project/_entry-content.scss */
.single .entry-content dl dd,
.page .entry-content dl dd,
.not-found .entry-content dl dd {
  margin: 0;
}
/* line 169, object/project/_entry-content.scss */
.single .entry-content table,
.page .entry-content table,
.not-found .entry-content table {
  background-color: #cfcfcf;
  border-spacing: 1px;
  border-collapse: inherit;
  width: 100%;
  border: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  /* line 169, object/project/_entry-content.scss */
  .single .entry-content table,
  .page .entry-content table,
  .not-found .entry-content table {
    margin-bottom: 30px;
  }
}
/* line 181, object/project/_entry-content.scss */
.single .entry-content table tr,
.page .entry-content table tr,
.not-found .entry-content table tr {
  background-color: #fff;
  height: 33px;
  text-align: left;
}
/* line 185, object/project/_entry-content.scss */
.single .entry-content table tr th,
.page .entry-content table tr th,
.not-found .entry-content table tr th {
  background: #dec56b;
  color: #282828;
  font-weight: bold;
  border: 0;
  padding: 5px 24px;
}
@media screen and (max-width: 767px) {
  /* line 185, object/project/_entry-content.scss */
  .single .entry-content table tr th,
  .page .entry-content table tr th,
  .not-found .entry-content table tr th {
    padding: 5px 12px;
  }
}
/* line 195, object/project/_entry-content.scss */
.single .entry-content table tr td,
.page .entry-content table tr td,
.not-found .entry-content table tr td {
  border: 0;
  font-size: 16px;
  padding: 5px 24px;
}
@media screen and (max-width: 767px) {
  /* line 195, object/project/_entry-content.scss */
  .single .entry-content table tr td,
  .page .entry-content table tr td,
  .not-found .entry-content table tr td {
    padding: 5px 12px;
  }
}
/* line 206, object/project/_entry-content.scss */
.single .entry-content blockquote,
.page .entry-content blockquote,
.not-found .entry-content blockquote {
  margin: 60px 0 40px;
  padding: 39px 40px 36px;
  background: #f9f9f9;
  position: relative;
  border: 0;
}
@media screen and (max-width: 991px) {
  /* line 206, object/project/_entry-content.scss */
  .single .entry-content blockquote,
  .page .entry-content blockquote,
  .not-found .entry-content blockquote {
    margin-bottom: 30px;
    margin-top: 50px;
    padding: 30px 25px 18px;
  }
}
/* line 219, object/project/_entry-content.scss */
.single .entry-content blockquote p,
.page .entry-content blockquote p,
.not-found .entry-content blockquote p {
  margin: 0;
}
/* line 224, object/project/_entry-content.scss */
.single .entry-content blockquote:before,
.page .entry-content blockquote:before,
.not-found .entry-content blockquote:before {
  color: #a9a9a9;
  position: absolute;
  top: -18px;
  left: 25px;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  /* line 224, object/project/_entry-content.scss */
  .single .entry-content blockquote:before,
  .page .entry-content blockquote:before,
  .not-found .entry-content blockquote:before {
    left: 12px;
  }
}
/* line 236, object/project/_entry-content.scss */
.single .entry-content .attention,
.page .entry-content .attention,
.not-found .entry-content .attention {
  padding: 36px 40px;
  margin-bottom: 40px;
  background: #fafafa;
  border-width: 2px;
  border-style: solid;
  border-color: #d5d5d5;
  position: relative;
  color: #222222;
}
/* line 246, object/project/_entry-content.scss */
.single .entry-content .attention:before,
.page .entry-content .attention:before,
.not-found .entry-content .attention:before {
  content: '';
  background: #dec56b;
  height: 3px;
  position: absolute;
  top: -2px;
  width: calc(100% + 4px);
  left: -2px;
}
@media screen and (max-width: 991px) {
  /* line 236, object/project/_entry-content.scss */
  .single .entry-content .attention,
  .page .entry-content .attention,
  .not-found .entry-content .attention {
    margin-bottom: 40px;
    padding: 16px 12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 236, object/project/_entry-content.scss */
  .single .entry-content .attention,
  .page .entry-content .attention,
  .not-found .entry-content .attention {
    padding: 16px 12px;
  }
}
/* line 265, object/project/_entry-content.scss */
.single .entry-content .attention p,
.page .entry-content .attention p,
.not-found .entry-content .attention p {
  margin-bottom: 0;
}
/* line 269, object/project/_entry-content.scss */
.single .entry-content .attention ul,
.page .entry-content .attention ul,
.not-found .entry-content .attention ul {
  margin-bottom: 0;
  padding-left: 10px;
}
/* line 272, object/project/_entry-content.scss */
.single .entry-content .attention ul li,
.page .entry-content .attention ul li,
.not-found .entry-content .attention ul li {
  line-height: 1.8em;
}
/* line 274, object/project/_entry-content.scss */
.single .entry-content .attention ul li:before,
.page .entry-content .attention ul li:before,
.not-found .entry-content .attention ul li:before {
  top: 12px;
}
/* line 280, object/project/_entry-content.scss */
.single .entry-content .a-3,
.page .entry-content .a-3,
.not-found .entry-content .a-3 {
  padding-top: 0;
  padding-bottom: 20px;
  border-top: 0;
}
/* line 284, object/project/_entry-content.scss */
.single .entry-content .a-3 .attention-title,
.page .entry-content .a-3 .attention-title,
.not-found .entry-content .a-3 .attention-title {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  margin-bottom: 17px;
  padding: 28px 0px 10px;
  text-align: left;
  border-bottom: 1px solid #c4c4c4;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  /* line 284, object/project/_entry-content.scss */
  .single .entry-content .a-3 .attention-title,
  .page .entry-content .a-3 .attention-title,
  .not-found .entry-content .a-3 .attention-title {
    font-size: 18px;
    padding: 18px 0px 8px;
  }
}
@media screen and (max-width: 767px) {
  /* line 284, object/project/_entry-content.scss */
  .single .entry-content .a-3 .attention-title,
  .page .entry-content .a-3 .attention-title,
  .not-found .entry-content .a-3 .attention-title {
    font-size: 16px;
  }
}
/* line 305, object/project/_entry-content.scss */
.single .entry-content .link-button-green,
.page .entry-content .link-button-green,
.not-found .entry-content .link-button-green {
  margin-bottom: 38px;
  padding-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 305, object/project/_entry-content.scss */
  .single .entry-content .link-button-green,
  .page .entry-content .link-button-green,
  .not-found .entry-content .link-button-green {
    margin-bottom: 10px;
  }
}
/* line 314, object/project/_entry-content.scss */
.single .entry-content .link-button-green a,
.page .entry-content .link-button-green a,
.not-found .entry-content .link-button-green a {
  background: #26bbc4;
  border-color: #0b8991;
  border-radius: 0;
  font-size: 15px;
  padding: 13px 35px;
  color: #fff;
}
/* line 321, object/project/_entry-content.scss */
.single .entry-content .link-button-green a i,
.page .entry-content .link-button-green a i,
.not-found .entry-content .link-button-green a i {
  font-size: 18px;
  margin-right: 8px;
}
/* line 325, object/project/_entry-content.scss */
.single .entry-content .link-button-green a:hover,
.page .entry-content .link-button-green a:hover,
.not-found .entry-content .link-button-green a:hover {
  text-decoration: none;
  opacity: .8;
}
/* line 331, object/project/_entry-content.scss */
.single .entry-content .link-button-orange,
.page .entry-content .link-button-orange,
.not-found .entry-content .link-button-orange {
  margin-bottom: 65px;
  padding-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  /* line 331, object/project/_entry-content.scss */
  .single .entry-content .link-button-orange,
  .page .entry-content .link-button-orange,
  .not-found .entry-content .link-button-orange {
    margin-bottom: 40px;
  }
}
/* line 340, object/project/_entry-content.scss */
.single .entry-content .link-button-orange a,
.page .entry-content .link-button-orange a,
.not-found .entry-content .link-button-orange a {
  background: #df2192;
  border-color: #951762;
  border-radius: 0;
  font-size: 15px;
  padding: 13px 35px;
  color: #fff;
}
/* line 347, object/project/_entry-content.scss */
.single .entry-content .link-button-orange a i,
.page .entry-content .link-button-orange a i,
.not-found .entry-content .link-button-orange a i {
  font-size: 18px;
  margin-right: 8px;
}
/* line 351, object/project/_entry-content.scss */
.single .entry-content .link-button-orange a:hover,
.page .entry-content .link-button-orange a:hover,
.not-found .entry-content .link-button-orange a:hover {
  text-decoration: none;
  opacity: .8;
}

/* line 1, object/project/_footer.scss */
.site-footer {
  background-color: #ebebe6;
}
/* line 4, object/project/_footer.scss */
.site-footer .container {
  padding: 35px 0 0;
}
@media screen and (max-width: 550px) {
  /* line 4, object/project/_footer.scss */
  .site-footer .container {
    padding: 25px 0 0;
  }
}
/* line 13, object/project/_footer.scss */
.site-footer .container .footer-widget-area .widget_nav_menu {
  width: 17%;
  max-width: 200px;
  border: 0;
  background: none;
  margin-bottom: 45px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  /* line 15, object/project/_footer.scss */
  .site-footer .container .footer-widget-area .widget_nav_menu .container {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 13, object/project/_footer.scss */
  .site-footer .container .footer-widget-area .widget_nav_menu {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  /* line 13, object/project/_footer.scss */
  .site-footer .container .footer-widget-area .widget_nav_menu {
    width: 50%;
  }
}
/* line 38, object/project/_footer.scss */
.site-footer .container .footer-widget-area .widget_nav_menu .container {
  padding: 0;
}
/* line 40, object/project/_footer.scss */
.site-footer .container .footer-widget-area .widget_nav_menu .container .footer-widget-title {
  color: #b4b4b4;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 550px) {
  /* line 40, object/project/_footer.scss */
  .site-footer .container .footer-widget-area .widget_nav_menu .container .footer-widget-title {
    color: #b4b4b4;
    font-size: 16px;
  }
}
/* line 55, object/project/_footer.scss */
.site-footer .container .footer-widget-area .widget_nav_menu .container ul li {
  padding: 0;
  display: block;
  padding: 7px 0;
}
/* line 60, object/project/_footer.scss */
.site-footer .container .footer-widget-area .widget_nav_menu .container ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #282828;
  border-bottom: 1px solid #ebebe6;
}
@media screen and (max-width: 550px) {
  /* line 60, object/project/_footer.scss */
  .site-footer .container .footer-widget-area .widget_nav_menu .container ul li a {
    color: #282828;
  }
}
/* line 69, object/project/_footer.scss */
.site-footer .container .footer-widget-area .widget_nav_menu .container ul li a:hover {
  color: #282828;
  border-bottom: 1px solid #b4b4b4;
}
/* line 79, object/project/_footer.scss */
.site-footer .container .footer-widget-area:after {
  clear: both;
  content: "";
  display: block;
}
/* line 89, object/project/_footer.scss */
.site-footer .site-info {
  border-top: 0;
  background: none;
}
/* line 93, object/project/_footer.scss */
.site-footer .site-info .container {
  padding: 8px 25px 35px;
  max-width: 100%;
}
/* line 97, object/project/_footer.scss */
.site-footer .site-info .container p {
  text-align: right;
  font-size: 12px;
  color: #a09f9f;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  /* line 97, object/project/_footer.scss */
  .site-footer .site-info .container p {
    font-size: 10px;
    text-align: center;
    color: #bbbaba;
  }
}
/* line 109, object/project/_footer.scss */
.site-footer .site-info .container p span {
  margin: 0 8px;
}

/* line 1, object/project/_header.scss */
.site-header {
  border: 0;
  border-top: 0px solid #efefef;
}
@media screen and (max-width: 991px) {
  /* line 1, object/project/_header.scss */
  .site-header {
    border-bottom: 1px solid #cac8c8;
  }
}
@media screen and (max-width: 991px) {
  /* line 1, object/project/_header.scss */
  .site-header {
    position: inherit;
  }
}
/* line 11, object/project/_header.scss */
.site-header .site-branding .container {
  padding: 16px 0 22px;
}
@media screen and (max-width: 991px) {
  /* line 11, object/project/_header.scss */
  .site-header .site-branding .container {
    padding: 21px 0;
  }
}
@media screen and (max-width: 550px) {
  /* line 11, object/project/_header.scss */
  .site-header .site-branding .container {
    padding: 12px 0;
  }
}
/* line 19, object/project/_header.scss */
.site-header .site-branding .container .site-title {
  float: left;
  width: 50%;
  max-width: 464px;
}
@media screen and (max-width: 991px) {
  /* line 19, object/project/_header.scss */
  .site-header .site-branding .container .site-title {
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  /* line 19, object/project/_header.scss */
  .site-header .site-branding .container .site-title {
    width: 55%;
    max-width: auto;
  }
}
/* line 30, object/project/_header.scss */
.site-header .site-branding .container .site-title img {
  width: auto;
}
/* line 36, object/project/_header.scss */
.site-header .site-branding .container .search-wrap {
  width: 230px;
  float: right;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  /* line 36, object/project/_header.scss */
  .site-header .site-branding .container .search-wrap {
    display: none;
  }
}
/* line 43, object/project/_header.scss */
.site-header .site-branding .container .search-wrap .search-form {
  height: 28px;
  margin: 0;
  border-radius: 6px;
  background: #f4f2f2;
  border: none;
}
/* line 49, object/project/_header.scss */
.site-header .site-branding .container .search-wrap .search-form .search-field {
  background: none;
  border-radius: 0;
  height: auto;
  padding: 5px 24px 5px 8px;
  font-size: 12px;
  color: #b0b0b0;
}
/* line 56, object/project/_header.scss */
.site-header .site-branding .container .search-wrap .search-form .search-field::-webkit-input-placeholder {
  color: #b0b0b0;
}
/* line 59, object/project/_header.scss */
.site-header .site-branding .container .search-wrap .search-form .search-field::-moz-placeholder {
  color: #b0b0b0;
}
/* line 63, object/project/_header.scss */
.site-header .site-branding .container .search-wrap .search-form .search-submit {
  font-family: FontAwesome;
  border-radius: 0;
  width: auto;
  background: none;
  border: none;
  font-size: 14px;
  padding: 0 8px 0 4px;
  color: #464646;
}
/* line 78, object/project/_header.scss */
.site-header .main-navigation {
  border: none;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
}
/* line 83, object/project/_header.scss */
.site-header .main-navigation .container ul {
  margin: 0 0 0 -23px;
}
/* line 85, object/project/_header.scss */
.site-header .main-navigation .container ul li {
  padding: 0px 21px;
}
/* line 87, object/project/_header.scss */
.site-header .main-navigation .container ul li:before {
  content: none;
}
/* line 90, object/project/_header.scss */
.site-header .main-navigation .container ul li a {
  color: #282828;
  font-size: 14px;
  padding: 17px 0;
  font-weight: bold;
}
/* line 95, object/project/_header.scss */
.site-header .main-navigation .container ul li a:before {
  background-color: #c8c8c8;
  content: "";
  display: block;
  height: 4px;
  left: 100%;
  position: absolute;
  right: 100%;
  bottom: 10px;
  -webkit-transition: left 0.5s ease 0s, right 0.5s ease 0s;
  transition: left 0.5s ease 0s, right 0.5s ease 0s;
}
/* line 108, object/project/_header.scss */
.site-header .main-navigation .container ul li a:hover:before {
  left: 0px;
  right: 0px;
}
/* line 117, object/project/_header.scss */
.site-header .main-navigation .container ul .current-menu-item a,
.site-header .main-navigation .container ul .current-menu-parent a {
  color: #343434;
  /*
  &:before{
      left: 0px;
      right:0px;
  }
  */
}

/* line 132, object/project/_header.scss */
.sp-nav-btn {
  display: none;
}

/* line 136, object/project/_header.scss */
.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 32px;
  height: 36px;
  text-align: center;
  top: 8px;
  right: 0;
  bottom: 0;
}
/* line 146, object/project/_header.scss */
.xeory-sp-nav-btn:hover {
  cursor: pointer;
}
/* line 149, object/project/_header.scss */
.xeory-sp-nav-btn:before {
  content: url("../images/ico-menu.png");
}
/* line 152, object/project/_header.scss */
.xeory-sp-nav-btn:after {
  content: "MENU";
  display: block;
  font-size: 10px;
  margin: -3px auto 0;
  text-align: center;
  color: #282828;
}
@media screen and (max-width: 991px) {
  /* line 136, object/project/_header.scss */
  .xeory-sp-nav-btn {
    display: block;
  }
}

/* SP nav btn-close
---------------------------------------------------------- */
/* line 169, object/project/_header.scss */
.sp-nav-inner {
  position: relative;
}
/* line 171, object/project/_header.scss */
.sp-nav-inner .xeory-spnav-btn-close {
  position: absolute;
  top: 11px;
  right: 13px;
  width: 36px;
  height: 36px;
  text-align: center;
}
/* line 178, object/project/_header.scss */
.sp-nav-inner .xeory-spnav-btn-close:after {
  content: '×';
  font-size: 34px;
  color: #5d5a5a;
  cursor: pointer;
  position: absolute;
  top: -11px;
  left: 7px;
}

/* SP nav
---------------------------------------------------------- */
/* line 194, object/project/_header.scss */
.xeory-spnav-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 202, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow-y: scroll;
  height: auto;
}
/* line 208, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .spnav-widget {
  margin-bottom: 0px;
}
/* line 210, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .spnav-widget h3 {
  background: none;
  padding: 14px 18px;
  color: #3a3a3a;
  font-size: 20px;
}
/* line 216, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .spnav-widget div {
  border-top: 2px solid #5d5a5a;
}
/* line 218, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .spnav-widget div ul {
  list-style: none;
}
/* line 221, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .spnav-widget div ul li a {
  display: block;
  font-weight: normal;
  color: #3a3a3a;
  padding: 14px 16px;
  border-bottom: 1px solid #cbced0;
  font-size: 13px;
  text-align: center;
}
/* line 229, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .spnav-widget div ul li a:hover {
  color: #fff;
  background: #5d5a5a;
}
/* line 232, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .spnav-widget div ul li a:hover:after {
  color: #e89d26;
}
/* line 240, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .spnav-widget div ul .current-menu-item a,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget div ul .current-post-parent a {
  color: #fff;
  background: #5d5a5a;
}
/* line 248, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .search-wrap {
  width: 100%;
  float: none;
  padding: 13px 17px;
}
/* line 252, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form {
  margin: 0;
  padding: 0;
  border-radius: 0;
  height: 30px;
  border-radius: 24px;
  border: 1px solid #e0e2e3;
  background: #ffffff;
}
/* line 260, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form .search-field {
  font-size: 16px;
  font-weight: normal;
  color: #a8a7a7;
  padding: 3px 35px 0px 16px !important;
  border-radius: 24px;
}
/* line 266, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form .search-field:focus {
  background: #f9f9f9;
}
/* line 269, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form .search-field::-webkit-input-placeholder {
  color: #999999;
}
/* line 272, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form .search-field::-moz-placeholder {
  color: #999999;
}
/* line 276, object/project/_header.scss */
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form .search-submit {
  background: none;
  border: 0;
  color: #797979;
  font-size: 17px;
  font-family: FontAwesome;
  padding: 0;
  width: 45px;
  margin-top: -2px;
}

/* line 291, object/project/_header.scss */
body.noscroll {
  overflow: hidden;
  position: fixed !important;
}

/* line 296, object/project/_header.scss */
.xeory-spnav-wrap.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
          animation: fadeIn 0.5s ease 0s 1 normal;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 12px 12px 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.71);
  overflow-y: scroll;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 2, object/project/_helper.scss */
.pagetop {
  z-index: 10;
  width: 58px;
  height: 58px;
  right: 40px;
}
@media screen and (max-width: 991px) {
  /* line 2, object/project/_helper.scss */
  .pagetop {
    right: 12px;
    width: 50px;
    height: 50px;
  }
}

/* line 10, object/project/_helper.scss */
.pagetop-inner {
  line-height: 44px;
  border-radius: 0;
  background: rgba(3, 3, 3, 0.7);
  line-height: 53px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  /* line 10, object/project/_helper.scss */
  .pagetop-inner {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}
/* line 23, object/project/_helper.scss */
.pagetop-inner:before {
  font-weight: normal;
  font-size: 35px;
  content: '\f106';
}
@media screen and (max-width: 991px) {
  /* line 23, object/project/_helper.scss */
  .pagetop-inner:before {
    font-size: 32px;
  }
}

/* line 34, object/project/_helper.scss */
.pagination {
  margin: 40px 0;
  font-size: 16px;
}
/* line 38, object/project/_helper.scss */
.pagination .current {
  background: #464646;
}
/* line 44, object/project/_helper.scss */
.pagination a:hover {
  background: #464646;
}
/* line 51, object/project/_helper.scss */
.pagination .nav-links .next, .pagination .nav-links .prev {
  display: none;
}

/* line 60, object/project/_helper.scss */
.xeory-breadcrumbs .xeory-breadcrumbs-list {
  margin-bottom: 20px;
  color: #464646;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  /* line 60, object/project/_helper.scss */
  .xeory-breadcrumbs .xeory-breadcrumbs-list {
    margin-bottom: 12px;
  }
}
/* line 70, object/project/_helper.scss */
.xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
  margin: 0 10px;
  content: '>';
}
/* line 74, object/project/_helper.scss */
.xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
  color: #464646;
  font-size: 13px;
}
/* line 77, object/project/_helper.scss */
.xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item a:hover {
  color: #343434;
  border-bottom: 1px solid #343434;
}
/* line 85, object/project/_helper.scss */
.xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item-home:before {
  color: #343434;
  font-size: 15px;
  content: '';
}
/* line 92, object/project/_helper.scss */
.xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item-current:before {
  content: '';
}
/* line 95, object/project/_helper.scss */
.xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item-current:after {
  content: '';
}

/* line 103, object/project/_helper.scss */
.wpcf7-submit {
  width: 50%;
  background: #343434 !important;
}
@media screen and (max-width: 550px) {
  /* line 103, object/project/_helper.scss */
  .wpcf7-submit {
    width: 100%;
  }
}
/* line 110, object/project/_helper.scss */
.wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 550px) {
  /* line 103, object/project/_helper.scss */
  .wpcf7-submit {
    width: 100%;
  }
}

/* line 120, object/project/_helper.scss */
.wpcf7-form input, .wpcf7-form textarea {
  width: 50%;
}
@media screen and (max-width: 550px) {
  /* line 120, object/project/_helper.scss */
  .wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
  }
}

/* line 129, object/project/_helper.scss */
.search-form {
  height: 40px;
}
/* line 133, object/project/_helper.scss */
.search-form .search-field {
  padding: 4px 48px 4px 8px;
}
/* line 137, object/project/_helper.scss */
.search-form .search-submit {
  background: #282828;
  font-family: FontAwesome;
}

/* Sweep To Right */
/* line 147, object/project/_helper.scss */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* line 159, object/project/_helper.scss */
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #464646;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 179, object/project/_helper.scss */
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

/* line 182, object/project/_helper.scss */
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 8, object/project/_loop.scss */
.home .site-content .content-area .site-main .screen-reader-text {
  display: block;
  margin-bottom: 14px;
  position: relative;
  font-size: 40px;
  color: #343434;
  line-height: 35px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  /* line 8, object/project/_loop.scss */
  .home .site-content .content-area .site-main .screen-reader-text {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 8, object/project/_loop.scss */
  .home .site-content .content-area .site-main .screen-reader-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  /* line 8, object/project/_loop.scss */
  .home .site-content .content-area .site-main .screen-reader-text {
    margin-bottom: 7px;
  }
}
/* line 30, object/project/_loop.scss */
.home .site-content .content-area .site-main .screen-reader-text:after {
  content: '新着記事';
  position: absolute;
  margin-left: 30px;
  color: #7a7979;
  font-size: 14px;
  top: 5px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  /* line 30, object/project/_loop.scss */
  .home .site-content .content-area .site-main .screen-reader-text:after {
    top: 1px;
    margin-left: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 30, object/project/_loop.scss */
  .home .site-content .content-area .site-main .screen-reader-text:after {
    top: 1px;
    margin-left: 14px;
    font-size: 12px;
  }
}
/* line 51, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap {
  overflow: hidden;
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (max-width: 550px) {
  /* line 51, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap {
    overflow: visible;
  }
}
/* line 61, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list {
  display: inline-block;
  font-size: 16px;
  width: 50%;
  vertical-align: top;
  margin: 0 0 12px;
  padding: 0 6px;
}
@media screen and (max-width: 550px) {
  /* line 61, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list {
    width: 100%;
  }
}
/* line 73, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article {
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 1px solid #efefef;
}
@media screen and (max-width: 550px) {
  /* line 73, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article {
    border: 0;
  }
}
/* line 83, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header {
  float: left;
  padding: 0;
}
/* line 86, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden;
  max-width: 148px;
  max-height: 104px;
}
@media screen and (max-width: 767px) {
  /* line 86, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail {
    max-width: 130px;
  }
}
@media screen and (max-width: 550px) {
  /* line 86, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail {
    max-width: 130px;
  }
}
@media screen and (max-width: 320px) {
  /* line 86, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail {
    max-width: 105px;
  }
}
/* line 105, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail img {
  max-width: calc(100% + 30px);
}
@media screen and (max-width: 991px) {
  /* line 105, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail img {
    max-width: 100%;
  }
}
/* line 115, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content {
  padding: 10px  12px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  /* line 115, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content {
    padding: 0 0 0px 13px;
  }
}
/* line 123, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .entry-meta {
  margin: 0 0 5px 0;
  padding: 0;
}
@media screen and (max-width: 550px) {
  /* line 123, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .entry-meta {
    margin: -3px 0 2px;
  }
}
/* line 131, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .entry-meta:before {
  background: none;
}
/* line 134, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .entry-meta li {
  list-style: none;
  display: inline-block;
}
/* line 138, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .cat {
  color: #42acae;
  font-size: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 320px) {
  /* line 138, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .cat {
    font-size: 11px;
    margin-right: 5px;
  }
}
/* line 147, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .date {
  color: #bababa;
  font-size: 12px;
}
@media screen and (max-width: 320px) {
  /* line 147, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .entry-meta .date {
    font-size: 11px;
  }
}
/* line 156, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content h2 {
  margin: 0;
  padding: 0;
  border: none;
  color: #343434;
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 320px) {
  /* line 156, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content h2 {
    font-size: 12px;
  }
}
/* line 166, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content h2 a {
  color: #343434;
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  /* line 166, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content h2 a {
    font-size: 12px;
    line-height: 20px;
  }
}
/* line 172, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content h2 a:hover {
  color: #343434;
}
/* line 178, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-content .cont-str {
  display: none;
}
/* line 184, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0;
}
@media screen and (max-width: 550px) {
  /* line 184, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child {
    padding: 0;
  }
}
/* line 194, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article {
  padding: 0;
  margin: 0 6px;
}
/* line 198, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-header {
  float: left;
  padding: 0;
}
@media screen and (max-width: 767px) {
  /* line 198, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-header {
    float: none;
  }
}
/* line 206, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-header .entry-thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden;
  max-width: 335px;
  width: 100%;
  max-height: 235px;
}
@media screen and (max-width: 767px) {
  /* line 206, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-header .entry-thumbnail {
    max-width: 100%;
  }
}
/* line 220, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content {
  padding: 20px 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  /* line 220, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content {
    padding: 10px 12px;
  }
}
/* line 228, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content .entry-meta {
  margin: 0 0 7px 0;
  padding: 0;
}
/* line 231, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content .entry-meta:before {
  background: none;
}
/* line 234, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content .entry-meta li {
  list-style: none;
  display: inline-block;
}
/* line 238, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content .entry-meta .cat {
  color: #42acae;
  font-size: 12px;
  margin-right: 10px;
}
/* line 243, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content .entry-meta .date {
  color: #bababa;
  font-size: 12px;
}
/* line 249, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content h2 {
  margin: 0 0 5px 0;
  padding: 0;
  border: none;
  color: #343434;
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  /* line 249, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content h2 {
    font-size: 17px;
  }
}
/* line 256, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content h2 a {
  color: #343434;
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  /* line 256, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content h2 a {
    font-size: 17px;
  }
}
/* line 261, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content h2 a:hover {
  color: #343434;
}
/* line 267, object/project/_loop.scss */
.home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content .cont-str {
  font-size: 14px;
  color: #9b9a9a;
  display: block;
  line-height: 24px;
}
@media screen and (max-width: 550px) {
  /* line 267, object/project/_loop.scss */
  .home .site-content .content-area .site-main .post-loop-wrap .article-list:first-child article .entry-content .cont-str {
    display: none;
  }
}

/* line 287, object/project/_loop.scss */
.post-lists {
  margin-top: 30px;
}
/* line 290, object/project/_loop.scss */
.post-lists:before {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 550px) {
  /* line 287, object/project/_loop.scss */
  .post-lists {
    margin-top: 15px;
  }
}
/* line 299, object/project/_loop.scss */
.post-lists a {
  display: block;
  width: 260px;
  height: 50px;
  margin: 0 auto;
  color: #434343;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  position: relative;
  border: 1px solid #cac8c8;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  /* line 299, object/project/_loop.scss */
  .post-lists a {
    width: 100%;
  }
}
/* line 316, object/project/_loop.scss */
.post-lists a:after {
  font-family: FontAwesome;
  content: '\f105';
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  right: 15px;
}
/* line 323, object/project/_loop.scss */
.post-lists a:hover {
  opacity: 0.8;
}

/* 記事一覧ボタンのhover */
/* line 332, object/project/_loop.scss */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/* line 345, object/project/_loop.scss */
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/* line 364, object/project/_loop.scss */
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: #434343;
}

/* line 368, object/project/_loop.scss */
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 377, object/project/_loop.scss */
.home .hover-up, .archive .hover-up, .search .hover-up, .single .hover-up, .page .hover-up, .error404 .hover-up, .page-post-lists .hover-up {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
/* line 385, object/project/_loop.scss */
.home .hover-up img, .archive .hover-up img, .search .hover-up img, .single .hover-up img, .page .hover-up img, .error404 .hover-up img, .page-post-lists .hover-up img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
/* line 391, object/project/_loop.scss */
.home .hover-up:hover img,
.home .hover-up.hover img, .archive .hover-up:hover img,
.archive .hover-up.hover img, .search .hover-up:hover img,
.search .hover-up.hover img, .single .hover-up:hover img,
.single .hover-up.hover img, .page .hover-up:hover img,
.page .hover-up.hover img, .error404 .hover-up:hover img,
.error404 .hover-up.hover img, .page-post-lists .hover-up:hover img,
.page-post-lists .hover-up.hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

/* line 4, object/project/_page.scss */
.page .site-content .site-main article {
  border-bottom: 0px solid #E5E5E3 !important;
}
/* line 6, object/project/_page.scss */
.page .site-content .site-main article .entry-header {
  width: 100%;
  margin: 0;
}
/* line 9, object/project/_page.scss */
.page .site-content .site-main article .entry-header h1 {
  margin-top: 0;
}
/* line 13, object/project/_page.scss */
.page .site-content .site-main article .entry-content {
  padding-bottom: 0;
}
/* line 17, object/project/_page.scss */
.page .site-content .site-main article .entry-footer {
  padding: 0;
}

/* line 26, object/project/_page.scss */
.archive .no-results, .search-no-results .no-results, .error404 .no-results {
  border: 0;
}
/* line 28, object/project/_page.scss */
.archive .no-results .entry-content, .search-no-results .no-results .entry-content, .error404 .no-results .entry-content {
  padding: 45px 50px 0;
}
@media screen and (max-width: 767px) {
  /* line 28, object/project/_page.scss */
  .archive .no-results .entry-content, .search-no-results .no-results .entry-content, .error404 .no-results .entry-content {
    padding: 12px;
  }
}

/* line 39, object/project/_page.scss */
.page .site-content .content-area .site-main article {
  border-bottom: 1px solid #cac8c8 !important;
}
/* line 42, object/project/_page.scss */
.page .site-content .content-area .site-main article .entry-content {
  padding-bottom: 0 !important;
}
/* line 46, object/project/_page.scss */
.page .site-content .content-area .site-main .entry-footer {
  display: none;
}

/* line 52, object/project/_page.scss */
.no-results .entry-content {
  border: 1px solid #cac8c8 !important;
  padding: 12px;
}

/* line 59, object/project/_page.scss */
.error-404 .page-header {
  margin-bottom: 20px !important;
}

/* line 64, object/project/_page.scss */
.single .widget-area .widget_xeory_postviews h3 {
  margin-top: -20px;
}

/* line 68, object/project/_page.scss */
.page-post-lists .entry-content ul li:before {
  background: none;
}

/* line 1, object/project/_sidebar.scss */
#secondary {
  background: #fff;
  margin-bottom: 40px;
  padding-top: 17px;
}
@media screen and (max-width: 767px) {
  /* line 1, object/project/_sidebar.scss */
  #secondary {
    margin-bottom: 0;
    padding-bottom: 1px;
  }
}
/* line 11, object/project/_sidebar.scss */
#secondary h3 {
  margin-bottom: 0px;
  padding: 14px 0px 11px;
  font-weight: normal;
  font-size: 18px;
  color: #282828;
}
@media screen and (max-width: 991px) {
  /* line 11, object/project/_sidebar.scss */
  #secondary h3 {
    padding: 10px 0;
  }
}
@media screen and (max-width: 550px) {
  /* line 11, object/project/_sidebar.scss */
  #secondary h3 {
    color: #343434;
  }
}
/* line 26, object/project/_sidebar.scss */
#secondary h3:after {
  content: '人気の記事';
  color: #7a7979;
  font-size: 13px;
  font-weight: normal;
  margin-left: 15px;
  position: relative;
  top: -2px;
}
/* line 35, object/project/_sidebar.scss */
#secondary h3 span {
  font-weight: bold;
  color: #434343;
  font-size: 18px;
  font-weight: 700;
}
/* line 43, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews,
#secondary .widget_xeory_recentviews {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  /* line 43, object/project/_sidebar.scss */
  #secondary .widget_xeory_postviews,
  #secondary .widget_xeory_recentviews {
    margin-bottom: 20px;
  }
}
/* line 51, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content,
#secondary .widget_xeory_recentviews .widget-content {
  padding: 0;
}
/* line 56, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li,
#secondary .widget_xeory_recentviews .widget-content ul li {
  padding: 0 0 12px 0;
}
@media screen and (max-width: 767px) {
  /* line 56, object/project/_sidebar.scss */
  #secondary .widget_xeory_postviews .widget-content ul li,
  #secondary .widget_xeory_recentviews .widget-content ul li {
    margin-bottom: 13px;
  }
}
/* line 63, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image {
  width: 113px;
}
/* line 66, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image img,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image img {
  max-width: calc(100% + 30px);
}
/* line 69, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image img:hover,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image img:hover {
  cursor: pointer;
}
/* line 75, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content {
  margin-left: 113px;
  padding-left: 10px;
}
/* line 79, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 {
  margin: 0;
  font-size: 14px;
}
/* line 83, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4 a,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 a {
  color: #282828;
  font-size: 14px;
  font-weight: normal;
}
/* line 90, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta,
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}
/* line 95, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li:last-child,
#secondary .widget_xeory_recentviews .widget-content ul li:last-child {
  border: 0;
  margin: 0;
}
/* line 99, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews .widget-content ul li:after,
#secondary .widget_xeory_recentviews .widget-content ul li:after {
  clear: both;
  content: '';
  display: block;
}
/* line 117, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews li:nth-of-type(1) .xeory-subloop-image, #secondary .widget_xeory_postviews li:nth-of-type(2) .xeory-subloop-image, #secondary .widget_xeory_postviews li:nth-of-type(3) .xeory-subloop-image {
  position: relative;
}
/* line 120, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews li:nth-of-type(1) .xeory-subloop-image:before, #secondary .widget_xeory_postviews li:nth-of-type(2) .xeory-subloop-image:before, #secondary .widget_xeory_postviews li:nth-of-type(3) .xeory-subloop-image:before {
  content: '1';
  padding: 0px;
  position: absolute;
  width: 27px;
  height: 27px;
  line-height: 27px;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(70, 70, 70, 0.8);
  font-size: 14px;
  z-index: 5;
  font-weight: bold;
  text-align: center;
}
/* line 143, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews li:nth-of-type(2) .xeory-subloop-image:before {
  content: '2';
}
/* line 153, object/project/_sidebar.scss */
#secondary .widget_xeory_postviews li:nth-of-type(3) .xeory-subloop-image:before {
  content: '3';
}
/* line 161, object/project/_sidebar.scss */
#secondary .popular-posts {
  margin-bottom: 20px;
}
/* line 164, object/project/_sidebar.scss */
#secondary .popular-posts ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  float: inherit;
}
/* line 169, object/project/_sidebar.scss */
#secondary .popular-posts ul li:nth-of-type(1)::before, #secondary .popular-posts ul li:nth-of-type(2)::before, #secondary .popular-posts ul li:nth-of-type(3)::before {
  content: '1';
  padding: 0px;
  position: absolute;
  width: 27px;
  height: 27px;
  line-height: 27px;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(228, 96, 44, 0.8);
  font-size: 14px;
  z-index: 5;
  font-weight: bold;
  text-align: center;
}
/* line 187, object/project/_sidebar.scss */
#secondary .popular-posts ul li:nth-of-type(2)::before {
  content: '2';
}
/* line 190, object/project/_sidebar.scss */
#secondary .popular-posts ul li:nth-of-type(3)::before {
  content: '3';
}
/* line 193, object/project/_sidebar.scss */
#secondary .popular-posts ul li a {
  color: #282828;
  font-size: 14px;
  display: inline-block;
}
/* line 198, object/project/_sidebar.scss */
#secondary .popular-posts ul li a:first-child {
  width: 124px;
}
/* line 201, object/project/_sidebar.scss */
#secondary .popular-posts ul li a:last-child {
  width: calc(100% - 124px);
  float: right;
}
/* line 205, object/project/_sidebar.scss */
#secondary .popular-posts ul li a:hover {
  color: #e4602c;
}
/* line 208, object/project/_sidebar.scss */
#secondary .popular-posts ul li a img {
  margin-right: 12px;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  float: inherit;
}
/* line 212, object/project/_sidebar.scss */
#secondary .popular-posts ul li a img:hover {
  opacity: 0.8;
}
/* line 224, object/project/_sidebar.scss */
#secondary .widget_xeory_recentviews h3:after {
  content: '最新の記事';
}
/* line 230, object/project/_sidebar.scss */
#secondary .widget_xeory_recentviews ul li img {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
/* line 232, object/project/_sidebar.scss */
#secondary .widget_xeory_recentviews ul li img:hover {
  opacity: .8;
}
/* line 240, object/project/_sidebar.scss */
#secondary .widget_xeory_recentviews h4 a:hover {
  color: #343434 !important;
}
/* line 247, object/project/_sidebar.scss */
#secondary .widget_social_widget {
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  /* line 247, object/project/_sidebar.scss */
  #secondary .widget_social_widget {
    margin-bottom: 0;
  }
}
/* line 253, object/project/_sidebar.scss */
#secondary .widget_social_widget h3 {
  font-weight: bold;
}
/* line 255, object/project/_sidebar.scss */
#secondary .widget_social_widget h3:after {
  content: 'ソーシャル';
  font-weight: normal;
}
/* line 260, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content {
  max-width: 300px;
  margin: 0 auto;
}
/* line 265, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-facebook {
  padding: 0 0 5px;
}
/* line 268, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns {
  padding: 0;
}
/* line 271, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul {
  margin: 0 -1px;
}
/* line 273, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul li {
  width: 50%;
  padding: 0 1px 1px;
  margin-bottom: 1px;
}
/* line 277, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul li a {
  padding: 2px 0;
  background: #fff !important;
  border: 1px solid #cac8c8;
  color: #282828;
}
/* line 283, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul li a:hover {
  background-color: #464646 !important;
  opacity: 1;
  color: #fff;
}
/* line 288, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul li a:before {
  font-size: 22px;
}
/* line 291, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul li a .xeory-social-name {
  display: none;
}
/* line 298, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul .item-facebook a:before {
  content: '\f09a';
}
/* line 304, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul .item-google a {
  padding: 4px 0 3px 0;
}
/* line 306, object/project/_sidebar.scss */
#secondary .widget_social_widget .widget-content .xeory-social-btns ul .item-google a:before {
  font-size: 20px;
}

/* line 3, object/project/_single.scss */
.single .site-content, .page .site-content {
  padding: 20px 0 0;
}
@media screen and (max-width: 991px) {
  /* line 3, object/project/_single.scss */
  .single .site-content, .page .site-content {
    padding: 20px 0 40px 0;
  }
}
@media screen and (max-width: 550px) {
  /* line 3, object/project/_single.scss */
  .single .site-content, .page .site-content {
    padding: 14px 0 40px 0;
  }
}
/* line 14, object/project/_single.scss */
.single .site-content .content-area, .page .site-content .content-area {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 991px) {
  /* line 14, object/project/_single.scss */
  .single .site-content .content-area, .page .site-content .content-area {
    margin-bottom: 40px !important;
  }
}
/* line 27, object/project/_single.scss */
.single .site-content .content-area .site-main article, .page .site-content .content-area .site-main article {
  padding: 45px 45px 0;
  border: 1px solid #cac8c8;
  border-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  /* line 27, object/project/_single.scss */
  .single .site-content .content-area .site-main article, .page .site-content .content-area .site-main article {
    padding: 15px 12px 0;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 27, object/project/_single.scss */
  .single .site-content .content-area .site-main article, .page .site-content .content-area .site-main article {
    width: calc(100% + 24px);
    margin-left: -12px;
    padding: 15px 12px 0;
  }
}
@media screen and (max-width: 550px) {
  /* line 27, object/project/_single.scss */
  .single .site-content .content-area .site-main article, .page .site-content .content-area .site-main article {
    padding: 15px 12px 0;
    border: 0;
    border-top: 1px solid #cac8c8;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
/* line 49, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header, .page .site-content .content-area .site-main article .entry-header {
  float: none;
  padding: 0;
}
/* line 53, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header .entry-meta, .page .site-content .content-area .site-main article .entry-header .entry-meta {
  margin: 0 0 13px 0;
  padding: 0;
  text-align: right;
  color: #bababa;
}
@media screen and (max-width: 991px) {
  /* line 53, object/project/_single.scss */
  .single .site-content .content-area .site-main article .entry-header .entry-meta, .page .site-content .content-area .site-main article .entry-header .entry-meta {
    margin-top: -4px;
    margin-bottom: 7px;
  }
}
/* line 64, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header .entry-meta:before, .page .site-content .content-area .site-main article .entry-header .entry-meta:before {
  background: none;
}
/* line 68, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header .entry-meta li, .page .site-content .content-area .site-main article .entry-header .entry-meta li {
  list-style: none;
  display: inline-block;
  font-style: italic;
}
/* line 73, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header .entry-meta .cat, .page .site-content .content-area .site-main article .entry-header .entry-meta .cat {
  float: left;
  color: #42acae;
}
/* line 77, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header .entry-meta .cat span:last-child, .page .site-content .content-area .site-main article .entry-header .entry-meta .cat span:last-child {
  display: none;
}
/* line 81, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header .entry-meta .cat a, .page .site-content .content-area .site-main article .entry-header .entry-meta .cat a {
  color: #42acae;
  font-size: 12px;
}
/* line 87, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header .entry-meta .date, .page .site-content .content-area .site-main article .entry-header .entry-meta .date {
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  position: relative;
}
/* line 94, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header .entry-meta .modified, .page .site-content .content-area .site-main article .entry-header .entry-meta .modified {
  font-style: normal;
  display: inline-block;
  padding-left: 8px;
}
/* line 102, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-header h1, .page .site-content .content-area .site-main article .entry-header h1 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.5em;
  color: #343434;
}
@media screen and (max-width: 767px) {
  /* line 102, object/project/_single.scss */
  .single .site-content .content-area .site-main article .entry-header h1, .page .site-content .content-area .site-main article .entry-header h1 {
    font-size: 21px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 550px) {
  /* line 102, object/project/_single.scss */
  .single .site-content .content-area .site-main article .entry-header h1, .page .site-content .content-area .site-main article .entry-header h1 {
    font-size: 21px;
  }
}
/* line 119, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-content, .page .site-content .content-area .site-main article .entry-content {
  padding: 0 0 40px 0;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  /* line 119, object/project/_single.scss */
  .single .site-content .content-area .site-main article .entry-content, .page .site-content .content-area .site-main article .entry-content {
    padding-bottom: 20px;
  }
}
/* line 127, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-content .entry-thumbnail, .page .site-content .content-area .site-main article .entry-content .entry-thumbnail {
  margin: 0 0 10px 0;
  float: none;
  width: 100%;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 127, object/project/_single.scss */
  .single .site-content .content-area .site-main article .entry-content .entry-thumbnail, .page .site-content .content-area .site-main article .entry-content .entry-thumbnail {
    margin-bottom: 16px;
  }
}
/* line 138, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-content .bzb-sns-area, .page .site-content .content-area .site-main article .entry-content .bzb-sns-area {
  display: block;
  margin: 0 0 10px 0;
  padding: 8px 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 138, object/project/_single.scss */
  .single .site-content .content-area .site-main article .entry-content .bzb-sns-area, .page .site-content .content-area .site-main article .entry-content .bzb-sns-area {
    padding: 0 10px;
    margin-bottom: 16px;
  }
}
/* line 149, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-content .bzb-sns-area ul, .page .site-content .content-area .site-main article .entry-content .bzb-sns-area ul {
  margin-bottom: 0px;
}
@media screen and (max-width: 550px) {
  /* line 153, object/project/_single.scss */
  .single .site-content .content-area .site-main article .entry-content .bzb-sns-area ul li, .page .site-content .content-area .site-main article .entry-content .bzb-sns-area ul li {
    padding: 2px 4px;
  }
}
/* line 158, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-content .bzb-sns-area ul li:before, .page .site-content .content-area .site-main article .entry-content .bzb-sns-area ul li:before {
  content: '';
  background: none;
}
/* line 168, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-content .bzb-sns-area .bzb-sns-btn, .page .site-content .content-area .site-main article .entry-content .bzb-sns-area .bzb-sns-btn {
  padding-left: 0;
}
/* line 170, object/project/_single.scss */
.single .site-content .content-area .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li, .page .site-content .content-area .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li {
  font-size: 12px;
}
/* line 178, object/project/_single.scss */
.single .site-content .content-area .site-main .post-author, .page .site-content .content-area .site-main .post-author {
  padding: 56px 48px;
  border-bottom: 0;
  border-left: 1px solid #cac8c8;
  border-right: 1px solid #cac8c8;
}
@media screen and (max-width: 991px) {
  /* line 178, object/project/_single.scss */
  .single .site-content .content-area .site-main .post-author, .page .site-content .content-area .site-main .post-author {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  /* line 178, object/project/_single.scss */
  .single .site-content .content-area .site-main .post-author, .page .site-content .content-area .site-main .post-author {
    padding: 24px 0;
  }
}
/* line 194, object/project/_single.scss */
.single .site-content .content-area .site-main .post-author .clearfix, .page .site-content .content-area .site-main .post-author .clearfix {
  padding: 24px;
  border: 2px solid #6f6f6f;
  background: #f6f6f6;
}
@media screen and (max-width: 320px) {
  /* line 194, object/project/_single.scss */
  .single .site-content .content-area .site-main .post-author .clearfix, .page .site-content .content-area .site-main .post-author .clearfix {
    padding: 12px;
  }
}
/* line 207, object/project/_single.scss */
.single .site-content .content-area .site-main .post-author .clearfix .post-author-img .inner img, .page .site-content .content-area .site-main .post-author .clearfix .post-author-img .inner img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
/* line 217, object/project/_single.scss */
.single .site-content .content-area .site-main .post-author .clearfix .post-author-meta .author, .page .site-content .content-area .site-main .post-author .clearfix .post-author-meta .author {
  color: #13b5b1;
  font-size: 16px;
  margin: 0 0 16px;
  padding: 0px;
}
/* line 224, object/project/_single.scss */
.single .site-content .content-area .site-main .post-author .clearfix .post-author-meta p, .page .site-content .content-area .site-main .post-author .clearfix .post-author-meta p {
  font-size: 15px;
  color: #282828;
  line-height: 2em;
}
/* line 235, object/project/_single.scss */
.single .site-content .content-area .site-main .entry-footer, .page .site-content .content-area .site-main .entry-footer {
  background: #fff;
  border: 0;
  padding: 0 45px 35px;
  border-left: 1px solid #cac8c8;
  border-right: 1px solid #cac8c8;
}
@media screen and (max-width: 991px) {
  /* line 235, object/project/_single.scss */
  .single .site-content .content-area .site-main .entry-footer, .page .site-content .content-area .site-main .entry-footer {
    border: 0;
    padding: 0 0 35px;
  }
}
/* line 248, object/project/_single.scss */
.single .site-content .content-area .site-main .entry-footer .bzb-sns-area, .page .site-content .content-area .site-main .entry-footer .bzb-sns-area {
  display: block;
  margin: 0 0 26px 0;
  padding: 0px 10px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  /* line 248, object/project/_single.scss */
  .single .site-content .content-area .site-main .entry-footer .bzb-sns-area, .page .site-content .content-area .site-main .entry-footer .bzb-sns-area {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 550px) {
  /* line 258, object/project/_single.scss */
  .single .site-content .content-area .site-main .entry-footer .bzb-sns-area li, .page .site-content .content-area .site-main .entry-footer .bzb-sns-area li {
    padding: 1px 4px;
  }
}
/* line 262, object/project/_single.scss */
.single .site-content .content-area .site-main .entry-footer .bzb-sns-area li:before, .page .site-content .content-area .site-main .entry-footer .bzb-sns-area li:before {
  content: '';
  background: none;
}
/* line 268, object/project/_single.scss */
.single .site-content .content-area .site-main .entry-footer .post-footer-list, .page .site-content .content-area .site-main .entry-footer .post-footer-list {
  padding: 0;
}
/* line 271, object/project/_single.scss */
.single .site-content .content-area .site-main .entry-footer .post-footer-list li:before, .page .site-content .content-area .site-main .entry-footer .post-footer-list li:before {
  color: #282828;
}
/* line 274, object/project/_single.scss */
.single .site-content .content-area .site-main .entry-footer .post-footer-list li a, .page .site-content .content-area .site-main .entry-footer .post-footer-list li a {
  color: #42acae;
  font-size: 14px;
  text-decoration: none;
}
/* line 278, object/project/_single.scss */
.single .site-content .content-area .site-main .entry-footer .post-footer-list li a:hover, .page .site-content .content-area .site-main .entry-footer .post-footer-list li a:hover {
  text-decoration: underline;
}
/* line 284, object/project/_single.scss */
.single .site-content .content-area .site-main .entry-footer .post-footer-list .cat:before, .page .site-content .content-area .site-main .entry-footer .post-footer-list .cat:before {
  content: "\f07c";
  color: #42acae;
  border-radius: 50%;
  font-size: 18px;
  padding: 4px;
}
/* line 295, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost, .page .site-content .content-area .site-main .widget-area-underpost {
  border: 0;
  background: none;
  padding: 0 45px 32px;
  border-left: 1px solid #cac8c8;
  border-right: 1px solid #cac8c8;
}
@media screen and (max-width: 991px) {
  /* line 295, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost, .page .site-content .content-area .site-main .widget-area-underpost {
    border: 0;
    padding: 0 0 32px;
  }
}
/* line 306, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost h3, .page .site-content .content-area .site-main .widget-area-underpost h3 {
  padding: 11px 10px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #fff;
  background: #464646;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  /* line 306, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost h3, .page .site-content .content-area .site-main .widget-area-underpost h3 {
    margin-top: 0;
  }
}
/* line 318, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost h3:after, .page .site-content .content-area .site-main .widget-area-underpost h3:after {
  content: '関連記事';
  font-size: 14px;
  color: #bfbfbf;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-weight: normal;
}
/* line 327, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts {
  padding: 0;
  border: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  /* line 327, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts {
    padding: 0px;
    margin-bottom: 30px;
  }
}
/* line 337, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop {
  margin: 0;
}
/* line 340, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item {
  width: calc(50% - 8px);
  background: #fff;
  padding: 0;
  border: 1px solid #dfdfdf;
  margin: 0 8px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 550px) {
  /* line 340, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item {
    width: 100%;
    margin: 0 0 10px;
  }
}
/* line 353, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:nth-child(2n+1), .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:nth-child(2n+1) {
  margin-left: 0;
}
/* line 357, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:nth-child(2n+2), .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:nth-child(2n+2) {
  margin-right: 0;
}
/* line 362, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-image, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-image {
  max-width: 110px;
  float: left;
  margin: 0;
}
/* line 368, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content {
  padding-left: 125px;
  padding-right: 10px;
}
/* line 372, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding-top: 8px;
}
/* line 378, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a {
  color: #343434;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  /* line 378, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a {
    font-size: 13px;
  }
}
/* line 391, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-meta, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}
/* line 400, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:hover .xeory-subloop-image img, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:hover .xeory-subloop-image img {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 408, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:hover .xeory-subloop-title a, .page .site-content .content-area .site-main .widget-area-underpost .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:hover .xeory-subloop-title a {
  text-decoration: none;
  color: #343434;
}
/* line 418, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget {
  padding: 0;
  border: 0;
}
/* line 423, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget h3:after, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget h3:after {
  content: 'ソーシャル';
}
@media screen and (max-width: 550px) {
  /* line 418, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget {
    padding-top: 0;
  }
}
/* line 432, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-twitter, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-twitter {
  padding: 0;
  margin-bottom: 0px;
}
/* line 437, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns {
  padding-bottom: 0;
}
/* line 440, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li {
  padding: 0 8px;
  margin-bottom: 8px;
}
/* line 443, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a {
  border-radius: 5px;
  font-weight: bold;
  padding: 0px 16px;
  border-radius: 0;
  background: none;
  border: 1px solid #cac8c8;
  color: #464646;
}
@media screen and (max-width: 550px) {
  /* line 443, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a {
    margin: 0 4px;
  }
}
/* line 456, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a:before, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a:before {
  font-size: 22px;
}
/* line 459, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a span, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a span {
  display: none;
}
/* line 463, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a:hover, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a:hover {
  background: #464646;
  opacity: 1;
}
/* line 466, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a:hover:before, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li a:hover:before {
  color: #fff;
}
/* line 471, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li:first-child, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li:first-child {
  padding-left: 0;
}
@media screen and (max-width: 550px) {
  /* line 471, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li:first-child, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li:first-child {
    margin-left: 0;
  }
}
/* line 477, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li:last-child, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 550px) {
  /* line 477, object/project/_single.scss */
  .single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li:last-child, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul li:last-child {
    margin-right: 0;
  }
}
/* line 487, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul .item-facebook a:before, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-btns ul .item-facebook a:before {
  content: '\f09a';
}
/* line 496, object/project/_single.scss */
.single .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-facebook, .page .site-content .content-area .site-main .widget-area-underpost .widget_social_widget .xeory-social-facebook {
  padding: 0 8px 32px;
  width: 100%;
}
/* line 504, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area, .page .site-content .content-area .site-main .comments-area {
  background: none;
  padding: 0px 45px 30px;
  border-left: 1px solid #cac8c8;
  border-right: 1px solid #cac8c8;
  border-bottom: 1px solid #cac8c8;
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  /* line 504, object/project/_single.scss */
  .single .site-content .content-area .site-main .comments-area, .page .site-content .content-area .site-main .comments-area {
    border: 0;
    border-bottom: 1px solid #cac8c8;
    width: calc(100% + 24px);
    margin-left: -12px;
    padding: 0 12px 25px;
  }
}
/* line 522, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comments-header .comments-title, .page .site-content .content-area .site-main .comments-area .comments-header .comments-title {
  padding: 11px 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #464646;
  background: #dec56b;
  font-weight: normal;
  margin-top: 0;
}
/* line 531, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comments-header .comments-title span, .page .site-content .content-area .site-main .comments-area .comments-header .comments-title span {
  display: none;
}
/* line 535, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comments-header .comments-title:after, .page .site-content .content-area .site-main .comments-area .comments-header .comments-title:after {
  content: 'コメント';
  font-size: 14px;
  color: #464646;
  margin-left: 5px;
  position: relative;
  top: -2px;
  font-weight: normal;
}
/* line 542, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comments-header .comments-title:before, .page .site-content .content-area .site-main .comments-area .comments-header .comments-title:before {
  content: 'Comments';
}
/* line 550, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comments-text, .page .site-content .content-area .site-main .comments-area .comments-text {
  display: none;
}
/* line 555, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comment-list li, .page .site-content .content-area .site-main .comments-area .comment-list li {
  border-bottom: 0;
}
/* line 560, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .children, .page .site-content .content-area .site-main .comments-area .children {
  background: #f9f9f9;
  margin-left: 0;
  padding: 35px 45px 15px;
}
@media screen and (max-width: 550px) {
  /* line 560, object/project/_single.scss */
  .single .site-content .content-area .site-main .comments-area .children, .page .site-content .content-area .site-main .comments-area .children {
    padding: 15px 12px 10px;
  }
}
/* line 573, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comment-author-image img, .page .site-content .content-area .site-main .comments-area .comment-author-image img {
  border-radius: 50%;
}
/* line 578, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comment-author-content .fn, .page .site-content .content-area .site-main .comments-area .comment-author-content .fn {
  font-size: 16px;
  color: #232323;
}
/* line 583, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comment-author-content .comment-meta a, .page .site-content .content-area .site-main .comments-area .comment-author-content .comment-meta a {
  color: #868686;
  font-size: 12px;
}
/* line 590, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comment-content p, .page .site-content .content-area .site-main .comments-area .comment-content p {
  font-size: 15px;
  line-height: 1.8em;
  color: #646464;
}
/* line 597, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .reply, .page .site-content .content-area .site-main .comments-area .reply {
  margin-bottom: 24px;
  opacity: 0.7;
}
@media screen and (max-width: 550px) {
  /* line 597, object/project/_single.scss */
  .single .site-content .content-area .site-main .comments-area .reply, .page .site-content .content-area .site-main .comments-area .reply {
    margin-bottom: 5px;
  }
}
/* line 605, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .reply a, .page .site-content .content-area .site-main .comments-area .reply a {
  color: #343434;
  font-size: 14px;
}
/* line 609, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .reply a:before, .page .site-content .content-area .site-main .comments-area .reply a:before {
  content: '';
}
/* line 617, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comment-form .submit, .page .site-content .content-area .site-main .comments-area .comment-form .submit {
  border: 0;
  background: #282828;
}
/* line 621, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comment-form .submit:hover, .page .site-content .content-area .site-main .comments-area .comment-form .submit:hover {
  background: #343434;
}
/* line 627, object/project/_single.scss */
.single .site-content .content-area .site-main .comments-area .comment-respond, .page .site-content .content-area .site-main .comments-area .comment-respond {
  margin-bottom: 0;
  margin-bottom: 0;
}

/* line 644, object/project/_single.scss */
.page .site-content .content-area .site-main article {
  border-bottom: 1px solid #cac8c8 !important;
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  /* line 644, object/project/_single.scss */
  .page .site-content .content-area .site-main article {
    padding-bottom: 0;
    border-bottom: 0px solid #cac8c8 !important;
  }
}

/* line 1, object/project/_recommend.scss */
.recommend-posts {
  padding: 0;
  margin-bottom: 50px;
}
/* line 5, object/project/_recommend.scss */
.recommend-posts .container {
  margin: 0;
}
@media screen and (max-width: 991px) {
  /* line 1, object/project/_recommend.scss */
  .recommend-posts {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1, object/project/_recommend.scss */
  .recommend-posts {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px) {
  /* line 1, object/project/_recommend.scss */
  .recommend-posts {
    padding-bottom: 15px;
  }
}
/* line 23, object/project/_recommend.scss */
.recommend-posts .recommend-title {
  padding: 0;
  margin-bottom: 9px;
}
@media screen and (max-width: 991px) {
  /* line 23, object/project/_recommend.scss */
  .recommend-posts .recommend-title {
    margin-bottom: 10px;
  }
}
/* line 31, object/project/_recommend.scss */
.recommend-posts .recommend-title .wrap {
  color: #343434;
  font-size: 40px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  /* line 31, object/project/_recommend.scss */
  .recommend-posts .recommend-title .wrap {
    font-size: 26px;
  }
}
@media screen and (max-width: 550px) {
  /* line 31, object/project/_recommend.scss */
  .recommend-posts .recommend-title .wrap {
    font-size: 24px;
  }
}
/* line 46, object/project/_recommend.scss */
.recommend-posts .recommend-title .wrap span {
  color: #7a7979;
  font-size: 14px;
  line-height: 50px;
  margin-left: 20px;
  font-weight: normal;
  position: absolute;
  top: 5px;
}
@media screen and (max-width: 991px) {
  /* line 46, object/project/_recommend.scss */
  .recommend-posts .recommend-title .wrap span {
    font-size: 12px;
    top: 0;
    margin-left: 10px;
  }
}
/* line 64, object/project/_recommend.scss */
.recommend-posts .recommend-wrap {
  display: block;
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (max-width: 550px) {
  /* line 64, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
}
/* line 75, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  padding: 0 6px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  /* line 75, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  /* line 89, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list:nth-child(2n+1) {
    padding: 0 12px 0 6px;
  }
  /* line 93, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list:nth-child(2n) {
    padding: 0 6px 0 12px;
  }
  /* line 97, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list:first-child {
    padding: 0;
  }
}
/* line 102, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article {
  margin: 0;
  border: 0;
  background: none;
  border: 1px solid #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}
/* line 110, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a {
  display: block;
}
/* line 113, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-thumbnail {
  float: none;
  margin: 0 0 20px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 206px;
  max-height: 145px;
}
/* line 123, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-thumbnail img {
  max-width: calc(100% + 30px);
}
@media screen and (max-width: 991px) {
  /* line 123, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list article a .entry-thumbnail img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 113, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list article a .entry-thumbnail {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
/* line 136, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-content {
  padding: 0 10px 0px;
  overflow: visible;
}
/* line 141, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-content .entry-title {
  margin: 0;
  border: 0;
  color: #343434;
  font-size: 14px;
  line-height: 1.6em;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  /* line 141, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list article a .entry-content .entry-title {
    font-size: 12px;
  }
}
/* line 154, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-content .entry-title:hover {
  color: #343434;
}
/* line 159, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-content .entry-meta {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
  color: #e2e1e1;
  font-size: 12px;
}
/* line 166, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-content .entry-meta:before {
  content: none;
}
/* line 170, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-content .entry-meta li {
  display: inline-block;
}
/* line 174, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-content .entry-meta .cat {
  font-size: 12px;
  color: #42acae;
  margin-right: 8px;
}
/* line 180, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list article a .entry-content .entry-meta .date {
  font-size: 12px;
  color: #bababa;
}
@media screen and (max-width: 991px) {
  /* line 180, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list article a .entry-content .entry-meta .date {
    display: none;
  }
}
/* line 192, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list:first-child {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 550px) {
  /* line 192, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list:first-child {
    margin-bottom: 10px;
  }
}
/* line 200, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list:first-child article {
  position: relative;
  border: 0;
  width: 100%;
  padding: 0;
  overflow: visible;
}
/* line 207, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list:first-child article .entry-thumbnail {
  top: 0;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  max-width: 860px;
  max-height: 441px;
}
/* line 219, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list:first-child article .entry-content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  width: calc(100% - 50px);
  padding: 20px 22px;
  margin: 25px;
}
@media screen and (max-width: 550px) {
  /* line 219, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list:first-child article .entry-content {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  /* line 219, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list:first-child article .entry-content {
    padding: 12px;
    margin: 0;
  }
}
@media screen and (max-width: 320px) {
  /* line 238, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list:first-child article .entry-content .entry-meta {
    margin-bottom: 3px;
  }
}
/* line 244, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list:first-child article .entry-content .entry-meta .date {
  color: #343434;
}
/* line 249, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list:first-child article .entry-content .entry-title {
  font-size: 20px;
  color: #282828;
  padding-bottom: 0;
}
@media screen and (max-width: 550px) {
  /* line 249, object/project/_recommend.scss */
  .recommend-posts .recommend-wrap .article-list:first-child article .entry-content .entry-title {
    font-size: 17px;
  }
}
/* line 260, object/project/_recommend.scss */
.recommend-posts .recommend-wrap .article-list:first-child article:after {
  clear: both;
  display: block;
  content: '';
}

/* line 275, object/project/_recommend.scss */
.hover-media-b:before {
  background: rgba(70, 70, 70, 0.3) none repeat scroll 0 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  display: none;
}
/* line 289, object/project/_recommend.scss */
.hover-media-b:hover:before {
  display: block;
}
@media screen and (max-width: 991px) {
  /* line 289, object/project/_recommend.scss */
  .hover-media-b:hover:before {
    display: none;
  }
}

/* line 299, object/project/_recommend.scss */
.hover-media-b img {
  position: relative;
  left: -30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: calc( 100% + 30px );
}
@media screen and (max-width: 991px) {
  /* line 299, object/project/_recommend.scss */
  .hover-media-b img {
    width: 100%;
    left: 0px;
  }
}

/* line 312, object/project/_recommend.scss */
.hover-media-b:hover img {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
@media screen and (max-width: 991px) {
  /* line 312, object/project/_recommend.scss */
  .hover-media-b:hover img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Not showing site-description */
.site-description {
  display: none;
}

/* line 86, object/project/_loop.scss */
.archive .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail, .page-post-lists .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail{
  margin: 0;
  position: relative;
  overflow: hidden;
  max-width: 280px;
  max-height: 180px;
}

@media screen and (max-width: 550px) {
  /* line 86, object/project/_loop.scss */
  .archive .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail, .page-post-lists .site-content .content-area .site-main .post-loop-wrap .article-list article .entry-header .entry-thumbnail {
    max-width: 530px;
    max-height: 270px;
  }
}
