@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&display=swap");
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');
@import url(slick.css);
@import url(slick-theme.css);
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
/* =========================================================
 Base style
========================================================= */
body {
  background: #fff;
  word-break: break-all;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }
}

a {
  color: #ef4455;
  transition: all ease-in-out .3s;
}
a:hover {
  color: #ef4455;
}

.single .entry-content a {
  text-decoration: underline;
}

.site-title a {
  font-weight: bold;
}

/* main layout
--------------------------------------------------------- */
.site {
  position: relative;
}

.container {
  max-width: 1040px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  .container {
    margin: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin: 0 16px;
  }
}

@media screen and (max-width: 991px) {
  .site-content {
    padding: 16px 0 0;
  }
}

.archive .site-content, .search .site-content, .page-post-list .site-content {
  padding: 24px 0 0;
}

/*------ TOC ------*/
#toc_container {
  margin: 0 0 40px 0;
  padding: 32px;
  width: 100% !important;
}
.entry-content #toc_container a {
  color: #ed4e5e;
}
@media screen and (max-width: 550px) {
  #toc_container {
    padding: 16px;
  }
}

.toc_number {
  display: none;
}

.toc_list li:before {
  content: none !important;
}

/*------ bzb-sns ------*/
#___plusone_0, #___plusone_1 {
  width: 63px !important;
}

/*------ header-snsボタン ------*/
#header-sns {
  display: none;
}

/*------ 記事下twitterウィジェット ------*/
.xeory-social-twitter {
  width: auto;
  display: block;
  text-align: center;
}

/*------ 記事下SNSボタン ------*/
@media screen and (max-width: 767px) {
  .xeory-social-btns > ul > li {
    width: 50% !important;
    padding: 0 !important;
  }
  .xeory-social-btns > ul > li:nth-child(1) > a {
    margin: 0 10px 10px 0;
  }
  .xeory-social-btns > ul > li:nth-child(2) > a {
    margin: 0 0 10px 0;
  }
  .xeory-social-btns > ul > li:nth-child(3) > a {
    margin: 0 10px 0 0;
  }
  .xeory-social-btns > ul > li:nth-child(4) > a {
    margin: 0;
  }
}

/*------ サイドバーSNSボタン ------*/
#secondary .sns-list {
  text-align: center;
  margin: 36px 0 0 0;
}
#secondary .sns-list li {
  border: 0;
  display: inline-block;
  font-size: 18px;
  padding: 0 7px;
}
#secondary .sns-list li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-left: 0;
  border-radius: 100%;
}
#secondary .sns-list li a:hover {
  background: #fff;
}
#secondary .sns-list .post-sns-facebook a {
  border: 2px solid #3b5998;
  background: #3b5998;
}
#secondary .sns-list .post-sns-facebook a:hover {
  border: 2px solid #3b5998;
  color: #3b5998;
}
#secondary .sns-list .post-sns-twitter a {
  border: 2px solid #43ccf7;
  background: #43ccf7;
}
#secondary .sns-list .post-sns-twitter a:hover {
  border: 2px solid #43ccf7;
  color: #43ccf7;
}
#secondary .sns-list .post-sns-google a {
  border: 2px solid #d23f2d;
  background: #d23f2d;
}
#secondary .sns-list .post-sns-google a:hover {
  border: 2px solid #d23f2d;
  color: #d23f2d;
}
#secondary .sns-list .post-sns-feedly a {
  border: 2px solid #87c031;
  background: #87c031;
}
#secondary .sns-list .post-sns-feedly a:hover {
  border: 2px solid #87c031;
  color: #87c031;
}

/*------ 404ページの検索フォーム ------*/
.no-results .search-form {
  margin-bottom: 40px;
}

/*------ pagetop ------*/
.pagetop {
  z-index: 100;
}

/*------ sp-navボタン ------*/
.sp-nav-btn {
  position: absolute;
  top: -18px;
  right: 14px;
  overflow: auto;
}
.sp-nav-btn:before {
  display: block;
  font-size: 32px;
  text-align: center;
}
.sp-nav-btn:after {
  content: "MENU";
  font-size: 10px;
  display: block;
  margin: -12px auto 0 auto;
  text-align: center;
}

/*------ sp-nav ------*/
.sp-nav.active {
  display: block;
  z-index: 200;
}

.archive .site-content, .search .site-content, .error404 .site-content, .original-category .site-content, .page-post-list .site-content {
  padding: 20px 0 190px;
}
.archive .site-main, .search .site-main, .error404 .site-main, .original-category .site-main, .page-post-list .site-main {
  padding-right: 370px;
}
@media screen and (max-width: 991px) {
  .archive .site-main, .search .site-main, .error404 .site-main, .original-category .site-main, .page-post-list .site-main {
    padding: 0;
  }
}
.archive .entry-content, .search .entry-content, .error404 .entry-content, .original-category .entry-content, .page-post-list .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, .page-post-list .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, .page-post-list .entry-content {
    padding: 24px 16px;
  }
}
.archive h2:before, .search h2:before, .error404 h2:before, .original-category h2:before, .page-post-list h2:before {
  display: none;
}
.archive .more a:hover, .search .more a:hover, .error404 .more a:hover, .original-category .more a:hover, .page-post-list .more a:hover {
  background: #ED4E5E !important;
  opacity: 0.8;
}

.post-type-archive-case .cat {
  display: none !important;
}

.comments-area {
  background: #fff;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .comments-area {
    padding: 0 16px 40px;
  }
}
.comments-area .comments-header .comments-title {
  padding-bottom: 12px;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-decoration: underline;
  line-height: 72px;
}
@media screen and (max-width: 767px) {
  .comments-area .comments-header .comments-title {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 8px;
  }
}
.comments-area .comments-header .comments-title:before {
  display: none;
}
.comments-area .comments-text {
  display: none;
}
.comments-area .comment-list li {
  border-bottom: 0;
  margin-bottom: 30px;
}
.comments-area .comment-list li .comment-body {
  margin: 0 0 38px 0;
}
.comments-area .comment-list li .comment-body .comment-author {
  margin-bottom: 10px;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-image {
  margin-right: 20px;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content {
  margin-bottom: 0;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .fn {
  color: #333;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .fn a {
  color: #333;
  font-weight: bold;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta {
  line-height: 1;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta a {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}
.comments-area .comment-list li .comment-body .comment-content {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list li .comment-body .comment-content {
    font-size: 14px;
    line-height: 22px;
  }
}
.comments-area .children {
  border: 1px solid #d3d5d6;
  background-color: #fafafa;
  margin-left: 0;
  padding: 34px 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .comments-area .children {
    padding: 30px 24px;
  }
}
.comments-area .children .comment-body {
  margin-bottom: 0 !important;
}
.comments-area .children .comment-body .comment-author-image {
  padding-top: 2px;
}
.comments-area .children li {
  margin-bottom: 40px;
}
.comments-area .children li:last-child {
  margin-bottom: 0;
}
.comments-area .comment-author-image img {
  border-radius: 50%;
}
.comments-area .reply {
  font-size: 14px;
  margin-bottom: 0;
}
.comments-area .reply a {
  color: #ef4455;
}
.comments-area .reply a:before {
  content: '';
}
.comments-area .reply a:hover {
  text-decoration: underline;
}
.comments-area .comment-form .submit {
  border: 0;
  background: #ef4455;
}
.comments-area .comment-form .submit:hover {
  background-color: #246b3b;
}
.comments-area .comment-respond {
  margin: 0;
  padding: 0;
}

.post-cta {
  margin: 118px 0 80px 0;
  border: 3px solid #dedede;
  background: #ffffff url(../../images/cta-bg01.png) no-repeat center bottom;
  -webkit-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .post-cta {
    background: #ffffff url(../../images/cta-bg01.png) no-repeat center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 670px) {
  .post-cta {
    background: #ffffff url(../../images/cta-bg01.png) no-repeat center bottom;
    -webkit-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
}
.post-cta:before {
  background: url(../../images/cta-bg02.png) no-repeat center bottom;
  position: absolute;
  top: -170px;
  right: 0;
  content: '';
  width: 412px;
  height: 212px;
}
@media screen and (max-width: 767px) {
  .post-cta {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0;
    margin-top: 102px;
  }
}
.post-cta .post-cta-header {
  background-color: #ef4455;
  color: #fff;
  padding: 26px;
  border: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-header {
    padding: 20px;
  }
}
.post-cta .post-cta-header .post-cta-title {
  font-size: 28px;
  line-height: 42px;
  font-weight: normal;
  margin: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.post-cta .post-cta-body {
  border: 0;
}
.post-cta .post-cta-body .post-cta-body-inner {
  padding: 48px ​40px;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 24px 16px;
  }
}
.post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
  margin-bottom: 24px;
}
.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-content {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-content {
    font-size: 15px;
  }
}
.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: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-content p {
    font-size: 15px;
  }
}
.post-cta .post-cta-content ul:last-child, .post-cta .post-cta-content p:last-child {
  margin-bottom: 0;
}
.post-cta .post-cta-footer {
  padding-bottom: 57px;
}
.post-cta .post-cta-footer .post-cta-btn a {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  border-radius: 23px;
  background-color: #ef4455;
  width: 263px;
  font-size: 15px;
  padding: 12px;
}
.post-cta .post-cta-footer .post-cta-btn a:after {
  display: none;
}
.post-cta .post-cta-footer .post-cta-btn a:hover {
  color: #fff;
  opacity: 0.8;
}

.entry-content p {
  margin-bottom: 2em;
  color: #525252;
  font-size: 14px;
  line-height: 32px;
}
@media screen and (max-width: 550px) {
  .entry-content p {
    font-size: 15px;
  }
}
.entry-content a {
  color: #4354F0;
}
.entry-content h2 {
  margin: 28px 0;
  padding: 14px 32px 20px;
  border-bottom: 0;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
  background-color: #ed4e5e;
  font-size: 24px;
  line-height: 36px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: relative;
}
.entry-content h2:before {
  position: absolute;
  bottom: -11px;
  left: 39px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10.5px 0 10.5px;
  border-color: #ed4e5e transparent transparent transparent;
}
@media screen and (max-width: 550px) {
  .entry-content h2:before {
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  .entry-content h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 80px -16px 26px;
    padding: 14px 14px 18px;
  }
}
.entry-content h3 {
  padding: 13px 32px;
  border: 0;
  position: relative;
  border-radius: 10px;
  background-color: #efefef;
  font-size: 20px;
  line-height: 28px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin: 22px 0;
}
@media screen and (max-width: 550px) {
  .entry-content h3 {
    margin: 38px 0 16px;
    padding: 16px 13px 12px;
    font-size: 20px;
    line-height: 34px;
  }
}
.entry-content h4 {
  margin: 37px 0 9px;
  padding-left: 25px;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.entry-content h4:before {
  position: absolute;
  top: 3px;
  left: 4px;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #33aaee;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 550px) {
  .entry-content h4 {
    font-size: 18px;
    margin: 30px 0 12px;
  }
}
.entry-content h5 {
  margin: 0 0 12px;
  font-size: 16px;
  position: relative;
  color: #333333;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media screen and (max-width: 550px) {
  .entry-content h5 {
    font-size: 16px;
  }
}
.entry-content h6 {
  color: #333333;
  margin: 0 0 8px;
  font-size: 15px;
}
@media screen and (max-width: 550px) {
  .entry-content h6 {
    font-size: 14px;
  }
}
.entry-content ul {
  margin-bottom: 2em;
}
.entry-content ul li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entry-content ul li {
    font-size: 15px;
  }
}
.entry-content ul li ul {
  margin-bottom: 0;
}
.entry-content ul li ul li {
  list-style: disc;
}
.entry-content ol {
  margin-bottom: 2em;
  padding-left: 32px;
}
.entry-content ol li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entry-content ol li {
    font-size: 15px;
  }
}
.entry-content dl {
  margin-bottom: 2em;
}
.entry-content dl dt {
  display: inline-block;
  margin: 0 0 1em;
  padding: 6px 12px;
  border-radius: 10px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.entry-content dl dd {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entry-content dl dd {
    font-size: 15px;
  }
}
.entry-content table {
  width: 100% !important;
  margin-bottom: 40px;
}
.entry-content table th, .entry-content table td {
  font-size: 14px;
  line-height: 22px;
}
.entry-content table th {
  color: #fff;
  background-color: #ff88cc;
}
.entry-content table p {
  margin-bottom: 1em;
}
.entry-content blockquote {
  margin-bottom: 40px;
  padding: 30px 36px 30px 73px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 0;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 30px 24px 32px;
  }
}
.entry-content blockquote:before {
  color: #fff;
  font-size: 18px;
  top: 22px;
  left: -18px;
  width: 38px;
  height: 38px;
  text-align: center;
  background-color: #ec6a06;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote:before {
    top: -20px;
    left: 0;
    margin: auto;
    right: 0;
  }
}
.entry-content .attention {
  padding: 36px 50px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .entry-content .attention {
    padding: 28px;
  }
}
.entry-content .a-1 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-1 {
    font-size: 15px;
  }
}
.entry-content .a-2 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-2 {
    font-size: 15px;
  }
}
.entry-content .a-3 {
  font-size: 14px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-3 {
    padding: 40px 24px;
  }
}
.entry-content .a-3 .attention-title {
  font-weight: normal;
  color: #ed4e5e;
  padding-top: 6px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-3 .attention-title {
    padding: 0;
    margin: 0 0 12px 0;
  }
}
.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: 40px !important;
  text-align: center;
  padding: 0;
}
.entry-content .link-button-green a,
.entry-content .link-button-orange a {
  display: inline-block;
  width: 263px;
  padding: 12px 0 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  border: 0;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  border-radius: 23px;
  background-color: #ef4455;
}
@media screen and (max-width: 550px) {
  .entry-content .link-button-green a,
  .entry-content .link-button-orange a {
    width: 100%;
    max-width: 320px;
  }
}
.entry-content .link-button-green a i,
.entry-content .link-button-orange a i {
  display: none;
}
.entry-content .link-button-green a:before,
.entry-content .link-button-orange a:before {
  display: none;
}
.entry-content .link-button-green:hover a,
.entry-content .link-button-orange:hover a {
  opacity: 0.8;
  text-decoration: none !important;
}
.entry-content .link-button-green {
  margin: 44px 0 30px 0 !important;
}
.entry-content .link-button-orange a {
  background-color: #4bb767;
}

