@charset "UTF-8";
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

/* =========================================================
 Base style
========================================================= */
body {
  background: #fff;
  word-break: break-all;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #646464;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }
}

a {
  color: #a61e58;
  transition: all ease-in-out .3s;
}

a:hover {
  color: #cecece;
}

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

.site-title a {
  font-weight: bold;
}

/* main layout
--------------------------------------------------------- */
.site {
  position: relative;
}

.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .container {
    margin: 0 24px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin: 0 16px;
  }
}

@media screen and (max-width: 550px) {
  .container {
    margin: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-content {
    padding: 16px 0 0;
  }
}

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

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

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

.archive .site-content, .search .site-content, .error404 .site-content, .original-category .site-content {
  padding: 20px 0 190px;
}

.archive .site-content #primary, .archive .site-content #secondary, .search .site-content #primary, .search .site-content #secondary, .error404 .site-content #primary, .error404 .site-content #secondary, .original-category .site-content #primary, .original-category .site-content #secondary {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .archive .site-content #primary, .archive .site-content #secondary, .search .site-content #primary, .search .site-content #secondary, .error404 .site-content #primary, .error404 .site-content #secondary, .original-category .site-content #primary, .original-category .site-content #secondary {
    padding-top: 0px;
  }
}

.archive .entry-header, .search .entry-header, .error404 .entry-header, .original-category .entry-header {
  padding: 40px 40px 0;
}

@media screen and (max-width: 991px) {
  .archive .entry-header, .search .entry-header, .error404 .entry-header, .original-category .entry-header {
    padding: 24px 16px 0;
  }
}

.archive .entry-content, .search .entry-content, .error404 .entry-content, .original-category .entry-content {
  padding: 40px;
}

.archive .entry-content a:hover, .search .entry-content a:hover, .error404 .entry-content a:hover, .original-category .entry-content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .archive .entry-content, .search .entry-content, .error404 .entry-content, .original-category .entry-content {
    padding: 24px 16px;
  }
}

.comment-meta a {
  color: #868686;
  font-size: 12px;
}

.comments-area {
  background: #fff;
  padding: 0 30px 40px;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .comments-area {
    padding: 0;
  }
}

.comments-area .comments-text {
  display: none;
}

.comments-area .comments-header .comments-title {
  margin-bottom: 24px;
  font-size: 18px;
  background: #f1f0e7;
  color: #444444;
  font-weight: bold;
  text-align: center;
  padding: 16px 10px;
  margin-top: 0px;
}

@media screen and (max-width: 991px) {
  .comments-area .comments-header .comments-title {
    font-size: 18px;
    padding: 22px 10px;
  }
}

.comments-area .comments-header .comments-title:before {
  display: none;
}

.comments-area .comment-list li {
  border-bottom: 0;
}

.comments-area .comment-list li .fn {
  font-size: 16px;
  color: #232323;
}

.comments-area .comment-list li .comment-content p {
  font-size: 15px;
  color: #565656;
}

.comments-area .children {
  background: #f9f9f9;
  margin-left: 0;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .comments-area .children {
    padding: 16px;
  }
}

.comments-area .comment-author-image img {
  border-radius: 50%;
}

.comments-area .reply {
  margin-bottom: 40px;
}

.comments-area .reply a {
  font-size: 13px;
  color: #cecece;
}

.comments-area .reply a:before {
  content: '';
}

.comments-area .comment-form .submit {
  border: 0;
  background: #8a8a8a;
}

.comments-area .comment-form .submit:hover {
  background: #cecece;
}

.comments-area .comment-respond {
  margin-bottom: 0;
}

.search-no-results .search-submit, .error404 .search-submit {
  background: #a61e58 !important;
  border: none;
  font-size: 14px !important;
}

.error404 .site-main {
  padding-right: 380px;
}

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

.post-cta {
  width: calc(100% + 80px);
  margin-left: -40px;
  background: #f4f4f4;
  padding: 32px 40px;
  border: 0;
  margin-bottom: 73px;
}

@media screen and (max-width: 991px) {
  .post-cta {
    padding: 40px 0;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-bottom: 0px;
  }
}

.post-cta .post-cta-header {
  background: #464646;
  border: none;
  color: #fff;
  padding: 23px 20px;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-header {
    padding: 26px 0px;
  }
}

.post-cta .post-cta-header .post-cta-title {
  font-size: 28px;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 20px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media screen and (max-width: 360px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 17px;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.post-cta .post-cta-body {
  border: none;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-body {
    box-sizing: border-box;
  }
}

.post-cta .post-cta-body .post-cta-body-inner {
  background: #fff;
  border-left: 1px solid #e7e2d7;
  border-right: 1px solid #e7e2d7;
  padding: 40px 40px 22px;
  color: #222222;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-body .post-cta-body-inner {
    border: none;
  }
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 17px 0px 23px 0px;
  }
}

.post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
  margin-bottom: 24px;
  margin-left: 25px;
  margin-top: 5px;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
    margin: 0;
    max-width: 100%;
    margin-bottom: 13px;
  }
}

.post-cta .post-cta-content ul {
  padding-left: 12px;
  margin: 30px 0 12px 0;
}

.post-cta .post-cta-content ul li {
  list-style: none;
  position: relative;
  padding-left: 2px;
}

.post-cta .post-cta-content ul li:before {
  position: absolute;
  height: 6px;
  width: 6px;
  content: '';
  background: url("../images/dot.png");
  top: 11px;
  left: -11px;
}

.post-cta .post-cta-content ul li a {
  color: #565656;
  font-size: 16px;
}

.post-cta .post-cta-content ul li a:hover {
  color: #cecece !important;
  text-decoration: underline;
}

.post-cta .post-cta-content p {
  line-height: 1.8;
  color: #565656;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-content p {
    font-size: 15px;
    padding: 0px 12px;
  }
}

.post-cta .post-cta-content a {
  color: #565656;
}

.post-cta .post-cta-content a:hover {
  color: #91ddf3 !important;
}

