@charset "UTF-8";
/*
Theme Name: bilumen-taishi
Theme URI: http://xeory.jp/
Description: Xeoryベーステーマ
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory-base
Version: 0.2.0
*/
/* =========================================================
 Base style
========================================================= */
body {
  background: #fdfbf5;
  word-break: break-all;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #515151;
  font-size: 16px; }
  @media screen and (max-width: 991px) {
    body {
      padding-top: 0 !important; } }

a {
  color: #93d7ff;
  transition: all ease-in-out .3s; }
  a:hover {
    color: #2bb9f1; }

.single .entry-content a {
  text-decoration: underline; }

/* main layout
--------------------------------------------------------- */
.home .site-content .content-area,
.home .site-content #secondary {
  margin-top: 60px; }

.site {
  position: relative; }

.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .container {
      padding: 0 20px; } }
  @media screen and (max-width: 991px) {
    .container {
      padding: 0 16px; } }
  @media screen and (max-width: 550px) {
    .container {
      padding: 0 10px; } }

.site-content {
  padding: 60px 0 300px;
  background: url(images/fotter_img.png) bottom repeat-x; }
  @media screen and (max-width: 991px) {
    .site-content {
      padding: 60px 0 240px; } }

.archive .site-content, .search .site-content {
  padding: 24px 0 300px; }

/*------ TOC ------*/
#toc_container {
  margin: 0 0 40px 0;
  padding: 32px;
  width: 100% !important; }
  @media screen and (max-width: 550px) {
    #toc_container {
      padding: 16px; } }

.toc_number {
  display: none; }

.toc_list li:before {
  content: none !important; }

/*------ bzb-sns ------*/
#___plusone_0, #___plusone_1 {
  width: 63px !important; }

/*------ header-snsボタン ------*/
#header-sns {
  display: none; }

/*------ 記事下twitterウィジェット ------*/
.xeory-social-twitter {
  width: auto;
  display: block;
  text-align: center; }

/*------ 記事下SNSボタン ------*/
@media screen and (max-width: 767px) {
  .xeory-social-btns > ul > li {
    width: 50% !important;
    padding: 0 !important; }
    .xeory-social-btns > ul > li:nth-child(1) > a {
      margin: 0 10px 10px 0; }
    .xeory-social-btns > ul > li:nth-child(2) > a {
      margin: 0 0 10px 0; }
    .xeory-social-btns > ul > li:nth-child(3) > a {
      margin: 0 10px 0 0; }
    .xeory-social-btns > ul > li:nth-child(4) > a {
      margin: 0; } }

/*------ サイドバーSNSボタン ------*/
#secondary .sns-list {
  text-align: center;
  margin: 36px 0 0 0; }
  #secondary .sns-list li {
    border: 0;
    display: inline-block;
    font-size: 18px;
    padding: 0 7px; }
    #secondary .sns-list li a {
      color: #fff;
      display: block;
      width: 40px;
      height: 40px;
      line-height: 36px;
      margin-left: 0;
      border-radius: 100%; }
      #secondary .sns-list li a:hover {
        background: #fff; }
  #secondary .sns-list .post-sns-facebook a {
    border: 2px solid #3b5998;
    background: #3b5998; }
    #secondary .sns-list .post-sns-facebook a:hover {
      border: 2px solid #3b5998;
      color: #3b5998; }
  #secondary .sns-list .post-sns-twitter a {
    border: 2px solid #43ccf7;
    background: #43ccf7; }
    #secondary .sns-list .post-sns-twitter a:hover {
      border: 2px solid #43ccf7;
      color: #43ccf7; }
  #secondary .sns-list .post-sns-google a {
    border: 2px solid #d23f2d;
    background: #d23f2d; }
    #secondary .sns-list .post-sns-google a:hover {
      border: 2px solid #d23f2d;
      color: #d23f2d; }
  #secondary .sns-list .post-sns-feedly a {
    border: 2px solid #87c031;
    background: #87c031; }
    #secondary .sns-list .post-sns-feedly a:hover {
      border: 2px solid #87c031;
      color: #87c031; }

/*------ 404ページの検索フォーム ------*/
.no-results .search-form {
  margin-bottom: 40px; }

/*------ pagetop ------*/
.pagetop {
  z-index: 100;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: center; }

/*------ sp-navボタン ------*/
.sp-nav-btn {
  position: absolute;
  top: -18px;
  right: 14px;
  overflow: auto; }
  .sp-nav-btn:before {
    display: block;
    font-size: 32px;
    text-align: center; }
  .sp-nav-btn:after {
    content: "MENU";
    font-size: 10px;
    display: block;
    margin: -12px auto 0 auto;
    text-align: center; }

/*------ sp-nav ------*/
.sp-nav.active {
  display: block;
  z-index: 200; }

.widget-area {
  width: 320px;
  margin-left: -320px; }
  @media screen and (max-width: 991px) {
    .widget-area {
      width: 100%;
      margin-left: 0; } }

.site-main {
  padding-right: 370px; }
  @media screen and (max-width: 991px) {
    .site-main {
      padding-right: 0; } }

.archive .site-content {
  padding: 20px 0 300px; }
  @media screen and (max-width: 991px) {
    .archive .site-content {
      padding-top: 12px; } }