p.sec-imgs img {
  width: 100%;
}
p.sec-imgs.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  p.sec-imgs.pc {
    display: none;
  }
}
p.sec-imgs.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  p.sec-imgs.sp {
    display: block;
  }
}

.site-footer {
  background: #000;
  color: #FFF;
}
.site-footer .container {
  max-width: 670px;
  margin: auto;
}
.site-footer .footer01 {
  background: #FFF;
  padding: 40px 0 0 0;
}
.site-footer .ft-logo {
  margin: 0 auto 31px;
  text-align: center;
  padding: 0 20px;
}
.site-footer .ul-chplay {
  text-align: center;
  margin-bottom: 60px;
}
.site-footer .ul-chplay li {
  display: inline-block;
  list-style-type: none;
  margin: 0 10px;
}
@media screen and (max-width: 330px) {
  .site-footer .ul-chplay li {
    margin: 0;
  }
}
.site-footer .footer-widget {
  background: none;
}
.site-footer #nav_menu-8,
.site-footer #nav_menu-7 {
  width: 100%;
  float: inherit;
  clear: both;
  text-align: center;
}
.site-footer #nav_menu-8 .container,
.site-footer #nav_menu-7 .container {
  padding: 38px 0 0 0;
}
.site-footer #nav_menu-8 .container ul li,
.site-footer #nav_menu-7 .container ul li {
  display: inline-block;
  width: auto;
  float: inherit;
}
.site-footer #nav_menu-8 .container ul li:before,
.site-footer #nav_menu-7 .container ul li:before {
  display: none;
}
.site-footer #nav_menu-8 .container ul li a,
.site-footer #nav_menu-7 .container ul li a {
  font-size: 14px;
  padding-bottom: 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .site-footer #nav_menu-2 .container {
    padding-top: 0;
  }
  .site-footer #nav_menu-2 .container .menu {
    margin: 0 -20px;
  }
}
.site-footer .widget_social_widget {
  width: 100%;
  float: inherit;
  text-align: center;
  border: 0;
}
.site-footer .widget_social_widget .xeory-social-twitter {
  display: none;
}
.site-footer .widget_social_widget .container {
  padding: 8px 0 0 0;
}
.site-footer .widget_social_widget .container h3 {
  display: none;
}
.site-footer .widget_social_widget .container .xeory-social-btns ul li {
  width: 44px !important;
  height: 44px;
  margin: 0 10px;
}
.site-footer .widget_social_widget .container .xeory-social-btns ul li a {
  display: block;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  border-radius: 10px;
}
.site-footer .widget_social_widget .container .xeory-social-btns ul li a span {
  display: none;
}
.site-footer .widget_social_widget .container .xeory-social-btns ul li a:before {
  margin: 0;
}
.site-footer .widget_social_widget .container .xeory-social-btns ul li:last-child a {
  background: #E02173;
  color: #fff;
  font-size: 20px;
}
.site-footer .widget_social_widget .container .xeory-social-btns ul li:last-child a:before {
  content: "\f16d";
}
@media screen and (max-width: 767px) {
  .site-footer #footer-widget .container {
    margin: 0;
  }
}
.site-footer .widget_nav_menu {
  width: 100%;
  border: 0;
  text-align: center;
}
.site-footer .widget_nav_menu .container {
  padding: 54px 0 0 0;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container {
    padding: 20px 0;
  }
}
.site-footer .widget_nav_menu .container h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container h3 {
    text-align: center;
  }
}
.site-footer .widget_nav_menu .container ul {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 425px) {
  .site-footer .widget_nav_menu .container ul {
    text-align: left;
  }
}
.site-footer .widget_nav_menu .container ul li {
  line-height: 1.0;
  padding: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container ul li {
    width: 49%;
    float: left;
  }
}
.site-footer .widget_nav_menu .container ul li:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 20px;
  width: 1px;
  background: #4b4b4b;
}
.site-footer .widget_nav_menu .container ul li a {
  color: #fff;
  font-size: 14px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 0 18px 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container ul li a {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #4b4b4b;
    text-align: center;
  }
}
.site-footer .widget_nav_menu .container ul li a:hover {
  color: #ef4455;
}
.site-footer .widget_nav_menu .container ul li .sub-menu {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container ul li .sub-menu {
    display: none !important;
  }
}
.site-footer .widget_nav_menu .container ul li .sub-menu li {
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container ul li .sub-menu li {
    width: 100%;
  }
}
.site-footer .widget_nav_menu .container ul li .sub-menu li:before {
  display: none;
}
.site-footer .widget_nav_menu .container ul li .sub-menu li a {
  text-align: left;
  font-size: 12px;
  padding-bottom: 12px;
}
.site-footer .site-info {
  background: #000;
  text-align: center;
  border: 0;
}
.site-footer .site-info .container {
  padding: 1em;
}
.site-footer .site-info .container p {
  color: #fff;
}
.site-footer .site-info .container span {
  margin: 0 4px;
  color: #fff;
}