.post-cta .post-cta-footer {
  background: #fff;
  border-left: 1px solid #e7e2d7;
  border-right: 1px solid #e7e2d7;
  border-bottom: 1px solid #e7e2d7;
  padding: 0;
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-footer {
    padding-bottom: 20px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}

.post-cta .post-cta-footer .post-cta-btn {
  width: 78%;
  margin: 0 auto;
}

@media screen and (max-width: 375px) {
  .post-cta .post-cta-footer .post-cta-btn {
    width: 100%;
  }
}

.post-cta .post-cta-footer .post-cta-btn a {
  box-shadow: none;
  font-weight: bold;
  background: #a61e58;
  border-radius: 0;
  max-width: 100%;
  border-bottom: 0;
  font-size: 16px;
  border-radius: 5px;
  padding: 15px 16px;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-footer .post-cta-btn a {
    padding: 21px 16px;
    margin-bottom: 29px;
  }
}

.post-cta .post-cta-footer .post-cta-btn a:after {
  content: "\f138";
  font-family: FontAwesome;
  color: #fff;
  padding: 0px 2px 0 2px;
  margin-left: 30px;
  border-radius: 100px;
  position: relative;
  font-size: 16px !important;
  top: 1px;
  font-weight: normal;
  font-size: 20px;
}

.post-cta .post-cta-footer .post-cta-btn a:hover {
  color: #fff;
  opacity: 0.7;
}

.single .entry-content,
.page .entry-content,
.not-found .entry-content {
  font-size: 16px !important;
}

@media screen and (max-width: 991px) {
  .single .entry-content,
  .page .entry-content,
  .not-found .entry-content {
    overflow-x: visible;
  }
}

.single .entry-content p, .single .entry-content ul, .single .entry-content ol,
.page .entry-content p,
.page .entry-content ul,
.page .entry-content ol,
.not-found .entry-content p,
.not-found .entry-content ul,
.not-found .entry-content ol {
  line-height: 28px;
  margin-bottom: 40px;
  font-size: 15px;
  color: #646464;
}

@media screen and (max-width: 991px) {
  .single .entry-content p, .single .entry-content ul, .single .entry-content ol,
  .page .entry-content p,
  .page .entry-content ul,
  .page .entry-content ol,
  .not-found .entry-content p,
  .not-found .entry-content ul,
  .not-found .entry-content ol {
    margin: 0px 0px 30px;
  }
}

.single .entry-content a,
.page .entry-content a,
.not-found .entry-content a {
  text-decoration: none;
  color: #a61e58;
  font-weight: normal;
}

.single .entry-content a:hover,
.page .entry-content a:hover,
.not-found .entry-content a:hover {
  color: #d9aabe;
  text-decoration: underline !important;
}

.single .entry-content h2,
.page .entry-content h2,
.not-found .entry-content h2 {
  margin: 0;
  padding: 17px 0px 10px;
  border-bottom: 0;
  color: #222;
  font-size: 26px;
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .single .entry-content h2,
  .page .entry-content h2,
  .not-found .entry-content h2 {
    font-size: 20px;
    margin-bottom: 5px;
    padding: 17px 0px;
  }
}

.single .entry-content h3,
.page .entry-content h3,
.not-found .entry-content h3 {
  margin: 0 0 33px;
  padding: 22px 0px 11px;
  font-size: 22px;
  border-left: 0;
  font-weight: bold;
  color: #222;
  position: relative;
  border-bottom: 1px solid #a61e58;
}

@media screen and (max-width: 991px) {
  .single .entry-content h3,
  .page .entry-content h3,
  .not-found .entry-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px 13px;
  }
}

@media screen and (max-width: 767px) {
  .single .entry-content h3,
  .page .entry-content h3,
  .not-found .entry-content h3 {
    font-size: 18px;
  }
}

.single .entry-content h3:before,
.page .entry-content h3:before,
.not-found .entry-content h3:before {
  content: '';
  background: #383838;
  width: 128px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: all ease-in-out .3s;
}

.single .entry-content h4,
.page .entry-content h4,
.not-found .entry-content h4 {
  margin: 0 0 18px;
  font-size: 20px;
  color: #222;
  padding: 8px 18px 0px 0;
}

@media screen and (max-width: 991px) {
  .single .entry-content h4,
  .page .entry-content h4,
  .not-found .entry-content h4 {
    font-size: 17px;
    margin-bottom: 6px;
    padding: 14px 18px 7px 0;
  }
}

.single .entry-content h5,
.page .entry-content h5,
.not-found .entry-content h5 {
  margin: 0 0 12px;
  padding-left: 10px;
  font-size: 18px;
  position: relative;
  padding-top: 17px;
  padding-bottom: 10px;
  color: #222;
  padding-left: 25px;
  color: #222;
}

@media screen and (max-width: 991px) {
  .single .entry-content h5,
  .page .entry-content h5,
  .not-found .entry-content h5 {
    margin-bottom: 4px;
    padding-top: 13px;
    font-size: 16px;
  }
}

.single .entry-content h5:before,
.page .entry-content h5:before,
.not-found .entry-content h5:before {
  content: '';
  position: absolute;
  left: 1px;
  width: 15px;
  top: 56%;
  height: 1px;
  background: #a61e58;
}

.single .entry-content h6,
.page .entry-content h6,
.not-found .entry-content h6 {
  color: #222;
  margin: 0 0 12px;
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 12px;
}

@media screen and (max-width: 991px) {
  .single .entry-content h6,
  .page .entry-content h6,
  .not-found .entry-content h6 {
    font-size: 15px;
    padding-bottom: 0px;
  }
}

.single .entry-content ul,
.page .entry-content ul,
.not-found .entry-content ul {
  margin-bottom: 2em;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .single .entry-content ul,
  .page .entry-content ul,
  .not-found .entry-content ul {
    margin-bottom: 30px;
  }
}

.single .entry-content ul li,
.page .entry-content ul li,
.not-found .entry-content ul li {
  list-style: disc;
  position: relative;
}

.single .entry-content ul li ul,
.page .entry-content ul li ul,
.not-found .entry-content ul li ul {
  margin-bottom: 0;
  margin-left: 5px;
  list-style: disc;
}

.single .entry-content ol,
.page .entry-content ol,
.not-found .entry-content ol {
  margin-bottom: 2em;
  padding-left: 22px;
}

@media screen and (max-width: 991px) {
  .single .entry-content ol,
  .page .entry-content ol,
  .not-found .entry-content ol {
    margin-bottom: 30px;
  }
}

.single .entry-content dl,
.page .entry-content dl,
.not-found .entry-content dl {
  margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
  .single .entry-content dl,
  .page .entry-content dl,
  .not-found .entry-content dl {
    margin-bottom: 30px;
  }
}

.single .entry-content dl dt,
.page .entry-content dl dt,
.not-found .entry-content dl dt {
  display: inline-block;
  margin: 0 0 19px;
  padding: 14px 27px;
  border: 1px solid #dadada;
  background: #eee;
  font-size: 16px;
  color: #343434;
  position: relative;
}

@media screen and (max-width: 991px) {
  .single .entry-content dl dt,
  .page .entry-content dl dt,
  .not-found .entry-content dl dt {
    font-size: 15px;
  }
}

.single .entry-content dl dd,
.page .entry-content dl dd,
.not-found .entry-content dl dd {
  margin: 0;
  font-size: 15px;
  color: #646464;
  line-height: 28px;
}

.single .entry-content table,
.page .entry-content table,
.not-found .entry-content table {
  border-spacing: 1px;
  border-collapse: inherit;
  border: none;
  margin-bottom: 40px;
  border-collapse: collapse;
}

@media screen and (max-width: 991px) {
  .single .entry-content table,
  .page .entry-content table,
  .not-found .entry-content table {
    margin: 0px 0px 30px;
  }
}

.single .entry-content table tr,
.page .entry-content table tr,
.not-found .entry-content table tr {
  background-color: #fff;
  height: 33px;
  text-align: left;
}

.single .entry-content table tr th,
.page .entry-content table tr th,
.not-found .entry-content table tr th {
  background: #383838;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
}

.single .entry-content table tr td,
.page .entry-content table tr td,
.not-found .entry-content table tr td {
  font-size: 16px;
  padding: 5px 24px;
  color: #353535;
}

@media screen and (max-width: 767px) {
  .single .entry-content table tr td,
  .page .entry-content table tr td,
  .not-found .entry-content table tr td {
    padding: 5px 12px;
  }
}

.single .entry-content blockquote,
.page .entry-content blockquote,
.not-found .entry-content blockquote {
  margin: 42px 0 40px;
  padding: 39px 40px 30px;
  background: #efefef;
  position: relative;
  border: 0;
}

@media screen and (max-width: 991px) {
  .single .entry-content blockquote,
  .page .entry-content blockquote,
  .not-found .entry-content blockquote {
    margin-bottom: 40px;
    margin-top: 50px;
    padding: 30px 25px 18px;
  }
}

.single .entry-content blockquote p,
.page .entry-content blockquote p,
.not-found .entry-content blockquote p {
  margin: 0;
  font-size: 16px;
  color: #565656;
}

@media screen and (max-width: 991px) {
  .single .entry-content blockquote p,
  .page .entry-content blockquote p,
  .not-found .entry-content blockquote p {
    color: #646464;
    font-size: 15px;
    line-height: 28px;
  }
}

