@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: #ffffff;
  word-break: break-all;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
  word-break: normal !important;
  word-wrap: break-word;
}

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

body:before {
  content: "";
  position: absolute;
  background-color: #f5f9f9;
  width: 100%;
  height: 1000px;
  top: 0;
}

@media screen and (max-width: 550px) {
  body:before {
    background: none;
  }
}

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

a:hover {
  color: #3a81c4;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

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

.site-main {
  padding-right: 360px;
}

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

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

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

@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 80px 0;
  padding: 32px;
  width: 100% !important;
  border: 2px solid #EEEEF1;
  background: #fff;
}

@media screen and (max-width: 550px) {
  #toc_container {
    padding: 16px;
  }
}

.toc_number {
  display: none;
}

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

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

/*------ margin-bottom削除用 ------*/
.mb0 {
  margin-bottom: 0 !important;
}

.archive .taxonomy-description, .search .taxonomy-description, .error404 .taxonomy-description, .original-category .taxonomy-description {
  display: none;
}

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

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

.archive .post-author, .search .post-author, .error404 .post-author, .original-category .post-author {
  background: #fff;
  padding: 0 60px;
  border-bottom: 0;
  border-color: #eaf3f3;
  margin: 0 0 30px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .archive .post-author, .search .post-author, .error404 .post-author, .original-category .post-author {
    padding: 0;
    border-right: none;
    border-left: none;
  }
}

.archive .post-author .clearfix, .search .post-author .clearfix, .error404 .post-author .clearfix, .original-category .post-author .clearfix {
  padding: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .archive .post-author .clearfix, .search .post-author .clearfix, .error404 .post-author .clearfix, .original-category .post-author .clearfix {
    padding: 20px 0 5px;
  }
}

.archive .post-author .clearfix .post-author-img, .search .post-author .clearfix .post-author-img, .error404 .post-author .clearfix .post-author-img, .original-category .post-author .clearfix .post-author-img {
  margin: 0;
}

.archive .post-author .clearfix .post-author-img .inner, .search .post-author .clearfix .post-author-img .inner, .error404 .post-author .clearfix .post-author-img .inner, .original-category .post-author .clearfix .post-author-img .inner {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .archive .post-author .clearfix .post-author-img .inner, .search .post-author .clearfix .post-author-img .inner, .error404 .post-author .clearfix .post-author-img .inner, .original-category .post-author .clearfix .post-author-img .inner {
    width: 70px;
    height: 70px;
  }
}

.archive .post-author .clearfix .post-author-img .inner img, .search .post-author .clearfix .post-author-img .inner img, .error404 .post-author .clearfix .post-author-img .inner img, .original-category .post-author .clearfix .post-author-img .inner img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .archive .post-author .clearfix .post-author-img .inner img, .search .post-author .clearfix .post-author-img .inner img, .error404 .post-author .clearfix .post-author-img .inner img, .original-category .post-author .clearfix .post-author-img .inner img {
    width: auto;
  }
}

.archive .post-author .clearfix .post-author-meta, .search .post-author .clearfix .post-author-meta, .error404 .post-author .clearfix .post-author-meta, .original-category .post-author .clearfix .post-author-meta {
  font-size: 16px;
}

.archive .post-author .clearfix .author, .search .post-author .clearfix .author, .error404 .post-author .clearfix .author, .original-category .post-author .clearfix .author {
  color: #424242;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .archive .post-author .clearfix .author, .search .post-author .clearfix .author, .error404 .post-author .clearfix .author, .original-category .post-author .clearfix .author {
    text-align: left;
  }
}

.comments-area {
  background: #fff;
  padding: 0 40px 40px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

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

.comments-area .comments-header .comments-title {
  padding-bottom: 12px;
  border-bottom: 1px dotted #444444;
  margin-top: 0;
}

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

.comments-area .comments-header .comments-title:before {
  color: #3a81c4;
}

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

.comments-area .children {
  background: #fafafa;
  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 a:before {
  content: '';
}

.comments-area .comment-form .submit {
  border: 0;
  background: #3a81c4;
}

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

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

.error404 input.search-field, .search-no-results input.search-field {
  background: #f9f9f9;
}

.post-cta {
  position: relative;
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 60px;
  margin-top: 60px;
  border-top: 0;
  border: 11px solid #b9baba;
  background-color: #ffffff;
  overflow: hidden;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .post-cta {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .post-cta {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 0;
    padding: 0;
  }
}
/* コンパクトに表示するなら入れる */
/*@media screen and (max-width: 550px) {
  .post-cta {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
  }
}*/

.post-cta .post-cta-header {
  background: #7f7c8b;
  color: #fff;
  padding: 0;
  border: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .post-cta .post-cta-header {
    padding: 0;
    margin: 0px -12px;
    background: none;
  }
}

.post-cta .post-cta-header .post-cta-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 27px 19px;
  background: #7eaca9;
}
.post-cta .post-cta-header .post-cta-title br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .post-cta .post-cta-header .post-cta-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding: 13px 18px;
  }
  .post-cta .post-cta-header .post-cta-title br {
    display: block;
  }
}

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

.post-cta .post-cta-body .post-cta-body-inner {
  background: #fff;
  padding: 0;
}

@media screen and (max-width: 550px) {
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 0;
  }
  .post-cta .cta-inner-wrap {
    flex-wrap: wrap;
  }
  .post-cta .cta-inner-wrap .text-box,
  .post-cta .cta-inner-wrap .image-box {
    width: 100%;
  }
  .post-cta .cta-inner-wrap .image-box {
    flex: auto;
    order: 1;
  }
  .post-cta .cta-inner-wrap .text-box {
    order: 2;
    padding: 16px 4px 0;
  }
  .post-cta .text-box p {
    padding: 0 12px 8px 8px;
  }
  .post-cta .cta-inner-wrap .image-box:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.09%;
  }

}

.post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
  margin-bottom: 24px;
  max-width: 300px;
}
.post-cta .cta-inner-wrap {
  display: flex;
}
.post-cta .text-box {
  width: 56.96%;
  padding-bottom: 56px;
}
.post-cta .text-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 105px;
  background-image: url("../../images/cta-bg-building.png");
  position: absolute;
  bottom: 0;
}
.post-cta .text-box .post-cta-header {
  margin-bottom: 16px;
}
.post-cta .text-box p {
  padding: 0 12px 8px 12px;
}
.post-cta .image-box {
  width: 43.04%;
  height: auto;
  background-size: cover;
  flex: 1;
  position: relative;
  background-position: center;
}
.post-cta .image-box a,
.post-cta .post-cta-body .post-cta-body-inner .image-box p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-cta .image-box img{
  display: none;
/*  width: 352px;
  max-width: initial;
  height: auto;
  min-width: 100%;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
  object-fit: cover;*/
}
@media screen and (max-width: 1200px) {
  .post-cta .image-box img {
    min-height: initial;
    height: -moz-available;   /* WebKit-based browsers will ignore this. */
    height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    height: fill-available;
  }
}

@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
    width: 100px;
    height: 100px;
    float: right;
    margin-left: 12px;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .post-cta .post-cta-body .post-cta-body-inner .post-cta-img img {
    height: 100%;
    max-width: none;
    width: auto;
  }
}

.post-cta .post-cta-body .post-cta-body-inner ul:last-child, .post-cta .post-cta-body .post-cta-body-inner p:last-child {
  margin-bottom: 0;
}

.post-cta .post-cta-body .post-cta-body-inner p {
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.post-cta .post-cta-content ul {
  padding-left: 20px;
}

.post-cta .post-cta-content ul li {
  list-style: disc;
}

.post-cta .post-cta-content ul li:before {
  content: '';
}

.post-cta .post-cta-content p {
  line-height: 2em;
}

.post-cta .post-cta-content ul:last-child, .post-cta .post-cta-content p:last-child {
  margin-bottom: 0;
}

.post-cta .post-cta-footer {
    background: #fff;
    padding: 0;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    width: 56.96%;
    margin: 0 auto 0 0;
}

@media screen and (max-width: 550px) {
  .post-cta .post-cta-footer {
    position: static;
    width: 100%;
    padding: 0 16px 15px;
  }
  .post-cta .text-box:after {
    background-image: url("../../images/cta-bg-building-sp.png");
  }
}

.post-cta .post-cta-footer .post-cta-btn a:after {
  content: "\f138";
  font-family: FontAwesome;
  color: #fff;
  margin-left: 5px;
}

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

.post-cta .post-cta-footer .post-cta-btn > a {
  width: auto;
  max-width: initial;
  padding: 0;
  background: #e89108;
  box-shadow: none;
  padding: 10px 8px;
  width: 298px;
  max-width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .post-cta .post-cta-footer .post-cta-btn > a {
    padding: 10px 4px;
  }
}
@media screen and (max-width: 550px) {
  .post-cta .post-cta-footer .post-cta-btn > a {
    width: 315px;
  }
}


.entry-content p {
  margin-bottom: 32px;/* 18px → 15px */
  line-height: 28px;
  padding: 0 20px;
  color: #424242;
}


.entry-content :not(p) > img[class^="align"]{
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 550px) {
  .entry-content p {
    margin-bottom: 24px; /* 8px */
    padding: 0;
    line-height: 26px;
  }
  .entry-content p > img[class^="align"]{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .entry-content :not(p) > img[class^="align"]{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .entry-content li img[class^="align"]{
    margin-top: 17px;
    margin-bottom: 18px;
  }
}

.entry-content h2 {
  margin: 0;
  padding: 20px 60px;
  border-top: 5px solid #acb5b5;
  border-bottom: 1px solid #acb5b5;
  background: #fff;
  font-size: 22px;
  color: #424242;
  margin-bottom: 50px;
  margin-left: -60px;
  margin-right: -60px;
}

@media screen and (max-width: 550px) {
  .entry-content h2 {
    font-size: 20px;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: auto;
    padding: 15px 12px;
    margin-bottom: 20px;
  }
}

.entry-content h3 {
  margin: 0 0 35px 0;
  padding: 20px 25px;
  border-left: 2px solid #acb5b5;
  position: relative;
  font-size: 20px;
  background: #fcfcfc;
  clear: both;
}

@media screen and (max-width: 550px) {
  .entry-content h3 {
    font-size: 18px;
    padding: 10px 15px;
    margin: 0;
    margin-bottom: 20px;
  }
}

.entry-content h4 {
  margin: 0 20px 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #acb5b5;
  font-size: 18px;
}

@media screen and (max-width: 550px) {
  .entry-content h4 {
    margin: 0 0 24px;
    font-size: 18px;
    padding: 0 0 5px 0;
    margin-top: 17px;
  }
}

.entry-content h5 {
  margin: 0 20px 12px;
  font-size: 16px;
  position: relative;
}

@media screen and (max-width: 550px) {
  .entry-content h5 {
    margin: 0 0 12px;
    font-size: 16px;
  }
}

.entry-content h6 {
  margin: 0 20px 8px;
  font-size: 15px;
}

@media screen and (max-width: 550px) {
  .entry-content h6 {
    margin: 0 0 8px;
    font-size: 14px;
  }
}

.entry-content ul {
  margin: 0 20px 55px;
}

@media screen and (max-width: 550px) {
  .entry-content ul {
    margin: 0 0 55px;
  }
}

.entry-content ul li ul {
  margin: 0;
}

.entry-content ul li ul li {
  list-style: disc;
}

.entry-content ol {
  margin: 0 20px;
  margin-bottom: 55px;
  padding-left: 20px;
}

@media screen and (max-width: 550px) {
  .entry-content ol {
    margin: 0 0 55px;
  }
}

.entry-content dl {
  margin: 0 20px;
  margin-bottom: 55px;
}

@media screen and (max-width: 550px) {
  .entry-content dl {
    margin: 0;
    margin-bottom: 35px;
  }
}

.entry-content dl dt {
  display: inline-block;
  margin: 0 0 1em;
  padding: 10px 16px;
  background: #f5f9f9;
  border-top: 2px solid #ACB5B5;
}

.entry-content dl dd {
  margin: 0;
}

.entry-content table {
  width: calc(100% - 40px) !important;
  margin: 0 20px;
  margin-bottom: 55px;
}

@media screen and (max-width: 550px) {
  .entry-content table {
    width: 100% !important;
    margin: 0;
    margin-bottom: 35px;
  }
}

.entry-content table th {
  background: #acb5b5;
  color: #fff;
  border: 1px solid #ebebeb;
}

.entry-content blockquote {
  margin: 0 20px;
  margin-bottom: 55px;
  padding: 47px 36px 36px 36px;
  background: #f5f9f9;
  border: none;
}

@media screen and (max-width: 550px) {
  .entry-content blockquote {
    margin: 0;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 60px 16px 16px;
  }
}

@media screen and (max-width: 550px) {
  .entry-content blockquote {
    padding: 50px 16px 32px;
  }
}

.entry-content blockquote:before {
  background: #acb5b5;
  color: #fff;
  top: 12px;
  left: -15px;
  padding: 6px 30px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .entry-content blockquote:before {
    top: 16px;
    left: 16px;
  }
}

@media screen and (max-width: 550px) {
  .entry-content blockquote:before {
    top: 14px;
    left: -12px;
  }
}

.entry-content .attention {
  padding: 40px;
  margin: 0 20px;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .entry-content .attention {
    padding: 32px 16px;
  }
}

@media screen and (max-width: 550px) {
  .entry-content .attention {
    margin: 0;
    margin-bottom: 35px;
  }
}

.entry-content .a-1 {
  border: 1px solid #acb5b5;
  border-top: 3px solid #acb5b5;
}

.entry-content .a-2 {
  border: 1px solid #acb5b5;
  border-top: 3px solid #acb5b5;
}

.entry-content .a-3 {
  border: 1px solid #acb5b5;
  padding-top: 0;
}

.entry-content .a-3 .attention-title {
  font-weight: bold;
  color: #fff;
  background: #acb5b5;
  margin: 0 -40px;
  margin-bottom: 24px;
  padding: 15px 40px;
}

@media screen and (max-width: 767px) {
  .entry-content .a-3 .attention-title {
    margin: 0 -17px;
  }
}

.entry-content .a-3 ul {
  margin-top: 32px;
}

.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 .link-button-green,
.entry-content .link-button-orange {
  margin-bottom: 30px !important;
  text-align: center;
  padding: 0;
}

@media only screen and (max-width: 550px) {
  .entry-content .link-button-green,
  .entry-content .link-button-orange {
    max-width: calc(100% - 16px);
    margin: 0 auto;
  }
}

.entry-content .link-button-green a,
.entry-content .link-button-orange a {
  display: inline-block;
  padding: 8px 32px 9px;
  color: #fff !important;
  font-weight: bold;
  border-radius: 3px;
  border: none;
}

@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-green a:hover,
.entry-content .link-button-orange a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.entry-content .link-button-green a {
  color: #424242 !important;
  background: #e4e3e9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e4e3e9 0%, #dddbe2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e9', endColorstr='#dddbe2',GradientType=0 );
  /* IE6-9 */
}

.entry-content .link-button-orange a {
  background: #a8a8a8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a8a8a8 0%, #7b7b7b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#7b7b7b',GradientType=0 );
  /* IE6-9 */
}

.f-marker-p {
  background-image: linear-gradient(transparent 80%, #ccc6e5 80%);
}

.marker-p {
  background-image: linear-gradient(1.6deg, #ccc6e5, #ccc6e5 36%, transparent 30.1%, transparent);
}

.f-marker-y {
  background-image: linear-gradient(transparent 80%, #ece3b5 80%);
}

.marker-y {
  background-image: linear-gradient(1.6deg, #ece3b5, #ece3b5 36%, transparent 30.1%, transparent);
}

.f-marker-w {
  background-image: linear-gradient(transparent 80%, #bddbdb 80%);
}

.marker-w {
  background-image: linear-gradient(1.6deg, #bddbdb, #bddbdb 36%, transparent 30.1%, transparent);
}

.f-marker-g {
  background-image: linear-gradient(transparent 80%, #bddbc5 80%);
}

.marker-g {
  background-image: linear-gradient(1.6deg, #bddbc5, #bddbc5 36%, transparent 30.1%, transparent);
}

.site-footer {
  background: #f5f9f9;
  padding-top: 60px;
}

@media screen and (max-width: 550px) {
  .site-footer {
    padding-top: 25px;
  }
}

.site-footer .footer-widget-area {
  max-width: 1200px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 550px) {
  .site-footer #footer-widget {
    margin-bottom: 3px;
  }
}

.site-footer .footer-widget-area a.footer-logo {
  display: inline-block;
  float: right;
  margin-top: 38px;
}

@media screen and (max-width: 1200px) {
  .site-footer .footer-widget-area a.footer-logo {
    margin-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .footer-widget-area a.footer-logo {
    display: block;
    float: none;
    text-align: center;
    margin-right: 0;
  }
}

.site-footer .footer-widget {
  background: none;
  border-top: none;
}

.site-footer .widget_nav_menu, .site-footer #custom_html-2 {
  display: inline-block;
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu, .site-footer #custom_html-2 {
    width: 50%;
  }
}

.site-footer .widget_nav_menu .container, .site-footer #custom_html-2 .container {
  padding: 0;
}

@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container, .site-footer #custom_html-2 .container {
    width: calc( 100% - 24px );
  }
}

.site-footer .widget_nav_menu .container .footer-widget-title, .site-footer #custom_html-2 .container .footer-widget-title {
  font-size: 14px;
  color: #757575;
}

.site-footer .widget_nav_menu .container ul, .site-footer #custom_html-2 .container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 118px;
  width: 90%;
}

@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul, .site-footer #custom_html-2 .container ul {
    width: auto;
    height: auto;
  }
}

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

.site-footer .widget_nav_menu .container ul li, .site-footer #custom_html-2 .container ul li {
  margin-right: 0.5em;
  line-height: 1.0;
  display: block;
}

@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul li, .site-footer #custom_html-2 .container ul li {
    margin-right: 0;
  }
}