.site-header {
  border: 0;
}
@media screen and (max-width: 991px) {
  .site-header {
    position: relative;
    border-bottom: 1px solid #eaeaea;
  }
}
.site-header .site-branding .container {
  max-width: 1320px;
  padding: 8px 0 21px;
  position: relative;
}
@media screen and (max-width: 1320px) {
  .site-header .site-branding .container {
    margin: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-branding .container {
    padding: 16px 0 14px;
  }
}
.site-header .site-branding .container .site-title {
  max-width: 391px;
}
@media screen and (max-width: 991px) {
  .site-header .site-branding .container .site-title {
    max-width: 235px;
  }
}
.site-header .site-branding .container .ul-chplay {
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .site-header .site-branding .container .ul-chplay {
    display: none;
  }
}
.site-header .site-branding .container .ul-chplay li {
  list-style-type: none;
  float: left;
  margin-left: 24px;
}

.menu-header-nav-container {
  border: 0 !important;
}

.main-navigation {
  background: #fff;
  border: 0;
  border-top: 1px solid #eaeaea;
}
.main-navigation .primary-menu {
  margin: 0;
  text-align: center;
}
.main-navigation .primary-menu li {
  padding: 0;
  position: relative;
}
.main-navigation .primary-menu li:before {
  display: none;
}
.main-navigation .primary-menu li:after {
  content: '';
  background-color: #eaeaea;
  position: absolute;
  top: 8px;
  right: 0;
  height: 24px;
  width: 1px;
  left: inherit;
  margin: inherit;
}
.main-navigation .primary-menu li a {
  padding: 9px 25px;
  color: #555555;
  font-size: 14px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: relative;
}
.main-navigation .primary-menu li a:before {
  width: 64px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  background-color: #e60012;
  left: 0;
  margin: auto;
  display: none;
}
.main-navigation .primary-menu li a:hover {
  background: #fff;
}
.main-navigation .primary-menu li a:hover:before {
  display: block;
}
.main-navigation .primary-menu li ul li:after {
  display: none;
}
.main-navigation .primary-menu li ul li a {
  background: #FFF;
}
.main-navigation .primary-menu li ul li a:before {
  display: none;
}
.main-navigation .primary-menu li ul li a:hover:before {
  display: block;
}
.main-navigation .primary-menu .current-menu-item, .main-navigation .primary-menu .current-menu-parent {
  background: #fff;
}
.main-navigation .primary-menu .current-menu-item a:before, .main-navigation .primary-menu .current-menu-parent a:before {
  display: block;
}
.main-navigation .primary-menu .current-menu-item ul li:after, .main-navigation .primary-menu .current-menu-parent ul li:after {
  display: none;
}
.main-navigation .primary-menu .current-menu-item ul li a, .main-navigation .primary-menu .current-menu-parent ul li a {
  background: #FFF;
}
.main-navigation .primary-menu .current-menu-item ul li a:before, .main-navigation .primary-menu .current-menu-parent ul li a:before {
  display: none;
}

/* SP nav btn
---------------------------------------------------------- */
.sp-nav-btn {
  display: none;
}

.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
}
.xeory-sp-nav-btn:before {
  content: '≡';
  color: #000;
  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: -10px;
  right: 7px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.sp-nav-inner .xeory-spnav-btn-close:after {
  content: '×';
  font-size: 48px;
  color: #000000;
  cursor: pointer;
}
.sp-nav-inner .widget_search {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  background: #f9f9f9;
  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;
  background: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget {
  margin-bottom: 16px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget h3 {
  background: none;
  padding: 20px 16px;
  color: #444;
  font-size: 22px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div {
  border-top: 2px solid #bebebe;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul {
  list-style: none;
  padding-top: 0;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a {
  display: block;
  font-weight: bold;
  color: #525252;
  padding: 14px 32px;
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #323232;
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
  font-size: 24px;
  font-weight: bold;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:hover {
  background: #ed4e5e;
  color: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:hover:after {
  color: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li ul li a {
  padding-left: 45px;
}
.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-color: #ed4e5e;
  color: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item a:after, .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent a:after {
  color: #fff;
}

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: 24px 0;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.xeory-spnav-wrap.active .sp-logo {
  max-width: 235px;
  margin: 0 auto 23px;
}
.xeory-spnav-wrap.active .search-wrap {
  margin: 0 10px;
}
.xeory-spnav-wrap.active .search-wrap .search-form {
  margin-bottom: 20px;
  border: 3px solid #dedede;
  border-radius: 0;
}
.xeory-spnav-wrap.active .search-wrap .search-form input[type=submit] {
  background: none;
  font-family: FontAwesome;
  border: 0;
  color: #ed4e5e;
  font-size: 20px;
}
.xeory-spnav-wrap.active input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
.xeory-spnav-wrap.active input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.xeory-spnav-wrap.active input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.xeory-spnav-wrap.active input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.xeory-spnav-wrap.active input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
.xeory-spnav-wrap.active input::-moz-selection {
  /* Firefox 19+ */
  color: #ccc;
}
.xeory-spnav-wrap.active input:-ms-input-selection {
  /* IE 10+ */
  color: #ccc;
}
.xeory-spnav-wrap.active input:-moz-selection {
  /* Firefox 18- */
  color: #ccc;
}
.xeory-spnav-wrap.active .menu-header_nav-container {
  border: 0 !important;
}
.xeory-spnav-wrap.active .ul-chplay {
  text-align: center;
}
.xeory-spnav-wrap.active .ul-chplay li {
  display: inline-block;
  margin: 0 10px;
}
.xeory-spnav-wrap.active .sp-logo-ft {
  margin: auto;
  text-align: center;
  padding: 32px 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pagination .current {
  background: #ef4455;
}
.pagination a {
  background: #e7e7e7;
}
.pagination a:hover {
  background: #ef4455;
}

.pagetop {
  z-index: 10;
}

.pagetop-inner {
  line-height: 44px;
}
@media screen and (max-width: 991px) {
  .pagetop-inner {
    line-height: 33px;
  }
}

.wpcf7-submit {
  width: 60%;
  background: #ef4455 !important;
}
.wpcf7-submit:hover {
  background: #2196F3 !important;
}
@media screen and (max-width: 550px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.search-form {
  margin-bottom: 40px;
  height: 39px;
}
.search-form input.search-field {
  padding: 8px 48px 8px 8px !important;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
}
.search-form input[type=submit] {
  width: 40px;
  padding: 0;
  background: #ef4455;
  font-family: FontAwesome;
}
.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #797979;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
}
.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #797979;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
}
.search-form input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #797979;
}
.search-form input::-moz-selection {
  /* Firefox 19+ */
  color: #797979;
}
.search-form input:-ms-input-selection {
  /* IE 10+ */
  color: #797979;
}
.search-form input:-moz-selection {
  /* Firefox 18- */
  color: #797979;
}

.single .xeory-social-btns ul li a:before {
  font-size: 18px;
  margin-right: 8px;
}

.xeory-social-btns > ul > li.item-facebook a:before {
  content: "\f09a";
}

.xeory-breadcrumbs-list {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .xeory-breadcrumbs-list {
    margin-bottom: 34px;
  }
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:before {
  display: none;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
  color: #ef4455;
}
@media screen and (max-width: 767px) {
  .xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
    margin: 0;
  }
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item a span {
  font-size: 12px;
  color: #ef4455;
}
@media screen and (max-width: 767px) {
  .xeory-breadcrumbs-list .xeory-breadcrumbs-item a span {
    font-size: 11px;
  }
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item a:hover span {
  color: #ef4455;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child a:hover {
  color: #ef4455;
  text-decoration: underline;
}

.xeory-breadcrumbs-item-current:before {
  content: '';
}

.page-header {
  padding: 16px;
  font-size: 24px;
  background: #fff;
  margin: 0 0 30px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
}
@media screen and (max-width: 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;
}

.bzb-facebook {
  max-width: 120px;
  margin: 0 0 0 -14px !important;
}

.bzb-pocket {
  max-width: 100px;
}

.bzb-twitter {
  width: 95px;
}

.ul-chplay li {
  transition: all ease-in-out .3s;
}
.ul-chplay li a {
  transition: all ease-in-out .3s;
}
.ul-chplay li a:hover {
  opacity: 0.8;
}

.site-main article {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 16px;
}
.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: #ef4455;
}
.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;
}
@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;
  }
}
.site-main article .entry-content .entry-title a {
  color: #383838;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-title a {
    font-size: 20px;
  }
}
.site-main article .entry-content .entry-title a:hover {
  color: #ef4455;
}
.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: #ef4455;
}
.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: #2196F3;
}
.site-main article .entry-content .entry-meta .more a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  padding-right: 5px;
}

.home .container {
  max-width: 960px;
}
@media screen and (max-width: 1040px) {
  .home .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .home .container {
    max-width: 960px;
    margin: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .home .container {
    margin: 0 16px;
  }
}
.home .first-view {
  max-width: calc(100% - 120px);
  margin: auto;
  background: url(../../images/header-bg01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  position: relative;
  padding: 117px 0 0 0;
  min-height: 480px;
}
@media screen and (max-width: 1300px) {
  .home .first-view {
    overflow-x: clip;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  .home .first-view {
    max-width: calc(100% - 32px);
    background: url(../../images/header-bg01-sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .home .first-view {
    min-height: 360px;
    padding-top: 100px;
    overflow-x: inherit;
  }
}
.home .first-view:before {
  position: absolute;
  bottom: -48px;
  left: calc(50% - 620px);
  content: "";
  background: url(../../images/header-deco01.png) no-repeat center center;
  width: 228px;
  height: 319px;
}
@media screen and (max-width: 1450px) {
  .home .first-view:before {
    left: calc(50% - 630px);/* -150px  */
  }
}
@media screen and (max-width: 1300px) {
  .home .first-view:before {
    left: calc(50% - 500px);
  }
}
@media screen and (max-width: 768px) {
  .home .first-view:before {
    left: -41px;
    width: 100px;
    height: 140px;
    top: 6px;
    background: url(../../images/header-deco01-sp.png) no-repeat center center;
  }
}
.home .first-view:after {
  position: absolute;
  bottom: -38px;
  right: calc(50% - 728px);
  content: "";
  background: url(../../images/header-deco02.png) no-repeat center center;
  width: 401px;
  height: 332px;
}
@media screen and (max-width: 1450px) {
  .home .first-view:after {
    right: calc(50% - 732px);/* -180px */
  }
}
@media screen and (max-width: 1300px) {
  .home .first-view:after {
    right: calc(50% - 660px);
  }
}
@media screen and (max-width: 768px) {
  .home .first-view:after {
    right: -103px;
    width: 180px;
    height: 149px;
    background: url(../../images/header-deco02-sp.png) no-repeat center center;
  }
}
@media screen and (max-width: 991px) {
  .home .first-view .container {
    margin: 0 16px;
  }
}
.home .first-view h2 {
  font-size: 52px;
  line-height: 78px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .home .first-view h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 375px) {
  .home .first-view h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 330px) {
  .home .first-view h2 {
    font-size: 24px;
  }
}
.home .first-view p.txt01 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  position: relative;
  z-index: 9;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .home .first-view p.txt01 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 375px) {
  .home .first-view p.txt01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 330px) {
  .home .first-view p.txt01 {
    font-size: 13px;
  }
}
.home .site-content {
  padding-bottom: 0;
}
.home .site-content .content-area {
  margin-bottom: 0;
}
.home .site-content .site-main {
  padding: 0;
}
.home .site-content .site-main h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 48px;
  line-height: 72px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main h2 {
    font-size: 36px;
    line-height: 56px;
  }
  .home .site-content .site-main h2 br {
    display: none;
  }
}
.home .site-content .site-main .sec-case {
  padding: 12px 0 0 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case {
    padding-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .container {
    margin: 0;
  }
}
.home .site-content .site-main .sec-case .btn02 {
  width: 240px;
  height: 40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .btn02 {
    width: 100%;
    max-width: 343px;
    margin: auto;
  }
}
.home .site-content .site-main .sec-case .btn02 a {
  text-align: center;
  display: block;
  border-radius: 20px;
  background-color: #333333;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .btn02 a {
    padding: 12px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 15px;
  }
}
.home .site-content .site-main .sec-case .btn02 a:hover {
  opacity: 0.8;
}
.home .site-content .site-main .sec-case .element-df {
  position: relative;
  min-height: 360px;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df {
    margin-bottom: 32px;
  }
}
.home .site-content .site-main .sec-case .element-df a {
  display: block;
}
.home .site-content .site-main .sec-case .element-df a:hover p.img-df {
  box-shadow: 0 6px 40px rgba(4, 0, 0, 0.4);
}
.home .site-content .site-main .sec-case .element-df a:hover dl dt {
  color: #EF4455;
}
.home .site-content .site-main .sec-case .element-df a:hover .btn-df {
  opacity: 0.8;
}
.home .site-content .site-main .sec-case .element-df p.img-df {
  position: absolute;
  top: 0;
  left: calc(50% - 60px);
  box-shadow: 0 0 20px rgba(4, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df p.img-df {
    position: relative;
    left: inherit !important;
    right: inherit;
    text-align: center;
    margin-bottom: 22px;
  }
}
.home .site-content .site-main .sec-case .element-df .col-df {
  max-width: 400px;
  padding: 92px 0 0 100px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df .col-df {
    padding: 0 8px !important;
    max-width: 100%;
    margin: 0;
  }
}
.home .site-content .site-main .sec-case .element-df .col-df p.ttl-df {
  font-size: 12px;
  color: #525252;
  position: relative;
  margin-bottom: 19px;
  font-family: Roboto;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df .col-df p.ttl-df {
    margin-bottom: 17px;
  }
}
.home .site-content .site-main .sec-case .element-df .col-df p.ttl-df span {
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -12px;
  left: 39px;
}
.home .site-content .site-main .sec-case .element-df .col-df dl {
  margin-bottom: 17px;
  color: #525252;
}
.home .site-content .site-main .sec-case .element-df .col-df dl dt {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  transition: all ease-in-out .3s;
}
.home .site-content .site-main .sec-case .element-df .col-df dl dd {
  font-size: 13px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df .col-df dl dd {
    font-size: 15px;
    line-height: 26px;
  }
}
.home .site-content .site-main .sec-case .element-df .col-df .btn-df {
  width: 154px;
  background: #EF4455;
  display: block;
  padding: 8px 0;
  color: #FFF;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  font-family: Roboto;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df .col-df .btn-df {
    letter-spacing: 3.12px;
    width: 100%;
    max-width: 327px;
    margin: auto;
  }
}
.home .site-content .site-main .sec-case .element-df:last-child {
  margin-bottom: 33px;
}
.home .site-content .site-main .sec-case .element-df:nth-child(odd) p.img-df {
  left: -20px;
}
.home .site-content .site-main .sec-case .element-df:nth-child(odd) .col-df {
  margin-left: 48%;/*50%*/
  padding-left: 87px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df:nth-child(odd) .col-df {
    padding: 0;
    margin: 0;
  }
}
.home .site-content .site-main .sec-case .element-df:nth-child(1):before {
  position: absolute;
  top: 0;
  right: -150px;
  content: "";
  background: url(../../images/header-bg02.png) no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df:nth-child(1):before {
    right: -150px;
  }
}
.home .site-content .site-main .sec-case .element-df:nth-child(2):before {
  position: absolute;
  top: 0;
  left: -150px;
  content: "";
  background: url(../../images/header-bg03.png) no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df:nth-child(2):before {
    left: -150px;
  }
}
.home .site-content .site-main .sec-case .element-df:nth-child(3):before {
  position: absolute;
  top: 0;
  right: -150px;
  content: "";
  background: url(../../images/header-bg04.png) no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-case .element-df:nth-child(3):before {
    right: -150px;
  }
}
.home .site-content .site-main .sec-recomment {
  background: url(../../images/header-bg05.png) no-repeat center top;
  -webkit-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
  min-height: 700px;
  padding: 145px 0 0 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment {
    background: url(../../images/header-bg05-sp.png) no-repeat right 104px;
  }
}
.home .site-content .site-main .sec-recomment h2 {
  margin-bottom: 73px;
}
.home .site-content .site-main .sec-recomment .box-tab {
  box-shadow: 0 0 20px rgba(4, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #ffffff;
}
.home .site-content .site-main .sec-recomment .slick-prev,
.home .site-content .site-main .sec-recomment .slick-next {
  top: calc(50% - 36px);
}
.home .site-content .site-main .sec-recomment .slick-prev {
  width: 48px;
  height: 48px;
}
.home .site-content .site-main .sec-recomment .slick-prev:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  content: "";
  z-index: 99;
  background: url(../../images/prev.png);
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .slick-prev:before {
    display: none;
  }
}
.home .site-content .site-main .sec-recomment .slick-next {
  width: 48px;
  height: 48px;
}
.home .site-content .site-main .sec-recomment .slick-next:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  content: "";
  z-index: 99;
  background: url(../../images/next.png);
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .slick-next:before {
    display: none;
  }
}
.home .site-content .site-main .sec-recomment .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  background-color: #cccccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.home .site-content .site-main .sec-recomment .slick-dots li button:before {
  width: 6px;
  height: 6px;
  content: "";
}
.home .site-content .site-main .sec-recomment .slick-dots li.slick-active button {
  width: 9px;
  height: 9px;
  background-color: #ef4455;
}
.home .site-content .site-main .sec-recomment ul.ul01 li {
  float: left;
  list-style-type: none;
  width: 50% !important;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 30px 0 22px;
  border-radius: 10px 0 0;
  background-color: #4bb767;
  color: #FFF;
}
.home .site-content .site-main .sec-recomment ul.ul01 li span {
  font-size: 12px;
  font-family: Roboto;
}
.home .site-content .site-main .sec-recomment ul.ul01 li:nth-child(2) {
  border-radius: 0 10px 0 0;
  background-color: #ef4455;
}
.home .site-content .site-main .sec-recomment ul.ul01 .slick-track {
  transform: inherit !important;
  width: 100% !important;
}
.home .site-content .site-main .sec-recomment ul.ul01 .slick-track li {
  position: relative;
  transition: all ease-in-out .3s;
}
.home .site-content .site-main .sec-recomment ul.ul01 .slick-track li:before {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.home .site-content .site-main .sec-recomment ul.ul01 .slick-track li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment ul.ul01 .slick-track li:hover {
    opacity: 1;
  }
}
.home .site-content .site-main .sec-recomment ul.ul01 .slick-track li:hover:before {
  opacity: 1;
}
.home .site-content .site-main .sec-recomment ul.ul01 .slick-track li.slick-current:before {
  opacity: 1;
}
.home .site-content .site-main .sec-recomment .wtab {
  max-width: 880px;
}
.home .site-content .site-main .sec-recomment .tab-content {
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content {
    padding: 32px 16px;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left {
  float: left;
  margin-right: 40px;
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left {
    float: inherit;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left p.txt01 {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul02 {
  border-top: 1px solid #D7D7D7;
  padding: 32px 0 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul02 {
    max-height: none !important;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul02 li {
  width: 50%;
  margin-bottom: 14px;
  float: left;
  list-style-type: none;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul02 li {
    width: 100%;
    float: inherit;
    padding-right: 0;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul02 li a {
  font-size: 14px;
  line-height: 1.4;
  color: #525252;
  display: block;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul02 li a:hover {
  color: #ef4455;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 {
  padding: 23px 0 0 0;
  position: relative;
  text-align: right;
  border-top: 1px solid #D7D7D7;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 {
    display: block;
    padding-top: 7px;
    padding-bottom: 17px;
    text-align: center;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li {
  display: inline-block;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li {
    text-align: center;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(3) {
  margin-right: 23px;
  margin: 0 10px;
  transition: all ease-in-out .3s;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(3):hover {
  opacity: 0.8;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(3) img {
  width: 136px;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(2) {
  transition: all ease-in-out .3s;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(2) {
    display: inline-block;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(2) img {
  width: 109px;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(2):hover {
  opacity: 0.8;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(1) {
  position: absolute;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-left ul.ul03 li:nth-child(1) {
    display: block;
    clear: left;
    padding: 0;
    position: relative;
    right: 0;
    float: inherit;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 15px;
    top: 20px;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-right {
  width: 240px;
  float: right;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-right {
    float: inherit;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-right p.img01 {
  margin-bottom: 25px;
  padding: 8px ​0 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-right p.img01 {
    display: none;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-right p.btn01 a {
  border-radius: 20px;
  background-color: #4bb767;
  text-align: center;
  color: #FFF;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-right p.btn01 a {
    padding: 20px 0;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
  }
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-right p.btn01 a:hover {
  opacity: 0.8;
}
.home .site-content .site-main .sec-recomment .tab-content .tab-box-df .box-slider .col-right p.btn01.df2 a {
  background: #EF4455;
}
.home .site-content .site-main .sec-new-list {
  background: url(../../images/header-bg06.png) no-repeat center top;
  -webkit-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
  padding: 147px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list {
    background: url(../../images/header-bg06-sp.png) no-repeat left 81px;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list {
    padding-top: 170px;
    padding-bottom: 104px;
  }
}
.home .site-content .site-main .sec-new-list h2 {
  text-align: right;
  margin-bottom: 71px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list h2 {
    margin-bottom: 62px;
  }
}
.home .site-content .site-main .sec-new-list .list-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.home .site-content .site-main .sec-new-list .list-news .col-df {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  width: calc((100% - 18px) / 4);
  box-shadow: 0 0 20px rgba(4, 0, 0, 0.3);
  transition: all ease-in-out .3s;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
}
@media screen and (min-width: 992px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df img{
    height: 157px;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df {
    background: none;
    float: inherit;
    overflow: inherit;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
  }
}
.home .site-content .site-main .sec-new-list .list-news .col-df:nth-child(4n) {
  margin-right: 0;
}
.home .site-content .site-main .sec-new-list .list-news .col-df:hover {
  transition: all ease-in-out .3s;
  box-shadow: 0 6px 40px rgba(4, 0, 0, 0.4);
}
.home .site-content .site-main .sec-new-list .list-news .col-df a {
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df a {
    padding: 10px 0;
    overflow: hidden;
  }
  .home .site-content .site-main .sec-new-list .list-news .col-df:hover{
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df a p.img01 {
    float: left;
    margin-right: 13px;
    overflow: hidden;
  }
  .home .site-content .site-main .sec-new-list .list-news .col-df a p.img01 img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 235px;
    height: 137px;
  }
}
.home .site-content .site-main .sec-new-list .list-news .col-df a .col-right {
  padding: 20px 24px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df a .col-right {
    width: calc(100% - 121px);
    float: left;
    padding: 0;
  }
}
.home .site-content .site-main .sec-new-list .list-news .col-df a .col-right .ul01 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df a .col-right .ul01 {
    margin-bottom: 4px;
  }
}
.home .site-content .site-main .sec-new-list .list-news .col-df a .col-right .ul01 li {
  font-size: 10px;
  color: #525252;
  transition: all ease-in-out .3s;
  list-style-type: none;
}
.home .site-content .site-main .sec-new-list .list-news .col-df a .col-right p.ttl01 {
  font-size: 16px;
  line-height: 28px;
  color: #525252;
  margin-bottom: 20px;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df a .col-right p.ttl01 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}
.home .site-content .site-main .sec-new-list .list-news .col-df a p.btn-df {
  text-align: center;
  color: #ef4455;
  transition: all ease-in-out .3s;
  font-size: 12px;
  letter-spacing: 3.12px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df a p.btn-df {
    display: none;
  }
}
.home .site-content .site-main .sec-new-list .list-news .col-df a:hover .col-right .ul01 li {
  color: #ef4455;
}
.home .site-content .site-main .sec-new-list .list-news .col-df a:hover .col-right p.ttl01 {
  color: #ef4455;
}
.home .site-content .site-main .sec-new-list .list-news .col-df a:hover p.btn-df {
  color: #ef4455;
}
.home .site-content .site-main .sec-new-list p.btn01 {
  width: 240px;
  height: 40px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list p.btn01 {
    width: 100%;
    max-width: 343px;
  }
}
.home .site-content .site-main .sec-new-list p.btn01 a {
  text-align: center;
  display: block;
  border-radius: 20px;
  background-color: #333333;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list p.btn01 a {
    padding: 12px 0;
    font-size: 15px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
}
.home .site-content .site-main .sec-new-list p.btn01 a:hover {
  opacity: 0.8;
}
.home .site-content .site-main .sec-keywords {
  background: url(../../images/header-bg08.jpg) repeat center top;
  -webkit-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
  color: #FFF;
  padding: 32px 0 25px;
}
.home .site-content .site-main .sec-keywords h2 {
  font-size: 40px;
  text-align: center;
  color: #FFF;
  font-weight: normal;
  margin-bottom: 10px;
  font-family: Roboto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-keywords h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.home .site-content .site-main .sec-keywords p.txt01 {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2.8px;
  margin-bottom: 25px;
}
.home .site-content .site-main .sec-keywords ul {
  padding: 0 24px;
}
.home .site-content .site-main .sec-keywords ul li {
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  position: relative;
  margin-bottom: 22px;
  margin-right: 22px;
}
.home .site-content .site-main .sec-keywords ul li a {
  color: #FFF;
  padding: 6px 15px 5px 35px;
  position: relative;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-keywords ul li a {
    padding: 5px 10px 5px 30px;
    font-size: 12px;
  }
}
.home .site-content .site-main .sec-keywords ul li a:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
  content: url(../../images/icon-tag.png);
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-keywords ul li a:before {
    top: 7px;
    left: 7px;
  }
}
.home .site-content .site-main .sec-blog {
  background: url(../../images/header-bg07.png) no-repeat center top;
  -webkit-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
  padding: 107px 0 104px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-blog {
    background: url(../../images/header-bg07-sp.png) no-repeat right 81px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
.home .site-content .site-main .sec-blog h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 64px;
}
@media screen and (max-width: 550px) {
  .home .site-content .site-main .sec-blog h2 {
    letter-spacing: -5px;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-blog .box01 .list-txt {
    float: inherit;
    max-width: 100%;
    width: 100%;
  }
}
.home .site-content .site-main .sec-blog .box01 .list-txt p {
  letter-spacing: 2.6px;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}
.home .site-content .site-main .sec-blog .box01 .list-txt p:first-child {
  font-size: 24px;
  line-height: 32px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  margin-bottom: 18px;
  font-weight: bold;
}
.home .site-content .site-main .sec-blog .box01 .list-txt p:first-child span {
  letter-spacing: -1px;
}
@media screen and (max-width: 550px) {
  .home .site-content .site-main .sec-blog .box01 .list-txt p:first-child span {
    margin-left: -20px;
  }
  .home .site-content .site-main .sec-blog .box01 .list-txt p:first-child br {
    display: none;
  }
}
.home .site-content .site-main .sec-blog .box01 .list-txt p:last-child {
  text-align: right;
}
@media screen and (max-width: 550px) {
  .home .site-content .site-main .sec-blog .box01 .list-txt p:last-child br {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-blog .box01 .list-txt p {
    margin-bottom: 16px;
  }
  .home .site-content .site-main .sec-blog .box01 .list-txt p br {
    display: none;
  }
}
.home .site-content .site-main .sec-blog .box01 .box01-video {
  max-width: 540px;
  float: right;
  margin: 7px 0 32px 32px;
  box-shadow: 0 0 20px rgba(4, 0, 0, 0.3);
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-blog .box01 .box01-video {
    float: inherit;
    max-width: 100%;
    width: 100%;
    margin: 0 0 24px 0;
    text-align: center;
  }
  .home .site-content .site-main .sec-blog .box01 .box01-video img {
    width: 100%;
  }
}

.page:not(.page-post-list) .site-main article .entry-header {
  margin-bottom: 40px;
}
.page:not(.page-post-list) .site-main article .entry-header .entry-thumbnail {
  width: 100%;
  margin-bottom: 24px;
}
.page:not(.page-post-list) .bzb-sns-btn {
  display: none;
}

.page-company .cont-str,
.page-company .entry-meta,
.page-company .entry-footer,
.page-company .entry-thumbnail,
.page-privacy .cont-str,
.page-privacy .entry-meta,
.page-privacy .entry-footer,
.page-privacy .entry-thumbnail,
.page-inquiry .cont-str,
.page-inquiry .entry-meta,
.page-inquiry .entry-footer,
.page-inquiry .entry-thumbnail,
.page-thanks .cont-str,
.page-thanks .entry-meta,
.page-thanks .entry-footer,
.page-thanks .entry-thumbnail {
  display: none;
}

.tax-categories_case .cat {
  display: none !important;
}

#secondary {
  width: 320px;
  margin-left: -320px;
}
@media screen and (max-width: 991px) {
  #secondary {
    margin: 0;
    width: 100%;
  }
}
#secondary h3 {
  padding: 0 10px;
  text-align: center;
  color: #999999;
  font-size: 22px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 2.64px;
}
#secondary .side-widget {
  border: 3px solid #dedede;
  background-color: #ffffff;
  margin-bottom: 24px;
}
#secondary .side-widget .box-header {
  border-bottom: 3px solid #dedede;
  padding: 18px 0;
}
#secondary .side-widget a {
  color: #525252;
}
#secondary .side-widget a:hover {
  color: #ed4e5e;
}
#secondary .side-widget ul.ul-categories {
  margin: 0 0 12px 0;
}
#secondary .side-widget ul.ul-categories li a {
  font-size: 14px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  display: block;
  padding: 12px 26px;
  border-bottom: 1px solid #dedede;
}
#secondary .side-widget ul.ul-categories li:last-child a {
  border: 0;
}
#secondary .side-widget .list-row .row-df {
  padding: 14px 20px 16px;
  border-bottom: 1px solid #dedede;
}
#secondary .side-widget .list-row .row-df p.img01 {
  float: left;
  width: 112px;
  margin-right: 14px;
}
#secondary .side-widget .list-row .row-df p.ttl01 {
  float: left;
  width: calc(100% - 126px);
}
#secondary .side-widget .list-row .row-df p.ttl01 a {
  font-size: 12px;
  line-height: 20px;
}
#secondary .side-widget .list-row .row-df:last-child {
  border: 0;
}
#secondary .side-widget p.txt01 {
  font-size: 12px;
  text-align: center;
  padding: 5px 22px 0;
  color: #999999;
  line-height: 22px;
}
#secondary .side-widget ul.ul01 {
  padding: 16px 12px 0px;
  background: url(../../images/sidebar-bg01.png) no-repeat center top;
  -webkit-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
}
#secondary .side-widget ul.ul01 li {
  border-radius: 4px;
  border: 2px solid #dedede;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
#secondary .side-widget ul.ul01 li a {
  display: block;
  padding: 5px 10px 5px 30px;
  position: relative;
  font-size: 12px;
}
#secondary .side-widget ul.ul01 li a:before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  content: url(../../images/icon-tag01.png);
}
#secondary .widget_categories h3 {
  border-bottom: 3px solid #dedede;
  padding: 18px 0;
}
#secondary .widget_categories ul {
  margin: 0 0 12px 0;
}
#secondary .widget_categories ul li {
  border: 0;
}
#secondary .widget_categories ul li a {
  font-size: 14px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  display: block;
  padding: 12px 26px;
  border-bottom: 1px solid #dedede;
}
#secondary .widget_categories ul li a:before {
  display: none;
}
#secondary .widget_categories ul li:last-child a {
  border: 0;
}
#secondary .widget_search {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#secondary .widget_search .search-form {
  margin-bottom: 0;
  border: 0;
  height: 32px;
}
#secondary .widget_search .search-form input[type=submit] {
  background: none;
  color: #ef4455;
  border: 0;
  font-size: 16px;
}
#secondary .widget_search .wp-block-search__label {
  display: none;
}
#secondary .widget_search .wp-block-search__input {
  border: 0;
}
#secondary .widget_search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
#secondary .widget_search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
#secondary .widget_search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
#secondary .widget_search input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
#secondary .widget_search input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
#secondary .widget_search input::-moz-selection {
  /* Firefox 19+ */
  color: #ccc;
}
#secondary .widget_search input:-ms-input-selection {
  /* IE 10+ */
  color: #ccc;
}
#secondary .widget_search input:-moz-selection {
  /* Firefox 18- */
  color: #ccc;
}
#secondary .widget_search .wp-block-search__button {
  background: none;
  border: 0;
  position: relative;
  font-size: 0;
  width: 30px;
}
#secondary .widget_search .wp-block-search__button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #ed4e5e;
}
#secondary .popular-posts h3 {
  border-bottom: 3px solid #dedede;
  padding: 18px 0;
}
#secondary .popular-posts ul {
  margin: 0;
}
#secondary .popular-posts ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  overflow: hidden;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 14px 20px 16px;
  border-bottom: 1px solid #dedede;
}
#secondary .popular-posts ul li a {
  font-size: 12px;
  line-height: 20px;
  color: #525252;
  font-family: "Noto Sans CJ Kjp";
}
#secondary .popular-posts ul li a .wpp-thumbnail {
  width: 112px;
  margin-right: 14px;
}
#secondary .popular-posts ul li a:hover {
  color: #ed4e5e;
}
#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: #383838;
  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: #ef4455;
}
#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;
}