.single .entry-content blockquote:before,
.page .entry-content blockquote:before,
.not-found .entry-content blockquote:before {
  color: #a61e58;
  position: absolute;
  top: -11px;
  left: 37px;
  content: url(../../images/semicolon_top.png);
}

@media screen and (max-width: 767px) {
  .single .entry-content blockquote:before,
  .page .entry-content blockquote:before,
  .not-found .entry-content blockquote:before {
    content: url(../../images/semicolon_top_sp.png);
    left: 22px;
    top: -16px;
  }
}

.single .entry-content blockquote:after,
.page .entry-content blockquote:after,
.not-found .entry-content blockquote:after {
  color: #a61e58;
  position: absolute;
  bottom: -11px;
  right: 45px;
  content: url(../../images/semicolon_top.png);
  /* IE 9 */
  /* Safari */
  transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
  .single .entry-content blockquote:after,
  .page .entry-content blockquote:after,
  .not-found .entry-content blockquote:after {
    content: url(../../images/semicolon_top_sp.png);
    right: 22px;
  }
}

.single .entry-content .attention,
.page .entry-content .attention,
.not-found .entry-content .attention {
  padding: 36px 40px;
  margin-bottom: 40px;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #575757;
  position: relative;
  font-size: 16px;
  color: #565656;
}

@media screen and (max-width: 991px) {
  .single .entry-content .attention,
  .page .entry-content .attention,
  .not-found .entry-content .attention {
    margin-bottom: 40px;
    padding: 18px;
  }
}

.single .entry-content .attention p,
.page .entry-content .attention p,
.not-found .entry-content .attention p {
  margin-bottom: 0;
}

.single .entry-content .attention ul,
.page .entry-content .attention ul,
.not-found .entry-content .attention ul {
  margin-bottom: 0;
  padding-left: 10px;
}

.single .entry-content .attention ul li,
.page .entry-content .attention ul li,
.not-found .entry-content .attention ul li {
  line-height: 1.8em;
}

.single .entry-content .attention ul li:before,
.page .entry-content .attention ul li:before,
.not-found .entry-content .attention ul li:before {
  top: 12px;
}

.single .entry-content .a-2,
.page .entry-content .a-2,
.not-found .entry-content .a-2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .single .entry-content .a-2 ul,
  .page .entry-content .a-2 ul,
  .not-found .entry-content .a-2 ul {
    padding-left: 20px;
  }
}

.single .entry-content .a-3,
.page .entry-content .a-3,
.not-found .entry-content .a-3 {
  padding: 0;
  margin-bottom: 47px;
}

@media screen and (max-width: 991px) {
  .single .entry-content .a-3,
  .page .entry-content .a-3,
  .not-found .entry-content .a-3 {
    margin-bottom: 32px;
  }
}

.single .entry-content .a-3 .attention-title,
.page .entry-content .a-3 .attention-title,
.not-found .entry-content .a-3 .attention-title {
  font-weight: bold;
  color: #fff;
  padding: 10px 0px;
  font-size: 18px;
  margin: 1px 2px;
  text-align: center;
  background: #575757;
}

@media screen and (max-width: 991px) {
  .single .entry-content .a-3 .attention-title,
  .page .entry-content .a-3 .attention-title,
  .not-found .entry-content .a-3 .attention-title {
    font-size: 18px;
    padding: 18px 0px 18px;
  }
}

@media screen and (max-width: 767px) {
  .single .entry-content .a-3 .attention-title,
  .page .entry-content .a-3 .attention-title,
  .not-found .entry-content .a-3 .attention-title {
    font-size: 16px;
  }
}

.single .entry-content .a-3 ul,
.page .entry-content .a-3 ul,
.not-found .entry-content .a-3 ul {
  padding: 32px 50px;
}

@media screen and (max-width: 991px) {
  .single .entry-content .a-3 ul,
  .page .entry-content .a-3 ul,
  .not-found .entry-content .a-3 ul {
    padding: 27px 37px;
  }
}

.single .entry-content #toc_container,
.page .entry-content #toc_container,
.not-found .entry-content #toc_container {
  margin: 0 0 47px 0;
}

.single .entry-content #toc_container .toc_list a:hover,
.page .entry-content #toc_container .toc_list a:hover,
.not-found .entry-content #toc_container .toc_list a:hover {
  text-decoration: none;
}

.single .entry-content .link-button-green,
.page .entry-content .link-button-green,
.not-found .entry-content .link-button-green {
  margin-bottom: 38px;
  margin: 0 auto 6px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .single .entry-content .link-button-green,
  .page .entry-content .link-button-green,
  .not-found .entry-content .link-button-green {
    margin-bottom: 24px;
    width: 78%;
  }
}

@media screen and (max-width: 550px) {
  .single .entry-content .link-button-green,
  .page .entry-content .link-button-green,
  .not-found .entry-content .link-button-green {
    width: 100%;
  }
}

.single .entry-content .link-button-green a,
.page .entry-content .link-button-green a,
.not-found .entry-content .link-button-green a {
  background: #1a3686;
  border-color: #122761;
  border-radius: 0;
  font-size: 15px;
  border-radius: 5px;
  display: inline-block;
  padding: 13px 33px;
  letter-spacing: 1px;
  color: #fff;
}

@media screen and (max-width: 320px) {
  .single .entry-content .link-button-green a,
  .page .entry-content .link-button-green a,
  .not-found .entry-content .link-button-green a {
    padding: 13px 0;
  }
}

.single .entry-content .link-button-green a i,
.page .entry-content .link-button-green a i,
.not-found .entry-content .link-button-green a i {
  font-size: 18px;
  margin-right: 8px;
}

.single .entry-content .link-button-green a:hover,
.page .entry-content .link-button-green a:hover,
.not-found .entry-content .link-button-green a:hover {
  text-decoration: none !important;
  opacity: .8;
}

.single .entry-content .link-button-orange,
.page .entry-content .link-button-orange,
.not-found .entry-content .link-button-orange {
  margin-bottom: 65px;
  padding-bottom: 15px;
  font-weight: bold;
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
  .single .entry-content .link-button-orange,
  .page .entry-content .link-button-orange,
  .not-found .entry-content .link-button-orange {
    margin-bottom: 35px;
    width: 78%;
  }
}

@media screen and (max-width: 550px) {
  .single .entry-content .link-button-orange,
  .page .entry-content .link-button-orange,
  .not-found .entry-content .link-button-orange {
    width: 100%;
  }
}

.single .entry-content .link-button-orange a,
.page .entry-content .link-button-orange a,
.not-found .entry-content .link-button-orange a {
  background: #a61e58;
  border-color: #881948;
  border-radius: 0;
  display: inline-block;
  letter-spacing: 1px;
  border-radius: 5px;
  font-size: 15px;
  padding: 13px 33px;
  color: #fff;
}

@media screen and (max-width: 320px) {
  .single .entry-content .link-button-orange a,
  .page .entry-content .link-button-orange a,
  .not-found .entry-content .link-button-orange a {
    padding: 13px 0;
  }
}

.single .entry-content .link-button-orange a i,
.page .entry-content .link-button-orange a i,
.not-found .entry-content .link-button-orange a i {
  font-size: 18px;
  margin-right: 8px;
}

.single .entry-content .link-button-orange a:hover,
.page .entry-content .link-button-orange a:hover,
.not-found .entry-content .link-button-orange a:hover {
  text-decoration: none !important;
  opacity: .8;
}

.site-footer {
  background: #a61e58;
}

.site-footer #footer-widget {
  overflow: visible;
  max-width: 1200px;
  padding: 0px 80px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .site-footer #footer-widget {
    padding: 0px;
  }
}

.site-footer #footer-widget .footer-widget {
  background: none;
  border-top: none;
  float: left;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .site-footer #footer-widget .footer-widget {
    width: 100%;
    float: none;
    vertical-align: top;
    display: inline-block;
  }
}