.site-footer .widget_nav_menu .container ul li:before, .site-footer #custom_html-2 .container ul li:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 18px;
  vertical-align: text-top;
  line-height: 20px;
  margin-right: 8px;
  color: #757575;
}

.site-footer .widget_nav_menu .container ul li a, .site-footer #custom_html-2 .container ul li a {
  padding-right: 1em;
  color: #757575;
  font-size: 12px;
  line-height: 28px;
}

@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul li a, .site-footer #custom_html-2 .container ul li a {
    font-size: 14px;
  }
  .site-footer .widget_nav_menu .container ul li:before, .site-footer #custom_html-2 .container ul li:before {
    position: absolute;
    left: 2px;
    top: 4px;
  }
}

.site-footer .widget_nav_menu .container ul li a:hover, .site-footer #custom_html-2 .container ul li a:hover {
  color: #757575;
  text-decoration: underline;
}

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

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

.site-footer .site-info .container {
  padding: 0 0 40px;
}

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

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

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

.site-footer .sns-bar {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 550px) {
  .site-footer .sns-bar {
    margin-bottom: 40px;
  }
}

.site-footer .sns-bar p {
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
}

.site-footer .sns-bar p:before {
  content: url(../../images/line.png);
  margin: 5px;
}

.site-footer .sns-bar p:after {
  content: url(../../images/line2.png);
  margin: 5px;
}

@media screen and (max-width: 375px) {
  .site-footer .sns-bar .sns-icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
  }
}

.site-footer .sns-bar .sns-icon li {
  display: inline-block;
  margin: 0 27px;
}

@media screen and (max-width: 375px) {
  .site-footer .sns-bar .sns-icon li {
    margin: auto;
  }
}

.site-footer .sns-bar .sns-icon li a {
  color: #333333;
}

.site-footer .sns-bar .sns-icon li .fa {
  font-size: 28px;
}

.site-footer .sns-bar .sns-icon li.share-line,
.site-footer .sns-bar .sns-icon li.mail {
  vertical-align: top;
  background-size: 28px;
  background-position: center;
}

.site-footer .sns-bar .sns-icon li.share-line a,
.site-footer .sns-bar .sns-icon li.mail a {
  display: block;
  width: 100%;
  height: 100%;
}


.site-header {
  border: none;
  position: relative;
  z-index: 2;
}

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

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

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

.site-header .site-branding .container .site-title {
  margin-top: 15px;
  max-width: 270px;
}

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

.site-header .site-branding .container .copy {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 24px;
  color: #98a1a1;
}

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

.site-header .header-btn {
  float: right;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .site-header .header-btn {
    display: none;
  }
}

.site-header .header-btn p {
  display: inline-block;
  max-height: 38px;
  text-align: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.site-header .header-btn p a {
  padding: 7px 0;
  display: block;
}

.site-header .header-btn p a:before {
  font-family: FontAwesome;
  margin-right: 7px;
}

.site-header .header-btn p.btn-about {
  background: #e4e3e9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e4e3e9 0%, #dddbe2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e3e9', endColorstr='#dddbe2',GradientType=0 );
  /* IE6-9 */
  margin-right: 2px;
  width: 235px;
}

.site-header .header-btn p.btn-about a {
  color: #424242;
  font-size: 12px;
  font-weight: bold;
}

.site-header .header-btn p.btn-about a:before {
  content: '\f02e';
  color: #a09fa4;
}

.site-header .header-btn p.btn-contact {
  background: #a8a8a8;
  /* Old browsers *	/ /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(#a8a8a8 1%, #7b7b7b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#7b7b7b',GradientType=0 );
  /* IE6-9 */
  width: 147px;
}

.site-header .header-btn p.btn-contact a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.site-header .header-btn p.btn-contact a:before {
  content: '\f0e0';
  color: #fff;
}

.site-header .header-btn p.btn-search {
  font-family: FontAwesome;
  width: 36px;
  position: relative;
  cursor: pointer;
}

.site-header .header-btn p.btn-search i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #7f7c8b;
  font-size: 18px;
  height: 22px;
}

.header-search {
  background: #F3F1F6;
  height: 126px;
  padding-top: 36px;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 135px;
  display: none;
  width: 100%;
}

.header-search .search-form {
  width: 550px;
  margin: 0 auto;
  height: 39px;
  border: none;
  background: none;
}

.header-search .search-form input.search-field {
  padding: 8px 48px 8px 24px !important;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
  color: #908d9b;
  font-weight: bold;
  background: none;
  border-bottom: 1px solid #aba8ba;
  width: calc(100% - 68px);
}

.header-search .search-form input[type=submit] {
  margin: 8px 2px;
  width: 64px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #7f7c8b;
  font-size: 15px;
}

.search-overwrap {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(245, 249, 249, 0.9);
  display: none;
}

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

.main-navigation .primary-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: -webkit-row;
  flex-direction: -moz-row;
  -ms-flex-direction: -ms-row;
      flex-direction: -ms-row;
  flex-direction: -o-row;
  flex-direction: row;
  justify-content: -webkit-center;
  justify-content: -moz-center;
  -ms-flex-pack: -ms-center;
      justify-content: -ms-center;
  justify-content: -o-center;
  justify-content: center;
  /*margin-bottom: 12px;*/
}

.main-navigation .primary-menu li {
  padding: 0;
  line-height: 20px;
}

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

.main-navigation .primary-menu li a {
  padding-top: 18px!important;
  padding-bottom: 25px;
  margin: 0 30px;
  color: #424242;
  font-size: 16px;
  border: none;
  transition: 0s;
  box-sizing: border-box;
  text-align: center;
  width: 100px;
}

.main-navigation .primary-menu li a:hover {
  border-top: 2px solid #acb5b5;
  padding-top: 16px!important;
}

.main-navigation .primary-menu li a span {
  color: #99a2a2;
  font-size: 12px;
}

.main-navigation .primary-menu .current-menu-item, .main-navigation .primary-menu .current-menu-parent {
  background: #fff;
}

.main-navigation .primary-menu .current-menu-item a, .main-navigation .primary-menu .current-menu-parent a {
  border-top: 2px solid #acb5b5;
  padding-top: 16px!important;
  position: relative;
}

.main-navigation .primary-menu .menu-item-has-children:hover,
.main-navigation .primary-menu .menu-item-has-children:hover {
  position: relative;
}

.main-navigation .primary-menu .menu-item-has-children:hover:after,
.main-navigation .primary-menu .menu-item-has-children:hover:after {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(164, 206, 204, 0);
  border-bottom-color: #a4cecc;
  border-width: 9px;
  margin-left: -9px;
}

.main-navigation .primary-menu .menu-item-has-children .sub-menu {
  transition: none;
}

.main-navigation .primary-menu .menu-item-has-children .sub-menu a {
  margin: 0;
  font-size: 13px;
  color: #fff;
  padding: 25px 32px!important;
  background: #a4cecc;
  border: none;
  width: inherit;
  text-align: left;
  border-bottom: solid 1px #ced8d8;
}

.main-navigation .primary-menu .menu-item-has-children .sub-menu .current-menu-item a,
.main-navigation .primary-menu .menu-item-has-children .sub-menu .current-menu-parent a,
.main-navigation .primary-menu .menu-item-has-children .sub-menu a:hover {
  background: #81c2bf;
}

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

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

.xeory-sp-nav-btn:before {
  content: '≡';
  color: #acb5b5;
  cursor: pointer;
}

@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: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
}

.sp-nav-inner .xeory-spnav-btn-close:after {
  content: '×';
  font-size: 40px;
  color: #acb5b5;
  cursor: pointer;
}

.sp-nav-inner .widget_search {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 16px;
  margin: 0 !important;
}

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

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

.xeory-spnav-wrap .sp-nav-inner .widget_search {
  padding: 0;
  margin: 0 12px !important;
}