.comments-area {
  background: #fff;
  padding: 0 32px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -moz-box-shadow: 0px 2px 2px #e2e2e2;
  -webkit-box-shadow: 0px 2px 2px #e2e2e2;
  box-shadow: 0px 2px 2px #e2e2e2;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .comments-area {
      border-radius: 0;
      box-shadow: none; } }
  @media screen and (max-width: 767px) {
    .comments-area {
      padding: 0 16px 40px; } }
  @media screen and (max-width: 550px) {
    .comments-area {
      padding: 0 10px 40px; } }
  .comments-area .comments-text {
    display: none; }
  .comments-area .comments-header .comments-title {
    padding: 8px;
    margin-bottom: 24px;
    font-size: 20px;
    text-align: center;
    border-top: 2px solid #38a7e8;
    border-bottom: 2px solid #38a7e8;
    font-weight: bold;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .comments-area .comments-header .comments-title {
        padding: 9px;
        margin-bottom: 20px; } }
    .comments-area .comments-header .comments-title:before {
      display: none; }
  .comments-area .comment-list li {
    border-bottom: 0; }
  .comments-area .children {
    background: #fafafa;
    margin-left: 0;
    padding: 32px 24px;
    border-radius: 10px; }
    .comments-area .children .reply {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .comments-area .children {
        padding: 16px; } }
  .comments-area .fn {
    font-size: 16px;
    font-weight: bold; }
  .comments-area .comment-author-image img {
    border-radius: 50%; }
  .comments-area .comment-content {
    color: #646464;
    line-height: 28px;
    margin-bottom: 4px; }
  .comments-area .comment-author {
    margin-bottom: 4px; }
  .comments-area .reply {
    margin-bottom: 16px; }
    .comments-area .reply a {
      color: #2bb9f1 !important; }
      .comments-area .reply a:hover {
        color: #4ae1fc !important; }
      .comments-area .reply a:before {
        content: ''; }
  .comments-area .comment-form .submit {
    border: 0;
    background: #93d7ff;
    border-radius: 10px; }
    .comments-area .comment-form .submit:hover {
      background: #2bb9f1; }
  .comments-area .comment-respond {
    margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .comments-area .comment-respond {
      margin-bottom: 0; } }
  .comments-area .comment-meta a {
    color: #868686; }

.post-cta {
  margin-left: -32px;
  width: calc(100% + 64px);
  padding: 0px 0 32px;
  border-top: 0;
  background: #fff;
  border-bottom: 3px solid #e5ae19; }
  .post-cta a {
    color: #2bb9f1; }
    .post-cta a:hover {
      color: #4ae1fc; }
  @media screen and (max-width: 767px) {
    .post-cta {
      margin-left: -16px;
      width: calc(100% + 32px); } }
  @media screen and (max-width: 550px) {
    .post-cta {
      margin-left: -10px;
      width: calc(100% + 20px);
      padding-bottom: 24px;
      padding-top: 4px; } }
  .post-cta .post-cta-header {
    background: #feba02;
    color: #fff;
    padding: 20px;
    border: 0; }
    @media screen and (max-width: 767px) {
      .post-cta .post-cta-header {
        padding: 16px; } }
    .post-cta .post-cta-header .post-cta-title {
      font-size: 32px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .post-cta .post-cta-header .post-cta-title {
          font-size: 18px; } }
  .post-cta .post-cta-body .post-cta-body-inner {
    background: #fff;
    padding: 32px 32px 0; }
    @media screen and (max-width: 767px) {
      .post-cta .post-cta-body .post-cta-body-inner {
        padding: 24px 16px 0; } }
    @media screen and (max-width: 550px) {
      .post-cta .post-cta-body .post-cta-body-inner {
        padding: 24px 10px 0; } }
    .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
      margin-bottom: 24px;
      width: 280px;
      border-radius: 10px;
      overflow: hidden;
      margin-left: 24px; }
      @media screen and (max-width: 767px) {
        .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
          width: 100%;
          margin-left: 0;
          margin: 0 auto 12px;
          max-width: 100%; } }
  .post-cta .post-cta-content ul {
    padding-left: 0;
    list-style: disc !important;
    padding-left: 20px; }
    .post-cta .post-cta-content ul li:before {
      content: none; }
  .post-cta .post-cta-content p {
    line-height: 1.8; }
  .post-cta .post-cta-footer {
    background: #fff;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 0; }
    .post-cta .post-cta-footer .post-cta-btn a {
      box-shadow: none;
      max-width: 450px;
      background: #93d7ff;
      border-radius: 10px;
      font-weight: bold;
      padding: 22px;
      line-height: 16px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .post-cta .post-cta-footer .post-cta-btn a {
          max-width: 260px;
          padding: 16px; } }
      .post-cta .post-cta-footer .post-cta-btn a:after {
        content: "\f18e ";
        font-family: FontAwesome;
        color: #fff;
        margin-left: 7px;
        font-size: 24px;
        font-weight: normal;
        position: absolute; }
        @media screen and (max-width: 767px) {
          .post-cta .post-cta-footer .post-cta-btn a:after {
            font-size: 16px; } }
      .post-cta .post-cta-footer .post-cta-btn a:hover {
        color: #fff;
        opacity: 0.8; }

.entry-content p {
  margin-bottom: 32px; }
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: bold; }
.entry-content h2 {
  margin: 0;
  padding: 14px 32px;
  border-bottom: 0;
  background: #93d7ff;
  font-size: 28px;
  color: #fff;
  margin-bottom: 24px;
  margin-left: -32px;
  width: calc(100% + 64px); }
  @media screen and (max-width: 991px) {
    .entry-content h2 {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .entry-content h2 {
      font-size: 24px;
      margin-left: -16px;
      width: calc(100% + 32px);
      padding: 16px;
      margin-bottom: 12px; } }
  @media screen and (max-width: 550px) {
    .entry-content h2 {
      font-size: 24px;
      margin-left: -10px;
      width: calc(100% + 20px);
      padding: 14px 10px; } }
.entry-content h3 {
  margin: 0 0 24px;
  font-size: 22px;
  padding: 18px 21px;
  border-left: 5px solid #95D8FD;
  background: #f8f8f8;
  color: #555555; }
  @media screen and (max-width: 991px) {
    .entry-content h3 {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .entry-content h3 {
      margin-bottom: 12px;
      padding: 18px 21px; } }
.entry-content h4 {
  margin: 0 0 16px;
  border-bottom: 3px solid #f8c94a;
  font-size: 20px;
  padding: 0 10px 6px; }
  @media screen and (max-width: 550px) {
    .entry-content h4 {
      font-size: 20px; } }
.entry-content h5 {
  margin: 0 0 10px;
  padding-left: 16px;
  font-size: 18px;
  position: relative; }
  .entry-content h5:before {
    content: '\f111 ';
    font-family: 'FontAwesome';
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 9px;
    color: #ffc0c0; }
.entry-content h6 {
  margin: 0 0 8px; }
.entry-content ul {
  margin-bottom: 40px;
  list-style: disc !important; }
  .entry-content ul li ul {
    margin-bottom: 0;
    padding-left: 20px; }
    .entry-content ul li ul li {
      list-style: none; }
.entry-content ol {
  margin-bottom: 40px;
  padding-left: 32px; }
.entry-content dl {
  margin-bottom: 32px; }
  .entry-content dl dt {
    display: inline-block;
    margin: 0 0 12px;
    padding: 11px 16px;
    background: #ecf8ff;
    font-weight: bold;
    border-radius: 5px; }
  .entry-content dl dd {
    margin: 0; }
.entry-content table {
  width: 100% !important;
  margin-bottom: 40px !important; }
  .entry-content table th {
    background: #38a7e8;
    color: #fff;
    padding: 6px 10px;
    border-color: #93d7ff;
    font-weight: bold;
    text-align: left; }
  .entry-content table tr td {
    padding: 2px 10px;
    border-color: #93d7ff; }
.entry-content blockquote {
  margin-bottom: 40px;
  padding: 40px 24px 24px;
  background: #ecf8ff;
  border: none;
  margin-top: 10px;
  position: relative;
  width: 100%;
  display: inline-block;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .entry-content blockquote {
      padding: 40px 16px 24px; } }
  .entry-content blockquote:before {
    background: #38a7e8;
    color: #fff;
    top: -22px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    text-align: center;
    line-height: 46px;
    font-size: 20px; }
  .entry-content blockquote:after {
    content: "";
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #38a7e8;
    top: 23px;
    left: 50%;
    margin-left: -3px; }
.entry-content .attention ul:last-child, .entry-content .attention p:last-child, .entry-content blockquote ul:last-child, .entry-content blockquote p:last-child {
  margin-bottom: 0; }
.entry-content .attention {
  padding: 24px;
  margin-bottom: 40px;
  border: 1px solid #38a7e8;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .entry-content .attention {
      padding: 24px 16px; } }
.entry-content .a-3 {
  padding: 20px 24px 24px;
  margin-bottom: 32px; }
  .entry-content .a-3 .attention-title {
    font-weight: bold;
    margin-bottom: 16px;
    padding-bottom: 6px;
    text-align: center;
    color: #8ebc00;
    border-bottom: 2px solid #8ebc00; }
  @media screen and (max-width: 767px) {
    .entry-content .a-3 {
      padding: 20px 16px; } }
.entry-content .link-button-green,
.entry-content .link-button-orange {
  margin-bottom: 30px !important;
  text-align: center;
  padding: 0; }
  .entry-content .link-button-green a,
  .entry-content .link-button-orange a {
    display: inline-block;
    background: #93d7ff;
    padding: 8px 32px;
    color: #fff !important;
    font-weight: bold;
    border-color: #38a7e8; }
    .entry-content .link-button-green a:hover,
    .entry-content .link-button-orange a:hover {
      background-color: rgba(147, 215, 255, 0.8); }
    @media only screen and (max-width: 767px) {
      .entry-content .link-button-green a,
      .entry-content .link-button-orange a {
        max-width: 100%;
        width: 100%; } }
    .entry-content .link-button-green a i,
    .entry-content .link-button-orange a i {
      margin-right: 10px; }
.entry-content .link-button-orange a {
  background: #f8c94a;
  border-color: #dfa300; }
  .entry-content .link-button-orange a:hover {
    background-color: rgba(248, 201, 74, 0.8); }
.entry-content .box-contact {
  max-width: 718px;
  margin: 0 auto 44px;
  border: 5px solid #3a93de;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  line-height: 24px;
  color: #333;
  position: relative; }
  @media only screen and (max-width: 550px) {
    .entry-content .box-contact {
      border: 3px solid #3a93de; } }
  .entry-content .box-contact .ttl01 {
    background: #3a93de;
    font-size: 24px;
    line-height: 27.2px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    padding: 4px 0 8px 0; }
    .entry-content .box-contact .ttl01 br {
      display: none; }
      @media only screen and (max-width: 660px) {
        .entry-content .box-contact .ttl01 br {
          display: block; } }
    @media only screen and (max-width: 660px) {
      .entry-content .box-contact .ttl01 {
        font-size: 20px;
        display: block;
        line-height: 10px;
        padding: 21px 0 6px 0; } }
    .entry-content .box-contact .ttl01 span {
      font-size: 28px; }
      @media only screen and (max-width: 660px) {
        .entry-content .box-contact .ttl01 span {
          font-size: 26px; } }
  .entry-content .box-contact .deco01 {
    margin: 0;
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-radius: 3px;
    background-color: #fff100;
    padding: 8px 3px 5px 9px; }
    @media only screen and (max-width: 660px) {
      .entry-content .box-contact .deco01 {
        font-size: 14px;
        padding: 2px 5px 0px 9px;
        top: 8px;
        left: 6px; } }
  .entry-content .box-contact .box-contact-inner {
    padding: 13px 16px 18px; }
    @media only screen and (max-width: 550px) {
      .entry-content .box-contact .box-contact-inner {
        padding: 17px 16px 8px; } }
    @media only screen and (max-width: 350px) {
      .entry-content .box-contact .box-contact-inner {
        padding: 17px 8px 8px; } }
    .entry-content .box-contact .box-contact-inner p.txt01 {
      color: #333333;
      font-size: 17px;
      font-weight: bold;
      line-height: 27.2px;
      text-align: center;
      margin-bottom: 11px;
      position: relative; }
      @media only screen and (max-width: 550px) {
        .entry-content .box-contact .box-contact-inner p.txt01 {
          font-size: 15px; } }
      @media only screen and (max-width: 350px) {
        .entry-content .box-contact .box-contact-inner p.txt01 {
          font-size: 13px; } }
      .entry-content .box-contact .box-contact-inner p.txt01:before {
        position: absolute;
        top: 0;
        left: calc(50% - 180px);
        content: url(./images/icon03.png); }
        @media only screen and (max-width: 550px) {
          .entry-content .box-contact .box-contact-inner p.txt01:before {
            top: 2px;
            left: calc(50% - 158px); } }
        @media only screen and (max-width: 350px) {
          .entry-content .box-contact .box-contact-inner p.txt01:before {
            top: 2px;
            left: calc(50% - 140px); } }
      .entry-content .box-contact .box-contact-inner p.txt01:after {
        position: absolute;
        top: 0;
        left: calc(50% + 170px);
        content: url(./images/icon04.png); }
        @media only screen and (max-width: 550px) {
          .entry-content .box-contact .box-contact-inner p.txt01:after {
            top: 2px;
            left: calc(50% + 147px); } }
        @media only screen and (max-width: 350px) {
          .entry-content .box-contact .box-contact-inner p.txt01:after {
            top: 2px;
            left: calc(50% + 130px); } }
    .entry-content .box-contact .box-contact-inner p.txt02 {
      margin-bottom: 16px; }
      @media only screen and (max-width: 550px) {
        .entry-content .box-contact .box-contact-inner p.txt02 {
          line-height: 22px; } }
      .entry-content .box-contact .box-contact-inner p.txt02 a {
        color: #20b6ed !important; }
        .entry-content .box-contact .box-contact-inner p.txt02 a:hover {
          color: #4ae1fc;
          text-decoration: underline; }
          @media only screen and (max-width: 550px) {
            .entry-content .box-contact .box-contact-inner p.txt02 a:hover {
              color: #36a4e3; } }
    .entry-content .box-contact .box-contact-inner .col-df {
      border-radius: 6px;
      background-color: #edf6f8;
      width: calc((100% - 14px) / 2); }
      @media screen and (min-width: 992px) and (max-width: 1130px) {
        .entry-content .box-contact .box-contact-inner .col-df {
          width: 100%;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 720px) {
        .entry-content .box-contact .box-contact-inner .col-df {
          width: 100%; } }
      .entry-content .box-contact .box-contact-inner .col-df .ttl02 {
        color: #5d5c5c;
        font-size: 16px;
        font-weight: bold;
        line-height: 34px;
        position: relative;
        text-align: center;
        padding: 10px 0 8px 0;
        margin: 0; }
        .entry-content .box-contact .box-contact-inner .col-df .ttl02:before {
          position: absolute;
          top: 13px; }
    .entry-content .box-contact .box-contact-inner .col-left {
      float: left;
      padding: 0 10px 6px; }
      @media screen and (min-device-width: 992px) and (max-device-width: 1124px) {
        .entry-content .box-contact .box-contact-inner .col-left {
          float: inherit;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 720px) {
        .entry-content .box-contact .box-contact-inner .col-left {
          float: inherit;
          margin-bottom: 10px; } }
      .entry-content .box-contact .box-contact-inner .col-left .ttl02:before {
        left: calc(50% - 80px);
        content: url(./images/icon01.png); }
      .entry-content .box-contact .box-contact-inner .col-left ul {
        padding: 0;
        margin: auto;
        text-align: center; }
        .entry-content .box-contact .box-contact-inner .col-left ul li {
          list-style-type: none;
          margin-bottom: 10px;
          vertical-align: middle;
          line-height: 34px; }
          .entry-content .box-contact .box-contact-inner .col-left ul li span {
            border: 1px solid #dcdcdc;
            font-size: 14px;
            color: #666666;
            background: #FFF;
            padding: 0 5px 0 9px;
            line-height: 27px;
            display: inline-block;
            margin: 0 9px 0 0;
            vertical-align: top; }
            @media only screen and (max-width: 375px) {
              .entry-content .box-contact .box-contact-inner .col-left ul li span {
                font-size: 11px;
                padding: 0 5px;
                margin: 0 5px 0 0; } }
          .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(1), .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(1) a {
            color: #20b6ed;
            font-weight: bold;
            font-size: 28px;
            pointer-events: none;
            line-height: 32px; }
            @media only screen and (max-width: 550px) {
              .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(1), .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(1) a {
                pointer-events: inherit; } }
            @media only screen and (max-width: 375px) {
              .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(1), .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(1) a {
                font-size: 24px; } }
          .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(2), .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(2) a {
            color: #2ca93e;
            font-weight: bold;
            font-size: 28px;
            pointer-events: none;
            line-height: 32px; }
            @media only screen and (max-width: 550px) {
              .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(2), .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(2) a {
                pointer-events: inherit; } }
            @media only screen and (max-width: 375px) {
              .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(2), .entry-content .box-contact .box-contact-inner .col-left ul li:nth-child(2) a {
                font-size: 24px; } }
    .entry-content .box-contact .box-contact-inner .col-right {
      float: right;
      padding: 0 10px 30px; }
      @media screen and (min-device-width: 992px) and (max-device-width: 1124px) {
        .entry-content .box-contact .box-contact-inner .col-right {
          float: inherit; } }
      @media only screen and (max-width: 720px) {
        .entry-content .box-contact .box-contact-inner .col-right {
          float: inherit; } }
      @media only screen and (max-width: 550px) {
        .entry-content .box-contact .box-contact-inner .col-right {
          padding: 0 0 23px 0; } }
      @media only screen and (max-width: 550px) {
        .entry-content .box-contact .box-contact-inner .col-right .ttl02 {
          padding: 15px 0 5px 0; } }
      .entry-content .box-contact .box-contact-inner .col-right .ttl02:before {
        top: 12px;
        left: calc(50% - 86px);
        content: url(./images/icon02.png); }
        @media only screen and (max-width: 550px) {
          .entry-content .box-contact .box-contact-inner .col-right .ttl02:before {
            top: 16px; } }
      .entry-content .box-contact .box-contact-inner .col-right p.btn01 {
        max-width: 281px;
        margin: auto; }
        @media only screen and (max-width: 375px) {
          .entry-content .box-contact .box-contact-inner .col-right {
            padding-left: 10px;
            padding-right: 10px;
          }
          .entry-content .box-contact .box-contact-inner .col-right p.btn01 {
            margin: auto; } }
        .entry-content .box-contact .box-contact-inner .col-right p.btn01 a {
          display: block;
          text-align: center;
          font-size: 16px;
          font-weight: bold;
          color: #FFF;
          box-shadow: 0 6px 0 #e28420;
          border-radius: 4px;
          background-color: #fea600;
          position: relative;
          padding: 20px 0 17px; }
          .entry-content .box-contact .box-contact-inner .col-right p.btn01 a:before {
            position: absolute;
            top: 22px;
            right: 8px;
            content: url(./images/icon05.png); }
          .entry-content .box-contact .box-contact-inner .col-right p.btn01 a:hover {
            color: #FFF;
            opacity: 0.8; }

.site-footer .widget_nav_menu {
  border: 0; }
  @media screen and (max-width: 991px) {
    .site-footer .widget_nav_menu .container {
      padding: 32px 0; } }
  .site-footer .widget_nav_menu .container ul {
    text-align: center; }
    .site-footer .widget_nav_menu .container ul li {
      margin-right: 0.5em;
      line-height: 1.0;
      position: relative;
      margin: 12px 0; }
      @media screen and (max-width: 991px) {
        .site-footer .widget_nav_menu .container ul li {
          margin: 0; } }
      .site-footer .widget_nav_menu .container ul li:after {
        content: '';
        width: 1px;
        height: 8px;
        background: #c8c8c8;
        position: absolute;
        top: 5px; }
      .site-footer .widget_nav_menu .container ul li:last-child:after {
        content: none; }
      .site-footer .widget_nav_menu .container ul li a {
        color: #515151;
        font-size: 14px;
        display: inline-block;
        padding: 0 30px;
        font-weight: bold; }
        @media screen and (max-width: 991px) {
          .site-footer .widget_nav_menu .container ul li a {
            font-size: 12px; } }
        .site-footer .widget_nav_menu .container ul li a:hover {
          color: #2bb9f1; }
      @media screen and (max-width: 991px) {
        .site-footer .widget_nav_menu .container ul li a {
          padding: 0 13px; }
        .site-footer .widget_nav_menu .container ul li:first-child a {
          padding-left: 10px; }
        .site-footer .widget_nav_menu .container ul li:last-child a {
          padding-right: 10px; } }
.site-footer .site-info {
  background: #93d7ff;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .site-footer .site-info {
      font-size: 11px; } }
  .site-footer .site-info .container {
    padding: 5px 16px; }
    .site-footer .site-info .container p {
      color: #fff; }
    .site-footer .site-info .container span {
      margin: 0 4px;
      color: #fff; }

.main-navigation {
  background: #93d7ff;
  border: none; }
  .main-navigation .primary-menu {
    padding: 10px 0;
    margin: 0; }
    .main-navigation .primary-menu li {
      padding: 0; }
      .main-navigation .primary-menu li:before {
        content: none; }
      .main-navigation .primary-menu li a {
        padding: 8px 24px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border-radius: 10px;
        margin-right: 1px; }
        .main-navigation .primary-menu li a:hover {
          background: #7ac8f5; }
    .main-navigation .primary-menu .current-menu-item a, .main-navigation .primary-menu .current-menu-parent a {
      background: #7ac8f5; }

/* SP nav btn
---------------------------------------------------------- */
.sp-nav-btn {
  display: none; }

.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  top: -10px;
  right: 20px;
  bottom: 0; }
  .xeory-sp-nav-btn:before {
    content: '\f0c9 ';
    color: #93d7ff;
    cursor: pointer;
    font-size: 32px;
    font-family: FontAwesome; }
  .xeory-sp-nav-btn:after {
    content: 'menu';
    font-size: 11px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    color: #2ca2e7;
    font-weight: 500; }
  @media screen and (max-width: 991px) {
    .xeory-sp-nav-btn {
      display: block; } }
  @media screen and (max-width: 767px) {
    .xeory-sp-nav-btn {
      top: -15px;
      right: 16px; } }
  @media screen and (max-width: 550px) {
    .xeory-sp-nav-btn {
      right: 7px; } }

/* SP nav btn-close
---------------------------------------------------------- */
.sp-nav-inner {
  position: relative; }
  .sp-nav-inner .xeory-spnav-btn-close {
    position: absolute;
    top: 8px;
    width: 24px;
    height: 24px;
    line-height: 30px;
    text-align: center;
    right: 0; }
    .sp-nav-inner .xeory-spnav-btn-close:after {
      content: '×';
      font-size: 30px;
      cursor: pointer; }

/* SP nav
---------------------------------------------------------- */
.xeory-spnav-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .xeory-spnav-wrap .sp-nav-inner {
    width: 100%;
    margin: 0 auto;
    background: none; }
    .xeory-spnav-wrap .sp-nav-inner .spnav-widget {
      margin-bottom: 16px; }
      .xeory-spnav-wrap .sp-nav-inner .spnav-widget h3 {
        background: none;
        padding: 8px 0;
        font-size: 20px;
        color: #27a0e6;
        text-align: center; }
      .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul {
        margin-top: 55px;
        list-style: none;
        background: #93d7ff;
        border-radius: 10px;
        padding: 12px;
        text-align: center; }
        .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a {
          display: block;
          font-weight: bold;
          color: #fff;
          padding: 8px;
          text-transform: uppercase;
          border-radius: 10px; }
          .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:after {
            content: none; }
          .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:hover {
            background: #7ac8f5;
            color: #fff; }
        .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 {
          background: #7ac8f5;
          color: #fff; }
          .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item a:after, .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent a:after {
            color: #fff; }
    .xeory-spnav-wrap .sp-nav-inner .search-wrap {
      position: absolute;
      top: 55px;
      left: 0;
      right: 0; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input {
        background: none;
        font-size: 15px !important;
        color: #fff; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 15px;
        color: #fff;
        opacity: 1; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 15px;
        color: #fff;
        opacity: 1; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 15px;
        color: #fff;
        opacity: 1; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input:-moz-placeholder {
        /* Firefox 18- */
        color: #797979;
        font-size: 15px;
        opacity: 1; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input::-webkit-input-selection {
        /* Chrome/Opera/Safari */
        color: #797979;
        font-size: 15px;
        opacity: 1; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input::-moz-selection {
        /* Firefox 19+ */
        color: #797979;
        font-size: 15px;
        opacity: 1; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input:-ms-input-selection {
        /* IE 10+ */
        color: #797979;
        font-size: 15px;
        opacity: 1; }
      .xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form input:-moz-selection {
        /* Firefox 18- */
        color: #797979;
        font-size: 15px;
        opacity: 1; }

body.noscroll {
  overflow: hidden;
  position: fixed !important; }

.xeory-spnav-wrap.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease 0s 1 normal;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  overflow-y: scroll; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.site-branding {
  text-align: center;
  background: #fff; }
  .site-branding .container {
    padding: 20px 20px 2px; }
    @media screen and (max-width: 550px) {
      .site-branding .container {
        padding: 10px 10px 3px; } }
    .site-branding .container .search-form {
      position: absolute;
      top: 60px;
      right: 0;
      width: 270px; }
      @media screen and (max-width: 1200px) {
        .site-branding .container .search-form {
          right: 20px; } }
      @media screen and (max-width: 991px) {
        .site-branding .container .search-form {
          display: none; } }
    .site-branding .container .site-title {
      float: left; }
      .site-branding .container .site-title a {
        font-weight: bold; }
      .site-branding .container .site-title img {
        height: 130px;
        width: auto; }
        @media screen and (max-width: 767px) {
          .site-branding .container .site-title img {
            height: 62px; } }

@media screen and (max-width: 991px) {
  .site-header {
    position: relative; } }

.header-tel_wrap {
  text-align: right; }
  @media screen and (max-width: 991px) {
    .header-tel_wrap {
      display: none; } }

.sp-nav-tel-wrap {
  background: #fefbf6;
  padding: 16px;
  border: 1px solid #e2dbc8;
  border-radius: 6px;
  margin-top: 40px; }
  .sp-nav-tel-wrap .building,
  .sp-nav-tel-wrap .house {
    margin-bottom: 32px; }
  .sp-nav-tel-wrap .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px; }
    @media screen and (max-width: 550px) {
      .sp-nav-tel-wrap .title {
        font-size: 16px; } }
    .sp-nav-tel-wrap .title:before {
      content: "";
      display: inline-block;
      height: 1px;
      width: 26px;
      background: #444;
      vertical-align: middle;
      margin-right: 8px; }
    .sp-nav-tel-wrap .title:after {
      content: "";
      display: inline-block;
      height: 1px;
      width: 26px;
      background: #444;
      vertical-align: middle;
      margin-left: 8px; }
  .sp-nav-tel-wrap .inner {
    text-align: center;
    margin-bottom: 12px; }
    .sp-nav-tel-wrap .inner a {
      display: block; }
    .sp-nav-tel-wrap .inner .area {
      font-size: 12px;
      color: #fff;
      padding: 2px 6px;
      display: inline-block;
      border-radius: 4px 4px 0 0;
      font-weight: bold; }
    .sp-nav-tel-wrap .inner .east-area {
      background: #1fb6ed; }
    .sp-nav-tel-wrap .inner .west-area {
      background: #2ba93e; }
    .sp-nav-tel-wrap .inner .east-west {
      background: #ffab24; }
    .sp-nav-tel-wrap .inner .tel {
      font-size: 20px;
      color: #fff;
      font-weight: bold;
      padding: 6px 6px 8px;
      border-radius: 8px;
      letter-spacing: 0.06em; }
      .sp-nav-tel-wrap .inner .tel:before {
        content: "\f098";
        font-family: FontAwesome;
        margin-right: 6px;
        font-weight: 100; }
    .sp-nav-tel-wrap .inner .east-tel {
      background: #1fb6ed;
      border-bottom: 3px solid #1c93bb; }
    .sp-nav-tel-wrap .inner .west-tel {
      background: #2ba93e;
      border-bottom: 3px solid #1d8429; }
    .sp-nav-tel-wrap .inner .east-west-tel {
      background: #ffab24;
      border-bottom: 3px solid #d58401; }
  .sp-nav-tel-wrap .info {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: -4px; }

.pagination {
  margin-top: 70px;
  font-size: 14px; }
  @media screen and (max-width: 991px) {
    .pagination {
      margin-top: 20px; } }
  .pagination a, .pagination .current {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    color: #959595;
    margin: 4px 16px 0 0;
    font-weight: bold; }
    .pagination a:hover, .pagination .current:hover {
      background: #93d7ff; }
  .pagination .current {
    background: #93d7ff;
    color: #fff; }

.pagetop {
  z-index: 10; }
  @media screen and (max-width: 991px) {
    .pagetop {
      line-height: 40px;
      width: 40px;
      height: 40px;
      right: 16px; } }
  @media screen and (max-width: 550px) {
    .pagetop {
      right: 10px; } }

.pagetop-inner {
  line-height: 55px;
  background: rgba(147, 215, 255, 0.6); }
  .pagetop-inner:before {
    font-size: 40px; }
    @media screen and (max-width: 991px) {
      .pagetop-inner:before {
        font-size: 30px; } }
  @media screen and (max-width: 991px) {
    .pagetop-inner {
      line-height: 37px; } }

.wpcf7-submit {
  width: 60%;
  background: #93d7ff !important; }
  .wpcf7-submit:hover {
    background: #2bb9f1 !important; }
  @media screen and (max-width: 550px) {
    .wpcf7-submit {
      width: 100%; } }

.search-form {
  margin-bottom: 40px;
  height: 39px; }
  .search-form input.search-field {
    padding: 0 40px 0 16px !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    height: 30px; }
  .search-form input[type=submit] {
    width: 45px;
    padding: 0;
    background: #93d7ff;
    font-family: FontAwesome;
    border-radius: 0;
    font-size: 16px !important; }

.single .xeory-social-btns ul li a:before {
  font-size: 18px;
  margin-right: 8px; }

.xeory-social-btns > ul > li.item-facebook a:before {
  content: "\f09a"; }

.xeory-breadcrumbs-item-current:before {
  content: ''; }

.page-header {
  background: #fff;
  border-radius: 10px;
  padding: 16px 32px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px; }
  @media screen and (max-width: 767px) {
    .page-header {
      font-size: 20px;
      padding: 16px; } }

.search-form {
  height: 30px;
  border: none;
  background: #e1e1e1;
  border-radius: 15px; }
  .search-form .search-submit {
    background: none !important;
    border: none; }
  .search-form input {
    background: none;
    font-size: 12px !important;
    color: #fff; }
  .search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #fff;
    opacity: 1; }
  .search-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
    color: #fff;
    opacity: 1; }
  .search-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
    color: #fff;
    opacity: 1; }
  .search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #797979;
    font-size: 12px;
    opacity: 1; }
  .search-form input::-webkit-input-selection {
    /* Chrome/Opera/Safari */
    color: #797979;
    font-size: 12px;
    opacity: 1; }
  .search-form input::-moz-selection {
    /* Firefox 19+ */
    color: #797979;
    font-size: 12px;
    opacity: 1; }
  .search-form input:-ms-input-selection {
    /* IE 10+ */
    color: #797979;
    font-size: 12px;
    opacity: 1; }
  .search-form input:-moz-selection {
    /* Firefox 18- */
    color: #797979;
    font-size: 12px;
    opacity: 1; }

.site-header {
  border: none; }

.xeory-breadcrumbs {
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .xeory-breadcrumbs {
      margin-bottom: 12px; } }
  .xeory-breadcrumbs .xeory-breadcrumbs-list {
    margin-bottom: 8px; }
    .xeory-breadcrumbs .xeory-breadcrumbs-list li a {
      color: #2bb9f1;
      padding: 0 5px; }
      .xeory-breadcrumbs .xeory-breadcrumbs-list li a:hover {
        color: #4ae1fc; }
    .xeory-breadcrumbs .xeory-breadcrumbs-list li:last-child a {
      color: #515151; }
    .xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item-home:before {
      color: #2bb9f1;
      font-size: 14px; }

.no-results, .error404 {
  border-radius: 20px;
  border: none; }
  .no-results .page-content, .error404 .page-content {
    padding: 32px;
    -moz-box-shadow: 0px 2px 2px #e2e2e2;
    -webkit-box-shadow: 0px 2px 2px #e2e2e2;
    box-shadow: 0px 2px 2px #e2e2e2;
    border-radius: 20px;
    background: #fff; }
    @media screen and (max-width: 991px) {
      .no-results .page-content, .error404 .page-content {
        padding: 24px 16px;
        margin-left: -16px;
        width: calc(100% + 32px);
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .no-results .page-content h2, .error404 .page-content h2 {
          margin-left: -16px;
          width: calc(100% + 32px); } }
    @media screen and (max-width: 550px) {
      .no-results .page-content, .error404 .page-content {
        padding: 24px 10px;
        margin-left: -10px;
        width: calc(100% + 20px); }
        .no-results .page-content h2, .error404 .page-content h2 {
          margin-left: -10px;
          width: calc(100% + 20px); } }

@media screen and (max-width: 991px) {
  .home .content-area, .archive .content-area, .search .content-area {
    margin-bottom: 74px; } }
.home article, .archive article, .search article {
  overflow: hidden;
  padding: 16px 32px;
  margin: 0;
  border: 0;
  background: none; }
  @media screen and (max-width: 767px) {
    .home article, .archive article, .search article {
      padding: 16px; } }
  @media screen and (max-width: 550px) {
    .home article, .archive article, .search article {
      padding: 16px 10px; } }
  .home article:last-child, .archive article:last-child, .search article:last-child {
    border-bottom: 0; }
  .home article .entry-header, .archive article .entry-header, .search article .entry-header {
    position: relative;
    float: left;
    padding: 0; }
    @media screen and (max-width: 550px) {
      .home article .entry-header, .archive article .entry-header, .search article .entry-header {
        float: none;
        margin-bottom: 8px; } }
    .home article .entry-header .entry-thumbnail, .archive article .entry-header .entry-thumbnail, .search article .entry-header .entry-thumbnail {
      width: 270px;
      margin: 0;
      float: none;
      border-radius: 10px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .home article .entry-header .entry-thumbnail, .archive article .entry-header .entry-thumbnail, .search article .entry-header .entry-thumbnail {
          width: 252px; } }
      @media screen and (max-width: 550px) {
        .home article .entry-header .entry-thumbnail, .archive article .entry-header .entry-thumbnail, .search article .entry-header .entry-thumbnail {
          width: 100%; } }
      .home article .entry-header .entry-thumbnail a:hover, .archive article .entry-header .entry-thumbnail a:hover, .search article .entry-header .entry-thumbnail a:hover {
        opacity: 0.8; }
  .home article .entry-content, .archive article .entry-content, .search article .entry-content {
    padding: 0 0 0 24px;
    overflow: hidden; }
    @media screen and (max-width: 550px) {
      .home article .entry-content, .archive article .entry-content, .search article .entry-content {
        padding: 0; } }
    .home article .entry-content ul li:before, .archive article .entry-content ul li:before, .search article .entry-content ul li:before {
      display: none; }
    .home article .entry-content .entry-title, .archive article .entry-content .entry-title, .search article .entry-content .entry-title {
      margin: 0;
      padding: 0;
      margin-bottom: 12px;
      border-bottom: 0;
      background: #fff;
      line-height: 32px;
      width: 100%; }
      @media screen and (max-width: 550px) {
        .home article .entry-content .entry-title, .archive article .entry-content .entry-title, .search article .entry-content .entry-title {
          line-height: 30px;
          margin-bottom: 8px; } }
      .home article .entry-content .entry-title a, .archive article .entry-content .entry-title a, .search article .entry-content .entry-title a {
        color: #515151;
        font-size: 22px;
        vertical-align: top; }
        @media screen and (max-width: 550px) {
          .home article .entry-content .entry-title a, .archive article .entry-content .entry-title a, .search article .entry-content .entry-title a {
            font-size: 20px; } }
        .home article .entry-content .entry-title a:hover, .archive article .entry-content .entry-title a:hover, .search article .entry-content .entry-title a:hover {
          color: #2bb9f1; }
    .home article .entry-content .cont-str, .archive article .entry-content .cont-str, .search article .entry-content .cont-str {
      margin-bottom: 20px;
      font-size: 15px;
      line-height: 22px;
      color: #959595; }
      @media screen and (max-width: 550px) {
        .home article .entry-content .cont-str, .archive article .entry-content .cont-str, .search article .entry-content .cont-str {
          display: none; } }
    .home article .entry-content .entry-meta, .archive article .entry-content .entry-meta, .search article .entry-content .entry-meta {
      overflow: visible;
      margin-bottom: 0;
      padding-left: 0; }
      .home article .entry-content .entry-meta:before, .archive article .entry-content .entry-meta:before, .search article .entry-content .entry-meta:before {
        content: none; }
      .home article .entry-content .entry-meta li, .archive article .entry-content .entry-meta li, .search article .entry-content .entry-meta li {
        list-style: none;
        display: inline-block; }
      .home article .entry-content .entry-meta .date, .archive article .entry-content .entry-meta .date, .search article .entry-content .entry-meta .date {
        line-height: 22px;
        font-size: 13px;
        font-weight: bold;
        color: #99c904;
        float: right; }
      .home article .entry-content .entry-meta .cat, .archive article .entry-content .entry-meta .cat, .search article .entry-content .entry-meta .cat {
        display: inline-block;
        padding: 2px 16px 1px;
        font-size: 12px;
        color: #fff;
        background: #ffc0c0;
        border-radius: 12px;
        font-weight: bold; }
    .home article .entry-content .more, .archive article .entry-content .more, .search article .entry-content .more {
      display: none !important; }

.post-loop-first {
  background-image: url(images/bg-first.jpg);
  background-color: #a8e1eb;
  background-size: 100%;
  padding: 32px 0 24px;
  background-position: bottom; }
  @media screen and (max-width: 1200px) {
    .post-loop-first {
      padding: 24px 20px !important; } }
  @media screen and (max-width: 991px) {
    .post-loop-first {
      margin-bottom: 24px;
      padding: 16px !important; } }
  @media screen and (max-width: 767px) {
    .post-loop-first {
      padding: 0 !important;
      margin-bottom: 0; } }
  @media screen and (max-width: 320px) {
    .post-loop-first {
      background-image: url(images/fotter_img-320.png); } }
  .post-loop-first article {
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: none;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.9);
    padding: 24px;
    border-radius: 30px; }
    @media screen and (max-width: 1200px) {
      .post-loop-first article {
        padding: 20px; } }
    @media screen and (max-width: 991px) {
      .post-loop-first article {
        padding: 16px; } }
    @media screen and (max-width: 767px) {
      .post-loop-first article {
        padding: 16px;
        border-radius: 0; } }
    @media screen and (max-width: 550px) {
      .post-loop-first article {
        padding: 10px 10px 16px; } }
    .post-loop-first article .entry-header {
      width: 512px;
      float: left;
      margin: 0;
      position: relative;
      overflow: visible; }
      @media screen and (max-width: 1024px) {
        .post-loop-first article .entry-header {
          width: 45% !important; } }
      @media screen and (max-width: 767px) {
        .post-loop-first article .entry-header {
          width: 100% !important;
          float: none;
          margin-bottom: 16px; } }
      .post-loop-first article .entry-header .entry-thumbnail {
        width: 100%; }
        .post-loop-first article .entry-header .entry-thumbnail img {
          border-radius: 20px; }
        .post-loop-first article .entry-header .entry-thumbnail:before {
          content: "NEW";
          position: absolute;
          top: -15px;
          left: -10px;
          width: 48px;
          height: 48px;
          text-align: center;
          line-height: 48px;
          font-size: 14px;
          background: #ffd800;
          z-index: 999;
          border-radius: 100%;
          color: #fff;
          font-weight: bold; }
          @media screen and (max-width: 991px) {
            .post-loop-first article .entry-header .entry-thumbnail:before {
              left: -5px;
              top: -5px;
              width: 40px;
              height: 40px;
              text-align: center;
              line-height: 40px;
              font-size: 12px; } }
    .post-loop-first article .entry-content {
      padding: 27px 0 0 24px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .post-loop-first article .entry-content {
          padding: 0; } }
      .post-loop-first article .entry-content .entry-title {
        background: none;
        margin: 20px 0;
        line-height: 40px; }
        @media screen and (max-width: 1024px) {
          .post-loop-first article .entry-content .entry-title {
            line-height: 30px; } }
        @media screen and (max-width: 767px) {
          .post-loop-first article .entry-content .entry-title {
            margin-top: 32px;
            margin-bottom: 8px; } }
        .post-loop-first article .entry-content .entry-title a {
          font-size: 30px; }
          @media screen and (max-width: 1024px) {
            .post-loop-first article .entry-content .entry-title a {
              font-size: 24px; } }
          @media screen and (max-width: 767px) {
            .post-loop-first article .entry-content .entry-title a {
              font-size: 20px; } }
      .post-loop-first article .entry-content .cont-str {
        font-size: 15px;
        margin-bottom: 32px;
        color: #959595;
        margin-bottom: 34px; }
        @media screen and (max-width: 1024px) {
          .post-loop-first article .entry-content .cont-str {
            margin-bottom: 16px; } }
      .post-loop-first article .entry-content .entry-meta {
        position: absolute;
        top: 0;
        left: 24px;
        width: 100%;
        padding-right: 24px; }
        @media screen and (max-width: 767px) {
          .post-loop-first article .entry-content .entry-meta {
            left: 0;
            padding-right: 0; } }
        .post-loop-first article .entry-content .entry-meta li {
          font-size: 14px; }
          @media screen and (max-width: 550px) {
            .post-loop-first article .entry-content .entry-meta li {
              font-size: 12px; } }
      .post-loop-first article .entry-content .more {
        float: right;
        display: block !important;
        max-width: 260px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .post-loop-first article .entry-content .more {
            float: none;
            margin: 0 auto; } }
        .post-loop-first article .entry-content .more a {
          color: #fff;
          display: block;
          padding: 0;
          height: 48px;
          line-height: 48px;
          font-size: 16px;
          border-radius: 10px;
          background: #93d7ff;
          font-weight: bold;
          text-align: center; }
          @media screen and (max-width: 550px) {
            .post-loop-first article .entry-content .more a {
              height: 45px;
              line-height: 45px;
              font-size: 14px; } }
          .post-loop-first article .entry-content .more a:hover {
            background: #2bb9f1; }
          .post-loop-first article .entry-content .more a:after {
            content: "\f18e";
            font-family: FontAwesome;
            font-weight: normal;
            padding-left: 10px;
            font-size: 16px; }
            @media screen and (max-width: 550px) {
              .post-loop-first article .entry-content .more a:after {
                font-size: 14px; } }

.site-main .post-loop-wrap {
  background: #fff;
  border: 0 solid #e5e5e5;
  border-radius: 20px;
  padding: 16px 0;
  -moz-box-shadow: 0px 2px 2px #e2e2e2;
  -webkit-box-shadow: 0px 2px 2px #e2e2e2;
  box-shadow: 0px 2px 2px #e2e2e2; }
  @media screen and (max-width: 767px) {
    .site-main .post-loop-wrap {
      box-shadow: none;
      border-radius: 0;
      margin: 0 -16px !important;
      padding: 0; } }
  @media screen and (max-width: 550px) {
    .site-main .post-loop-wrap {
      margin: 0 -10px !important;
      padding-bottom: 16px; } }

.home .site-content {
  padding-top: 0; }

.page .site-main article {
  border: 0 !important;
  border-radius: 20px;
  -moz-box-shadow: 0px 2px 2px #e2e2e2;
  -webkit-box-shadow: 0px 2px 2px #e2e2e2;
  box-shadow: 0px 2px 2px #e2e2e2; }
  @media screen and (max-width: 991px) {
    .page .site-main article {
      border-radius: 0;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; } }
  .page .site-main article .entry-header {
    margin-bottom: 40px; }
    .page .site-main article .entry-header .entry-thumbnail {
      width: 100%;
      margin-bottom: 24px; }
.page .site-content .site-main .entry-footer {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important; }
.page .bzb-sns-btn {
  display: none; }

#secondary .search-form {
  margin-bottom: 80px; }
#secondary h3 {
  margin-bottom: 16px;
  padding: 17px 16px;
  background: none;
  font-size: 17px;
  background: url(images/bg-h3.png) no-repeat bottom right #bde445;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-weight: bold;
  position: relative; }
  #secondary h3:before {
    content: "\f024 ";
    font-family: FontAwesome;
    color: #fff;
    border-radius: 100%;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -50px;
    width: 40px;
    height: 40px;
    background: #bde445;
    text-align: center;
    line-height: 40px; }
  #secondary h3:after {
    content: "";
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #bde445;
    top: -10px;
    left: 17px; }
#secondary .side-widget {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 60px; }
#secondary .widget_xeory_postviews .widget-content, #secondary .widget_xeory_recentviews .widget-content {
  padding: 0 16px; }
  @media screen and (max-width: 550px) {
    #secondary .widget_xeory_postviews .widget-content, #secondary .widget_xeory_recentviews .widget-content {
      padding: 0 12px; } }
  #secondary .widget_xeory_postviews .widget-content ul li, #secondary .widget_xeory_recentviews .widget-content ul li {
    margin-bottom: 16px;
    padding: 0; }
    #secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image {
      width: auto;
      border-radius: 10px;
      overflow: hidden;
      margin-right: 12px; }
    #secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 {
      line-height: 1;
      margin-bottom: 0; }
      #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: #515151;
        font-size: 13px;
        font-weight: bold;
        vertical-align: top;
        line-height: 20px; }
        #secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4 a:hover, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 a:hover {
          color: #93d7ff; }
    #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; }
#secondary .popular-posts ul,
#secondary .widget_xeory_recommend_posts ul {
  padding: 0 16px; }
  @media screen and (min-width: 551px) {
    #secondary .popular-posts ul li {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 550px) {
    #secondary .popular-posts ul,
#secondary .widget_xeory_recommend_posts ul {
      padding: 0 12px; } }
  #secondary .popular-posts ul li {
    padding-bottom: 16px !important;}
    #secondary .popular-posts ul li .wpp-thumbnail,
    #secondary .widget_xeory_recommend_posts img {
      margin-right: 12px;
      width: 112px;
      height: 75px;
    display: inline;
    float: left;
    margin: 0 12px 0 0;
    border: none;
  border-radius: 10px;}
    #secondary .popular-posts ul li .wpp-post-title {
      margin-right: 8px; }
    #secondary .popular-posts ul li a,
    #secondary .widget_xeory_recommend_posts ul li a{
      color: #515151;
      font-size: 13px;
      font-weight: bold;
      vertical-align: top;
      line-height: 20px; }
      #secondary .popular-posts ul li a:hover,
      #secondary .widget_xeory_recommend_posts ul li a:hover {
        color: #2bb9f1; }
    #secondary .popular-posts ul li:nth-of-type(1) {
      background: url(images/01.png) right top no-repeat; }
    #secondary .popular-posts ul li:nth-of-type(2) {
      background: url(images/02.png) right top no-repeat; }
    #secondary .popular-posts ul li:nth-of-type(3) {
      background: url(images/03.png) right top no-repeat; }
  #secondary .widget_xeory_recommend_posts .date{
    display: none;
  }
  #secondary .widget_xeory_recommend_posts li article {
    padding: 0;
  }
  #secondary .widget_xeory_recommend_posts .xeory-subloop.xeory-subloop-horizon .xeory-subloop-item {
    width: 100%;
    padding: 0 0 16px;
  }
  .xeory-subloop.xeory-subloop-horizon .xeory-subloop-image {
    margin: 0;
  }
#secondary .widget_xeory_recentviews {
  margin-bottom: 40px; }
  #secondary .widget_xeory_recentviews h3 {
    background-color: #f8c94a; }
    #secondary .widget_xeory_recentviews h3:before {
      content: "\f15b";
      background: #f8c94a; }
    #secondary .widget_xeory_recentviews h3:after {
      border-top: 6px solid #f8c94a; }
#secondary .widget_social_widget {
  padding-bottom: 24px;
  margin-bottom: 0; }
  #secondary .widget_social_widget h3 {
    background-color: #fff;
    color: #5bb5ea;
    background-image: none;
    text-align: center;
    margin-bottom: 24px;
    padding: 19px 16px 11px; }
    #secondary .widget_social_widget h3:before {
      content: none; }
    #secondary .widget_social_widget h3:after {
      content: '';
      bottom: 0;
      top: 100%;
      background: #e6e6e6;
      border: 0;
      width: 70px;
      height: 3px;
      left: 50%;
      margin-left: -35px; }
  #secondary .widget_social_widget .widget-content {
    padding: 0 16px; }
    @media screen and (max-width: 550px) {
      #secondary .widget_social_widget .widget-content {
        padding: 0 10px; } }
    #secondary .widget_social_widget .widget-content .xeory-social-facebook {
      padding: 0; }
  #secondary .widget_social_widget .xeory-social-btns {
    padding: 0;
    text-align: center; }
    #secondary .widget_social_widget .xeory-social-btns ul {
      margin: 0; }
      #secondary .widget_social_widget .xeory-social-btns ul li {
        width: auto !important;
        padding: 0 10px !important;
        margin: 0; }
        #secondary .widget_social_widget .xeory-social-btns ul li a {
          width: 45px;
          height: 45px;
          padding: 0;
          margin: 0;
          display: inline-block;
          line-height: 45px;
          border-radius: 0; }
          #secondary .widget_social_widget .xeory-social-btns ul li a:before {
            width: 45px;
            height: 45px;
            font-size: 22px;
            margin: 0; }
          #secondary .widget_social_widget .xeory-social-btns ul li a .xeory-social-name {
            display: none; }

.single .content-area, .page .content-area, .no-results .content-area {
  margin-bottom: 0 !important; }
  @media screen and (max-width: 991px) {
    .single .content-area, .page .content-area, .no-results .content-area {
      margin-bottom: 70px !important; } }
.single .site-content, .page .site-content, .no-results .site-content {
  padding: 20px 0 290px; }
  @media screen and (max-width: 991px) {
    .single .site-content, .page .site-content, .no-results .site-content {
      padding-top: 12px; } }
  @media screen and (max-width: 991px) {
    .single .site-content .site-main, .page .site-content .site-main, .no-results .site-content .site-main {
      margin-left: -16px;
      width: calc(100% + 32px); } }
  @media screen and (max-width: 550px) {
    .single .site-content .site-main, .page .site-content .site-main, .no-results .site-content .site-main {
      margin: 0 -10px;
      width: calc(100% + 20px); } }
  .single .site-content .site-main article, .page .site-content .site-main article, .no-results .site-content .site-main article {
    padding: 32px 32px 40px;
    border-bottom: 0;
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    -moz-box-shadow: 0px 2px 2px #e2e2e2;
    -webkit-box-shadow: 0px 2px 2px #e2e2e2;
    box-shadow: 0px 2px 2px #e2e2e2; }
    @media screen and (max-width: 991px) {
      .single .site-content .site-main article, .page .site-content .site-main article, .no-results .site-content .site-main article {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0; } }
    @media screen and (max-width: 767px) {
      .single .site-content .site-main article, .page .site-content .site-main article, .no-results .site-content .site-main article {
        padding: 20px 16px 80px; } }
    @media screen and (max-width: 550px) {
      .single .site-content .site-main article, .page .site-content .site-main article, .no-results .site-content .site-main article {
        padding: 20px 10px 80px; } }
    .single .site-content .site-main article .entry-header, .page .site-content .site-main article .entry-header, .no-results .site-content .site-main article .entry-header {
      float: none;
      padding: 0; }
      .single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta, .no-results .site-content .site-main article .entry-header .entry-meta {
        margin-bottom: 0;
        list-style: none; }
        .single .site-content .site-main article .entry-header .entry-meta:before, .page .site-content .site-main article .entry-header .entry-meta:before, .no-results .site-content .site-main article .entry-header .entry-meta:before {
          content: none; }
        .single .site-content .site-main article .entry-header .entry-meta .cat, .page .site-content .site-main article .entry-header .entry-meta .cat, .no-results .site-content .site-main article .entry-header .entry-meta .cat {
          display: inline-block;
          padding: 2px 16px 1px;
          font-size: 12px;
          color: #fff;
          background: #ffc0c0;
          border-radius: 12px;
          font-weight: bold; }
        .single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date, .no-results .site-content .site-main article .entry-header .entry-meta .date {
          float: right;
          line-height: 22px;
          font-size: 13px;
          font-weight: bold;
          color: #99c904;
          float: right; }
          .single .site-content .site-main article .entry-header .entry-meta .date i, .page .site-content .site-main article .entry-header .entry-meta .date i, .no-results .site-content .site-main article .entry-header .entry-meta .date i {
            margin-right: 4px; }
      .single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1, .no-results .site-content .site-main article .entry-header h1 {
        margin: 24px 0;
        font-size: 30px;
        line-height: 40px; }
        @media screen and (max-width: 991px) {
          .single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1, .no-results .site-content .site-main article .entry-header h1 {
            font-size: 20px !important;
            margin: 16px 0 12px;
            line-height: 30px; } }
    .single .site-content .site-main article .bzb-sns-area, .page .site-content .site-main article .bzb-sns-area, .no-results .site-content .site-main article .bzb-sns-area {
      display: block;
      margin-bottom: 32px;
      padding: 0;
      text-align: center; }
    .single .site-content .site-main article .entry-content, .page .site-content .site-main article .entry-content, .no-results .site-content .site-main article .entry-content {
      padding: 0;
      overflow: visible;
      margin-bottom: 56px; }
      .single .site-content .site-main article .entry-content a, .page .site-content .site-main article .entry-content a, .no-results .site-content .site-main article .entry-content a {
        color: #2bb9f1;
        text-decoration: none; }
        .single .site-content .site-main article .entry-content a:hover, .page .site-content .site-main article .entry-content a:hover, .no-results .site-content .site-main article .entry-content a:hover {
          color: #4ae1fc; }
      .single .site-content .site-main article .entry-content p span, .page .site-content .site-main article .entry-content p span, .no-results .site-content .site-main article .entry-content p span {
        line-height: 1.8; }
      .single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail, .no-results .site-content .site-main article .entry-content .entry-thumbnail {
        margin: 0 0 20px 0;
        width: 100%;
        height: auto;
        border-radius: 20px;
        overflow: hidden; }
        @media screen and (max-width: 991px) {
          .single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail, .no-results .site-content .site-main article .entry-content .entry-thumbnail {
            margin-bottom: 16px; } }
      .single .site-content .site-main article .entry-content .bzb-sns-area, .page .site-content .site-main article .entry-content .bzb-sns-area, .no-results .site-content .site-main article .entry-content .bzb-sns-area {
        margin-bottom: 8px; }
        .single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn, .no-results .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn {
          padding-left: 0;
          margin-bottom: 0; }
          .single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li, .no-results .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li {
            font-size: 12px; }
            .single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li:before, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li:before, .no-results .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li:before {
              display: none; }
  .single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget, .no-results .site-content .site-main .underpost-widget {
    padding: 40px; }
    @media screen and (max-width: 767px) {
      .single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget, .no-results .site-content .site-main .underpost-widget {
        padding: 24px 16px; } }
    .single .site-content .site-main .underpost-widget h3, .page .site-content .site-main .underpost-widget h3, .no-results .site-content .site-main .underpost-widget h3 {
      padding: 8px;
      margin-bottom: 24px;
      font-size: 20px;
      text-align: center;
      border-top: 2px solid #38a7e8;
      border-bottom: 2px solid #38a7e8;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .underpost-widget h3, .page .site-content .site-main .underpost-widget h3, .no-results .site-content .site-main .underpost-widget h3 {
          padding: 9px; } }
  .single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts, .no-results .site-content .site-main .widget_xeory_related_posts {
    padding: 40px 32px 0;
    border-bottom: 0;
    border: none;
    -moz-box-shadow: 0px 2px 2px #e2e2e2;
    -webkit-box-shadow: 0px 2px 2px #e2e2e2;
    box-shadow: 0px 2px 2px #e2e2e2; }
    @media screen and (max-width: 767px) {
      .single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts, .no-results .site-content .site-main .widget_xeory_related_posts {
        padding: 40px 16px 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media screen and (max-width: 550px) {
      .single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts, .no-results .site-content .site-main .widget_xeory_related_posts {
        padding: 36px 10px 0; } }
    .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title, .no-results .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title {
      font-weight: normal;
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title, .no-results .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title {
          margin-bottom: 12px; } }
      .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a, .no-results .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a {
        color: #515151; }
        .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a:hover, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a:hover, .no-results .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a:hover {
          color: #2bb9f1; }
    .single .site-content .site-main .widget_xeory_related_posts .widget-content ul li, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li, .no-results .site-content .site-main .widget_xeory_related_posts .widget-content ul li {
      padding-bottom: 0; }
      .single .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image, .no-results .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image {
        margin-bottom: 12px; }
        @media screen and (max-width: 767px) {
          .single .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image, .no-results .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image {
            margin-bottom: 8px; } }
        .single .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image img, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image img, .no-results .site-content .site-main .widget_xeory_related_posts .widget-content ul li .xeory-subloop-image img {
          border-radius: 10px; }
    .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta, .no-results .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta {
      display: none; }
  .single .site-content .site-main .widget_social_widget, .page .site-content .site-main .widget_social_widget, .no-results .site-content .site-main .widget_social_widget {
    border-bottom: 0;
    padding: 36px 32px 32px;
    -moz-box-shadow: 0px 2px 2px #e2e2e2;
    -webkit-box-shadow: 0px 2px 2px #e2e2e2;
    box-shadow: 0px 2px 2px #e2e2e2;
    border: none; }
    @media screen and (max-width: 767px) {
      .single .site-content .site-main .widget_social_widget, .page .site-content .site-main .widget_social_widget, .no-results .site-content .site-main .widget_social_widget {
        padding: 24px 16px 40px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media screen and (max-width: 550px) {
      .single .site-content .site-main .widget_social_widget, .page .site-content .site-main .widget_social_widget, .no-results .site-content .site-main .widget_social_widget {
        padding: 24px 10px 32px; } }
    .single .site-content .site-main .widget_social_widget .xeory-social-twitter, .page .site-content .site-main .widget_social_widget .xeory-social-twitter, .no-results .site-content .site-main .widget_social_widget .xeory-social-twitter {
      padding: 0 0 0px; }
      @media screen and (max-width: 991px) {
        .single .site-content .site-main .widget_social_widget .xeory-social-twitter, .page .site-content .site-main .widget_social_widget .xeory-social-twitter, .no-results .site-content .site-main .widget_social_widget .xeory-social-twitter {
          margin-bottom: 16px; } }
      .single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe, .page .site-content .site-main .widget_social_widget .xeory-social-twitter iframe, .no-results .site-content .site-main .widget_social_widget .xeory-social-twitter iframe {
        border: 1px solid #f3f3f3 !important; }
        .single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div, .page .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div, .no-results .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div {
          border-bottom: 1px solid #eeeeee !important; }
    .single .site-content .site-main .widget_social_widget .xeory-social-btns, .page .site-content .site-main .widget_social_widget .xeory-social-btns, .no-results .site-content .site-main .widget_social_widget .xeory-social-btns {
      padding: 0; }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .widget_social_widget .xeory-social-btns ul, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul, .no-results .site-content .site-main .widget_social_widget .xeory-social-btns ul {
          margin: 0; } }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a, .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a, .no-results .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a, .no-results .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a {
          margin: 0 5px 10px 0; } }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a, .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a, .no-results .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a, .no-results .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a {
          margin: 0 0px 10px 5px; } }
      .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a, .no-results .site-content .site-main .widget_social_widget .xeory-social-btns ul li a {
        border-radius: 5px; }
        .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span, .no-results .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span {
          font-weight: bold; }
    .single .site-content .site-main .widget_social_widget .xeory-social-facebook, .page .site-content .site-main .widget_social_widget .xeory-social-facebook, .no-results .site-content .site-main .widget_social_widget .xeory-social-facebook {
      padding: 0 8px 32px;
      width: 100%; }
  .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer, .no-results .site-content .site-main .entry-footer {
    padding: 0;
    background: #fff;
    padding: 0 32px;
    -moz-box-shadow: 0px 2px 2px #e2e2e2;
    -webkit-box-shadow: 0px 2px 2px #e2e2e2;
    box-shadow: 0px 2px 2px #e2e2e2; }
    @media screen and (max-width: 767px) {
      .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer, .no-results .site-content .site-main .entry-footer {
        padding: 0 16px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media screen and (max-width: 550px) {
      .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer, .no-results .site-content .site-main .entry-footer {
        padding: 0 10px; } }
    .single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area, .no-results .site-content .site-main .entry-footer .bzb-sns-area {
      margin: 0px 0;
      text-align: center;
      padding: 32px 0 24px; }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area, .no-results .site-content .site-main .entry-footer .bzb-sns-area {
          padding-bottom: 36px; } }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .entry-footer .bzb-sns-area ul li, .page .site-content .site-main .entry-footer .bzb-sns-area ul li, .no-results .site-content .site-main .entry-footer .bzb-sns-area ul li {
          padding: 4px 4px 0 !important; } }
    .single .site-content .site-main .entry-footer .post-footer-list, .page .site-content .site-main .entry-footer .post-footer-list, .no-results .site-content .site-main .entry-footer .post-footer-list {
      padding-bottom: 0;
      line-height: 1; }
      .single .site-content .site-main .entry-footer .post-footer-list li:before, .page .site-content .site-main .entry-footer .post-footer-list li:before, .no-results .site-content .site-main .entry-footer .post-footer-list li:before {
        color: #2bb9f1;
        font-size: 18px; }
      .single .site-content .site-main .entry-footer .post-footer-list li a, .page .site-content .site-main .entry-footer .post-footer-list li a, .no-results .site-content .site-main .entry-footer .post-footer-list li a {
        color: #2bb9f1;
        text-decoration: none; }
        .single .site-content .site-main .entry-footer .post-footer-list li a:hover, .page .site-content .site-main .entry-footer .post-footer-list li a:hover, .no-results .site-content .site-main .entry-footer .post-footer-list li a:hover {
          text-decoration: none;
          color: #4ae1fc; }
      .single .site-content .site-main .entry-footer .post-footer-list .cat:before, .page .site-content .site-main .entry-footer .post-footer-list .cat:before, .no-results .site-content .site-main .entry-footer .post-footer-list .cat:before {
        content: "\f115";
        font-size: 18px; }
      .single .site-content .site-main .entry-footer .post-footer-list .tag, .page .site-content .site-main .entry-footer .post-footer-list .tag, .no-results .site-content .site-main .entry-footer .post-footer-list .tag {
        display: none; }
  .single .site-content .site-main .post-author, .page .site-content .site-main .post-author, .no-results .site-content .site-main .post-author {
    background: #fff;
    padding: 0 32px;
    border-bottom: 0;
    border: 0;
    -moz-box-shadow: 0px 2px 2px #e2e2e2;
    -webkit-box-shadow: 0px 2px 2px #e2e2e2;
    box-shadow: 0px 2px 2px #e2e2e2; }
    @media screen and (max-width: 767px) {
      .single .site-content .site-main .post-author, .page .site-content .site-main .post-author, .no-results .site-content .site-main .post-author {
        padding: 0 16px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media screen and (max-width: 550px) {
      .single .site-content .site-main .post-author, .page .site-content .site-main .post-author, .no-results .site-content .site-main .post-author {
        padding: 0 10px; } }
    .single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix, .no-results .site-content .site-main .post-author .clearfix {
      padding: 32px 24px 24px;
      border: 1px solid #38a7e8;
      border-radius: 5px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix, .no-results .site-content .site-main .post-author .clearfix {
          padding: 66px 16px 16px; } }
      .single .site-content .site-main .post-author .clearfix .post-author-img .inner, .page .site-content .site-main .post-author .clearfix .post-author-img .inner, .no-results .site-content .site-main .post-author .clearfix .post-author-img .inner {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 100%;
        display: inline-block; }
        .single .site-content .site-main .post-author .clearfix .post-author-img .inner img, .page .site-content .site-main .post-author .clearfix .post-author-img .inner img, .no-results .site-content .site-main .post-author .clearfix .post-author-img .inner img {
          height: 100%;
          width: auto; }
      @media screen and (max-width: 767px) {
        .single .site-content .site-main .post-author .clearfix .post-author-img, .page .site-content .site-main .post-author .clearfix .post-author-img, .no-results .site-content .site-main .post-author .clearfix .post-author-img {
          position: absolute;
          top: -50px;
          left: 50%;
          margin-left: -50px;
          width: auto !important;
          margin-bottom: 0; } }
      .single .site-content .site-main .post-author .clearfix .post-author-meta, .page .site-content .site-main .post-author .clearfix .post-author-meta, .no-results .site-content .site-main .post-author .clearfix .post-author-meta {
        font-size: 16px;
        line-height: 28px; }
      .single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author, .no-results .site-content .site-main .post-author .clearfix .author {
        color: #515151;
        text-transform: uppercase;
        line-height: 1;
        font-size: 20px;
        font-weight: bold; }

.form-cta-bottom-wrap {
  background: #EFF5F8;
  padding: 32px 32px 100px;
  margin: 0 -32px;
}
  @media screen and (max-width: 767px) {
    .form-cta-bottom-wrap {
      padding: 16px 16px 100px;
      margin: 0 -16px; } }
  @media screen and (max-width: 550px) {
    .form-cta-bottom-wrap {
      padding: 10px 10px 100px;
      margin: 0 -10px; } }
  .form-cta-bottom-wrap h3 {
    font-size: 28px;
    text-align: center;
    margin: 40px 0; }
    @media screen and (max-width: 767px) {
      .form-cta-bottom-wrap h3 {
        font-size: 24px; } }
    .form-cta-bottom-wrap h3:before {
      content: "\f003";
      font-family: FontAwesome;
      display: block;
      font-size: 24px; }
    .form-cta-bottom-wrap h3:after {
      content: "";
      display: block;
      width: 60px;
      height: 2px;
      background: #9AC143;
      margin: 4px auto 0; }
  .form-cta-bottom-wrap .form-cta-bottom {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 40px; }
    .form-cta-bottom-wrap .form-cta-bottom th {
      color: #515151;
      background: #f8f8f8;
      padding: 16px;
      border: 1px solid #ddd;
      width: 230px;
      position: relative; }
      @media screen and (max-width: 550px) {
        .form-cta-bottom-wrap .form-cta-bottom th {
          display: block;
          width: 100%; } }
      .form-cta-bottom-wrap .form-cta-bottom th .required {
        font-size: 11px;
        padding: 1px 6px;
        border-radius: 3px;
        color: #fff;
        background: #e00707;
        float: right;
        margin-top: 4px; }
    .form-cta-bottom-wrap .form-cta-bottom td {
      padding: 16px;
      border: 1px solid #ddd;
      background: #fff; }
      @media screen and (max-width: 550px) {
        .form-cta-bottom-wrap .form-cta-bottom td {
          display: block; }
          .form-cta-bottom-wrap .form-cta-bottom td input[type=text],
          .form-cta-bottom-wrap .form-cta-bottom td input[type=email],
          .form-cta-bottom-wrap .form-cta-bottom td input[type=tel] {
            width: 100%; } }
    .form-cta-bottom-wrap .form-cta-bottom textarea {
      width: 100%; }
    .form-cta-bottom-wrap .form-cta-bottom select {
      border: 1px solid #ddd;
      padding: 0 12px;
      text-align: right;
      background: #fff; }
  .form-cta-bottom-wrap input[type=submit] {
    background: #fea502 !important;
    padding: 24px;
    border: none;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
    font-weight: bold; }
    .form-cta-bottom-wrap input[type=submit]:after {
      content: "\f105";
      font-family: FontAwesome;
      display: inline-block; }

.page .site-content .site-main article {
  border-bottom: 1px solid #E5E5E3; }

/*------ h2上バナー ------*/
.single section[class*="xeory_banner_manager"] {
  padding-bottom: 0 !important; }
  .single section[class*="xeory_banner_manager"] a[id*="pc_house_cleaning_h2_bnr"] {
    display: none; }
    @media screen and (min-width: 768px) {
      .single section[class*="xeory_banner_manager"] a[id*="pc_house_cleaning_h2_bnr"] {
        display: block;
        margin-bottom: 40px; } }
  .single section[class*="xeory_banner_manager"] a[id*="sp_house_cleaning_h2_bnr"] {
    display: none; }
    @media screen and (max-width: 767px) {
      .single section[class*="xeory_banner_manager"] a[id*="sp_house_cleaning_h2_bnr"] {
        display: block;
        margin-bottom: 40px; } }



/** takahashi 20190419 **/
.inq_text {
  text-align: center;
  margin-bottom: 24px;
}

.wpcf7-list-item first {
  margin-bottom: 12px;
}

/*201907 固定ページ nosidebar*/
.page.page-template-temp-nosidebar .site-main{
	padding:0;
  margin:0 auto;
  max-width: 880px;
}

.page.page-template-temp-nosidebar .entry-thumbnail{
	text-align: center;
}

.page.page-template-temp-nosidebar .wp-post-image{
  border-radius: 20px;
  max-width: 700px;
}

@media screen and (max-width: 912px) {
.page.page-template-temp-nosidebar .container{
  padding:0;
}
.page.page-template-temp-nosidebar article{
  padding:0;
  margin:0 auto;
}
}

@media screen and (max-width: 818px) {
  .page.page-template-temp-nosidebar #main{
  padding:0;
  margin:0 auto;
  max-width:99%;
}
}


/*reCAPTCHA*/
.grecaptcha-badge{
  margin:-100px auto 100px;
}

/*CTA*/
.post-cta.post-cta-3660 .post-cta-header{
  background: #00baf2;
  border-top:8px solid #0689b1;
  position: relative;
  padding:40px 20px 32px;
}

.post-cta.post-cta-3660 .post-cta-header .post-cta-title:before{
  content: '創業60年のビル管理会社';
  font-size: 22px;
  color:#333333;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 375px;
  margin: auto;
  background: #fff;
  border-radius: 32px;
  border:2px solid #333;
  font-weight: normal;
  padding:8px 0;
}
.post-cta.post-cta-3660 p{
  line-height: 32px;
  margin-bottom: 1.5em;
}
.post-cta.post-cta-3660 .post-cta-body .post-cta-body-inner .post-cta-img img{
  border:1px solid #e7e7e7;
  border-radius: 10px;
}

.post-cta.post-cta-3660 .post-cta-content ul.cta_list_blue li span{
  font-weight: bold;
  color:#333333;
  background: linear-gradient(transparent 80%, #baf0fd 60%);
}

.post-cta.post-cta-3660 .post-cta-content ul.cta_list_blue li{
  padding-bottom:8px;
}

.post-cta.post-cta-3660 .post-cta-content span{
  color:#fa8009;
  font-weight:bold;
}

.post-cta.post-cta-3660 .post-cta-content ul.cta_list_yellow li span{
  font-weight: bold;
  color:#333333;
  background: linear-gradient(transparent 80%, #f8eba9 60%);
}

.post-cta.post-cta-3660 .post-cta-footer .post-cta-btn a{
  background: #fa8009;
  border-bottom:4px solid #b75e08;
  line-height: 26px;
}

.post-cta.post-cta-3660 .post-cta-footer .post-cta-btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  margin-left: 7px;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
}

.post-cta.post-cta-3660 .post-cta-footer{
  margin-top: 28px;
}

.post-cta.post-cta-3660{
  border-bottom: 8px solid #0689b1;
}

.post-cta.post-cta-3660 .post-cta-header br,
.post-cta.post-cta-3660 .post-cta-footer .post-cta-btn a br{
  display:none;
}

@media screen and (max-width: 767px) {
  .post-cta.post-cta-3660 .post-cta-header .post-cta-title{
    font-size:24px;
  }
  .post-cta.post-cta-3660 .post-cta-header .post-cta-title:before{
    font-size: 14px;
    width:240px;
  }
  .post-cta.post-cta-3660 .post-cta-footer .post-cta-btn a{
    max-width: 340px;
  }
  .post-cta.post-cta-3660 .post-cta-body .post-cta-body-inner .post-cta-img{
    padding-bottom:16px;
  }
}

@media screen and (max-width: 550px) {
  .post-cta.post-cta-3660 .post-cta-header br,
  .post-cta.post-cta-3660 .post-cta-footer .post-cta-btn a br{
    display:block;
  }
  .post-cta.post-cta-3660 .post-cta-header{
    padding: 32px 20px 24px;;
  }
  .post-cta.post-cta-3660 .post-cta-content ul.cta_list_blue li{
    padding-bottom:16px;
    line-height: 2;
  }
  .post-cta.post-cta-3660 .post-cta-footer{
    margin-top:16px;
  }
  .post-cta.post-cta-3660 p{
    margin-bottom: 1em;
  }
  .post-cta.post-cta-3660 .post-cta-body .post-cta-body-inner .post-cta-img img{
    width:300px;
  }


}

@media screen and (max-width: 320px) {
  .post-cta.post-cta-3660 .post-cta-header .post-cta-title{
    font-size:20px;
  }
}

/*令和3年度用目次上バナー*/
.entry-content .box-contact .box-contact-inner p.txt03{
  color: #d98001;
  margin-bottom:20px;
  font-weight: 700;
}
.entry-content .box-contact .box-contact-inner p.yellow span{
  background: linear-gradient(transparent 60%, #ffe63e 60%);
  font-size:19px;
}
.entry-content .box-contact .box-contact-inner p.yellow br,
.entry-content .box-contact .box-contact-inner p.txt03 br{
  display:none;
}
.entry-content .box-contact .box-contact-inner p.txt01.yellow:before,
.entry-content .box-contact .box-contact-inner p.txt01.yellow:after{
  content:'';
}
.entry-content .box-contact.reiwa .box-contact-inner p.txt02{
  line-height: 26px;
  margin-bottom: 12px;
}
.entry-content .box-contact .box-contact-inner .col-right p.btn01 a:before{
  right:20px;
}
@media screen and (max-width: 550px) {
  .entry-content .box-contact .box-contact-inner p.yellow{
    font-size: 18px;
  }
  .entry-content .box-contact .box-contact-inner p.yellow br,
  .entry-content .box-contact .box-contact-inner p.txt03 br{
    display:block;
  }
  .entry-content .box-contact.reiwa .box-contact-inner p.txt02{
    text-align:left;
  }
}

/* fix icon X */
#secondary .widget_social_widget .xeory-social-btns ul li.item-twitter a:before{
  content:'' !important;
  width: 45px;
  height: 45px;
  background: url(images/icon_x.png) center no-repeat;
  background-size: 50% auto ;
  transition: all ease-in-out .3s;
  line-height:normal;
  display: flex;
}
.xeory-social-btns > ul > li.item-twitter > a{
  background: #000;
}