.site-footer #footer-widget .footer-widget:first-child {
  padding-top: 67px;
}

@media screen and (max-width: 991px) {
  .site-footer #footer-widget .footer-widget:nth-of-type(3n), .site-footer #footer-widget .footer-widget:nth-of-type(4n) {
    padding-top: 5px;
  }
}

.site-footer #footer-widget .container .footer-widget-title {
  color: #fff;
  font-size: 15px;
  margin-top: -22px;
  margin-bottom: 0;
}

.site-footer #footer-widget .container ul {
  display: block;
  padding-top: 11px;
  letter-spacing: -6px;
}

@media screen and (max-width: 425px) {
  .site-footer #footer-widget .container ul {
    text-align: left;
  }
}

.site-footer #footer-widget .container ul li {
  margin-right: 0;
  line-height: 1.0;
  display: inline-block;
  margin-bottom: 3px;
  letter-spacing: 0px;
  padding-left: 30px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .site-footer #footer-widget .container ul li {
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .site-footer #footer-widget .container ul li {
    margin-right: 0;
    float: left;
    line-height: 1.0;
  }
}

.site-footer #footer-widget .container ul li a {
  padding-right: 0;
  color: #fff;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 16px;
  border-bottom: 1px solid #a61e58;
}

.site-footer #footer-widget .container ul li a:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
  vertical-align: text-top;
  line-height: 20px;
  margin-right: 8px;
}

.site-footer #footer-widget .container ul li a:hover {
  color: #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

.site-footer #footer-widget .container ul li a:hover:before {
  color: #b1b1b1;
}

@media screen and (max-width: 550px) {
  .site-footer #footer-widget .container ul li a {
    font-size: 14px;
  }
}

.site-footer #footer-widget .container ul .current-menu-item a {
  color: #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}

.site-footer .site-info {
  background: #383838;
  border-top: none;
  text-align: center;
  clear: both;
}

.site-footer .site-info .container {
  padding: 1em;
}

@media screen and (max-width: 320px) {
  .site-footer .site-info .container {
    padding: 12px 0px;
  }
}

.site-footer .site-info .container p {
  color: #c1c1c1;
}

@media screen and (max-width: 550px) {
  .site-footer .site-info .container p {
    font-size: 11px;
  }
}

.site-footer .site-info .container span {
  margin: 0 4px;
  text-transform: lowercase;
}

.site-footer .footer-widget-area .container {
  padding: 0px;
}

#footer-widget section.widget_nav_menu:last-of-type {
  width: 100% !important;
  max-width: 1200px;
  margin: 10px  auto 28px;
  overflow: hidden;
  padding-top: 0px !important;
}

@media screen and (max-width: 991px) {
  #footer-widget section.widget_nav_menu:last-of-type {
    padding-left: 0px;
    margin: 12px  auto 0px;
  }
}

@media screen and (max-width: 991px) {
  #footer-widget section.widget_nav_menu:last-of-type {
    padding: 0px 12px;
  }
}

#footer-widget section.widget_nav_menu:last-of-type .container {
  padding: 0 !important;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  #footer-widget section.widget_nav_menu:last-of-type .container {
    margin: 0px;
  }
}

#footer-widget section.widget_nav_menu:last-of-type ul {
  display: block !important;
}

@media screen and (max-width: 991px) {
  #footer-widget section.widget_nav_menu:last-of-type ul {
    padding: 30px 0px;
    border-top: 1px solid #fff;
    overflow: hidden;
    padding-left: 0px !important;
  }
}

#footer-widget section.widget_nav_menu:last-of-type ul li {
  width: 25%;
  float: left;
  margin-right: 0px !important;
  list-style: none;
}

@media screen and (max-width: 991px) {
  #footer-widget section.widget_nav_menu:last-of-type ul li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  #footer-widget section.widget_nav_menu:last-of-type ul li {
    width: 33.33%;
    padding-left: 0px;
  }
}

@media screen and (max-width: 375px) {
  #footer-widget section.widget_nav_menu:last-of-type ul li {
    width: auto;
    padding-right: 22px;
  }
}

#footer-widget section.widget_nav_menu:last-of-type ul li a {
  color: #fff;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 16px;
  padding-right: 0px !important;
}

@media screen and (max-width: 550px) {
  #footer-widget section.widget_nav_menu:last-of-type ul li a {
    font-size: 14px !important;
  }
}

#footer-widget section.widget_nav_menu:last-of-type ul li:last-child {
  padding-right: 0 !important;
}

#footer-widget section.widget_nav_menu:last-of-type ul li .current-menu-item:before {
  color: #b1b1b1 !important;
}

@media screen and (max-width: 375px) {
  #footer-widget section.widget_nav_menu:last-of-type ul li:nth-of-type(3n) {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .search-wrap {
    display: none;
  }
}

.site-header {
  border-bottom: none;
}

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

.site-header .site-branding {
  background: #383838;
  border-bottom: 2px solid #a61e58;
  padding: 0px 50px;
}

@media screen and (max-width: 1199px) {
  .site-header .site-branding {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 375px) {
  .site-header .site-branding {
    padding: 0px 12px;
  }
}

.site-header .site-branding .site-title {
  padding: 20px 0px;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 375px) {
  .site-header .site-branding .site-title {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .site-header .site-branding .site-title img {
    max-width: 70%;
  }
}

.site-header .site-branding .container {
  padding: 0px;
}

@media screen and (max-width: 1199px) {
  .site-header .site-branding .container {
    margin: 0px;
  }
}

.site-header .site-branding .container .search-wrap {
  float: right;
  width: 318px;
  margin-top: 30px;
}

.site-header .site-branding .container .search-wrap .search-form {
  margin-bottom: 0px;
  height: 29px;
  border: none;
}

.site-header .site-branding .container .search-wrap label {
  padding-right: 0px;
}

.site-header .site-branding .container .search-wrap .search-field {
  border: 1px solid #d4d6d7;
  color: #a8a7a7;
}

.site-header .site-branding .container .search-wrap .search-submit {
  background: #a61e58;
  border: none;
  font-size: 14px;
}

.main-navigation {
  background: #fff;
  border-top: none;
}

.main-navigation .primary-menu li {
  padding: 0;
}

.main-navigation .primary-menu li:before {
  content: none;
}

.main-navigation .primary-menu li a {
  padding: 17px 0px;
  margin: 0px 20px;
  display: inline-block;
  color: #565656;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  line-height: 14px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main-navigation .primary-menu li a:after {
  content: '';
  background: #a61e58;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out .3s;
}

.main-navigation .primary-menu li a:hover:after {
  opacity: 1;
}

.main-navigation .primary-menu .current-menu-item a:after, .main-navigation .primary-menu .current-menu-parent a:after {
  opacity: 1;
}

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

.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  height: 48px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
}

.xeory-sp-nav-btn:before {
  content: url(../../images/menu_sp.png);
  color: #8a8a8a;
  cursor: pointer;
}

.xeory-sp-nav-btn:after {
  content: 'MENU';
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin: -11px auto 0;
}

@media screen and (max-width: 991px) {
  .xeory-sp-nav-btn {
    display: block;
  }
}

/* SP nav btn-close
---------------------------------------------------------- */
.sp-nav-inner {
  position: relative;
}

.sp-nav-inner .xeory-spnav-btn-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}

.sp-nav-inner .xeory-spnav-btn-close:after {
  content: '×';
  font-size: 34px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 7px;
}

@media screen and (max-width: 375px) {
  .sp-nav-inner .xeory-spnav-btn-close:after {
    left: 20px;
  }
}