.xeory-spnav-wrap .sp-nav-inner .search-form input[type=submit] {
  margin: 0;
  border-radius: 0;
}

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

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

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

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li {
  background: none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a {
  display: block;
  font-weight: bold;
  color: #242424;
  padding: 20px 16px;
  border-bottom: 1px solid #ced8d8;
  font-size: 15px;
  font-weight: normal;
  background: none;
  position: relative;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:after {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  padding-right: 12px;
  color: #757575;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li.nav-open a:after {
  content: "\f106";
  font-family: FontAwesome;
  float: right;
  padding-right: 12px;
  color: #757575;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul.sub-menu {
  padding-top: 0;
  display: none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul.sub-menu li a {
  padding: 20px 16px 20px 34px;
  font-size: 13px;
  color: #fff;
  background: #a4cecc;
  border: none;
  border-bottom: solid 1px #ced8d8;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul.sub-menu li a:after {
  content: none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul.sub-menu li.current-menu-item a,
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul.sub-menu li.current-menu-parent a {
  background: #81c2bf;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a br {
  display: none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a span {
  color: #99a2a2;
  font-size: 10px;
  position: absolute;
  right: 54px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
}

.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: rgba(235, 245, 245, 0.9);
  color: #424242;
}

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

.xeory-spnav-wrap .header-btn p {
  margin: 20px 24px;
  text-align: center;
  padding: 15px;
}

.xeory-spnav-wrap .header-btn p:before {
  font-family: FontAwesome;
  margin-right: 10px;
  color: #fff;
}

.xeory-spnav-wrap .header-btn p a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.xeory-spnav-wrap .header-btn .btn-about {
  background: #96949d;
}

.xeory-spnav-wrap .header-btn .btn-about:before {
  content: '\f02e';
}

.xeory-spnav-wrap .header-btn .btn-contact {
  background: #99a2a2;
}

.xeory-spnav-wrap .header-btn .btn-contact:before {
  content: '\f0e0';
}

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: 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(245, 249, 249, 0.9);
}

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

.pagination .current {
  background: #3a81c4;
}

.pagination a {
  color: #fff;
  font-size: 14px;
  background: #a8a8a8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a8a8a8 0%, #7b7b7b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#7b7b7b',GradientType=0 );
  /* IE6-9 */
}

.pagination a:hover {
  background: #3a81c4;
}

@media screen and (max-width: 550px) {
  .home .pagenation_wrap {
    position: relative;
  }
  .home .pagenation_wrap .page-count {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
    margin: auto;
    text-align: center;
    color: #868686;
    font-size: 14px;
    width: 60px;
    padding-left: 12px;
  }
  .home .pagination {
    margin-left: 12px;
  }
  .home .pagination span.dots {
    display: none;
  }
  .home .pagination .page-numbers {
    display: none;
  }
  .home .pagination .prev,
  .home .pagination .next {
    display: inline-block;
    margin: 10px 0;
  }
  .home .pagination .prev {
    float: left;
  }
  .home .pagination .next {
    float: right;
  }
}

.pagetop {
  z-index: 10;
  width: 50px;
  height: 50px;
}

.pagetop-inner {
  line-height: 44px;
  border-radius: 0;
  background: rgba(107, 118, 118, 0.6);
}

.wpcf7-submit {
  width: 60%;
  background: #3a81c4;
}

.wpcf7-submit:hover {
  opacity: 0.8;
}

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

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

.search-form input.search-field {
  padding: 8px 48px 8px 24px !important;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
  color: #908d9b;
  font-weight: bold;
}

.search-form input[type=submit] {
  width: 40px;
  padding: 0;
  background: #eeeef1;
  font-family: FontAwesome;
  color: #7f7c8b;
  font-size: 16px;
  margin: 2px;
  border: none;
  width: 37px;
}

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

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

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

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

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

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

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

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

.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-list {
  font-size: 10px;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
  color: #999999;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
  content: "\f105";
  font-family: FontAwesome;
}

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

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child:after {
  content: "";
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item-home:before {
  content: "";
}

.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: 550px) {
  .page-header {
    font-size: 20px;
    padding: 12px;
  }
}

.entry-header,
.entry-content,
.entry-summary,
.entry-footer,
.post-cta-header,
.post-cta-body-inner,
.post-cta-footer,
.post-author,
.underpost-widget {
  padding-left: 40px;
  padding-right: 40px;
}

.wpcf7-form textarea {
  width: 100% !important;
}

.wpcf7-form p {
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7e3e3;
}

.wpcf7-form p:nth-of-type(6),
.wpcf7-form p:nth-of-type(7),
.wpcf7-form p:nth-of-type(9) {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.wpcf7-form p:last-of-type {
  text-align: center;
  padding-bottom: 56px;
}

.wpcf7-form textarea, .wpcf7-form input {
  background: #e6ecec;
  border: none;
  box-sizing: border-box;
}

.wpcf7-form input[type=radio], .wpcf7-form input[type=checkbox] {
  margin: 0;
}

.wpcf7-form label {
  font-size: 18px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.wpcf7-form label span.must, .wpcf7-form label span.not-must {
  font-size: 10px;
  color: #fff;
  padding: 2px 5px;
  margin-left: 2px;
  vertical-align: middle;
}

.wpcf7-form label span.must {
  background: #d56644;
}

.wpcf7-form label span.not-must {
  background: #333333;
}

.wpcf7-form span.caution {
  margin: 0 20px;
  font-size: 14px;
}

.wpcf7-form span.caution1 {
  margin: 0 20px;
  font-size: 13px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.wpcf7-form .wpcf7-form-control-wrap:first-of-type select {
  margin-left: 20px;
}

.wpcf7-form .wpcf7-list-item label {
  font-size: 16px;
  margin-bottom: 0;
}

.wpcf7-form input[type=submit], .wpcf7-form .wpcf7-submit {
  background: #88bfbc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #88bfbc 0%, #7daaa7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfbc', endColorstr='#7daaa7',GradientType=0 );
  /* IE6-9 */
  padding: 15px 0;
}

.wpcf7-form .wpcf7-select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  border-radius: 3px;
  background: #fff;
  padding: 0;
  max-width: 100%;
  min-height: 1.5em;
}

.wpcf7-form .zip1 input {
  width: 80px;
}

.wpcf7-form .zip2 input {
  width: 100px;
}

.wpcf7-form .privacy-text {
  height: 300px;
  overflow-x: scroll;
  overflow-x: hidden;
  margin-bottom: 50px;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.print-content {
  display: none;
}

@media print {
  .print-content {
    display: block;
    margin-top: 40px;
  }
  #secondary,
  .main-navigation,
  .xeory-breadcrumbs,
  .site-footer,
  .link-author,
  .entry-footer,
  #underpost-widget,
  .bzb-sns-area,
  .site-header .header-btn,
  .bzb-sns-area,
  #toc_container,
  .post-cta,
  .bfb-common-cta,
  #pagetop {
    display: none !important;
  }
  .post-author {
    border-bottom: 1px solid #eaf3f3 !important;
  }
  .site-main {
    padding-right: 0;
  }
  .print-box .article-qr {
    float: left;
    display: inline-block;
    border: 2px solid #eaf3f3;
    padding: 20px;
    clear: both;
    overflow: hidden;
  }
  .print-box .article-qr .qr-text {
    float: left;
    padding-top: 10px;
    margin-bottom: 0 !important;
    font-size: 14px;
  }
  .print-box .article-qr .qr-img {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0 !important;
  }
  .print-box .article-qr .qr-img img {
    width: 100px;
  }
  .print-box .qr-logo {
    display: inline-block;
    padding-left: 50px;
    padding-top: 50px;
  }
  .print-box .qr-logo p {
    margin-bottom: 0;
    font-size: 14px !important;
  }
  .print-wrap .menseki {
    margin-top: 20px;
  }
  .print-wrap .menseki p {
    color: #333;
    font-size: 10px !important;
  }
}

.site-main article {
  overflow: hidden;
  margin-bottom: 20px;
}

.site-main article .entry-header {
  position: relative;
  float: left;
  padding: 0;
}

@media screen and (max-width: 550px) {
  .site-main article .entry-header {
    float: none;
  }
}

.site-main article .entry-header .cat {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  font-size: 14px;
  color: #fff;
  background: #3a81c4;
}

.site-main article .entry-header .entry-thumbnail {
  width: 302px;
  margin: 0;
  float: none;
}

@media screen and (max-width: 767px) {
  .site-main article .entry-header .entry-thumbnail {
    width: 252px;
  }
}

@media screen and (max-width: 550px) {
  .site-main article .entry-header .entry-thumbnail {
    width: 100%;
  }
}

.site-main article .entry-header .entry-thumbnail a:hover {
  opacity: 0.8;
}

.site-main article .entry-content {
  padding: 4px 16px;
}

@media screen and (max-width: 550px) {
  .site-main article .entry-content {
    padding: 0;
  }
}

.site-main article .entry-content .entry-title {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  border-bottom: 0;
  background: #fff;
  line-height: 1.2;
  border: none;
}

@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 550px) {
  .site-main article .entry-content .entry-title {
    margin: 12px 0;
    line-height: 22px;
  }
}

.site-main article .entry-content .entry-title a {
  color: #424242;
  font-size: 24px;
}

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

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

.site-main article .entry-content .entry-title a:hover {
  color: #3a81c4;
}

.site-main article .entry-content .cont-str {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.site-main article .entry-content .entry-meta {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
}

.site-main article .entry-content .entry-meta:before {
  content: none;
}

.site-main article .entry-content .entry-meta li {
  list-style: none;
  display: inline-block;
}

.site-main article .entry-content .entry-meta .date {
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-meta .date {
    line-height: 28px;
  }
}

.site-main article .entry-content .entry-meta .more {
  float: right;
  background: #3a81c4;
}

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

.site-main article .entry-content .entry-meta .more a:hover {
  background: #3a81c4;
}

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

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

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

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

.page-id-2428 main .entry-thumbnail {
  display: none;
}

.page-id-2428 .site-content .site-main article .entry-header h1 {
  text-align: center;
  font-size: 24px !important;
  border-bottom: 3px solid #88bfbc;
  padding: 10px;
  margin-bottom: 0;
}

.page-id-2428 .site-content .site-main article .entry-header h1:after {
  content: "Contact";
  display: block;
  color: #acb5b5;
  font-size: 12px;
}

.page-id-77 main .entry-thumbnail {
  display: none;
}

.page-id-77 .site-content .site-main article h1 {
  font-size: 24px !important;
  border-bottom: 3px solid #88bfbc;
  text-align: center;
  line-height: 1em;
  padding: 7px;
}

@media screen and (max-width: 550px) {
  .page-id-77 .site-content .site-main article h1 {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}

.page-id-77 .site-content .site-main article h1:after {
  content: "About us";
  display: block;
  font-size: 12px;
  color: #acb5b5;
}

.page-id-77 .site-content .site-main article p.first-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-id-77 .site-content .site-main article img {
  margin: 0 auto;
}

.page-id-77 .site-content .site-main article .sns-bar {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 550px) {
  .page-id-77 .site-content .site-main article .sns-bar {
    margin-bottom: 40px;
  }
}

.page-id-77 .site-content .site-main article .sns-bar:before {
  content: "アルファジャーナルの記事を定期購読する";
  font-size: 18px;
  background: url(../../images/sns-bg.png);
  background-size: 404px auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  line-height: 1em;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 375px) {
  .page-id-77 .site-content .site-main article .sns-bar:before {
    font-size: 15px;
    background-size: contain;
  }
}

.page-id-77 .site-content .site-main article .sns-bar p.follow-text {
  display: none;
}

.page-id-77 .site-content .site-main article .sns-bar p {
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
}

.page-id-77 .site-content .site-main article .sns-bar p:before {
  content: url(../../images/line.png);
  margin: 5px;
}

.page-id-77 .site-content .site-main article .sns-bar p:after {
  content: url(../../images/line2.png);
  margin: 5px;
}

.page-id-77 .site-content .site-main article .sns-bar .sns-icon {
  padding-left: 0;
}

@media screen and (max-width: 375px) {
  .page-id-77 .site-content .site-main article .sns-bar .sns-icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
  }
}

.page-id-77 .site-content .site-main article .sns-bar .sns-icon li {
  display: inline-block;
  margin: 0 27px;
}

@media screen and (max-width: 375px) {
  .page-id-77 .site-content .site-main article .sns-bar .sns-icon li {
    margin: auto;
  }
}

.page-id-77 .site-content .site-main article .sns-bar .sns-icon li a {
  color: #acb5b5;
}

.page-id-77 .site-content .site-main article .sns-bar .sns-icon li .fa {
  font-size: 28px;
}

.page-id-77 .site-content .site-main article .sns-bar .sns-icon li.share-line,
.page-id-77 .site-content .site-main article .sns-bar .sns-icon li.mail {
  width: 28px;
  height: 28px;
  vertical-align: top;
  background-size: contain;
  background-position: center;
}

.page-id-77 .site-content .site-main article .sns-bar .sns-icon li.share-line a,
.page-id-77 .site-content .site-main article .sns-bar .sns-icon li.mail a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-id-77 .site-content .site-main article .sns-bar .sns-icon li.share-line {
  background-image: url("../../images/line-icon-2.png");
}
@media screen and (min-width: 376px) {
  .page-id-77 .site-main .twitter a {
      position: relative;
      top: -10px;
  }
  .page-id-77 .site-main .instagram a {
      position: relative;
      top: -9px;
  }
}
#secondary {
  width: 320px;
  margin-left: -320px;
}

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

#secondary .side-widget {
  margin-bottom: 40px;
}

#secondary h3 {
  margin-bottom: 24px;
  padding: 14px 10px;
  background: #fff;
  font-size: 18px;
  color: #424242;
}

#secondary h3:before {
  content: "\f097";
  font-family: FontAwesome;
  background: #3a81c4;
  color: #fff;
  margin-right: 8px;
  padding: 5px 8px;
  border-radius: 50%;
  font-weight: normal;
}

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

#secondary #execphp-5.is-fixed {
  position: fixed;
  top: 0;
  margin-bottom: 0;
}

#secondary #execphp-5.is-footer {
  position: absolute;
  top: auto;
  bottom: 64px;
  margin-bottom: 0;
}

#secondary .popular-posts, #secondary #execphp-5 {
  width: 320px;
  position: static;
}

@media screen and (max-width: 996px) {
  #secondary .popular-posts, #secondary #execphp-5 {
    width: 100%;
  }
  #secondary #execphp-5.is-fixed {
  position: relative;
  }
}

#secondary .popular-posts h3:before, #secondary #execphp-5 h3:before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 14px;
  background: url(../../images/crown.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#secondary .popular-posts h3:after, #secondary #execphp-5 h3:after {
  content: "Ranking";
}

#secondary .popular-posts ul, #secondary #execphp-5 ul {
  margin-bottom: 0;
}

#secondary .popular-posts ul li, #secondary #execphp-5 ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  position: relative;
  overflow: visible;
  line-height: 1.2;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
}

#secondary .popular-posts ul li a, #secondary #execphp-5 ul li a {
  color: #424242;
  font-size: 14px;
}

#secondary .popular-posts ul li a .wpp-thumbnail, #secondary #execphp-5 ul li a .wpp-thumbnail {
  margin: 0px !important;
  max-width: 200px;
  width: 70px;
	height: 40px;
}

#secondary .popular-posts ul li a:hover, #secondary #execphp-5 ul li a:hover {
  color: #3a81c4;
}

#secondary .popular-posts ul li a.wpp-post-title, #secondary .popular-posts ul li a:nth-of-type(3), #secondary #execphp-5 ul li a.wpp-post-title, #secondary #execphp-5 ul li a:nth-of-type(3) {
  font-size: 13px;
  line-height: 20px;
  margin-left: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Custom Yu Gothic", "Yu Gothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 550px) {
  #secondary .popular-posts ul li a.wpp-post-title, #secondary .popular-posts ul li a:nth-of-type(3), #secondary #execphp-5 ul li a.wpp-post-title, #secondary #execphp-5 ul li a:nth-of-type(3) {
    margin-left: 12px;
    font-size: 15px;
    line-height: 22px;
  }
}

#secondary .popular-posts ul li:before, #secondary #execphp-5 ul li:before {
  position: absolute;
  background: rgba(172, 181, 181, 0.8);
  color: #fff;
  font-weight: bold;
  padding: 2px 0;
  width: 36px;
  font-size: 10px;
  text-align: center;
  left: -24px;
}

@media screen and (max-width: 550px) {
  #secondary .popular-posts ul li:before, #secondary #execphp-5 ul li:before {
    left: -12px;
  }
}

#secondary .popular-posts ul li:first-of-type:before, #secondary #execphp-5 ul li:first-of-type:before {
  content: "1";
}

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

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

#secondary .popular-posts ul li:nth-of-type(4):before, #secondary #execphp-5 ul li:nth-of-type(4):before {
  content: "4";
}

#secondary .popular-posts ul li:nth-of-type(5):before, #secondary #execphp-5 ul li:nth-of-type(5):before {
  content: "5";
}

#secondary .popular-posts ul li:last-of-type, #secondary #execphp-5 ul li:last-of-type {
  margin-bottom: 0;
}

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

#secondary .widget_xeory_postviews .widget-content ul li, #secondary .widget_xeory_recentviews .widget-content ul li {
  margin-bottom: 12px;
  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-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: #424242;
  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: #3a81c4;
}

#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_recentviews h3:before {
  content: "\f11d";
  padding: 6px;
}

#secondary .widget_social_widget h3:before {
  content: "\f087";
  padding: 6px 8px;
}

#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: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 52px;
  border-radius: 5px;
}

#secondary .widget_social_widget .xeory-social-btns ul li a:before {
  width: 52px;
  height: 52px;
  font-size: 22px;
  margin: 0;
}

#secondary .widget_social_widget .xeory-social-btns ul li a .xeory-social-name {
  display: none;
}

#secondary .mailmaga-banner {
  margin: 0 auto;
  max-width: 320px;
}

@media screen and (max-width: 375px) {
  #secondary .mailmaga-banner {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  #secondary .mailmaga-banner img {
    width: 100%;
  }
}

#secondary .widget_xeory_recommend_posts,
#secondary #execphp-3,
#secondary #execphp-4,
#secondary .popular-posts,
#secondary #execphp-5 {
  border: 1px solid #eaf3f3;
  background: #fff;
  padding: 24px;
}

@media screen and (max-width: 550px) {
  #secondary .widget_xeory_recommend_posts,
  #secondary #execphp-3,
  #secondary #execphp-4,
  #secondary .popular-posts,
  #secondary #execphp-5 {
    border: none;
    padding: 0;
  }
}

#secondary .widget_xeory_recommend_posts h2,
#secondary .feature-posts .feature-title,
#secondary h3 {
  margin-bottom: 18px;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  vertical-align: middle;
}

#secondary .widget_xeory_recommend_posts h2:before,
#secondary .feature-posts .feature-title:before,
#secondary h3:before {
  font-family: FontAwesome;
  color: #acb5b5;
  background: none;
  margin-right: 8px;
  border-radius: 50%;
  font-weight: normal;
  vertical-align: unset;
}

#secondary .widget_xeory_recommend_posts h2:after,
#secondary .feature-posts .feature-title:after,
#secondary h3:after {
  margin-left: 5px;
  font-size: 10px;
  color: #acb5b5;
  line-height: 24px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Custom Yu Gothic", "Yu Gothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal !important;
}

#secondary .widget_xeory_recommend_posts h3:before {
  content: "\f044";
}

#secondary .widget_xeory_recommend_posts h3 i {
  display: none;
}

#secondary .widget_xeory_recommend_posts h3:after {
  content: "Recommended";
}

#secondary .widget_xeory_recommend_posts .xeory-subloop-item {
  width: 100%;
  padding: 0;
}

#secondary .widget_xeory_recommend_posts .xeory-subloop-image {
  width: 72px;
}

#secondary .widget_xeory_recommend_posts .xeory-subloop-content {
  max-width: 200px;
}

@media screen and (max-width: 996px) {
  #secondary .widget_xeory_recommend_posts .xeory-subloop-content {
    max-width: calc(100% - 70px);
  }
}

#secondary .widget_xeory_recommend_posts .xeory-subloop-content h4 {
  font-size: 13px;
  line-height: 20px;
  color: #424242;
  padding: 0;
  margin: 0;
  margin-left: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Custom Yu Gothic", "Yu Gothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  transition: all ease-in-out .3s;
}