.single .site-content, .page:not(.page-post-list) .site-content {
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .single .site-content, .page:not(.page-post-list) .site-content {
    padding-top: 10px;
  }
}
.single .site-content .site-main, .page:not(.page-post-list) .site-content .site-main {
  padding-right: 370px;
}
@media screen and (max-width: 991px) {
  .single .site-content .site-main, .page:not(.page-post-list) .site-content .site-main {
    padding: 0;
  }
}
.single .site-content .site-main article, .page:not(.page-post-list) .site-content .site-main article {
  padding: 16px 0 0 0;
  border: 0;
  border-top: 3px solid #dedede;
  overflow: inherit;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article, .page:not(.page-post-list) .site-content .site-main article {
    padding: 0;
    border: 0;
  }
}
.single .site-content .site-main article .entry-header, .page:not(.page-post-list) .site-content .site-main article .entry-header {
  float: none;
}
.single .site-content .site-main article .entry-header .entry-meta, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta {
  height: 33px;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-header .entry-meta, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta {
    text-align: left;
    height: auto;
  }
}
.single .site-content .site-main article .entry-header .entry-meta:before, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta:before {
  content: none;
}
.single .site-content .site-main article .entry-header .entry-meta li, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta li {
  color: #999999;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-header .entry-meta li, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta li {
    font-size: 10px;
  }
}
.single .site-content .site-main article .entry-header .entry-meta .cat, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .cat {
  padding: 5px ​0 0 0px;
  background: none;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-header .entry-meta .cat, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .cat {
    position: relative;
    left: inherit;
    top: inherit;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.single .site-content .site-main article .entry-header .entry-meta .cat a, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .cat a {
  background: none !important;
  color: #ef4455;
}
.single .site-content .site-main article .entry-header .entry-meta .date, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .date {
  line-height: 33px;
  display: inline-block;
}
.single .site-content .site-main article .entry-header .entry-meta .modified, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .modified {
  display: inline-block;
}
.single .site-content .site-main article .entry-header .entry-meta i, .page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta i {
  margin-right: 4px;
}
.single .site-content .site-main article .entry-header h1, .page:not(.page-post-list) .site-content .site-main article .entry-header h1 {
  margin: 40px 0 30px;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
}
@media screen and (max-width: 550px) {
  .single .site-content .site-main article .entry-header h1, .page:not(.page-post-list) .site-content .site-main article .entry-header h1 {
    margin: 14px 0;
    font-size: 20px;
    line-height: 32px;
  }
}
.single .site-content .site-main article .bzb-sns-area, .page:not(.page-post-list) .site-content .site-main article .bzb-sns-area {
  display: block;
  margin-bottom: 32px;
  padding: 0;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .bzb-sns-area, .page:not(.page-post-list) .site-content .site-main article .bzb-sns-area {
    text-align: left;
  }
}
.single .site-content .site-main article .entry-content, .page:not(.page-post-list) .site-content .site-main article .entry-content {
  padding: 0;
  overflow: inherit;
}
.single .site-content .site-main article .entry-content a, .page:not(.page-post-list) .site-content .site-main article .entry-content a {
  text-decoration: none;
}
.single .site-content .site-main article .entry-content a:hover, .page:not(.page-post-list) .site-content .site-main article .entry-content a:hover {
  text-decoration: underline;
}
.single .site-content .site-main article .entry-content .entry-thumbnail, .page:not(.page-post-list) .site-content .site-main article .entry-content .entry-thumbnail {
  margin: 0 0 24px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  float: inherit;
  overflow: hidden;
}
.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn, .page:not(.page-post-list) .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn {
  padding-left: 0;
}
.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li, .page:not(.page-post-list) .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li {
  font-size: 12px;
}
.single .site-content .site-main .entry-footer, .page:not(.page-post-list) .site-content .site-main .entry-footer {
  background: #fff;
  border: 0;
  padding: 0;
}
.single .site-content .site-main .entry-footer .bzb-sns-area, .page:not(.page-post-list) .site-content .site-main .entry-footer .bzb-sns-area {
  margin: 0 0 0;
  text-align: center;
  line-height: 1;
}
.single .site-content .site-main .entry-footer .post-footer-list, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list {
  padding-bottom: 42px;
}
.single .site-content .site-main .entry-footer .post-footer-list li, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li {
  padding-bottom: 1em;
}
@media screen and (max-width: 550px) {
  .single .site-content .site-main .entry-footer .post-footer-list li, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li {
    font-size: 15px;
  }
}
.single .site-content .site-main .entry-footer .post-footer-list li:before, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li:before {
  color: #ef4455;
}
.single .site-content .site-main .entry-footer .post-footer-list li a, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li a {
  color: #ef4455;
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  .single .site-content .site-main .entry-footer .post-footer-list li a, .page:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list li a {
    font-size: 15px;
  }
}
.single .site-content .site-main .entry-footer .post-footer-list li a:hover, .page:not(.page-post-list) .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:not(.page-post-list) .site-content .site-main .entry-footer .post-footer-list .cat:before {
  content: "\f115";
}
.single .site-content .site-main .underpost-widget, .page:not(.page-post-list) .site-content .site-main .underpost-widget {
  padding: 0;
  border: 0;
  border-top: 3px solid #dedede;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .underpost-widget, .page:not(.page-post-list) .site-content .site-main .underpost-widget {
    padding: 0;
  }
}
.single .site-content .site-main .underpost-widget h3, .page:not(.page-post-list) .site-content .site-main .underpost-widget h3 {
  padding-bottom: 12px;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-decoration: underline;
  line-height: 72px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .underpost-widget h3, .page:not(.page-post-list) .site-content .site-main .underpost-widget h3 {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 8px;
  }
}
.single .site-content .site-main .underpost-widget h3:before, .page:not(.page-post-list) .site-content .site-main .underpost-widget h3:before {
  display: none;
}
.single .site-content .site-main .widget_xeory_related_posts,
.single .site-content .site-main .widget_xeory_recentviews,
.single .site-content .site-main .widget_social_widget, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget {
  padding: 60px 0 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts,
  .single .site-content .site-main .widget_xeory_recentviews,
  .single .site-content .site-main .widget_social_widget, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts,
  .page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews,
  .page:not(.page-post-list) .site-content .site-main .widget_social_widget {
    padding: 52px 0 64px;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title,
.single .site-content .site-main .widget_social_widget .xeory-subloop-title, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title,
  .single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title,
  .single .site-content .site-main .widget_social_widget .xeory-subloop-title, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title,
  .page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title,
  .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a,
.single .site-content .site-main .widget_social_widget .xeory-subloop-title a, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-title a {
  color: #525252;
  font-weight: normal;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a,
  .single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a,
  .single .site-content .site-main .widget_social_widget .xeory-subloop-title a, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a,
  .page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a,
  .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-title a {
    height: auto !important;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a:hover,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a:hover,
.single .site-content .site-main .widget_social_widget .xeory-subloop-title a:hover, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a:hover,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a:hover,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-title a:hover {
  color: #ef4455;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a p,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a p,
.single .site-content .site-main .widget_social_widget .xeory-subloop-title a p, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a p,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a p,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-title a p {
  display: block;
  text-align: center;
  color: #ef4455;
  font-size: 12px;
  padding: 0;
  font-family: Roboto;
  position: absolute;
  bottom: -44px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a p,
  .single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a p,
  .single .site-content .site-main .widget_social_widget .xeory-subloop-title a p, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a p,
  .page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-title a p,
  .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-title a p {
    display: none;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-horizon,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-horizon,
.single .site-content .site-main .widget_social_widget .xeory-subloop-horizon, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-horizon,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-horizon,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-horizon {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item,
.single .site-content .site-main .widget_social_widget .xeory-subloop-item, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item {
  margin-right: 16px;
  width: calc((100% - 32px) / 3);
  padding: 0;
  box-shadow: 0 0 20px rgba(4, 0, 0, 0.3);
  transition: all ease-in-out .3s;
  border-radius: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item,
  .single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item,
  .single .site-content .site-main .widget_social_widget .xeory-subloop-item, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item,
  .page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item,
  .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item {
    margin: 0 0 0 0;
    padding: 15px 0;
    display: block;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #dedede;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item:hover,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item:hover,
.single .site-content .site-main .widget_social_widget .xeory-subloop-item:hover, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item:hover,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item:hover,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item:hover {
  box-shadow: 0 6px 40px rgba(4, 0, 0, 0.4);
  transition: all ease-in-out .3s;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item:last-child,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item:last-child,
.single .site-content .site-main .widget_social_widget .xeory-subloop-item:last-child, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item:last-child,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item:last-child,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item:last-child {
  margin-right: 0;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item img,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item img,
.single .site-content .site-main .widget_social_widget .xeory-subloop-item img, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item img,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item img,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item img {
  width: 100%;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item .xeory-subloop-image,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item .xeory-subloop-image,
.single .site-content .site-main .widget_social_widget .xeory-subloop-item .xeory-subloop-image, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item .xeory-subloop-image,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item .xeory-subloop-image,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item .xeory-subloop-image {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item .xeory-subloop-image,
  .single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item .xeory-subloop-image,
  .single .site-content .site-main .widget_social_widget .xeory-subloop-item .xeory-subloop-image, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item .xeory-subloop-image,
  .page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item .xeory-subloop-image,
  .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item .xeory-subloop-image {
    width: 108px;
    float: left;
    margin: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item .xeory-subloop-content,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item .xeory-subloop-content,
.single .site-content .site-main .widget_social_widget .xeory-subloop-item .xeory-subloop-content, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item .xeory-subloop-content,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item .xeory-subloop-content,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item .xeory-subloop-content {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item .xeory-subloop-content,
  .single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item .xeory-subloop-content,
  .single .site-content .site-main .widget_social_widget .xeory-subloop-item .xeory-subloop-content, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-item .xeory-subloop-content,
  .page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-item .xeory-subloop-content,
  .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-item .xeory-subloop-content {
    width: calc(100% - 120px);
    float: left;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta,
.single .site-content .site-main .widget_social_widget .xeory-subloop-meta, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-meta {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta,
  .single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta,
  .single .site-content .site-main .widget_social_widget .xeory-subloop-meta, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta,
  .page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta,
  .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-meta {
    height: auto !important;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta li,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta li,
.single .site-content .site-main .widget_social_widget .xeory-subloop-meta li, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta li,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta li,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-meta li {
  font-size: 10px;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta li.date, .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta li.tag,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta li.date,
.single .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta li.tag,
.single .site-content .site-main .widget_social_widget .xeory-subloop-meta li.date,
.single .site-content .site-main .widget_social_widget .xeory-subloop-meta li.tag, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta li.date, .page:not(.page-post-list) .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta li.tag,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta li.date,
.page:not(.page-post-list) .site-content .site-main .widget_xeory_recentviews .xeory-subloop-meta li.tag,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-meta li.date,
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-subloop-meta li.tag {
  display: none;
}
.single .site-content .site-main .widget_social_widget, .page:not(.page-post-list) .site-content .site-main .widget_social_widget {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_social_widget, .page:not(.page-post-list) .site-content .site-main .widget_social_widget {
    padding: 30px 0 0;
  }
}
.single .site-content .site-main .widget_social_widget h3, .page:not(.page-post-list) .site-content .site-main .widget_social_widget h3 {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_social_widget h3, .page:not(.page-post-list) .site-content .site-main .widget_social_widget h3 {
    margin-bottom: 24px;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-twitter, .page:not(.page-post-list) .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:not(.page-post-list) .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:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-twitter iframe {
  border: 1px solid #f3f3f3 !important;
}
.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div {
  border-bottom: 1px solid #eeeeee !important;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns {
  padding: 0;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul {
  margin: 0;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li {
  margin: 0 !important;
  width: calc(100% / 4);
  padding: 0;
  height: auto;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child {
  margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li {
    width: 100%;
    margin: 0;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li a {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  display: block;
  color: #fff;
  background: #FFF;
  padding: 15px;
  width: 100%;
  height: auto;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li a {
    margin: 0 !important;
  }
}
@media screen and (max-width: 340px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a, .page:not(.page-post-list) .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 span, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span {
  font-size: 16px;
  font-weight: bold;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:before, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:before {
  display: inline-block;
  line-height: 36px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1), .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) {
    width: 50%;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a {
  color: #385698;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a:hover {
  background: #385698;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2), .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) {
    width: 50%;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a {
  color: #6aabe8;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a {
    border-right: 1px solid #e5e5e5;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a:hover {
  background: #6aabe8;
  color: #FFF;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a {
  color: #56af58;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a {
    border-top: 0;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:hover {
  background: #56AF58;
  color: #FFF;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a {
  color: #E02173;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a {
    border-top: 0;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a:before, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a:before {
  content: "\f16d";
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a:hover, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(4) a:hover {
  background: #E02173;
  color: #FFF;
}
.single .site-content .site-main .widget_social_widget .xeory-social-facebook, .page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-facebook {
  padding: 0 8px 32px;
  width: 100%;
}
.single .site-content .site-main .post-author, .page:not(.page-post-list) .site-content .site-main .post-author {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background-color: #ececec;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author, .page:not(.page-post-list) .site-content .site-main .post-author {
    padding: 0 16px 40px;
  }
}
.single .site-content .site-main .post-author .clearfix, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix {
  padding: 24px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix {
    padding: 16px;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-img .inner, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-img .inner {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}
.single .site-content .site-main .post-author .clearfix .post-author-img .inner img, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-img .inner img {
  height: 100%;
  max-width: initial;
}
.single .site-content .site-main .post-author .clearfix .post-author-meta, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .post-author-meta {
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
}
.single .site-content .site-main .post-author .clearfix .author, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .author {
  color: #525252;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bold;
}
.single .site-content .site-main .post-author .clearfix .author a, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .author a {
  color: #525252;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .author, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix .author{
    text-align: center;
  }
}

.page .site-content .site-main article {
  border-bottom: 1px solid #E5E5E3;
}

.single.single-case #secondary {
  display: none;
}
.single.single-case .xeory-breadcrumbs {
  display: none;
}
@media screen and (max-width: 991px) {
  .single.single-case .xeory-breadcrumbs {
    display: block;
    margin-bottom: 0;
  }
  .single.single-case .xeory-breadcrumbs .xeory-breadcrumbs-list {
    margin-bottom: 0;
  }
}
.single.single-case .xeory-breadcrumbs br {
  display: none;
}
.single.single-case .site-content {
  background: url(../../images/case-bg01.png) no-repeat center top;
}
@media screen and (max-width: 550px) {
  .single.single-case .site-content {
    background: url(../../images/case-bg01-sp.png) no-repeat center top;
    background-size: contain;
  }
}
.single.single-case .site-content .site-main {
  padding: 0;
  padding-top: 64px;
  margin: auto;
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  .single.single-case .site-content .site-main {
    padding-top: 0;
  }
}
.single.single-case .site-content .site-main article {
  background: none;
  padding-bottom: 42px;
 /* background: url(../../images/case-bg02.png) no-repeat center 60px;*/
}
@media screen and (max-width: 767px) {
/*  .single.single-case .site-content .site-main article {
    background: url(../../images/case-bg02.png) no-repeat center 20px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }*/
}
.single.single-case .site-content .site-main article .bzb-sns-area {
  margin-bottom: 20px;
}
.single.single-case .site-content .site-main article .img-ul01 {
  padding: 0;
}
.single.single-case .site-content .site-main article .img-ul01 li {
  float: left;
  list-style-type: none;
  width: 50%;
}
@media screen and (max-width: 550px) {
  .single.single-case .site-content .site-main article .img-ul01 li {
    float: inherit;
    width: 100%;
  }
}
.single.single-case .site-content .site-main article .entry-header .entry-title {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #ef4455;
  padding: 24px 0;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-header .entry-title {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 0 0;
    padding: 10px;
  }
}
.single.single-case .site-content .site-main article .entry-header .cat_case {
  text-align: center;
  margin-bottom: 55px;
}
.single.single-case .site-content .site-main article .entry-header .cat_case .tag {
  display:block;
}
.single.single-case .site-content .site-main article .entry-header .cat_case .tag i {
  font-size: 12px;
  padding-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-header .cat_case {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.single.single-case .site-content .site-main article .entry-header .cat_case a {
  font-size: 12px;
  color: #525252;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-header .cat_case a {
    font-size: 10px;
    margin-bottom: 20px;
  }
}
.single.single-case .site-content .site-main article .entry-content h2 {
  margin-top: 80px;
}
.single.single-case .site-content .site-main article .entry-content h3 {
  margin-top: 50px;
}
.single.single-case .site-content .site-main article .entry-content p.case-intro {
  margin-bottom: 70px;
}
.single.single-case .site-content .site-main article .entry-content .entry-thumbnail {
  position: relative;
  overflow: inherit;
  margin: 0 -80px 36px;
  max-width: 960px;
}
@media screen and (max-width: 991px) {
  .single.single-case .site-content .site-main article .entry-content .entry-thumbnail {
    margin: 0 0px 28px;
  }
}
.single.single-case .site-content .site-main article .entry-content .entry-thumbnail:before {
  position: absolute;
  top: -99px;
  right: -81px;
  width: 170px;
  height: 165px;
  content: "";
  background: url(../../images/case-icon01.png) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-content .entry-thumbnail:before {
    width: 130px;
    height: 127px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: -70px;
    right: -42px;
  }
}
.single.single-case .site-content .site-main article .entry-content .entry-thumbnail img {
  position: relative;
  z-index: 3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.single.single-case .site-content .site-main article .entry-content .case-box {
  padding: 50px 0 60px;
  border-top: 3px solid #dedede;
/*  border-bottom: 3px solid #dedede;*/
}
@media screen and (max-width: 550px) {
  .single.single-case .site-content .site-main article .entry-content .case-box {
    padding-top: 60px;
  }
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box01 {
  margin-bottom: 12px;
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box01 p.img01 {
  max-width: 400px;
  float: left;
  margin-right: 40px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-content .case-box .case-box01 p.img01 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box01 dl {
  width: calc(100% - 440px);
  float: left;
  padding: 14px 0 0 0;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-content .case-box .case-box01 dl {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
  }
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box01 dl dt {
  font-size: 16px;
  line-height: 32px;
  color: #525252;
  font-weight: bold;
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box01 dl dd {
  padding: 24px 0 0 0;
  line-height: 32px;
  font-size: 14px;
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box02 {
  border-radius: 10px;
  background-color: #ececec;
  padding: 40px 50px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-content .case-box .case-box02 {
    padding: 45px 24px 30px;
    overflow: hidden;
  }
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box02:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 117px;
  height: 136px;
  content: "";
  background: url(../../images/case-bg03.png) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-content .case-box .case-box02:before {
    bottom: -10px;
  }
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box02 p.case-ttl01 {
  color: #ed4e5e;
  font-family: "Noto Sans CJ Kjp";
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .single.single-case .site-content .site-main article .entry-content .case-box .case-box02 p.case-ttl01 {
    margin-bottom: 3px;
    font-weight: 400;
  }
}
.single.single-case .site-content .site-main article .entry-content .case-box .case-box02 .case-txtarea {
  width: 100%;
  height: 100%;
  resize: none;
  background-color: #ececec;
  border: 0;
  font-size: 14px;
  line-height: 32px;
}

/* タイトル改行制御 */
br.onlySP {
  display: none;
}
@media screen and (max-width: 550px) {
  br.onlySP {
    display: block;
  }
}


.single .site-content .site-main article .entry-header .entry-meta .modified:after,
.page:not(.page-post-list) .site-content .site-main article .entry-header .entry-meta .modified:after {
  content: '';
  margin: 0;
}

/*TOP新着記事調整*/
@media screen and (max-width: 767px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df a{
    display: flex;
  }
  .home .site-content .site-main .sec-new-list .list-news .col-df a .col-right{
    float: none;
    width: calc(100% - 250px);
  }
  .home .site-content .site-main .sec-new-list .list-news .col-df a p.img01{
    float: none;
  }
}
@media screen and (max-width: 550px) {
  .home .site-content .site-main .sec-new-list .list-news .col-df a p.img01 img{
    width: 108px;
    height: 72px;/* 63px */
    object-fit: cover;
  }
  .home .site-content .site-main .sec-new-list .list-news .col-df a .col-right{
    width: calc(100% - 125px);
  }
}

/* 非ログインユーザーがコメントする際に表示される、下記の文章を調整
「次回のコメントで使用するためブラウザーに自分の名前、メールアドレス、サイトを保存する。」 */
.comment-form-cookies-consent {
  font-size: 16px;
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .home .site-content .site-main .sec-case .list-col > div:nth-of-type(2n) .col-df {
    padding: 76px 21px 0 96px;
  }
}


/* 20211116 吹き出し用 */

.balloon1 p,
.balloon2 p{
  padding:0 !important;
  margin:0 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}

.balloon1{
  position: relative;
  padding: 0;
  margin:0px 0 30px 0px;
  width:calc(100% - 165px);
  min-height: 90px;
}

.balloon1 .icon{
  position: absolute;
  left: 0;
  top: 0;
  width:80px;
  text-align:center;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  color: #555;
}

.balloon1 .balloon-content{
  padding: 16px;
  color: #333;
  background-color: #FFF2EC;
  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{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #FFF2EC;
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon2{
  position: relative;
  padding: 0;
  margin:0px 0 30px 0px;
  width: 100%;
  min-height: 90px;
}

.balloon2 .icon{
  position: absolute;
  right: 0;
  top: 0;
  width:80px;
  text-align:center;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: #555;
}
.balloon2 .balloon-content{
  padding: 16px;
  color: #333;
  background-color: #FDFDEC;
  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{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #FDFDEC;
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
}

@media screen and (max-width: 650px) {
  .balloon1{
    width: 100%;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 100px;
    line-height: 24px !important;
  }
  .balloon1 .icon{
    width:76px;
  }
  .balloon2 .icon{
    width:76px;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 100px);
    margin: 0 100px 0 0 ;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 400px) {
  .balloon1{
    width: 100%;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 90px;
    line-height: 24px !important;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 90px);
    margin: 0 90px 0 0 ;
    line-height: 24px !important;
  }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1120px) {
   .balloon1{
    width: 100%;
  }
  .balloon1 .balloon-content{
    margin: 0 0 0 100px;
    line-height: 24px !important;
  }
  .balloon1 .icon{
    width:70px;
  }
  .balloon2 .icon{
    width:70px;
  }
  .balloon2 .balloon-content{
    width:calc(100% - 100px);
    margin: 0 100px 0 0 ;
    line-height: 24px !important;
  }
}
.balloon {
  clear: both;
}
.balloon .icon {
  line-height: 18px;
  font-size: 13px;
}
.balloon .icon img {
  border: #ccc 1px solid;
  border-radius: 50%;
  margin-bottom: 4px;
}

/*ブログカード*/
.tmt-blog-card-box{
  border: 3px solid #efefef;
  border-radius: 10px;
  display: flex;
  padding: 10px;
  align-items: center;
  position: relative;
  min-height: 125px;
}
.tmt-blog-card-box:before{
  position: absolute;
  content: '';
  background-image: url(../../images/blogcard-text.png);
  background-size: contain;
  width: 170px;
  height: 30px;
  color: #fff;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  width: 170px;
  text-align: center;
  font-size: 15px;
}
.tmt-blog-card-thumbnail{
  margin-right: 28px;
  flex-shrink: 0;
}
.tmt-blog-card-thumbnail img{
  border-radius: 10px;
  width: 187px;
  height: 105px;
  object-fit: cover;
}
.tmt-blog-card-title{
  margin-right: 100px;
  color: #383838;
  font-weight: bold;
}
.tmt-blog-card-title:hover,
.single .site-content .site-main article .entry-content a.tmt-blog-card,
.single .site-content .site-main article .entry-content a.tmt-blog-card:hover,
.tmt-blog-card-box:hover{
  color: #ef4455;
}
.single .site-content .site-main article .entry-content a.tmt-blog-card{
  display: block;
  text-decoration: none;
}
.tmt-blog-card-title:hover{
  text-decoration: underline;
}
.tmt-blog-card-box:after{
  position: absolute;
  content: '';
  background-image: url(../../images/blogcard-btn.png);
  background-size: contain;
  right: 28px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 550px) {
  .tmt-blog-card-box{
    padding: 16px 16px 10px 10px;
  }
  .tmt-blog-card-thumbnail{
    margin-right: 8px;
    padding: 20px 0 16px;
    flex-shrink: 1;
  }
  .tmt-blog-card-title{
    margin-right: 0;
    font-size: 14px;
  }
  .tmt-blog-card-thumbnail img{
    max-width: 98px;
    height: auto;
  }
  .tmt-blog-card-box:after{
    width: 26px;
    height: 26px;
    right: -12px;
  }
}

/* バナー管理
--------------------------------------------------------- */
.single section.xeory_banner_manager-4,
.page section.xeory_banner_manager-4 {
  display: none;
}

@media screen and (max-width: 550px) {
  .single section.xeory_banner_manager-5,
  .page section.xeory_banner_manager-5 {
    padding: 0;
  }

  .single section.xeory_banner_manager-5,
  .page section.xeory_banner_manager-5 {
    display: none;
  }

  .single section.xeory_banner_manager-4,
  .page section.xeory_banner_manager-4 {
    display: block;
  }
}

/* 20220404: にゃんちゃれとタイトルのかぶり対策 */
@media screen and (max-width: 550px) {
  .single-case .site-content .site-main article .entry-header {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  body.home .img-df img {
      width: 520px;
  }
}

@media screen and (max-width: 550px) {
  body.home .img-df img {
    object-fit: cover;
    /*min-height: 237px;*/
    width: 100%;
    aspect-ratio: 343 / 237;
  }
}

.home .first-view h2 {
  overflow-wrap: break-word;
  word-break: keep-all;
  line-break: strict;
}

@media screen and (max-width: 414px){
  .home .first-view h2 {
    font-size: 28px;
  }
}

/*20220428テーブル・協調ブロック内LISTの調整*/
.entry-content table ol,
.entry-content table ul,
.entry-content .attention ol{
  margin-bottom: 0;
}

/* 20220929 FAQページ見出しの余白調整 */
body[class*="page-qa"] .entry-content h2 {
  margin-top: 60px;
}

/*blogcard調整*/
.tmt-blog-card-box{
  margin-bottom: 60px;
}

/*監修者*/
.single .site-content .site-main .post-author.supervision{
  background: #fff3ed;
  border: none;
  margin: 0 0 16px;
}
.single .site-content .site-main .post-author.supervision .post-author-img .inner{
  border: none;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
}
.single .site-content .site-main .post-author.supervision .post-author-img .inner img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.supervision .post-author-img{
  float: none;
  position: relative;
  width: 90px;
}
.entry-content .post-author p{
  line-height: 2;
  font-weight: normal;
}
.supervision .post-author-img:after{
  position: absolute;
  background: #fff;
  box-shadow: inset 0 0 0 2px #ececec;
  border: 1px solid #fff;
  font-family: "Kiwi Maru";
  content: '監修者';
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  line-height: 20px;
  width: 78px;
  height: 25px;
}
.single .site-content .site-main .post-author .clearfix, .page:not(.page-post-list) .site-content .site-main .post-author .clearfix{
  display: flex;
}
.post-author-img{
  float: none;
  position: relative;
}
.post-author-img:after{
  position: absolute;
  background: #fff;
  box-shadow: inset 0 0 0 2px #ececec;
  border: 1px solid #fff;
  font-size: 15px;
  font-family: "Kiwi Maru";
  content: '編集者';
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  line-height: 20px;
  width: 78px;
  height: 25px;
}
.post-author-meta p{
  line-height: 2;
  font-weight: normal;
}
.supervision .post-author-meta,
.post-author-meta{
  margin-left: 24px;
}
.supervision .author_box{
  display: flex;
  padding: 24px;
}
.supervision .author{
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.single .site-content .site-main .post-author.supervision a{
  color: #4354f0;
}
.single .site-content .site-main .post-author.supervision a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .supervision .author_box,
  .single .site-content .site-main .post-author .clearfix,
  .page:not(.page-post-list) .site-content .site-main .post-author .clearfix{
    flex-direction: column;
    align-items: center;
  }
  .supervision .post-author-meta,
  .post-author-meta{
    margin-left: 0;
  }
  .supervision .author{
    text-align: center;
  }
  .entry-content .supervision p.author{
    font-size: 18px;
  }
  .entry-content .supervision p{
    font-size: 14px;
    line-height: 1.7;
  }
  .supervision .post-author-img{
    margin-right: auto;
    margin-left: auto;
  }
  .single .site-content .site-main .post-author{
    padding: 0;
  }
}

.text-all-content{
  padding: 46px 0 20px;
}

.text-all-content p{
  font-size: 14px;
  color: #868686;
  line-height: 30px;
  letter-spacing: 0.56px;
  text-indent: 60px;
  position: relative;
  line-break: strict;
  word-break: normal!important;
  word-wrap: break-word;
}
.text-all-content p:before{
  content: '';
  width: 50px;
  left: 0;
  top:15px;
  height: 1px;
  position: absolute;
  background: #868686;
}

/*キャプション幅収縮*/
td .wp-caption{
  width: 100% !important;
  max-width: 100% !important;
}

/*注釈*/
.easy-footnote sup{
  position: relative;
  margin-left: 4px;
  font-size: 12px;
  color: #ef4455;
}
.easy-footnote sup:before {
  content: "[";
  position: absolute;
  top:-10px;
  left:-4px;
}
.easy-footnote sup:after {
  content: "]";
  position: absolute;
  top:-10px;
  right:-4px;
}
.single .site-content .site-main article .entry-content .easy-footnote a:hover{
  color: #ef4455;
}
.entry-content ol li.easy-footnote-single{
  font-size: 14px;
}
.single .entry-content a.easy-footnote-to-top{
  color: #ef4455;
}
.entry-content ol.easy-footnotes-wrapper{
  position: relative;
  padding:24px 0 0 48px;

}
.easy-footnotes-wrapper:before{
  content: '脚注';
  position: absolute;
  top:-4px;
  left:18px;
  font-size: 15px;
  background: #fff;
  padding:0 8px;
  z-index:2;
}
.easy-footnotes-wrapper:after{
  position: absolute;
  content: '';
  background-color: #d5d1d1;
  width:100%;
  height:2px;
  top:8px;
  left:0;
  z-index:1;
}

.single .site-content .site-main .post-author.supervision .author a{
  color: #525252;
  text-decoration: underline;
}

.home .site-header .container{
  max-width: initial;
}

/*table装飾*/
.entry-content table.border-line,
.entry-content table.border-line td{
  border:none;
}
.entry-content table.border-line tr{
  position: relative;
}
.entry-content table.border-line tr:before {
  width: 100%;
  background: #e2e2e2;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.entry-content table.border-line tr:after {
  width: 17%;
  background: #ed4e5e;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*Change icon Twitter to X*/
.xeory-social-btns > ul > li.item-twitter > a::before{
  content:"";
  width:18px;
  height: 18px;
  background: url(../../images/icon_x.png) center no-repeat;
  background-size: contain;
  transition: all ease-in-out .3s;
  display: inline-block;
}
.footer-widget .xeory-social-btns > ul > li.item-twitter > a{
  background: #fff;
}
.footer-widget .xeory-social-btns > ul > li.item-twitter > a::before{
  width:16px;
  height:16px;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul, 
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul{
  display: flex;
  flex-wrap: wrap;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul >li>a, 
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul >li >a{
  height: 100%;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a, 
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a{
  color: #000;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover, 
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover{
  color: #fff;
  background: #000;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover::before, 
.page:not(.page-post-list) .site-content .site-main .widget_social_widget .xeory-social-btns ul li.item-twitter a:hover::before{
  background-image: url(../../images/icon_x_w.png);
}
.post-author-meta > p{
  font-size: 14px;
}
.entry-content .post-author p.author{
  font-weight: bold;
}
.bzb-sns-area .bzb-sns-btn.default-btn li.bzb-facebook{
  top:0 !important;
}