/* 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: #fff;
  height: 100%;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget {
  margin-bottom: 16px;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget h3 {
  background: none;
  padding: 20px 16px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #383838;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul {
  list-style: none;
  padding-top: 63px;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li {
  border-bottom: 1px solid #cccccc;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a {
  display: block;
  font-weight: bold;
  color: #565656;
  text-align: center;
  font-size: 16px;
  padding: 14px 16px;
  background: #efefef;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:hover {
  background: #ababab;
  color: #fff;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li:last-child {
  border-bottom: none;
}

.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: #ababab;
  color: #eeeeee;
}

.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 .widget_search {
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  background: #a61e58;
  padding: 12px;
  margin: 0 !important;
}

@media screen and (max-width: 991px) {
  .xeory-spnav-wrap .sp-nav-inner .widget_search {
    display: block !important;
  }
}

.xeory-spnav-wrap .sp-nav-inner .widget_search .search-form {
  margin: 0;
}

.xeory-spnav-wrap .sp-nav-inner .widget_search .search-form .search-field {
  font-size: 16px;
  padding: 4px 80px 1px 16px;
  color: #b9b7b7;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xeory-spnav-wrap .sp-nav-inner .widget_search .search-form .search-field {
    line-height: 36px;
  }
}

.xeory-spnav-wrap .sp-nav-inner .widget_search .search-form .search-submit {
  background: none;
  color: #a61e58;
  border: 0;
  font-size: 21px;
}

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: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(34, 34, 34, 0.9);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pagination {
  margin-top: 95px;
  border-bottom: 3px solid #f1f1f1;
  padding-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .pagination {
    margin: 23px 16px 83px;
  }
}

.pagination .current {
  background: #484848;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  margin: 0px;
  position: relative;
  opacity: 1;
}

.pagination .current:after {
  content: '';
  background: #484848;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  opacity: 1;
  transition: all ease-in-out .3s;
}

.pagination .current:hover:after {
  opacity: 1;
}

.pagination a {
  width: 45px;
  height: 45px;
  background: #fff;
  line-height: 45px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0;
}

.pagination a:after {
  content: '';
  background: #484848;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out .3s;
}

.pagination a:hover {
  background: #484848;
}

.pagination a:hover:after {
  opacity: 1;
}

.pagetop {
  z-index: 10;
  width: 58px;
  height: 58px;
  line-height: 53px;
}

.pagetop-inner {
  background: rgba(60, 63, 68, 0.8);
}

.pagetop-inner:before {
  font-size: 32px;
}

.wpcf7-submit {
  width: 60%;
  background: #8a8a8a !important;
}

.wpcf7-submit:hover {
  background: #cecece !important;
}

@media screen and (max-width: 550px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.search-form {
  margin-bottom: 40px;
  height: 39px;
}

.search-form input.search-field {
  padding: 4px 80px 4px 13px;
  font-weight: normal;
  font-size: 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .search-form input.search-field {
    line-height: 24px;
  }
}

.search-form input[type=submit] {
  width: 40px;
  padding: 0;
  background: #8a8a8a;
  font-family: FontAwesome;
  border-radius: 0;
}

.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #797979;
}

.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
}

.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #797979;
}

.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
}

.search-form input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #797979;
}

.search-form input::-moz-selection {
  /* Firefox 19+ */
  color: #797979;
}

.search-form input:-ms-input-selection {
  /* IE 10+ */
  color: #797979;
}

.search-form input:-moz-selection {
  /* Firefox 18- */
  color: #797979;
}

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

.breadcrumbshome {
  background: #fbfbfb;
}

.breadcrumbshome .xeory-breadcrumbs {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .breadcrumbshome .xeory-breadcrumbs {
    margin: 0px 12px;
  }
}

.breadcrumbshome .xeory-breadcrumbs .xeory-breadcrumbs-list {
  padding: 13px 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .breadcrumbshome .xeory-breadcrumbs .xeory-breadcrumbs-list {
    padding: 16px 0px 8px;
    margin-bottom: 8px;
  }
}

.breadcrumbshome .xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
  font-size: 13px;
  color: #565656;
}

.breadcrumbshome .xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
  margin: 0 13px;
}

@media screen and (max-width: 991px) {
  .breadcrumbshome .xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
    margin: 0 8px;
  }
}

.breadcrumbshome .xeory-breadcrumbs .xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child a:hover {
  color: #565656;
}

.xeory-breadcrumbs-item-current a {
  color: #cecece !important;
  text-decoration: underline;
}

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

.page-header {
  padding: 16px;
  font-size: 24px;
  background: #fff;
  margin: 0 0 30px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .page-header {
    font-size: 20px;
    padding: 12px;
    margin: 0px 12px 20px;
  }
}

.wpcf7 textarea {
  width: 100%;
}

.message {
  border: solid 1px #ebe3e3;
}

.message .message-main {
  position: relative;
}

.message .message-main img {
  width: 100%;
}