@media screen and (max-width: 550px) {
  #secondary .widget_xeory_recommend_posts .xeory-subloop-content h4 {
    font-size: 15px;
    margin-left: 12px;
  }
}

#secondary .widget_xeory_recommend_posts .xeory-subloop-content h4:hover {
  color: #3a81c4;
}

#secondary .widget_xeory_recommend_posts ul {
  margin: 0;
}

#secondary .widget_xeory_recommend_posts ul li {
  margin-bottom: 16px;
  width: 100%;
}

#secondary .widget_xeory_recommend_posts ul li:last-child {
  margin-bottom: 0;
}

#secondary .widget_xeory_recommend_posts ul li a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
}

#secondary .widget_xeory_recommend_posts .xeory-subloop-meta {
  display: none;
}

@media screen and (max-width: 1199px) {
  #secondary .feature-posts .container {
    margin: 0;
  }
}

#secondary .feature-posts .feature-title:before {
  content: "\f02e";
}

#secondary .feature-posts .feature-title:after {
  content: "Feature";
}

#secondary .feature-posts .article-list {
  margin-bottom: 24px;
}

#secondary .feature-posts .article-list:last-child {
  margin-bottom: 0;
}

#secondary .feature-posts article {
  border: none;
  margin-bottom: 0;
}

#secondary .feature-posts .entry-thumbnail {
  margin: 0;
  margin-bottom: 12px;
  max-width: 100%;
}

#secondary .feature-posts .entry-thumbnail img {
  width: 100%;
}

#secondary .feature-posts .entry-content {
  overflow: visible;
  padding: 0;
}

#secondary .feature-posts .entry-content .entry-title {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  border: none;
  color: #424242;
  background: none;
}
#secondary .feature-posts .entry-meta {
  display: none;
}

@media screen and (max-width: 550px) {
  #secondary .feature-posts .entry-content .entry-title {
    font-size: 15px;
  }
}

#secondary .feature-posts .entry-content .entry-title a {
  color: #424242;
  text-decoration: none;
}

#secondary .feature-posts .entry-content .entry-title a:hover {
  color: #3a81c4;
}
#secondary .feature-posts .article-list:nth-of-type(n+4){
  display: none;
}
#secondary #execphp-4 {
  border: 3px solid #eaf3f3;
  padding: 24px;
}

@media screen and (max-width: 550px) {
  #secondary #execphp-4 {
    padding: 20px 16px;
  }
}

@media screen and (max-width: 996px) {
  #secondary #execphp-4 .side-widget-inner {
    text-align: center;
    max-width: 320px;
    padding: 20px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  #secondary #execphp-4 .side-widget-inner {
    max-width: auto;
    padding: 0;
  }
}

#secondary #execphp-4 h3 {
  text-align: center;
  line-height: 1em;
  position: relative;
}

#secondary #execphp-4 h3:before {
  content: "";
  background: url(../../images/symbol.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  border-radius: 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -4px;
}

#secondary #execphp-4 h3 span:after {
  content: 'about us';
  display: block;
  color: #acb5b5;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Custom Yu Gothic", "Yu Gothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid #eaf3f3;
  padding: 0 18px 8px;
}
#secondary #execphp-4 h3:hover {
  opacity: 0.8;
}

#secondary #execphp-4 .about-img {
  margin-bottom: 16px;
  text-align: center;
}

#secondary #execphp-4 .about-img img {
  transition: all ease-in-out .3s;
}

@media screen and (max-width: 550px) {
  #secondary #execphp-4 .about-img img {
    width: 100%;
  }
}

#secondary #execphp-4 .about-img img:hover {
  opacity: 0.8;
}

#secondary #execphp-4 .about-text {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 18px;
}

#secondary #execphp-4 .sns-bar .follow-text {
  display: none;
}

#secondary #execphp-4 ul {
  margin-bottom: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}

#secondary #execphp-4 ul li {
  font-size: 23px;
}

#secondary #execphp-4 ul li a {
  color: #acb5b5;
}

#secondary #execphp-4 ul li.share-line,
#secondary #execphp-4 ul li.mail {
  width: 25px;
  background-size: contain;
  background-position: center;
}

#secondary #execphp-4 ul li.share-line a,
#secondary #execphp-4 ul li.mail a {
  width: 100%;
  height: 100%;
  display: block;
}

#secondary #execphp-4 ul li.share-line {
  background-image: url("../../images/line-icon-2.png");
}

#secondary #execphp-4 ul li.mail {
  background-image: url("../../images/mail-icon-2.png");
  height: 31px;
  width: 24px;
}

.page #execphp-5 {
  display: none;
}

.onecolumn-main {
  padding-right: 0;
}

@media screen and (max-width: 550px) {
  .single .content-area, .page .content-area {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    width: auto;
  }
}

.single .site-content, .page .site-content {
  padding: 15px 0 0;
  position: relative;
}

@media screen and (max-width: 550px) {
  .single .site-content .xeory-breadcrumbs, .page .site-content .xeory-breadcrumbs {
    background: #f5f9f9;
    padding: 10px 12px;
    margin: 0 -12px;
  }
}

.single .site-content .xeory-breadcrumbs-list, .page .site-content .xeory-breadcrumbs-list {
  margin-bottom: 12px;
}

@media screen and (max-width: 550px) {
  .single .site-content .xeory-breadcrumbs-list, .page .site-content .xeory-breadcrumbs-list {
    margin-bottom: 0;
  }
}

.single .site-content .site-main article, .page .site-content .site-main article {
  padding: 20px 60px;
  border-bottom: 0;
  border: 1px solid #eaf3f3;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main article, .page .site-content .site-main article {
    padding: 24px 16px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article, .page .site-content .site-main article {
    padding: 15px 12px;
    border: none;
  }
}

.single .site-content .site-main article .entry-header, .page .site-content .site-main article .entry-header {
  float: none;
}

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

.single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
  height: 33px;
  margin-bottom: 0;
  list-style: none;
  text-align: left;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
    margin-bottom: 6px;
    font-size: 11px;
    height: auto;
  }
}

.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 0;
  background: none;
  position: static;
  color: #868686;
}

.single .site-content .site-main article .entry-header .entry-meta .cat:before, .page .site-content .site-main article .entry-header .entry-meta .cat:before {
  content: "/";
  margin: 0 9px;
}

@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 {
    font-size: 11px;
  }
}

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

.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;
  display: inline-block;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date {
    line-height: 1em;
  }
}

.single .site-content .site-main article .entry-header .entry-meta .modified, .page .site-content .site-main article .entry-header .entry-meta .modified {
  font-style: normal;
  display: inline-block;
  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 40px;
  font-size: 20px;
}

@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: 0;
    font-size: 18px;
    line-height: 28px;
    width: calc(100% - 115px);
    float: left;
  }
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-header .entry-thumbnail, .page .site-content .site-main article .entry-header .entry-thumbnail {
    margin: 0;
    width: 100px;
    float: right;
  }
}

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

.single .site-content .site-main article .entry-content > p:first-of-type, .page .site-content .site-main article .entry-content > p:first-of-type {
  clear: both;
}

.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 .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail {
  margin: 0 22px 40px 0;
  width: 296px;
  float: left;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail {
    margin: 0;
    width: 100px;
    float: right;
  }
}

.single .site-content .site-main article .entry-content .bzb-sns-area, .page .site-content .site-main article .entry-content .bzb-sns-area {
  float: right;
  max-width: calc(100% - 75px);
  display: block;
  padding: 0;
  text-align: left;
  width: calc(100% - 318px);
}

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

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

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

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li.bzb-pocket iframe, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li.bzb-pocket iframe {
  width: 86px !important;
}

.single .site-content .site-main article .entry-content .entry-info, .page .site-content .site-main article .entry-content .entry-info {
  margin-bottom: 10px;
}

.single .site-content .site-main article .entry-content .post-author, .page .site-content .site-main article .entry-content .post-author {
  border: none;
  float: right;
  padding: 0;
  width: calc(100% - 318px);
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-content .post-author, .page .site-content .site-main article .entry-content .post-author {
    margin: 0;
  }
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-content .post-author, .page .site-content .site-main article .entry-content .post-author {
    float: none;
    width: auto;
    margin: 0;
  }
}

.single .site-content .site-main article .entry-content .post-author div.clearfix, .page .site-content .site-main article .entry-content .post-author div.clearfix {
  border: none;
  padding: 0;
}

.single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img {
  float: right;
  width: 60px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img {
    width: 40px;
  }
}

.single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img .inner, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img .inner {
  width: 60px;
  height: 60px;
  display: block;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img .inner, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img .inner {
    width: 40px;
    height: 40px;
  }
}

.single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img .inner img, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-img .inner img {
  width: 100%;
  height: 100%;
}

.single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta {
  margin-left: 0;
  max-width: calc(100% - 75px);
  min-height: 60px;
  margin-bottom: 28px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta {
    max-width: calc(100% - 72px);
    margin-bottom: 0;
  }
}

.single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta p, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta p {
  margin: 0;
  font-size: 12px;
  color: #999999;
  line-height: 17px;
  padding: 0;
}

.single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author {
  color: #424242;
  border: none;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author {
    font-size: 12px;
  }
  .single .site-content .site-main article .entry-content .post-author div.clearfix, .page .site-content .site-main article .entry-content .post-author div.clearfix {
    clear: both;
  }
}

.single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author:before, .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author:before {
  content: '【この記事を書いたのは】';
  font-size: 13px;
  position: relative;
  margin-left: -7px;
  display: block;
}

@media screen and (max-width: 550px) {
.single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author,
.page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author {
      padding-left: 6px;
}
}

.single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer {
  background: #fff;
  border-style: solid;
  border-width: 0 1px  0 1px;
  border-color: #eaf3f3;
  padding: 0 60px 40px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer {
    padding: 0 12px;
  }
  .single .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author:before,
  .page .site-content .site-main article .entry-content .post-author div.clearfix .post-author-meta .author:before {
    font-size: 12px;
  }
}

.single .site-content .site-main .entry-footer .print-btn, .page .site-content .site-main .entry-footer .print-btn {
  font-size: 14px;
  float: right;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  background: #cbcbcb;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cbcbcb 0%, #a9a9a9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#a9a9a9',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .entry-footer .print-btn, .page .site-content .site-main .entry-footer .print-btn {
    font-size: 14px;
  }
}

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

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

.single .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn li.bzb-pocket, .page .site-content .site-main .entry-footer .bzb-sns-area .bzb-sns-btn li.bzb-pocket {
  width: 94px;
}

.single .site-content .site-main .entry-footer .post-footer-list, .page .site-content .site-main .entry-footer .post-footer-list {
  padding-bottom: 0;
  float: left;
  margin-top: 14px;
}

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

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

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

.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: #3a81c4;
  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 {
  text-decoration: underline;
}

.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 .entry-footer .post-footer-list .tag, .page .site-content .site-main .entry-footer .post-footer-list .tag {
  display: none;
}

.single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget {
  padding: 40px 60px;
  border-left: 1px solid #eaf3f3;
  border-right: 1px solid #eaf3f3;
  border-bottom: none;
}

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

.single .site-content .site-main .underpost-widget h3, .page .site-content .site-main .underpost-widget h3 {
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 20px;
  border-top: 2px solid #acb5b5;
  padding-top: 20px;
  vertical-align: middle;
}

.single .site-content .site-main .underpost-widget h3:after, .page .site-content .site-main .underpost-widget h3:after {
  vertical-align: middle;
  color: #acb5b5;
  font-size: 12px;
  margin-left: 18px;
  font-weight: normal;
}

.single .site-content .site-main .widget_tag_clou h3:after, .single .site-content .site-main #execphp-6 h3:after, .page .site-content .site-main .widget_tag_clou h3:after, .page .site-content .site-main #execphp-6 h3:after {
  content: "Related Keyword";
}

.single .site-content .site-main .widget_tag_clou a, .single .site-content .site-main #execphp-6 a, .page .site-content .site-main .widget_tag_clou a, .page .site-content .site-main #execphp-6 a {
  color: #7f7c8b;
  border: 1px solid #dddbe2;
  padding: 12px 8px;
  font-size: 14px !important;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.single .site-content .site-main .widget_tag_clou a:before, .single .site-content .site-main #execphp-6 a:before, .page .site-content .site-main .widget_tag_clou a:before, .page .site-content .site-main #execphp-6 a:before {
  content: "\f02b";
  font-family: FontAwesome;
  font-size: 16px;
  color: #7f7c8b;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_tag_clou a, .single .site-content .site-main #execphp-6 a, .page .site-content .site-main .widget_tag_clou a, .page .site-content .site-main #execphp-6 a {
    display: inline-block;
    margin-bottom: 20px;
  }
}

.single .site-content .site-main .underpost-widget:last-of-type, .page .site-content .site-main .underpost-widget:last-of-type {
  border-bottom: 1px solid #eaf3f3 !important;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .underpost-widget:last-of-type, .page .site-content .site-main .underpost-widget:last-of-type {
    border: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts {
    padding: 40px 12px 20px;
  }
}

.single .site-content .site-main .widget_xeory_related_posts h3:after, .page .site-content .site-main .widget_xeory_related_posts h3:after {
  content: "Related Post";
}

.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;
  margin-bottom: 24px;
	    margin-bottom: 5px !important;
}

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

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

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item, .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}

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

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item:last-child, .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item:last-child {
  margin-bottom: 0;
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image, .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image {
  width: 113px;
  display: inline-block;
  margin: 0;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image, .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image {
    width: 69px;
    height: auto;
  }
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image img, .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image img {
    max-width: none;
    width: 72px;
    /* height: 100%; */
  }
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content, .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  max-width: calc(100% - 156px);
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content, .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content {
    width: calc(100% - 92px);
    margin-left: 20px;
  }
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title, .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title {
  font-size: 15px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta {
    position: static;
  }
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta .cat,
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta .tag, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta .cat,
.page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta .tag {
  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 h3, .page .site-content .site-main .widget_social_widget h3 {
  margin-bottom: 2px;
}

.single .site-content .site-main .widget_social_widget h3:after, .page .site-content .site-main .widget_social_widget h3:after {
  content: "Follow us";
}

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

@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 {
    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 {
  border: 1px solid #f3f3f3 !important;
}
@media screen and (min-width: 551px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe, .page .site-content .site-main .widget_social_widget .xeory-social-twitter iframe {
    margin-left: 20px;
  }
}

.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-btns ul, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}

.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: 0 2px !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:first-child, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:first-child {
  padding-left: 0 !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child {
  padding-right: 0 !important;
}

.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 {
  border-radius: 5px;
  background: #333333;
  border-radius: 0;
  padding: 4px 16px;
  margin: 0 !important;
}

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

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:before, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:before {
  font-size: 22px;
}

.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 {
  display: none;
}

.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 .post-author, .page .site-content .site-main .post-author {
  background: #fff;
  padding: 0 60px;
  border-bottom: 0;
  border-color: #eaf3f3;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
    padding: 0;
    margin: 0 12px;
    border-right: none;
    border-left: none;
  }
}

.single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix {
  padding: 20px 0 10px;
  border-top: 2px solid #d9dddd;
}

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

.single .site-content .site-main .post-author .clearfix .post-author-img, .page .site-content .site-main .post-author .clearfix .post-author-img {
  margin: 0;
}

.single .site-content .site-main .post-author .clearfix .post-author-img .inner, .page .site-content .site-main .post-author .clearfix .post-author-img .inner {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .post-author-img .inner, .page .site-content .site-main .post-author .clearfix .post-author-img .inner {
    width: 70px;
    height: 70px;
  }
}

.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 {
  width: 100%;
  height: 100%;
}

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

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

.single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
  color: #424242;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
    text-align: left;
  }
}

.single .site-content .site-main .link-author, .page .site-content .site-main .link-author {
  padding: 0 60px;
  padding-bottom: 20px;
  border-bottom: 0;
  border-left: 1px solid #eaf3f3;
  border-right: 1px solid #eaf3f3;
  font-size: 15px;
  text-align: right;
  color: #3a81c4;
}

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

.single .site-content .site-main .link-author:before, .page .site-content .site-main .link-author:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 24px;
  vertical-align: sub;
}

.single .site-content .site-main .link-author a, .page .site-content .site-main .link-author a {
  vertical-align: middle;
}

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

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

.single .site-main p a[target="_blank"]:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin: 0 4px;
  color: #3a81c4;
}