.message .message-main .message-img:before {
  content: url(https://engineer-club.jp/wp-content/uploads/2018/04/message_title.png);
  width: 272px;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
}

.message .message-inner {
  padding: 24px 24px 32px 24px;
}

.message .message-inner .button {
  margin-top: 30px;
  width: 100%;
}

.message .message-inner .button a {
  color: #fff;
  text-align: center;
  padding: 18px;
  background: #a61e58;
  display: block;
}

.message .message-inner .button a:after {
  content: url(https://engineer-club.jp/wp-content/uploads/2018/04/button_arrow.png);
  margin: 0 0 0 8px;
}

.page-id-145 .main {
  margin: 24px 0 40px;
  padding: 88px 16px;
  background-position: 40%;
  background-image: url("https://engineer-club.jp/wp-content/uploads/2018/04/main_bg.jpg");
}

@media screen and (max-width: 767px) {
  .page-id-145 .main {
    padding: 40px 16px;
    background-position: 50%;
  }
}

.page-id-145 .main p {
  margin-bottom: 0;
}

.page-id-145 .proflie {
  overflow: hidden;
  text-align: right;
}

.page-id-145 .proflie .name {
  display: inline-block;
}

.page-id-145 .proflie .profile-img {
  float: right;
  margin: 0 0 0 14px;
}

.page-id-145 section#text-3 {
  display: none;
}

.home, .archive, .search {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}

.home .site-content, .archive .site-content, .search .site-content {
  padding: 0px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 991px) {
  .home .site-content .content-area, .archive .site-content .content-area, .search .site-content .content-area {
    margin-bottom: 150px;
  }
}

.home .site-content .site-main, .archive .site-content .site-main, .search .site-content .site-main {
  padding-right: 380px;
}

@media screen and (max-width: 991px) {
  .home .site-content .site-main, .archive .site-content .site-main, .search .site-content .site-main {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .home .site-content .container, .archive .site-content .container, .search .site-content .container {
    margin: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .home .site-content .container .post-loop-wrap, .archive .site-content .container .post-loop-wrap, .search .site-content .container .post-loop-wrap {
    margin: 0px 16px;
  }
}

@media screen and (max-width: 375px) {
  .home .site-content .container .post-loop-wrap, .archive .site-content .container .post-loop-wrap, .search .site-content .container .post-loop-wrap {
    margin: 0px 12px;
  }
}

@media screen and (max-width: 550px) {
  .home .site-content #primary, .archive .site-content #primary, .search .site-content #primary {
    margin-bottom: 70px;
  }
}

.home .banner, .archive .banner, .search .banner {
  background: url(../../images/pc-main-visual-2.jpg) no-repeat center top;
  height: 468px;
  background-size: cover;
  position: relative;
  margin-bottom: 72px;
}

@media screen and (max-width: 991px) {
  .home .banner, .archive .banner, .search .banner {
    margin: 0px 0px 45px;
  }
}

@media screen and (max-width: 767px) {
  .home .banner, .archive .banner, .search .banner {
    margin: 0px 0px 90px;
  }
}

@media screen and (max-width: 550px) {
  .home .banner, .archive .banner, .search .banner {
    margin: 0px 0px 45px;
  }
}

@media screen and (max-width: 375px) {
  .home .banner, .archive .banner, .search .banner {
    margin: 0px 0px 60px;
  }
}

@media screen and (max-width: 767px) {
  .home .banner, .archive .banner, .search .banner {
    background: url(../../images/sp-main-visual-2.jpg) no-repeat center top;
    background-size: cover;
    height: 430px;
  }
}

@media screen and (max-width: 550px) {
  .home .banner, .archive .banner, .search .banner {
    height: 320px;
  }
}

@media screen and (max-width: 424px) {
  .home .banner, .archive .banner, .search .banner {
    height: 230px;
  }
}

.home .banner h2, .archive .banner h2, .search .banner h2 {
  display: none;
  position: absolute;
  bottom: 9%;
  color: #fff;
  left: 69px;
  padding: 31px 58px 27px 46px;
  font-weight: bold;
  font-size: 38px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  transform: skew(24deg);
  background: rgba(52, 13, 20, 0.75);
}

@media screen and (max-width: 767px) {
  .home .banner h2, .archive .banner h2, .search .banner h2 {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .home .banner h2, .archive .banner h2, .search .banner h2 {
    width: auto !important;
    left: 28px;
    bottom: -10%;
    right: 28px;
    font-size: 23px;
  }
}

@media screen and (max-width: 550px) {
  .home .banner h2, .archive .banner h2, .search .banner h2 {
    bottom: -14%;
  }
}

@media screen and (max-width: 400px) {
  .home .banner h2, .archive .banner h2, .search .banner h2 {
    padding: 31px 30px 27px 30px;
    bottom: -18%;
  }
}

@media screen and (max-width: 375px) {
  .home .banner h2, .archive .banner h2, .search .banner h2 {
    padding: 16px 20px;
    left: 16px;
    right: 16px;
    text-align: center;
    bottom: -15%;
  }
}

@media screen and (max-width: 320px) {
  .home .banner h2, .archive .banner h2, .search .banner h2 {
    font-size: 20px;
  }
}

.home .banner h2 p, .archive .banner h2 p, .search .banner h2 p {
  transform: skew(-24deg);
}

.home .banner h2 p span, .archive .banner h2 p span, .search .banner h2 p span {
  padding-left: 25px;
}

@media screen and (max-width: 550px) {
  .home .banner h2 p span, .archive .banner h2 p span, .search .banner h2 p span {
    padding-left: 15px;
  }
}

.home .banner h2 p .span_top, .archive .banner h2 p .span_top, .search .banner h2 p .span_top {
  padding-left: 0px;
}

@media screen and (max-width: 320px) {
  .home .banner h2 p .span_top, .archive .banner h2 p .span_top, .search .banner h2 p .span_top {
    padding-left: 0px;
  }
}

.home article, .archive article, .search article {
  overflow: hidden;
  padding: 0;
  margin-bottom: 50px;
  border: 0;
}

@media screen and (max-width: 550px) {
  .home article, .archive article, .search article {
    padding: 16px 0;
    margin-bottom: 0px;
  }
}

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

.home article .entry-header .cat, .archive article .entry-header .cat, .search article .entry-header .cat {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  font-size: 14px;
  color: #fff;
  font-style: italic;
  background: #8a8a8a;
}

.home article .entry-header .entry-thumbnail, .archive article .entry-header .entry-thumbnail, .search article .entry-header .entry-thumbnail {
  width: 240px;
  margin: 0;
  float: none;
}

@media screen and (max-width: 767px) {
  .home article .entry-header .entry-thumbnail, .archive article .entry-header .entry-thumbnail, .search article .entry-header .entry-thumbnail {
    margin-right: 10px;
  }
}

@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: 95px;
    margin-right: 10px;
  }
}

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

@media screen and (max-width: 550px) {
  .home article .entry-content, .archive article .entry-content, .search article .entry-content {
    padding: 0;
    margin-top: -5px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home article .entry-content, .archive article .entry-content, .search article .entry-content {
    overflow: hidden;
    margin-left: 105px;
  }
}

.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;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 26px;
}

.home article .entry-content .entry-title a, .archive article .entry-content .entry-title a, .search article .entry-content .entry-title a {
  color: #565656;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@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: 14px;
    line-height: 1em;
  }
}

.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: #cecece;
}

.home article .entry-content .cont-str, .archive article .entry-content .cont-str, .search article .entry-content .cont-str {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #8a8a8a;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@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: hidden;
  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;
  font-size: 12px;
  color: #2e2e2e;
  font-style: italic;
}

.home article .entry-content .entry-meta .date, .archive article .entry-content .entry-meta .date, .search article .entry-content .entry-meta .date {
  float: right;
  margin-right: 10px;
}

.home article .entry-content .entry-meta .more, .archive article .entry-content .entry-meta .more, .search article .entry-content .entry-meta .more {
  float: right;
  background: #8a8a8a;
}

.home article .entry-content .entry-meta .more a, .archive article .entry-content .entry-meta .more a, .search article .entry-content .entry-meta .more a {
  color: #fff;
  display: block;
  padding: 6px 12px;
  font-size: 13px;
}

.home article .entry-content .entry-meta .more a:hover, .archive article .entry-content .entry-meta .more a:hover, .search article .entry-content .entry-meta .more a:hover {
  color: #cecece;
}

.home article .entry-content .entry-meta .more a:before, .archive article .entry-content .entry-meta .more a:before, .search article .entry-content .entry-meta .more a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 5px;
  font-size: 16px;
}

.post-loop-first {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .post-loop-first {
    margin-bottom: 40px;
  }
}

.post-loop-first article {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

@media screen and (max-width: 767px) {
  .post-loop-first article .entry-header {
    float: none;
  }
}

.post-loop-first article .entry-header .entry-thumbnail {
  width: 430px;
  float: left;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .post-loop-first article .entry-header .entry-thumbnail {
    width: 100%;
    float: none;
  }
}

.post-loop-first article .entry-content {
  padding: 0 0 0 24px;
}

@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: 16px 0;
}

.post-loop-first article .entry-content .entry-title a {
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .post-loop-first article .entry-content .entry-title a {
    font-size: 24px;
  }
}

@media screen and (max-width: 550px) {
  .post-loop-first article .entry-content .entry-title a {
    font-size: 20px;
  }
}

.post-loop-first article .entry-content .cont-str {
  font-size: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 550px) {
  .post-loop-first article .entry-content .cont-str {
    font-size: 14px;
  }
}

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

.imgpc {
  display: block;
}

@media screen and (max-width: 991px) {
  .imgpc {
    display: none !important;
  }
}

.imgsp {
  display: none;
}

@media screen and (max-width: 991px) {
  .imgsp {
    display: block !important;
  }
}

.page .site-main article .entry-header {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .page .site-main article .entry-header {
    margin-bottom: 0px;
  }
}

.page .site-main article .entry-header .entry-thumbnail {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .page #secondary {
    padding: 0px;
  }
}

.page .bzb-sns-btn {
  display: none;
}

@media screen and (max-width: 991px) {
  .search-no-results .page-header {
    margin-top: 20px;
  }
}

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

.page .site-content .site-main .entry-title {
  margin: 0px 0px 24px !important;
  font-size: 24px !important;
  color: #323232;
}

@media screen and (max-width: 991px) {
  .page .site-content .site-main .entry-title {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .page .site-content .site-main .entry-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 424px) {
  .page .site-content .bzb-sns-area {
    text-align: left;
  }
}

#secondary {
  width: 320px;
  margin-left: -320px;
}

@media screen and (max-width: 991px) {
  #secondary {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1200px) {
  #secondary {
    padding: 0px 16px;
  }
}

@media screen and (max-width: 375px) {
  #secondary {
    padding: 0px 12px;
  }
}

#secondary h3 {
  margin-bottom: 24px;
  padding: 16px 10px;
  background: #f1f0e7;
  font-size: 18px;
  font-weight: bold;
  color: #565656;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

@media screen and (max-width: 991px) {
  #secondary .widget_search {
    display: none;
  }
}

#secondary .popular-posts {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  #secondary .popular-posts {
    margin-bottom: 70px;
  }
}

#secondary .popular-posts ul li {
  font-size: 19px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  overflow: visible;
  line-height: 1.2;
  position: relative;
  margin-bottom: 16px;
}

#secondary .popular-posts ul li:nth-of-type(1)::before, #secondary .popular-posts ul li:nth-of-type(2)::before, #secondary .popular-posts ul li:nth-of-type(3)::before {
  content: '1';
  padding: 0px;
  position: absolute;
  width: 27px;
  height: 27px;
  line-height: 27px;
  top: -4px;
  left: -4px;
  color: #fff;
  background: rgba(70, 70, 70, 0.8);
  size: 14px;
  z-index: 5;
  font-style: italic;
  font-family: "ヒラギノ角ゴ Pro W3", "Custom Yu Gothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #secondary .popular-posts ul li:nth-of-type(1)::before, #secondary .popular-posts ul li:nth-of-type(2)::before, #secondary .popular-posts ul li:nth-of-type(3)::before {
    width: 20px;
    height: 20px;
    font-size: 17px;
    padding-right: 3px;
    line-height: 22px;
  }
}

#secondary .popular-posts ul li:nth-of-type(2)::before {
  content: '2';
}

#secondary .popular-posts ul li:nth-of-type(3)::before {
  content: '3';
}

#secondary .popular-posts ul li a {
  color: #565656;
  font-size: 14px;
}

@media screen and (max-width: 550px) {
  #secondary .popular-posts ul li a {
    font-size: 13px;
    line-height: 22px;
  }
}

#secondary .popular-posts ul li a .wpp-thumbnail {
  margin-right: 8px;
}

#secondary .popular-posts ul li a:hover {
  color: #cecece;
}

#secondary .popular-posts ul li a:first-child {
  width: 113px;
  display: block;
  height: auto;
}

#secondary .popular-posts ul li:last-child {
  margin-bottom: 0px;
}

#secondary .widget_xeory_postviews, #secondary .widget_xeory_recentviews {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  #secondary .widget_xeory_postviews, #secondary .widget_xeory_recentviews {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 550px) {
  #secondary .widget_xeory_postviews .widget-content ul, #secondary .widget_xeory_recentviews .widget-content ul {
    margin-bottom: 50px;
  }
}

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

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image a, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image a {
  width: 113px;
  height: auto;
  display: block;
}

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

#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: #565656;
  font-size: 14px;
  font-weight: normal;
}

#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: #cecece;
}

#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 .widget_xeory_postviews .widget-content ul li:last-child, #secondary .widget_xeory_recentviews .widget-content ul li:last-child {
  margin-bottom: 0px;
}

#secondary .widget_social_widget {
  background: #383838;
  padding-bottom: 33px;
}

@media screen and (max-width: 991px) {
  #secondary .widget_social_widget {
    margin-bottom: 120px;
  }
}

#secondary .widget_social_widget h3 {
  background: #383838;
  color: #fff;
  font-size: 24px;
  text-indent: -999px;
  background: url(../../images/sns-title.jpg) center no-repeat;
}

#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: 1px solid #565656;
}

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

#secondary .widget_social_widget .xeory-social-btns ul li a:hover {
  border-radius: 50px;
  background: #fff;
  opacity: 1;
}

#secondary .widget_social_widget .xeory-social-btns ul .item-facebook a, #secondary .widget_social_widget .xeory-social-btns ul .item-twitter a, #secondary .widget_social_widget .xeory-social-btns ul .item-google a, #secondary .widget_social_widget .xeory-social-btns ul .item-feedly a {
  background: #3b3b3b;
}

#secondary .widget_social_widget .xeory-social-btns ul .item-facebook a:hover {
  color: #3b5998 !important;
}

#secondary .widget_social_widget .xeory-social-btns ul .item-twitter a:hover {
  color: #55acee !important;
}

#secondary .widget_social_widget .xeory-social-btns ul .item-google a:hover {
  color: #dc4e41 !important;
}

#secondary .widget_social_widget .xeory-social-btns ul .item-feedly a:hover {
  color: #2bb24c !important;
}

#secondary .widget_social_widget .xeory-social-facebook {
  padding: 0px 8px 5px;
}

@media screen and (max-width: 991px) {
  .single #secondary {
    padding: 0px;
  }
}

.single .site-content, .page .site-content {
  padding: 0;
}

.single .site-content .content-area, .page .site-content .content-area {
  margin-bottom: 72px;
}

@media screen and (max-width: 991px) {
  .single .site-content .content-area, .page .site-content .content-area {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .single .site-content .container, .page .site-content .container {
    margin: 0px 12px;
  }
}

.single .site-content .site-main, .page .site-content .site-main {
  padding-right: 380px;
}

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

.single .site-content .site-main article, .page .site-content .site-main article {
  padding: 40px 30px 0px 30px;
  border-bottom: 0;
  border: none;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article, .page .site-content .site-main article {
    padding: 0px;
  }
}

.single .site-content .site-main article .entry-header, .page .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 {
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  color: #777;
  font-size: 13px;
  font-style: normal;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
    margin-bottom: 20px;
  }
}

.single .site-content .site-main article .entry-header .entry-meta:before, .page .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 {
  padding: 3px 6px;
  background: none;
  float: left;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-header .entry-meta .cat, .page .site-content .site-main article .entry-header .entry-meta .cat {
    padding-top: 32px;
  }
}

.single .site-content .site-main article .entry-header .entry-meta .cat a, .page .site-content .site-main article .entry-header .entry-meta .cat a {
  background: none !important;
  color: #8a8a8a;
}

.single .site-content .site-main article .entry-header .entry-meta .date, .single .site-content .site-main article .entry-header .entry-meta .modified, .page .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .modified {
  display: inline-block;
}

.single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date {
  line-height: 33px;
}

.single .site-content .site-main article .entry-header .entry-meta i, .page .site-content .site-main article .entry-header .entry-meta i {
  margin-right: 4px;
}

.single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1 {
  margin: 24px 0;
  font-size: 30px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1 {
    margin: 18px 0 24px;
    font-size: 24px;
  }
}