@media screen and (max-width: 550px) {
  .page-post-lists .content-area,
  .archive .content-area,
  .category .content-area,
  .search-results .content-area {
    margin: 0;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 550px) {
  .page-post-lists .xeory-breadcrumbs-list,
  .archive .xeory-breadcrumbs-list,
  .category .xeory-breadcrumbs-list,
  .search-results .xeory-breadcrumbs-list {
    margin-bottom: 12px;
  }
}

.page-post-lists .site-content .site-main article, .page-post-lists .site-content .post-list-main article,
.archive .site-content .site-main article,
.archive .site-content .post-list-main article,
.category .site-content .site-main article,
.category .site-content .post-list-main article,
.search-results .site-content .site-main article,
.search-results .site-content .post-list-main article {
  padding: 0;
}

@media screen and (max-width: 550px) {
  .page-post-lists .site-content .site-main article, .page-post-lists .site-content .post-list-main article,
  .archive .site-content .site-main article,
  .archive .site-content .post-list-main article,
  .category .site-content .site-main article,
  .category .site-content .post-list-main article,
  .search-results .site-content .site-main article,
  .search-results .site-content .post-list-main article {
    border: none;
    margin-bottom: 16px;
  }
}

.page-post-lists .site-content .site-main article .entry-header, .page-post-lists .site-content .post-list-main article .entry-header,
.archive .site-content .site-main article .entry-header,
.archive .site-content .post-list-main article .entry-header,
.category .site-content .site-main article .entry-header,
.category .site-content .post-list-main article .entry-header,
.search-results .site-content .site-main article .entry-header,
.search-results .site-content .post-list-main article .entry-header {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 550px) {
  .page-post-lists .site-content .site-main article .entry-header, .page-post-lists .site-content .post-list-main article .entry-header,
  .archive .site-content .site-main article .entry-header,
  .archive .site-content .post-list-main article .entry-header,
  .category .site-content .site-main article .entry-header,
  .category .site-content .post-list-main article .entry-header,
  .search-results .site-content .site-main article .entry-header,
  .search-results .site-content .post-list-main article .entry-header {
    width: 70px;
    float: left;
  }
}

.page-post-lists .site-content .site-main article .entry-header .entry-thumbnail, .page-post-lists .site-content .post-list-main article .entry-header .entry-thumbnail,
.archive .site-content .site-main article .entry-header .entry-thumbnail,
.archive .site-content .post-list-main article .entry-header .entry-thumbnail,
.category .site-content .site-main article .entry-header .entry-thumbnail,
.category .site-content .post-list-main article .entry-header .entry-thumbnail,
.search-results .site-content .site-main article .entry-header .entry-thumbnail,
.search-results .site-content .post-list-main article .entry-header .entry-thumbnail {
  max-width: 245px;
  margin: 0;
}

@media screen and (max-width: 550px) {
  .page-post-lists .site-content .site-main article .entry-header .entry-thumbnail, .page-post-lists .site-content .post-list-main article .entry-header .entry-thumbnail,
  .archive .site-content .site-main article .entry-header .entry-thumbnail,
  .archive .site-content .post-list-main article .entry-header .entry-thumbnail,
  .category .site-content .site-main article .entry-header .entry-thumbnail,
  .category .site-content .post-list-main article .entry-header .entry-thumbnail,
  .search-results .site-content .site-main article .entry-header .entry-thumbnail,
  .search-results .site-content .post-list-main article .entry-header .entry-thumbnail {
    width: 70px;
  }
}

.page-post-lists .site-content .site-main article .entry-content, .page-post-lists .site-content .post-list-main article .entry-content,
.archive .site-content .site-main article .entry-content,
.archive .site-content .post-list-main article .entry-content,
.category .site-content .site-main article .entry-content,
.category .site-content .post-list-main article .entry-content,
.search-results .site-content .site-main article .entry-content,
.search-results .site-content .post-list-main article .entry-content {
  overflow-x: hidden;
  padding: 15px 20px;
}

@media screen and (max-width: 550px) {
  .page-post-lists .site-content .site-main article .entry-content, .page-post-lists .site-content .post-list-main article .entry-content,
  .archive .site-content .site-main article .entry-content,
  .archive .site-content .post-list-main article .entry-content,
  .category .site-content .site-main article .entry-content,
  .category .site-content .post-list-main article .entry-content,
  .search-results .site-content .site-main article .entry-content,
  .search-results .site-content .post-list-main article .entry-content {
    width: calc(100% - 83px);
    float: right;
    padding: 0;
    margin-left: 13px;
  }
}

.page-post-lists .site-content .site-main article .entry-content .entry-title, .page-post-lists .site-content .post-list-main article .entry-content .entry-title,
.archive .site-content .site-main article .entry-content .entry-title,
.archive .site-content .post-list-main article .entry-content .entry-title,
.category .site-content .site-main article .entry-content .entry-title,
.category .site-content .post-list-main article .entry-content .entry-title,
.search-results .site-content .site-main article .entry-content .entry-title,
.search-results .site-content .post-list-main article .entry-content .entry-title {
  line-height: 28px;
  margin-bottom: 10px;
}

@media screen and (max-width: 550px) {
  .page-post-lists .site-content .site-main article .entry-content .entry-title, .page-post-lists .site-content .post-list-main article .entry-content .entry-title,
  .archive .site-content .site-main article .entry-content .entry-title,
  .archive .site-content .post-list-main article .entry-content .entry-title,
  .category .site-content .site-main article .entry-content .entry-title,
  .category .site-content .post-list-main article .entry-content .entry-title,
  .search-results .site-content .site-main article .entry-content .entry-title,
  .search-results .site-content .post-list-main article .entry-content .entry-title {
    margin: 0;
    line-height: 0;
  }
}

.page-post-lists .site-content .site-main article .entry-content .entry-title a, .page-post-lists .site-content .post-list-main article .entry-content .entry-title a,
.archive .site-content .site-main article .entry-content .entry-title a,
.archive .site-content .post-list-main article .entry-content .entry-title a,
.category .site-content .site-main article .entry-content .entry-title a,
.category .site-content .post-list-main article .entry-content .entry-title a,
.search-results .site-content .site-main article .entry-content .entry-title a,
.search-results .site-content .post-list-main article .entry-content .entry-title a {
  font-size: 18px;
}

@media screen and (max-width: 550px) {
  .page-post-lists .site-content .site-main article .entry-content .entry-title a, .page-post-lists .site-content .post-list-main article .entry-content .entry-title a,
  .archive .site-content .site-main article .entry-content .entry-title a,
  .archive .site-content .post-list-main article .entry-content .entry-title a,
  .category .site-content .site-main article .entry-content .entry-title a,
  .category .site-content .post-list-main article .entry-content .entry-title a,
  .search-results .site-content .site-main article .entry-content .entry-title a,
  .search-results .site-content .post-list-main article .entry-content .entry-title a {
    font-size: 15px;
    line-height: 22px;
  }
}

.page-post-lists .site-content .site-main article .entry-content .cont-str, .page-post-lists .site-content .post-list-main article .entry-content .cont-str,
.archive .site-content .site-main article .entry-content .cont-str,
.archive .site-content .post-list-main article .entry-content .cont-str,
.category .site-content .site-main article .entry-content .cont-str,
.category .site-content .post-list-main article .entry-content .cont-str,
.search-results .site-content .site-main article .entry-content .cont-str,
.search-results .site-content .post-list-main article .entry-content .cont-str {
  margin-bottom: 10px;
}

.page-post-lists .site-content .site-main article .entry-content .date, .page-post-lists .site-content .post-list-main article .entry-content .date,
.archive .site-content .site-main article .entry-content .date,
.archive .site-content .post-list-main article .entry-content .date,
.category .site-content .site-main article .entry-content .date,
.category .site-content .post-list-main article .entry-content .date,
.search-results .site-content .site-main article .entry-content .date,
.search-results .site-content .post-list-main article .entry-content .date {
  line-height: 1em;
  margin-right: 20px;
}

.page-post-lists .site-content .site-main article .entry-content .date span, .page-post-lists .site-content .post-list-main article .entry-content .date span,
.archive .site-content .site-main article .entry-content .date span,
.archive .site-content .post-list-main article .entry-content .date span,
.category .site-content .site-main article .entry-content .date span,
.category .site-content .post-list-main article .entry-content .date span,
.search-results .site-content .site-main article .entry-content .date span,
.search-results .site-content .post-list-main article .entry-content .date span {
  display: none;
}

.home {
  overflow: hidden;
}

.home:before {
  background: none;
}

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

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

.home .content-area {
  margin-bottom: 0;
}

.home .site-main {
  padding-right: 0;
}

.home .site-main section.new-post .sec-title,
.home .site-main section.recommend-posts .sec-title,
.home .site-main section.feature-posts .sec-title {
  font-size: 24px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  margin-bottom: 25px;
}
.home .site-main section.recommend-posts .sec-title {
  margin-bottom: 21px;
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post .sec-title,
  .home .site-main section.recommend-posts .sec-title,
  .home .site-main section.feature-posts .sec-title {
    font-size: 20px;
  }
}

.home .site-main section.new-post .sec-title:after,
.home .site-main section.recommend-posts .sec-title:after,
.home .site-main section.feature-posts .sec-title:after {
  content: 'Recommend';
  font-size: 12px;
  color: #acb5b5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Custom Yu Gothic", "Yu Gothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  margin-left: 14px;
}
.home .site-main section.new-post .sec-title:after {
  content: 'New post';
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post .sec-title:after,
  .home .site-main section.recommend-posts .sec-title:after,
  .home .site-main section.feature-posts .sec-title:after {
    margin-left: 11px;
  }
}

.home .site-main section.new-post article,
.home .site-main section.recommend-posts article,
.home .site-main section.feature-posts article {
  border: none;
  transition: all ease-in-out .3s;
}

.home .site-main section.new-post article .entry-content .entry-title a,
.home .site-main section.recommend-posts article .entry-content .entry-title a,
.home .site-main section.feature-posts article .entry-content .entry-title a {
  font-weight: normal;
}

.home .site-main section.new-post {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 52px 0 26px;
}

@media screen and (max-width: 1200px) and (min-width: 551px){
  .home .site-main section.new-post {
      padding: 52px 16px;
  }
}
@media screen and (max-width: 550px) {
  .home .site-main section.new-post {
    padding: 32px 12px 29px;
  }
}
.home .site-main section.new-post > div {
  max-width: 1200px;
  margin: 0 auto;
}
.home .site-main section.new-post > div.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .site-main section.new-post article {
  width: calc(25% - 5px);
  margin-bottom: 21px;
  overflow: visible;
  position: relative;
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post article {
    width: 100%;
    background: none;
    margin-bottom: 24px;
    float: none;
  }
}

.home .site-main section.new-post article:hover {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

.home .site-main section.new-post article .entry-header {
  float: none;
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post article .entry-header {
    width: 70px;
    float: left;
  }
}

.home .site-main section.new-post article .entry-header .entry-thumbnail {
  width: 100%;
}

.home .site-main section.new-post article .entry-content {
  padding: 14px 16px 26px;
  height: 151px;
  overflow: visible;
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post article .entry-content {
    width: calc(100% - 79px);
    height: auto;
    float: right;
    padding: 0;
    margin-left: 9px;
  }
}

.home .site-main section.new-post article .entry-content .entry-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
  font-weight: 400;
}


@media screen and (max-width: 550px) {
  .home .site-main section.new-post article .entry-content .entry-title {
    font-size: 15px;
    line-height: 20px;
    background: none;
  }
}

.home .site-main section.new-post article .entry-content .entry-meta {
  margin: 0 0 15px;
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post article .entry-content .entry-meta {
    margin-bottom: 0;
  }
}

.home .site-main section.new-post article .entry-content .entry-meta li {
  line-height: 24px;
  color: #868686;
}

.home .site-main section.new-post article .entry-content .entry-meta:nth-of-type(2) {
  position: absolute;
  right: 17px;
  bottom: 5px;
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post article .entry-content .entry-meta .date {
    font-size: 10px;
    line-height: 1em;
  }
  .home .site-main section.new-post article .entry-content .entry-meta:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: -6px;
  }
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post article .entry-content .entry-meta .cat {
    font-size: 10px;
  }
}

.home .site-main section.new-post article:last-child {
  margin-right: 0;
}

.home .site-main section.new-post article.first-post .entry-content {
  background: #ffffff;
  overflow: visible;
}

.home .site-main section.new-post article.first-post .entry-content:before {
  content: 'NEW';
  position: absolute;
  top: 16px;
  left: -26px;
  padding: 7px 0;
  width: 74px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  background-color: #383838;
  font-weight: 400;
}

@media screen and (max-width: 550px) {
  .home .site-main section.new-post article.first-post .entry-content:before {
    left: -7px;
    top: 10px;
    padding: 4px 0;
    width: 41px;
    font-size: 11px;
    top: 11px;
  }
}


@media screen and (max-width: 550px) {
  .home .site-main section.new-post article.first-post .entry-content .entry-meta .date {
    font-size: 10px;
  }
}

.home .site-main section.new-post p.read-all {
  text-align: right;
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .home .site-main section.new-post p.read-all {
    width: auto;
  }
}

.home .site-main section.new-post p.read-all a {
  color: #7f7c8b;
  font-size: 15px;
}

.home .site-main section.new-post p.read-all a:hover {
  color: #3a81c4;
}

.home .site-main section.new-post p.read-all a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 12px;
  font-size: 24px;
  vertical-align: sub;
  position: relative;
  top: -2px;
}

.home .site-main section.recommend-posts {
  padding: 35px 16px 24px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background-color: #f5f9fa;
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: 25px 12px;
  }
}

@media screen and (max-width: 1200px) {
  .home .site-main section.recommend-posts .container {
    margin: 0;
  }
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts .sec-title {
    margin-left: 0;
    margin-right: 0;
  }
}

.home .site-main section.recommend-posts .sec-title:after {
  content: 'Recommend';
}

.home .site-main section.recommend-posts .recommend-wrap {
  display: -ms-flexbox;
  display: flex;
  flex-direction: -webkit-row;
  -ms-flex-direction: row;
      flex-direction: row;
  flex-wrap: -webkit-wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.home .site-main section.recommend-posts .recommend-wrap:after {
  content: "";
  display: block;
  width: calc(100% / 3 - 2px);
}

.home .site-main section.recommend-posts .recommend-wrap .article-list:last-child article {
  margin-bottom: 0;
}

.home .site-main section.recommend-posts .recommend-wrap .article-list {
  width: calc(100% / 3 - 2px);
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts .recommend-wrap .article-list {
    width: 100%;
  }
}

.home .site-main section.recommend-posts .recommend-wrap .article-list article {
  margin-bottom: 23px;
  background: none;
}

.home .site-main section.recommend-posts .recommend-wrap .article-list article:hover {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-thumbnail {
  float: none;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-thumbnail {
    width: 70px;
    float: left;
  }
}

.home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content {
  overflow: visible;
  padding: 0 40px 21px;
  min-height: 119px;
}

@media screen and (max-width: 991px) {
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content {
    padding: 0 12px 20px;
  }
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content {
    padding: 0;
    float: right;
    width: calc(100% - 83px);
  }
}
.home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta,
.home .site-main section.new-post article .entry-content .entry-meta:first-of-type {
  text-align: center;
  overflow: visible;
  margin-top: -20px;
  margin-bottom: 13px;
}

.home .site-main section.new-post article .entry-content .entry-meta:first-of-type {
  margin-top: -34px;
}


.home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta li,
.home .site-main section.new-post article .entry-content .entry-meta li.cat {
  padding: 12px 24px;
  background: #7a8383;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta li {
    font-size: 10px;
    padding: 8px;
  }
  .home .site-main section.new-post article .entry-content .entry-meta li.cat,
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta li {
    background: none;
  }
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta li {
    color: #969e9e;
  }
}

.home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-title {
  line-height: 0;
  background: none;
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-title {
    margin: 0;
  }
}

.home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-title a {
  font-size: 17px;
  line-height: 28px;
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-title a {
    font-size: 15px;
    line-height: 22px;
  },
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta li {
    background-color: #f5f9fa;
    color: #969e9e;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
  }
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta li {
    padding: 0;
  }
}

@media screen and (max-width: 550px) {
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content {
    min-height: initial;
  }
  /* IE11 */ _:-ms-lang(x)::-ms-backdrop, .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content {
    min-height: auto;
  }
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta {
    margin-top: -4px;
    text-align: left;
    margin-bottom: 2px;
  }
  .home .site-main section.new-post article .entry-content .entry-meta:first-of-type {
    margin-top: -4px;
    text-align: left;
    margin-bottom: 4px;
  }
  .home .site-main section.new-post article .entry-content .entry-meta li.cat,
  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content .entry-meta li {
    background-color: transparent;
    color: #969e9e;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
  }
}


.home .site-main section.feature-posts {
  background: #f5f9f9;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 42px 0 41px;
}

@media screen and (max-width: 550px) {
  .home .site-main section.feature-posts {
    padding: 30px 0;
  }
}

.home .site-main section.feature-posts .sec-title {
  margin-bottom: 26px;
}

@media screen and (max-width: 550px) {
  .home .site-main section.feature-posts .sec-title {
    margin-bottom: 30px;
  }
}

.home .site-main section.feature-posts .sec-title:after {
  content: 'Attention';
}
.home .feature-wrap {
  width: 1200px;
  max-width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 8px 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 49.66% 8px 24.54% 8px 24.54%;
  grid-template-columns: 49.66% 24.54% 24.54%;
  justify-content: space-between;
  align-content: space-between;
  grid-gap: 8px;
  gap: 8px;
}
.home .site-main section.feature-posts .article-list:last-child article {
  margin-bottom: 0;
}

.home .site-main section.feature-posts article {
  position: relative;
  background: none;
  margin-bottom: 0;
}
.home .site-main section.feature-posts .article-list:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
}
.home .site-main section.feature-posts .article-list:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
}
.home .site-main section.feature-posts .article-list:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
}
.home .site-main section.feature-posts .article-list:nth-of-type(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
}
.home .site-main section.feature-posts .article-list:nth-of-type(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
}

@media screen and (max-width: 550px) {
  .home .feature-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .home .site-main section.feature-posts .article-list:first-of-type {
    width: 100%;
    margin-bottom: 0;
  }
  .home .site-main section.feature-posts .article-list:nth-of-type(n+2) {
    width: calc( (100% - 8px ) / 2 );
  }
  .home .site-main section.feature-posts .article-list {
    margin-bottom: 30px;
  }
}

.home .site-main section.feature-posts article .entry-thumbnail {
  margin: 0;
  max-width: 100%;
}

.home .site-main section.feature-posts .article-list:first-of-type .entry-thumbnail img {
  max-width: calc( 100% + 8px );
}

@media screen and (max-width: 550px) {
  .home .site-main section.feature-posts .article-list:first-of-type .entry-thumbnail img {
    max-width: initial;
    width: 100%;
    height: 124px;
    height: auto;
  }
}

@media screen and (max-width: 550px) {
  .home .site-main section.feature-posts article .entry-thumbnail {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
  }
}

.home .site-main section.feature-posts article .entry-content {
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: auto;
  padding: 0;
  background-color: rgba(56, 56, 56,.6);
}


.home .site-main section.feature-posts article .entry-content .entry-title {
  margin: 0;
  background: none;
  padding: 12px 17px;
  min-height: 83px;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
.home .site-main section.feature-posts .article-list:first-of-type article .entry-content .entry-title {
  padding: 16px;
  min-height: 129px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.home .site-main section.feature-posts .entry-meta {
  position: absolute;
  bottom: 13px;
  left: 19px;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
}

@media screen and (max-width: 767px) and (min-width: 551px) {
  .home .site-main section.new-post article .entry-content .entry-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
  }
  .home .site-main section.feature-posts .article-list:first-of-type article .entry-content .entry-title {
    padding: 12px;
    font-size: 16px;
    line-height: 28px;
  }
  .home .site-main section.feature-posts article .entry-content .entry-title {
    padding: 4px 8px;
    font-size: 12px;

  }
}


@media screen and (max-width: 550px) {
  .home .site-main section.feature-posts article .entry-content .entry-title,
  .home .site-main section.feature-posts .article-list:first-of-type article .entry-content .entry-title {
    width: 100%;
    padding: 0;
    background: none;
    line-height: 22px;
    font-size: 16px;
    min-height: initial;
  }
  _:-ms-lang(x)::-ms-backdrop, .home .site-main section.feature-posts article .entry-content .entry-title,
  _:-ms-lang(x)::-ms-backdrop, .home .site-main section.feature-posts .article-list:first-of-type article .entry-content .entry-title {
    min-height: auto;
  }
  .home .site-main section.feature-posts .entry-meta {
    display: none;
  }
  .home .site-main section.feature-posts .article-list:first-of-type article .entry-content {
    padding: 0 0 8px;
  }
}

@media screen and (max-width: 991px) {
  .home .site-main section.feature-posts article .entry-content .entry-title a {
    font-size: 20px;
  }
}

@media screen and (max-width: 550px) {
  .home .site-main section.feature-posts article .entry-content {
    position: static;
    height: auto;
    background: none;
  }
  .home .site-main section.feature-posts article .entry-content .entry-title  {
    color: #424242;
    font-size: 16px;
    line-height: 22px;
  }
}

.home .site-main section.feature-posts article .entry-content > div {
  display: inline-block;
  max-width: 352px;
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .home .site-main section.feature-posts article .entry-content > div {
    margin-left: 0;
    max-width: 45%;
    float: right;
  }
}

.home .site-main section.feature-posts article .entry-content > div .cont-str {
  color: #424242;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}

.home .site-main section.feature-posts article .entry-content > div .more {
  text-align: right;
}

.home .site-main section.feature-posts article .entry-content > div .more a {
  font-size: 12px;
  color: #7f7c8b;
}

.home .site-main section.feature-posts article .entry-content > div .more a:hover {
  color: #3a81c4;
}

.home .site-main section.feature-posts article .entry-content > div .more a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 15px;
  font-size: 24px;
  vertical-align: sub;
}

.home .site-main section.footer-banner {
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .home .site-main section.footer-banner {
    padding: 40px 0 90px;
  }
}

.home .site-main section.footer-banner div {
  display: -ms-flexbox;
  display: flex;
  flex-direction: -webkit-row;
  -ms-flex-direction: row;
      flex-direction: row;
  flex-wrap: -webkit-nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .home .site-main section.footer-banner div {
    flex-wrap: -webkit-wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.home .site-main section.footer-banner .banner {
  transition: all ease-in-out .3s;
  width: calc(100% / 3 - 2px);
}

@media screen and (max-width: 767px) {
  .home .site-main section.footer-banner .banner {
    margin-bottom: 25px;
    width: auto;
  }
}

.home .site-main section.footer-banner .banner:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .home .site-main section.footer-banner .banner:last-child {
    margin-bottom: 0;
  }
}

#secondary .rss_section {
  border: solid 1px #b3cadb;
  border-top: solid 2px #478cc9;
  margin-bottom: 40px;
  background-color: white;
}

#secondary .rss_section .container {
  margin: 0;
}

#secondary .rss_sec_title {
  border-bottom: solid 2px #e6e6e6;
  padding: 18px 12px 10px;
  padding-left: 20px;
  font-weight: bold;
  color: #478cc9;
  position: relative;
}

@media screen and (max-width: 550px) {
  #secondary .rss_sec_title {
    padding: 18px 16px 10px;
  }
}

#secondary .rss_sec_title:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin: 0 4px;
  color: #abcfea;
  position: absolute;
  top: 3px;
  right: 3px;
}

#secondary .rss_wrap {
  padding: 20px;
  padding-bottom: 0;
}

@media screen and (max-width: 550px) {
  #secondary .rss_wrap {
    padding: 20px 16px;
    padding-bottom: 0;
  }
}

#secondary .rss_list {
  list-style-type: none;
}

#secondary .rss_li {
  height: 50px;
}

#secondary .rss_thumb {
  width: 70px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin-right: 20px;
}

#secondary .rss_title {
  color: black;
  font-size: 80%;
  padding-top: 5px;
}
/*  page inquiry */
.dateContent{
  border: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  position: relative;
  margin-top: 20px;
  padding: 22px 40px 30px 40px;
}
.dateContent:after{
  position: absolute;
  content:'';
  height:7px;
  background:#80bbb7;
  top:-4px;
  left:50%;
  width:208px;
  transform: translateX(-50%);
}
.dateContent h3{
  color: #e82802;
  font-size: 16px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.96px;
}
.dateContent .dateText{
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

/** takahashi 20190304 ライター一覧 **/
.page-id-21272 .clearfix {
  padding: 32px 40px !important;
  border-top: solid 1px #e7e2d7 !important;
  border-left: solid 1px #e7e2d7;
  border-right: solid 1px #e7e2d7;
  border-bottom: solid 1px #e7e2d7;
  background: #fff;
}

.page-id-21272.site-main .post-author,
.page-id-21272.page .site-content .site-main .post-author {
  border:none;
  background: none !important;
  padding: 0 0 24px;
}

.page-id-21272 .post-author {
  color: #555;
}

.page-id-21272 .post-author-meta h4 {
  margin-bottom: 8px;
}

@media screen and (max-width: 550px) {
  .page-id-21272 .site-main {
    padding: 0 12px;
  }

  .page-id-21272 .clearfix {
    padding: 24px 16px !important;
  }
}

.page-id-21272 .site-content .site-main .post-author .clearfix a .author {
  color: #3a81c4;
  text-decoration: underline;
  transition: all ease-in-out .3s;
}

.page-id-21272 .site-content .site-main .post-author .clearfix a:hover .author {
  opacity: .8;
}

/*  google map */

.gmap,
p.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 40px;
}

.gmap iframe,
p.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


/**takahashi 吹き出しスタイル **/

/** 左 **/
.balloon1,
.balloon3,
.balloon5,
.balloon7,
.balloon9 {
  position: relative;
  padding: 0;
  margin:0px 0 16px 0px;
  width:calc(100% - 165px);
  min-height: 130px;
  overflow: hidden;
}
.balloon1 .icon,
.balloon3 .icon,
.balloon5 .icon,
.balloon7 .icon,
.balloon9 .icon {
  position: absolute;
  top: 0;
  width:80px;
  text-align:center;
  font-size: 11px;
  line-height: 30px;
  color: #555;
}
.balloon1 .balloon-content,
.balloon3 .balloon-content,
.balloon5 .balloon-content,
.balloon7 .balloon-content,
.balloon9 .balloon-content {
  padding: 16px;
  color: #333;
  margin: 0 0 0 110px;
  position: relative;
  border-radius: 5px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.balloon1 .balloon-content::before,
.balloon3 .balloon-content::before,
.balloon5 .balloon-content::before,
.balloon7 .balloon-content::before,
.balloon9 .balloon-content::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon1 .balloon-content {
  background-color: #dff4f3;
}
.balloon1 .balloon-content::before {
  border-right: 15px solid #dff4f3;
}
.balloon3 .balloon-content {
  background-color: #f4f4f4;
}
.balloon3 .balloon-content::before {
  border-right: 15px solid #f4f4f4;
}
.balloon5 .balloon-content {
  background-color: #ffe7f1;
}
.balloon5 .balloon-content::before {
  border-right: 15px solid #ffe7f1;
}
.balloon7 .balloon-content {
  background-color: #deeff7;
}
.balloon7 .balloon-content::before {
  border-right: 15px solid #deeff7;
}
.balloon9 .balloon-content {
  background-color: #fdebd1;
}
.balloon9 .balloon-content::before {
  border-right: 15px solid #fdebd1;
}



/** 右 **/
.balloon2,
.balloon4,
.balloon6,
.balloon8,
.balloon10 {
  position: relative;
  padding: 0;
  margin:0px 0 16px 0px;
  width: 100%;
  min-height: 130px;
  overflow: hidden;
}
.balloon2 .icon,
.balloon4 .icon,
.balloon6 .icon,
.balloon8 .icon,
.balloon10 .icon {
  position: absolute;
  top: 0;
  right: 0;
  width:80px;
  text-align:center;
  font-size: 11px;
  line-height: 30px;
  color: #555;
}
.balloon2 .balloon-content,
.balloon4 .balloon-content,
.balloon6 .balloon-content,
.balloon8 .balloon-content,
.balloon10 .balloon-content {
  padding: 16px;
  color: #333;
  margin: 0 110px 0 0 ;
  position: relative;
  border-radius: 5px;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
  float: right;
  width:calc(100% - 270px);
}
.balloon2 .balloon-content::before,
.balloon4 .balloon-content::before,
.balloon6 .balloon-content::before,
.balloon8 .balloon-content::before,
.balloon10 .balloon-content::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
}


.balloon2 .balloon-content {
  background-color: #dff4f3;
}
.balloon2 .balloon-content::before {
  border-left: 15px solid #dff4f3;
}
.balloon4 .balloon-content {
  background-color: #f4f4f4;
}
.balloon4 .balloon-content::before {
  border-left: 15px solid #f4f4f4;
}
.balloon6 .balloon-content {
  background-color: #ffe7f1;
}
.balloon6 .balloon-content::before {
  border-left: 15px solid #ffe7f1;
}
.balloon8 .balloon-content {
  background-color: #deeff7;
}
.balloon8 .balloon-content::before {
  border-left: 15px solid #deeff7;
}
.balloon10 .balloon-content {
  background-color: #fdebd1;
}
.balloon10 .balloon-content::before {
  border-left: 15px solid #fdebd1;
}