.single .site-content .site-main article .bzb-sns-area, .page .site-content .site-main article .bzb-sns-area {
  display: block;
  margin-bottom: 48px;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .bzb-sns-area, .page .site-content .site-main article .bzb-sns-area {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 424px) {
  .single .site-content .site-main article .bzb-sns-area, .page .site-content .site-main article .bzb-sns-area {
    text-align: left;
  }
}

.single .site-content .site-main article .entry-content, .page .site-content .site-main article .entry-content {
  padding: 0;
}

.single .site-content .site-main article .entry-content a, .page .site-content .site-main article .entry-content a {
  text-decoration: none;
}

.single .site-content .site-main article .entry-content a:hover, .page .site-content .site-main article .entry-content a:hover {
  text-decoration: underline;
}

.single .site-content .site-main article .entry-content .wrap-img, .page .site-content .site-main article .entry-content .wrap-img {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-content .wrap-img, .page .site-content .site-main article .entry-content .wrap-img {
    overflow: visible;
  }
}

.single .site-content .site-main article .entry-content .wrap-img .entry-thumbnail, .page .site-content .site-main article .entry-content .wrap-img .entry-thumbnail {
  margin: 0 0 24px 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-content .wrap-img .entry-thumbnail, .page .site-content .site-main article .entry-content .wrap-img .entry-thumbnail {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

.single .site-content .site-main article .entry-content .wrap-img .entry-meta-cat, .page .site-content .site-main article .entry-content .wrap-img .entry-meta-cat {
  background: rgba(50, 50, 50, 0.7);
  transform: skewX(-20deg) translateX(-50%);
  position: absolute;
  bottom: 3px;
  font-size: 28px;
  left: 50%;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  padding: 0px 22px;
  font-style: italic;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-content .wrap-img .entry-meta-cat, .page .site-content .site-main article .entry-content .wrap-img .entry-meta-cat {
    font-size: 24px;
  }
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-content .wrap-img .entry-meta-cat, .page .site-content .site-main article .entry-content .wrap-img .entry-meta-cat {
    font-size: 20px;
    bottom: -13px;
    padding: 0px 16px;
  }
}

.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 {
  padding-left: 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 {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .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 {
    font-size: 13px;
    color: #575757;
  }
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn .bzb-googleplus, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn .bzb-googleplus {
  margin-top: -3px;
}

.single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer {
  background: #fff;
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer {
    padding: 0;
  }
}

.single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area {
  margin: 60px 0px 42px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 424px) {
  .single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area {
    text-align: left;
  }
}

.single .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn, .page .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn {
  margin: 0 !important;
}

.single .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn li, .page .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn li {
  padding: 4px 3px;
}

.single .site-content .site-main .entry-footer .post-footer-list, .page .site-content .site-main .entry-footer .post-footer-list {
  padding-bottom: 0;
}

.single .site-content .site-main .entry-footer .post-footer-list li, .page .site-content .site-main .entry-footer .post-footer-list li {
  padding-bottom: 10px;
  font-size: 14px;
}

.single .site-content .site-main .entry-footer .post-footer-list li:before, .page .site-content .site-main .entry-footer .post-footer-list li:before {
  color: #565656;
}

.single .site-content .site-main .entry-footer .post-footer-list li a, .page .site-content .site-main .entry-footer .post-footer-list li a {
  color: #565656;
  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 {
  color: #cecece;
}

.single .site-content .site-main .entry-footer .post-footer-list .cat:before, .page .site-content .site-main .entry-footer .post-footer-list .cat:before {
  content: "\f115";
}

.single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget {
  padding: 40px 30px 23px 30px;
  border: none;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget {
    padding: 24px 0px;
  }
}

.single .site-content .site-main .underpost-widget h3, .page .site-content .site-main .underpost-widget h3 {
  margin-bottom: 24px;
  font-size: 18px;
  background: #f1f0e7;
  color: #444444;
  font-weight: bold;
  text-align: center;
  padding: 16px 0px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .underpost-widget h3, .page .site-content .site-main .underpost-widget h3 {
    font-size: 18px;
    margin-bottom: 28px;
    padding: 22px 0px;
  }
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .underpost-widget h3, .page .site-content .site-main .underpost-widget h3 {
    font-size: 16px;
  }
}

.single .site-content .site-main .underpost-widget .xeory-subloop, .page .site-content .site-main .underpost-widget .xeory-subloop {
  margin: 0 -13px;
}

.single .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item, .page .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item {
  padding: 0 13px 16px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item, .page .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item {
    padding: 0px 13px 26px;
  }
}

.single .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item .xeory-subloop-image, .page .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item .xeory-subloop-image {
  margin: 0 0 10px;
}

.single .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item .xeory-subloop-title a, .page .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item .xeory-subloop-title a {
  font-size: 12px;
  color: #565656;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item .xeory-subloop-title a, .page .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item .xeory-subloop-title a {
    font-size: 13px;
  }
}

.single .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item .xeory-subloop-title a:hover, .page .site-content .site-main .underpost-widget .xeory-subloop .xeory-subloop-item .xeory-subloop-title a:hover {
  color: #cecece !important;
}

.single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts {
  padding: 40px 30px 0;
  border-bottom: 0;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts {
    padding: 40px 0px 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 {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
}

.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 {
  color: #333;
}

.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 {
  color: #8a8a8a;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta, .page .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 {
  border-bottom: 0;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li {
  padding: 0px;
  border: 1px solid #cdcdcb;
}

.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 {
  background: #343434;
  font-style: 14px;
}

@media screen and (max-width: 991px) {
  .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 {
    padding: 22px;
  }
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:hover, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:hover {
  background: #fff;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-facebook a:hover, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-facebook a:hover {
  color: #3b5998 !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover {
  color: #55acee !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-google a:hover, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-google a:hover {
  color: #dc4e41 !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-feedly a:hover, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-feedly a:hover {
  color: #2bb24c !important;
}

@media screen and (max-width: 991px) {
  .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(2) > 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(2) > a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) > a {
    margin: 0px;
  }
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter, .page .site-content .site-main .widget_social_widget .xeory-social-twitter {
  padding: 0 0 7px;
}

@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 {
    padding: 0 0 25px;
  }
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe, .page .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 {
  border-bottom: 1px solid #eeeeee !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-facebook, .page .site-content .site-main .widget_social_widget .xeory-social-facebook {
  padding: 0 8px 32px;
  width: 100%;
}

.single .site-content .site-main #social_widget-5, .page .site-content .site-main #social_widget-5 {
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main #social_widget-5, .page .site-content .site-main #social_widget-5 {
    padding-top: 37px;
  }
}

.single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
  background: #343434;
  padding: 40px 40px 40px;
  border-bottom: 0;
  font-size: 16px;
  margin-left: 30px;
  margin-right: 30px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
    padding: 25px 24px 20px;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix {
    padding: 16px 0px;
  }
}

.single .site-content .site-main .post-author .clearfix .post-author-img, .page .site-content .site-main .post-author .clearfix .post-author-img {
  float: none;
  width: auto;
  text-align: center;
}

.single .site-content .site-main .post-author .clearfix .post-author-img .inner, .page .site-content .site-main .post-author .clearfix .post-author-img .inner {
  text-align: center;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  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 {
  height: 100%;
  max-width: initial;
}

.single .site-content .site-main .post-author .clearfix .post-author-meta, .page .site-content .site-main .post-author .clearfix .post-author-meta {
  font-size: 16px;
  margin-left: 0px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta h4, .page .site-content .site-main .post-author .clearfix .post-author-meta h4 {
    margin-bottom: 10px;
  }
}

.single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
    padding: 0px;
  }
}

.single #secondary, .page #secondary {
  margin-top: 40px;
}

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

.page .site-content .site-main .entry-title {
  margin: 0px 0px 24px !important;
  font-size: 24px !important;
  color: #323232;
}

@media screen and (max-width: 991px) {
  .page .site-content .site-main .entry-title {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .page .site-content .site-main .entry-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 424px) {
  .page .site-content .bzb-sns-area {
    text-align: left;
  }
}

.single .entry-title {
  font-size: 24px;
  color: #323232;
  font-weight: bold;
  padding-left: 12px;
  text-align: center;
  line-height: 38px;
  clear: both;
  padding: 22px 0px 10px 12px;
}

@media screen and (max-width: 991px) {
  .single .entry-title {
    padding: 24px 0px 12px 12px !important;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .single .entry-title {
    font-size: 21px;
    padding: 0px 0px 0px 12px;
  }
}

@media screen and (max-width: 550px) {
  .single .entry-title {
    font-size: 18px;
  }
}