@media screen and (max-width: 680px) {
  .balloon1,
  .balloon3,
  .balloon5,
  .balloon7,
  .balloon9 {
    width: 100%;
  }
  .balloon1 .balloon-content,
  .balloon3 .balloon-content,
  .balloon5 .balloon-content,
  .balloon7 .balloon-content,
  .balloon9 .balloon-content {
    margin: 0 0 0 100px;
    line-height: 24px !important;
  }
  .balloon1 .icon,
  .balloon3 .icon,
  .balloon5 .icon,
  .balloon7 .icon,
  .balloon9 .icon {
    width:76px;
  }

  .balloon2 .icon,
  .balloon4 .icon,
  .balloon6 .icon,
  .balloon8 .icon,
  .balloon10 .icon {
    width:76px;
  }

  .balloon2 .balloon-content,
  .balloon4 .balloon-content,
  .balloon6 .balloon-content,
  .balloon8 .balloon-content,
  .balloon10 .balloon-content {
    width:auto;
    margin: 0 100px 0 0 ;
    line-height: 24px !important;
  }
}



@media screen and (max-width: 400px) {
  .balloon1,
  .balloon2,
  .balloon3,
  .balloon4,
  .balloon5,
  .balloon6,
  .balloon7,
  .balloon8,
  .balloon9,
  .balloon10 {
    margin:0 0 32px 0;
  }
}



/** takahashi 20200220 **/
.page-id-29101 main .entry-thumbnail {
  display: none;
}

.page-id-29101 .site-content .site-main article h1 {
  font-size: 24px !important;
  border-bottom: 3px solid #88bfbc;
  text-align: center;
  line-height: 1em;
  padding: 7px;
}

@media screen and (max-width: 550px) {
  .page-id-29101 .site-content .site-main article h1 {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
}

.page-id-29101 .site-content .site-main article h1:after {
  content: "Apartment StudyNotes";
  display: block;
  font-size: 12px;
  color: #acb5b5;
}

.page-id-29101 .site-content .site-main article p.first-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-id-29101 .site-content .site-main article img {
  margin: 0 auto;
}

.page-id-29101 .site-content .site-main article .sns-bar {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 550px) {
  .page-id-29101 .site-content .site-main article .sns-bar {
    margin-bottom: 40px;
  }
}

.page-id-29101 .site-content .site-main article .sns-bar:before {
  content: "アルファジャーナルの記事を定期購読する";
  font-size: 18px;
  background: url(../../images/sns-bg.png);
  background-size: 404px auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  line-height: 1em;
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (max-width: 375px) {
  .page-id-29101 .site-content .site-main article .sns-bar:before {
    font-size: 15px;
    background-size: contain;
  }
}

.page-id-29101 .site-content .site-main article .sns-bar p.follow-text {
  display: none;
}

.page-id-29101 .site-content .site-main article .sns-bar p {
  font-size: 16px;
  margin-bottom: 12px;
  display: inline-block;
}

.page-id-29101 .site-content .site-main article .sns-bar p:before {
  content: url(../../images/line.png);
  margin: 5px;
}

.page-id-29101 .site-content .site-main article .sns-bar p:after {
  content: url(../../images/line2.png);
  margin: 5px;
}

.page-id-29101 .site-content .site-main article .sns-bar .sns-icon {
  padding-left: 0;
}

@media screen and (max-width: 375px) {
  .page-id-29101 .site-content .site-main article .sns-bar .sns-icon {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
  }
}

.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li {
  display: inline-block;
  margin: 0 27px;
}

@media screen and (max-width: 375px) {
  .page-id-29101 .site-content .site-main article .sns-bar .sns-icon li {
    margin: auto;
  }
}

.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li a {
  color: #3a81c4;
}

.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li .fa {
  font-size: 28px;
}

.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li.share-line,
.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li.mail {
  width: 28px;
  height: 28px;
  vertical-align: top;
  background-size: contain;
  background-position: center;
}

.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li.share-line a,
.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li.mail a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li.share-line {
  background-image: url("../../images/line-icon-4.png");
}

.page-id-29101 .site-content .site-main article .sns-bar .sns-icon li.mail {
  background-image: url("../../images/mail-icon-3.png");
  margin-top: -1px;
}

/*------ サイドバーマンション勉強記 ------*/
@media screen and (max-width: 550px) {
  #secondary #execphp-7 {
    border: none;
    padding: 0;
  }
}

#secondary #execphp-7 {
 border: 3px solid #eaf3f3;
 background: #fff;
 padding: 24px;
}



#secondary #execphp-7 h3 {
  text-align: center;
  line-height: 1em;
  position: relative;
}

#secondary #execphp-7 h3:before {
  content: "";
  background: url(https://journal.anabuki-style.com/wp-content/uploads/2020/02/apart.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  border-radius: 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -4px;
}

#secondary #execphp-7 h3 span:after {
  content: 'apartment studynotes';
  display: block;
  color: #acb5b5;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Custom Yu Gothic", "Yu Gothic", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 1px solid #eaf3f3;
  padding: 0 18px 8px;
}

/*#secondary #execphp-7 .studynote-img {
  margin-bottom: 16px;
  text-align: center;
}*/

#secondary #execphp-7 .studynote-img img {
  transition: all ease-in-out .3s;
  margin-bottom:5px;
}

@media screen and (max-width: 550px) {
  #secondary #execphp-7 .studynote-img img {
    width: 100%;
  }
}

#secondary #execphp-7 .studynote-img img:hover {
  opacity: 0.8;
}

#secondary #execphp-7 .studynote-img {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
}

#secondary #execphp-7 .studynote-img a {
  color: #424242;
  font-size: 12px;
  font-weight: normal;
}

#secondary #execphp-7 .studynote-img a:hover {
  color: #3a81c4;
}
/*------ サイドバーマンション勉強記ここまで ------*/

.single .site-content .site-main .inserted_social_widget {
    padding-left: 0;
    padding-right: 0;
    border: 0;
}
@media screen and (min-width: 551px) {
  .single .site-content .site-main .inserted_social_widget {
    padding: 36px 0 16px 0;
  }

}
@media screen and (max-width: 375px) {
  .single .site-content .site-main .inserted_social_widget h3:after {
    margin: 0;
    display: inline-block;
    margin-left: 8px;
  }
}
.site-footer .sns-bar .sns-icon li {
  margin: 0;
}
.site-footer .sns-bar .sns-icon li a {
  color: #f5f9f9;
  border-radius: 50%;
  width: 46px!important;
  height: 46px!important;
  font-family: 'FontAwesome';
  font-size: 28px;
  display: block;
  background-size: cover;
}
.site-footer .sns-bar .sns-icon {
  display: flex;
  justify-content: space-around;
  width: 368px;
  max-width: 100%;
  margin: 0 auto;
}
.site-footer .sns-bar .sns-icon li a:hover {
  opacity: 0.8;
}
.site-footer .sns-bar .sns-icon li a i {
  line-height: 46px;
}
.site-footer .sns-bar .sns-icon li.mail {
  background-image: none;
}
.site-footer .sns-bar .sns-icon li.mail a {
  background-color: #ec9f52;
}
.site-footer .sns-bar .sns-icon li.mail a i {
  position: relative;
  top: -2px;
}
.site-footer .sns-bar .sns-icon li.mail a i {
  font-size: 24px;
}
.site-footer .sns-bar .sns-icon li.twitter a {
  background-color: #00aced;
}
.site-footer .sns-bar .sns-icon li.line a {
  background-color: transparent;
}
.site-footer .sns-bar .sns-icon li.youtube a {
  background-image: url("../../images/youtube_social_circle_red.png");
}
.site-footer .sns-bar .sns-icon li.instagram a {
  background-color: #E1306C;
}
.site-footer .sns-bar .sns-icon li.instagram a i {
  position: relative;
  top: -1px;
}
.site-footer .sns-bar .sns-icon li.share-line a {
  background-image: url("../../images/line-logo.png");
}
/* CTA上のSNSボタンのスタイルを調整 */
.widget_custom_html .site-footer {
  background: transparent;
  padding: 0!important;
}
.widget_custom_html .site-footer .sns-bar {
  margin-bottom: 0;
}
.widget_custom_html .site-footer .follow-text {
  display: none;
}
.single .site-content .site-main .widget_custom_html h3:after, .page .site-content .site-main .widget_custom_html h3:after {
  content: "Follow us";
}

/* サイドバーのSNSスタイルを調整 */
.page-about .sns-icon li a {
  color: #acb5b5;
}
#secondary #execphp-4 ul li.mail,
.page-about .site-main .sns-icon li.mail {
  background-image: none;
  font-size: 20px;
}
#secondary #execphp-4 ul li.youtube a,
.page-about .site-main .sns-icon li.youtube a {
  background-image: url("../../images/yt_icon_mono_light.png");
  opacity: 0.4;
  width: 28px;
  height: 35px;
  background-size: 28px;
  display: block;
  background-position: center 7px;
  background-repeat: no-repeat;
}

/* CTA上のSNSボタンのスタイルを調整 */
.widget_custom_html .sns-bar .sns-icon {
  display: flex;
    justify-content: space-between;
    width: 100%;
    list-style-type: none;
}
.widget_custom_html .sns-bar .sns-icon li {
  width: 18.66%;
  display: block;
  text-align: center;
}
.widget_custom_html .sns-bar .sns-icon li a {
  display: block;
  height: 53px;
  line-height: 53px;
  color: #ffffff;
  border-radius: 4px;
}
.widget_custom_html .follow-text {
  display: none;
}
.widget_custom_html .sns-bar .sns-icon .twitter a {
  background-color: #1da1f2;
  font-size: 32px;
}
.widget_custom_html .sns-bar .sns-icon .share-line a {
  background-color: #00b900;
  background-image: url(../../images/line-logo.png);
    background-size: 44px;
    background-position: center;
}
.widget_custom_html .sns-bar .sns-icon .youtube a{
  background-color: #ff0000;
  background-image: url(../../images/youtube_social_circle_red.png);
    background-size: 56px;
    background-position: center;
}
.widget_custom_html .sns-bar .sns-icon .instagram a{
  background-color: #e1306c;
  font-size: 32px;
}
.widget_custom_html .sns-bar .sns-icon .mail a{
  background-color: #ec9f52;
  font-size: 24px;
}
.single .site-content .site-main .inserted_social_widget h3 {
  margin-bottom: 12px;
  padding-top: 38px;

}
.underpost-widget .sns-icon li .qr-code {
  width: calc( 100% - 32px );
  margin: 24px 16px 0;
  display: none;
}
.underpost-widget .sns-icon .item-line a .line-icon {
  display: none;
  margin: 0 auto;
  position: relative;
  top: 10px;
}

.underpost-widget .sns-icon .item-youtube a .youtube-icon {
  opacity: 0.4;
  width: 28px;
  margin: 0 auto;
  display: none;
  position: relative;
  top: 15px;
}
@media print {
  /* QRコードを表示 */
  .underpost-widget .sns-icon li .qr-code {
    display: block;
  }

  .underpost-widget .sns-icon .item-line a .line-icon {
    display: block;
  }
  /* 印刷したときのグレーのアイコンに対して */
  .underpost-widget .sns-icon .item-youtube a .youtube-icon {
    display: block;
  }
  .widget_xeory_banner_manager {
    display: none;
  }
  .entry-content p {
    font-size: 12px;
  }
}

/* style 17/12/2020 */
#toc_container{
  border: 2px solid #f1f1f3;
  padding: 24px 47px 34px;
}

#toc_container ul.toc_list{
  margin-top: 12px;
}

#toc_container >ul >li{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 22px;
}

#toc_container >ul >li:last-child{
  margin-bottom: 0;
}

#toc_container >ul >li >a{
  text-decoration: underline;
}

#toc_container ul.toc_list ul{
  margin-left: 30px;
  margin-top: 6px;
}

#toc_container ul.toc_list ul li{
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 6px;
}

#toc_container ul.toc_list ul li:last-child{
  margin-bottom: 0;
}

.entry-content h2{
  background: #869999;
  color:#ffffff;
  font-size: 26px;
  border:0;
  margin-bottom: 24px;
}

.entry-content h3{
  font-size: 18px;
  background: #f5f8f8;
  border-bottom:2px solid #acb5b5;
  border-left: 0;
  padding: 18px 32px 15px;
  margin-top: 55px;
  margin-bottom: 24px;
  line-height: 20px;
}

.entry-content h4{
  border-bottom:4px solid #acb5b5;
  font-size: 18px;
  padding-bottom: 6px;
  margin-bottom: 24px;
  margin-top: 37px;
}

.home .site-main section.footer-banner div{
  display: block;
  word-spacing: -6px;
  max-width: 1200px;
  margin: 0 auto;
}

.home .site-main section.footer-banner .banner{
  display: inline-block;
  vertical-align: top;
}

.home .site-main section.footer-banner .banner:nth-of-type(1),
.home .site-main section.footer-banner .banner:nth-of-type(2),
.home .site-main section.footer-banner .banner:nth-of-type(3){
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  margin-bottom: 26px;
}

.home .site-main section.footer-banner .banner:nth-of-type(3){
  margin-right: 0;
}


.home .site-main section.footer-banner .banner:nth-of-type(5),
.home .site-main section.footer-banner .banner:nth-of-type(4){
  width: calc((100% - 30px) / 2);
}

.home .site-main section.footer-banner .banner:nth-of-type(4){
  margin-right: 30px;
}

.single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix{
  padding-top: 31px;
  padding-bottom: 0;
}

.post-author-meta{
  margin-left: 0;
}

.post-author-img{
  float: right;
}

.single .site-content .site-main .post-author .clearfix .author,
.page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .author{
  padding-top: 22px;
  position: relative;
  font-size: 17px;
}

.single .site-content .site-main .post-author .clearfix .author a,
.page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .author a{
  color: #333333;
  font-weight: bold;
}

.single .site-content .site-main .post-author .clearfix .author:before,
.page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .author:before{
  content:'【この記事を書いたのは】';
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: -2px;
  left: -8px;
}

.page-writer-list .post-author-img,
.archive.author .post-author-img {
    float: left
}
.page-writer-list .site-content .site-main .post-author .clearfix .post-author-meta,
.archive.author .site-content .site-main .post-author .clearfix .post-author-meta {
  padding-left: 124px;
}

@media screen and (max-width: 767px){
  .page-writer-list .post-author-img,
  .archive.author .post-author-img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .page-writer-list .site-content .site-main .post-author .clearfix .post-author-meta,
  .archive.author .site-content .site-main .post-author .clearfix .post-author-meta {
    padding-left: 0;
  }
}

.single .site-content .site-main .post-author .clearfix .post-author-meta p,
.page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .post-author-meta p{
 font-size: 13px;
 line-height: 20px;
 color: #999999;
}

.single .site-content .site-main .link-author, .page .site-content .site-main .link-author{
  text-align: left;
  font-weight: bold;
  padding: 0 62px;
}
.single .site-content .site-main .link-author a, .page .site-content .site-main .link-author a{
  font-size: 15px;
}
.single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area{
  text-align: left;
  padding-top: 7px;
  padding-bottom: 0;
  margin-bottom: 7px;
}

.bzb-sns-btn > li.bzb-facebook iframe{
  margin-top: 4px;
}

.single .site-content .site-main .post-author .clearfix .post-author-meta,
.page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .post-author-meta{
  padding-right: 124px;
}

.xeory-spnav-wrap .sp-nav-inner .widget_search{
  background: #cbd9d9;
  padding:62px 16px 35px;
  margin: 0 !important;
  top:60px;
}
.xeory-spnav-wrap .sp-nav-inner .widget_search .screen-reader-text{
  display: block;
  position: absolute;
  top:-33px;
  font-size: 15px;
  font-weight:  700;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}

.xeory-spnav-wrap.active{
  background: #f5f9f9;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget{
  margin-bottom: 0;
}
.xeory-spnav-wrap .sp-nav-inner .widget_search .search-form input.search-field{
  padding: 8px 48px 8px 14px !important;
  font-weight: normal;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul{
  padding-top: 0;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a{
  font-weight: bold;
  padding:15px 15px 15px 30px;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:after{
  content: '\f054';
  font-size: 12px;
  font-weight: normal;
  padding-top: 4px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li.background-button >a{
  background: #424d4d;
  color:#fff;
  padding: 14px 15px 13px;
  font-size: 18px;
  pointer-events: none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li.background-button a:after{
  content:none;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul.sub-menu li a{
  background: #f5f9f9;
  color:#333;
}

.single .site-content .site-main article .entry-content .entry-info .post-author div.clearfix .post-author-meta,
.page .site-content .site-main article .entry-content .entry-info .post-author div.clearfix .post-author-meta{
  padding-right: 0;
}
.single .site-content .site-main .entry-info .post-author .clearfix .author:before,
.page .site-content .site-main .entry-info .post-author .clearfix .author:before{
  content: "【 著者情報 】";
  display: inline-block;
  position: relative;
  top:auto;
  bottom:auto;
  left: auto;
  right: auto;
}

.xeory-spnav-wrap .sp-nav-inner{
  padding-top: 196px;
}

.xeory-spnav-wrap .sp-nav-inner:before{
  content: 'MENU';
  position: absolute;
  top: 18px;
  left: 16px;
  font-size: 16px;
  color: #444;
}

.site-footer .footer-widget-area{
  text-align: center;
  max-width:  830px;
  margin-bottom: 34px;
}
.site-footer .footer-widget{
  text-align: left;
  display:  inline-block;
  vertical-align: top;
  overflow: hidden;
}

.site-footer .footer-widget:nth-of-type(1){
  padding-right:  50px;
  position: relative;
  padding-left: 140px;
}

.site-footer .footer-widget:nth-of-type(1):after{
  content: '';
  width: 1px;
  top: 4px;
  bottom: 8px;
  position: absolute;
  right: 0;
  background: #bfbfbf;
}

.site-footer .footer-widget:nth-of-type(2){
  padding-left:   50px;
}

.site-footer .widget_nav_menu, .site-footer #custom_html-2{
  width: 50%;
}

.site-footer .widget_nav_menu .container ul,
.site-footer #custom_html-2 .container ul{
  width:  100%;
}
.site-footer .widget_nav_menu .container ul li a,
.site-footer #custom_html-2 .container ul li a{
  margin:  0;
  line-height: 24px;
  padding: 0;
}


.site-footer .footer-widget:nth-of-type(1) .container h3:before{
  content:'\f07b';
  margin-right:  14px;
  font-family: FontAwesome;
}
.site-footer .footer-widget:nth-of-type(2){
  margin-right:   0;
}

.site-footer .footer-widget:nth-of-type(2) .container h3:before{
  content:'\f26c';
  margin-right:  14px;
  font-family: FontAwesome;
}

.site-footer .footer-logo{
  text-align: center;
  margin-bottom:  30px;
}

.site-footer .footer-logo img{
  height: 36px;
}

.site-footer .sns-bar .sns-icon{
  max-width:  324px;
}

.site-footer .sns-bar .sns-icon li a{
  width:  42px !important;
  height:   42px !important;
  -webkit-background-size:  42px auto;
       -o-background-size:  42px auto;
          background-size:  42px auto;
}

.site-footer .site-info{
  font-size: 11px;
}

.site-footer .sns-bar p{
  margin-bottom:10px
}

@media screen and (max-width: 991px){
  .site-footer .footer-widget:nth-of-type(1){
    padding-left: 0;
  }

  .site-footer .widget_nav_menu .container ul,
  .site-footer #custom_html-2 .container ul {
    word-spacing: -6px;
    display: block;
  }

  .site-footer .widget_nav_menu .container ul li,
  .site-footer #custom_html-2 .container ul li{
    width:50%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 840px){
  .site-footer .widget_nav_menu, .site-footer #custom_html-2{
    width: 100%;
    max-width: 550px;
    padding: 0 !important;
    margin-bottom: 32px;
  }

  .site-footer .footer-widget:nth-of-type(1):after{
    content:none;
  }

  .site-footer .footer-widget:nth-of-type(2){
    margin-bottom: 6px;
  }

  .site-footer .footer-logo img{
    height: 40px;
  }

  .site-footer .footer-logo{
    margin-bottom: 33px;
  }

  .site-footer .site-info{
    font-size: 10px;
  }

  .site-footer .sns-bar .sns-icon{
    max-width: 100%;
  }
  .site-footer .sns-bar .sns-icon li a{
    width: 46px !important;
    height: 46px !important;
    -webkit-background-size: 46px auto;
         -o-background-size: 46px auto;
            background-size: 46px auto;
  }
}

@media screen and (min-width: 768px){
  .home .site-main section.footer-banner .banner img.sp{
    display: none;
  }
}

@media screen and (max-width: 767px){
  .home .site-main section.footer-banner div{
    display: flex;
  }

  .home .site-main section.footer-banner .banner{
    width: 100% !important;
    max-width: 550px;
    margin: 0 auto 25px !important;
  }
  .home .site-main section.footer-banner .banner img.pc{
    display: none;
  }

  .home .site-main section.footer-banner .banner:nth-of-type(4){
    order:1;
  }

  .home .site-main section.footer-banner .banner:nth-of-type(3){
    order:2;
  }

  .home .site-main section.footer-banner .banner:nth-of-type(1){
    order:3;
  }

  .home .site-main section.footer-banner .banner:nth-of-type(2){
    order:4;
  }
  .home .site-main section.footer-banner .banner:nth-of-type(5){
    order:5;
  }

  .single .site-content .site-main .post-author .clearfix .author,
  .page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .author{
    font-size: 13px;
    font-weight: bold;
    padding-top:18px;
  }

  .single .site-content .site-main .post-author .clearfix .author:before,
  .page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .author:before{
    font-size: 12px;
    font-weight: bold;
  }

  .post-author-img{
    width: auto;
  }
  .single .site-content .site-main .post-author, .page .site-content .site-main .post-author{
    margin:0;
  }

  .single .site-content .site-main .post-author .clearfix .post-author-img .inner,
  .page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .post-author-img .inner{
    width: 66px;
    height: 66px;
  }

  .single .site-content .site-main .link-author, .page .site-content .site-main .link-author{
    padding: 0;
    font-size: 13px;
  }

  .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer{
    border:0;
    padding-left: 0;
    padding-right: 0;
  }
  .single .site-content .site-main .post-author .clearfix .post-author-meta, .page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .post-author-meta{
    padding-right: 80px;
  }

  .single .site-content .site-main .post-author .clearfix .post-author-meta p, .page:not(.page-writer-list) .site-content .site-main .post-author .clearfix .post-author-meta p{
    font-size: 12px;
    line-height: 18px;
  }

  .single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area{
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 550px){
  #toc_container{
    padding: 20px 16px 38px;
  }

  #toc_container ul.toc_list ul{
    margin-left: 16px;
    margin-top: 9px;
  }

  #toc_container ul.toc_list ul li{
    line-height: 17px;
  }

  .entry-content h2{
    font-size: 20px;
    line-height: 28px;
    padding: 12px;
    margin-bottom: 20px;
  }

  .entry-content h3{
    padding: 12px 16px;
  }

  .entry-content h4{
    margin-bottom: 14px;
    margin-top: 0;
  }

  .single .site-content .site-main .post-author, .page .site-content .site-main .post-author,
  .single .site-content .site-main .link-author, .page .site-content .site-main .link-author,
  .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer{
    padding-left: 12px;
    padding-right: 12px;
  }

  .site-footer .widget_nav_menu .container .footer-widget-title,
  .site-footer #custom_html-2 .container .footer-widget-title{
    background: #647575;
    color:#fff;
    padding: 11px 16px;
  }

  .site-footer .widget_nav_menu .container .footer-widget-title,
  .site-footer #custom_html-2 .container .footer-widget-title{
    margin-bottom: 16px;
  }

  .site-footer .widget_nav_menu .container ul li, .site-footer #custom_html-2 .container ul li{
    line-height: 26px;
    padding-right: 12px;
    position: relative;
    padding-left: 1em;
  }

  .site-footer .widget_nav_menu .container ul li:nth-of-type(2n), .site-footer #custom_html-2 .container ul li:nth-of-type(2n){
    padding-right: 0;
    /*padding-left: 12px;*/
  }

  .site-footer .widget_nav_menu .container ul li a, .site-footer #custom_html-2 .container ul li a{
    line-height: inherit;
    font-size:  13px;
  }

  .site-footer .sns-bar{
    margin-bottom: 44px;
  }
}


@media screen and (max-width: 37px){
  .home .site-main section.footer-banner .banner{
    max-width: 360px;
  }
}

.xeory-subloop-meta {
  display: none;
}

#secondary .rss_sec_title p {
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding-top: 8px;
}

.wp-caption {
  margin-bottom: 1.6em;
}

.bfb-common-cta {
  z-index: 10;
}

.post-cta .cta-inner-wrap .image-box img.pc-only{
  display: block;
}
.post-cta .cta-inner-wrap .image-box img.sp-only,
.post-cta-20076 .cta-inner-wrap .image-box img.pc-only{
  display: none;
}
@media screen and (max-width: 550px) {

  .home .site-main section.feature-posts article .entry-content .entry-title,
  .home .site-main section.feature-posts .article-list:first-of-type article .entry-content .entry-title{
    font-size: 15px;
  }

  .home .site-main section.feature-posts{
    padding-top: 26px;
    padding-bottom: 20px;
  }

  .home .site-main section.feature-posts .sec-title{
    margin-bottom: 18px;
  }

  .home .site-main section.feature-posts .article-list{
    margin-bottom: 7px;
  }

  .home .site-main section.new-post{
    padding-top: 26px;
  }

  .home .site-main section.new-post .sec-title,
  .home .site-main section.recommend-posts .sec-title,
  .home .site-main section.feature-posts .sec-title{
    margin-bottom:  18px;
  }

  .home .site-main section.new-post article,
  .home .site-main section.recommend-posts .recommend-wrap .article-list article{
    margin-bottom:  16px;
  }

  .post-cta .cta-inner-wrap .image-box{
    padding: 10px;
  }

  .post-cta .cta-inner-wrap .image-box img{
    max-width:  150px;
  }
  .post-cta .cta-inner-wrap .image-box img.sp-only{
    display: block;
  }
  .post-cta .cta-inner-wrap .image-box img.pc-only{
    display: none;
  }
  .post-cta .post-cta-footer .post-cta-btn a[target="_blank"]:after {
    content: "\f138";
    font-family: FontAwesome;
    font-size:  18px;
    color: #fff;
    margin-left: 11px;
  }

  .post-cta .post-cta-footer .post-cta-btn > a{
    font-size:  15px;
    font-weight:  bold;
    padding:9px 9px 8px 4px;
  }
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item,
.page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item{
  word-spacing: -6px;
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item *,
.page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item *{
  word-spacing: 0;
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image,
.page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image{
  width:  72px;
}

.single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content,
.page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content{
    max-width: calc(100% - 91px);
    margin-left: 19px;
}

.wp-caption-text{
  line-height:  18px;
  padding:16px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image,
  .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-image{
    width:  70px;
  }

  .single .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content,
  .page .site-content .site-main .widget_xeory_related_posts .widget-content .xeory-subloop-item .xeory-subloop-content{
      max-width: calc(100% - 75px);
      margin-left:  19px;
  }

  .home .site-main section.recommend-posts .recommend-wrap .article-list article .entry-content{
    margin-left:  12px;
  }
}

.iframe-wrap,
.single #content .site-main article .entry-content [class^="xcd-attention"],
.single #content .site-main article .entry-content div[class^="xcd-h2"] {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 550px) {
  .iframe-wrap,
  .single #content .site-main article .entry-content [class^="xcd-attention"],
  .single #content .site-main article .entry-content div[class^="xcd-h2"]{
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 551px) {
  .gmap iframe, p.gmap iframe, .youtube-video-wrap iframe {
    right: 0;
    width: calc( 100% - 40px )!important;
    margin: auto;
  }
}

@media screen and (min-width: 551px) {
	.wp-caption,
  .youtube-video-wrap{
	  margin-left: 20px;
	  margin-right: 20px;
	  max-width: calc(100% - 40px);
	}
}

@media screen and (max-width: 550px) {
  .post-cta .cta-inner-wrap .image-box:before {
    content: none;
  }
  .post-cta .cta-inner-wrap .image-box {
    padding: 0;
  }
  .post-cta .image-box a,
  .post-cta .post-cta-body .post-cta-body-inner .image-box p {
    position: static;
  }
  .post-cta .cta-inner-wrap .image-box img {
    height: auto;
    max-width: initial;
    width: 100%;
    display: block;
  }
}

.site-footer .widget_nav_menu .container ul, .site-footer #custom_html-2 .container ul {
	min-height: 119px;
}

#toc_container >ul >li >a {
	font-weight: 700;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}

/* モデルルームを観に行こうのCTA */
.post-cta-25042,
.post-cta-35259 {
    background-position: right;
}
@media screen and (min-width: 1201px){
  .post-cta-25042,
  .post-cta-35259 {
      height: 248px;
  }
}

/* 高知県のCTA */
.post-cta-21146 .image-box {
    background-position: center;
    max-height: 300px;
}

/* あなたの街のいいところCTA */
.post-cta-20076 {
	height: auto;
}

.post-cta-20076 .image-box {
	background-position: center;
}

/* メルマガCTA */
.post-cta-5731 .image-box {
	background-position: center right -80px;
}
.post-cta .post-cta-header .post-cta-title {
	font-size: 21px;
}

@media screen and (max-width: 550px){
	.post-cta-20076 .cta-inner-wrap .image-box {
		background-image: url("https://journal.anabuki-style.com/wp-content/uploads/2020/12/machi-style-sp.png")!important;
		background-size: 100%;
	}
	.post-cta-20076 .cta-inner-wrap .image-box:before {
		padding-top: 32.29%;
	}
	.post-cta-20076 .cta-inner-wrap .image-box {
		padding: 0;
	}
}

p > .iframe-wrap {
  margin: 0;
}

.fixpage-banner {
  text-align: center;
}


@media screen and (max-width: 550px){
  .page-aj-in-video .site-content .site-main article .entry-header h1 {
    width: 100%;
    margin-bottom: 1em;
  }
  .site-footer .widget_nav_menu .container ul, .site-footer #custom_html-2 .container ul {
    min-height: initial;
  }
  _:-ms-lang(x)::-ms-backdrop, .site-footer .widget_nav_menu .container ul, .site-footer #custom_html-2 .container ul {
    min-height: auto;
  }
}

/*aboutページ*/
.about_sub_title{
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
.page-id-77 .sp{
  display: none;
}

.page-id-77 .entry-content ul{
  padding-left: 2em;
}
.page-id-77 .entry-content ol.about_ol{
  margin-bottom: 0;
}
.right{
  text-align: right;
  padding-bottom: 80px;
}
@media screen and (max-width: 550px){
  .page-id-77 .sp{
    display: block;
  }
  .page-id-77 .pc{
    display: none;
  }
  .page-id-77 .entry-content ul{
    padding-left: 20px;
  }
}
