@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}
/* =========================================================
Base style
========================================================= */
body {
  background: #f9f9f9;
  word-break: break-all;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "游明朝体", "Yu Mincho", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 0 !important;
  }
}

a {
  color: #CF5745;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
a:hover {
  color: #2196F3;
}

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

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

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

.container {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .container {
    margin: 0 24px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    margin: 0 16px;
  }
}
@media screen and (max-width: 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 60px 0;
  padding: 50px 40px;
  width: 100% !important;
  background: #FEF5F5;
  border: 0;
}
@media screen and (max-width: 550px) {
  #toc_container {
    padding: 20px;
    margin: 0 0 64px 0;
  }
}
#toc_container p.toc_title {
  text-align: left;
  font-size: 20px;
}
#toc_container span.toc_toggle {
  margin-left: 12px;
}
#toc_container span.toc_toggle a {
  font-size: 12px;
  color: #CF5745 !important;
}
#toc_container span.toc_brackets {
  font-size: 0;
}
#toc_container a {
  color: #333;
}
#toc_container p.toc_title + ul.toc_list {
  margin-top: 20px;
}

.toc_number {
  display: none;
}

.toc_list > li {
  margin-bottom: 7px !important;
}
.toc_list > li:before {
  content: none !important;
}
.toc_list > li a {
  font-size: 16px;
}
.toc_list > li ul {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}
.toc_list > li ul li {
  margin-bottom: 7px !important;
}
.toc_list > li ul li:last-child {
  margin-bottom: 0 !important;
}
.toc_list > li:last-child {
  margin-bottom: 0 !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 #000;
  background: #000;
}
#secondary .sns-list .post-sns-twitter a:hover {
  border: 2px solid #000;
  color: #000;
}
#secondary .sns-list .post-sns-feedly a {
  border: 2px solid #2bb24c;
  background: #2bb24c;
}
#secondary .sns-list .post-sns-feedly a:hover {
  border: 2px solid #2bb24c;
  color: #2bb24c;
}

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

/*------ 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, .search, .error404, .original-category, .page-post-list {
  background: #fff;
}
@media screen and (max-width: 550px) {
  .archive .content-area, .search .content-area, .error404 .content-area, .original-category .content-area, .page-post-list .content-area {
    margin-bottom: 76px;
  }
}
.archive .site-main, .search .site-main, .error404 .site-main, .original-category .site-main, .page-post-list .site-main {
  padding-right: 400px;
}
@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-right: 0;
  }
}
.archive .site-content, .search .site-content, .error404 .site-content, .original-category .site-content, .page-post-list .site-content {
  padding: 20px 0 44px;
}
@media screen and (max-width: 550px) {
  .archive .site-content, .search .site-content, .error404 .site-content, .original-category .site-content, .page-post-list .site-content {
    padding: 20px 0 51px;
  }
}
.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 .xeory-breadcrumbs-list, .search .xeory-breadcrumbs-list, .error404 .xeory-breadcrumbs-list, .original-category .xeory-breadcrumbs-list, .page-post-list .xeory-breadcrumbs-list {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .archive .xeory-breadcrumbs-list, .search .xeory-breadcrumbs-list, .error404 .xeory-breadcrumbs-list, .original-category .xeory-breadcrumbs-list, .page-post-list .xeory-breadcrumbs-list {
    margin-bottom: 54px;
  }
}
.archive .wrap-article, .search .wrap-article, .error404 .wrap-article, .original-category .wrap-article, .page-post-list .wrap-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px 43px;
  margin-bottom: 76px;
}
@media screen and (max-width: 991px) {
  .archive .wrap-article, .search .wrap-article, .error404 .wrap-article, .original-category .wrap-article, .page-post-list .wrap-article {
    gap: 32px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 42px;
  }
}
.archive article, .search article, .error404 article, .original-category article, .page-post-list article {
  padding: 0;
  margin: 0;
  width: calc((100% - 43px) / 2);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
@media screen and (max-width: 991px) {
  .archive article, .search article, .error404 article, .original-category article, .page-post-list article {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .archive article, .search article, .error404 article, .original-category article, .page-post-list article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.archive article:hover, .search article:hover, .error404 article:hover, .original-category article:hover, .page-post-list article:hover {
  border: 1px solid var(--main-new, #CF5745);
}
.archive article:hover .entry-title a, .search article:hover .entry-title a, .error404 article:hover .entry-title a, .original-category article:hover .entry-title a, .page-post-list article:hover .entry-title a {
  color: #CF5745;
}
@media screen and (max-width: 767px) {
  .archive article .entry-header, .search article .entry-header, .error404 article .entry-header, .original-category article .entry-header, .page-post-list article .entry-header {
    max-width: 90px;
    padding-top: 7px;
  }
}
.archive article .entry-header .entry-thumbnail, .search article .entry-header .entry-thumbnail, .error404 article .entry-header .entry-thumbnail, .original-category article .entry-header .entry-thumbnail, .page-post-list article .entry-header .entry-thumbnail {
  width: 100%;
  overflow: hidden;
}
.archive article .entry-header .entry-thumbnail img, .search article .entry-header .entry-thumbnail img, .error404 article .entry-header .entry-thumbnail img, .original-category article .entry-header .entry-thumbnail img, .page-post-list article .entry-header .entry-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive article .entry-header .cat, .search article .entry-header .cat, .error404 article .entry-header .cat, .original-category article .entry-header .cat, .page-post-list article .entry-header .cat {
  display: none;
}
.archive article .entry-content, .search article .entry-content, .error404 article .entry-content, .original-category article .entry-content, .page-post-list article .entry-content {
  padding: 18px 20px 53px 20px;
}
@media screen and (max-width: 767px) {
  .archive article .entry-content, .search article .entry-content, .error404 article .entry-content, .original-category article .entry-content, .page-post-list article .entry-content {
    padding: 0px 0px 0px 8px;
    width: calc(100% - 90px);
  }
}
.archive article .entry-content .entry-title, .search article .entry-content .entry-title, .error404 article .entry-content .entry-title, .original-category article .entry-content .entry-title, .page-post-list article .entry-content .entry-title {
  width: 100% !important;
  margin-bottom: 7px;
}
@media screen and (max-width: 550px) {
  .archive article .entry-content .entry-title, .search article .entry-content .entry-title, .error404 article .entry-content .entry-title, .original-category article .entry-content .entry-title, .page-post-list article .entry-content .entry-title {
    padding: 0;
    margin: 0;
  }
}
.archive article .entry-content .entry-title a, .search article .entry-content .entry-title a, .error404 article .entry-content .entry-title a, .original-category article .entry-content .entry-title a, .page-post-list article .entry-content .entry-title a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  display: block;
  text-decoration: none;
}
.archive article .entry-meta .date, .search article .entry-meta .date, .error404 article .entry-meta .date, .original-category article .entry-meta .date, .page-post-list article .entry-meta .date {
  margin-right: 9px;
}
.archive article .entry-meta .cats span::after, .search article .entry-meta .cats span::after, .error404 article .entry-meta .cats span::after, .original-category article .entry-meta .cats span::after, .page-post-list article .entry-meta .cats span::after {
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #666;
  top: -2px;
  margin: 0 3px;
  position: relative;
}
.archive article .entry-meta .cats span:last-child::after, .search article .entry-meta .cats span:last-child::after, .error404 article .entry-meta .cats span:last-child::after, .original-category article .entry-meta .cats span:last-child::after, .page-post-list article .entry-meta .cats span:last-child::after {
  display: none;
}
.archive .category-sub, .search .category-sub, .error404 .category-sub, .original-category .category-sub, .page-post-list .category-sub {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #CF5745;
  font-size: 16px;
  position: absolute;
  top: -15px;
  left: 13px;
  letter-spacing: 1.6px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .archive .category-sub, .search .category-sub, .error404 .category-sub, .original-category .category-sub, .page-post-list .category-sub {
    font-size: 13px;
    top: -15px;
    left: 27px;
  }
}
.archive .category-description, .search .category-description, .error404 .category-description, .original-category .category-description, .page-post-list .category-description {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .archive .category-description, .search .category-description, .error404 .category-description, .original-category .category-description, .page-post-list .category-description {
    font-size: 13px;
    margin-bottom: 27px;
  }
}
.archive .page-header, .search .page-header, .error404 .page-header, .original-category .page-header, .page-post-list .page-header {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 0px 0 16px 18px;
  margin-bottom: 21px;
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .archive .page-header, .search .page-header, .error404 .page-header, .original-category .page-header, .page-post-list .page-header {
    padding: 0px 0 6px 25px;
    margin-bottom: 11px;
  }
}
.archive .page-header::before, .search .page-header::before, .error404 .page-header::before, .original-category .page-header::before, .page-post-list .page-header::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/icon-h3-title.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .archive .page-header::before, .search .page-header::before, .error404 .page-header::before, .original-category .page-header::before, .page-post-list .page-header::before {
    width: 36px;
    height: 36px;
    left: 0px;
    top: -10px;
  }
}
.archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title, .original-category .page-header .page-title, .page-post-list .page-header .page-title {
  font-size: 0;
  position: relative;
}
.archive .page-header .page-title span, .search .page-header .page-title span, .error404 .page-header .page-title span, .original-category .page-header .page-title span, .page-post-list .page-header .page-title span {
  font-size: 32px;
  color: #CF5745;
}
@media screen and (max-width: 767px) {
  .archive .page-header .page-title span, .search .page-header .page-title span, .error404 .page-header .page-title span, .original-category .page-header .page-title span, .page-post-list .page-header .page-title span {
    font-size: 24px;
  }
}

.page-post-list article {
  border-bottom: 0 !important;
}

.comments-area {
  background: #fff;
  padding: 62px 0 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .comments-area {
    padding: 0 0px 40px;
  }
}
.comments-area a {
  color: #333;
}
.comments-area .comments-header .comments-title {
  border-bottom: 1px solid #ddd;
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 14px 24px;
  position: relative;
  margin-top: 0;
  margin-bottom: 32px;
  color: #CF5745;
}
@media screen and (max-width: 767px) {
  .comments-area .comments-header .comments-title {
    padding: 0 0 7px 24px;
    border-bottom: 2px solid #ddd;
  }
}
.comments-area .comments-header .comments-title:before {
  content: "";
  -webkit-mask-image: url(../../images/icon-h3-title.svg);
          mask-image: url(../../images/icon-h3-title.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #D20000;
  font-weight: normal;
  width: 39px;
  height: 39px;
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
}
.comments-area .comments-header .comments-title:after {
  content: "COMMENT";
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  left: 27px;
  top: -19px;
}
.comments-area .comment-list li {
  border-bottom: 0;
}
.comments-area .children {
  background: #FEF5F5;
  margin-left: 0;
  padding: 40px 40px 40px;
}
@media screen and (max-width: 767px) {
  .comments-area .children {
    padding: 16px;
  }
}
.comments-area .children .comment-author {
  margin-bottom: 12px;
}
.comments-area .comment-author-image img {
  border-radius: 50%;
}
.comments-area .reply {
  margin-bottom: 26px;
}
.comments-area .reply a {
  color: #CF5745;
}
.comments-area .reply a:before {
  content: none;
}
.comments-area .comment-form .submit {
  border: 0;
  background: #CF5745;
}
.comments-area .comment-form .submit:hover {
  background: #2196F3;
}
.comments-area .comment-respond {
  margin-bottom: 0;
}
.comments-area .comment-content p {
  font-size: 14px;
  line-height: 22.4px;
  color: #333;
}
.comments-area .comments-text {
  display: none;
}
.comments-area .comment-author-content {
  margin-bottom: 0;
}
.comments-area .comment-author-content .fn {
  font-weight: 700;
}
.comments-area .comment-author {
  margin-bottom: 16px;
}

.post-cta {
  margin: 0;
  padding: 0px;
  background: #f6f6f6;
  border-top: 0;
}
@media screen and (max-width: 767px) {
  .post-cta {
    margin: 0 -16px -24px;
    padding: 16px;
    background: #fff;
  }
}
.post-cta .post-cta-header {
  background: #CF5745;
  color: #fff;
  padding: 19px 19px 26px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-header {
    padding: 17px 9px 16px;
  }
}
.post-cta .post-cta-header .post-cta-title {
  font-weight: 700;
  letter-spacing: 3.2px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 24px;
    letter-spacing: 2.4;
  }
}
.post-cta .post-cta-body {
  border-left: 1px solid #CF5745;
  border-right: 1px solid #CF5745;
}
.post-cta .post-cta-body .post-cta-body-inner {
  background: #fff;
  padding: 24px 47px 44px;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 24px 19px;
  }
}
.post-cta .post-cta-body .post-cta-img {
  margin-bottom: 24px;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-img {
    max-width: 100%;
  }
  .post-cta .post-cta-body .post-cta-img img {
    width: 100%;
  }
}
.post-cta .post-cta-body ul:last-child, .post-cta .post-cta-body p:last-child {
  margin-bottom: 0;
}
.post-cta .post-cta-content ul {
  padding-left: 20px;
}
.post-cta .post-cta-content li {
  list-style: disc;
}
.post-cta .post-cta-content li:before {
  content: "";
}
.post-cta .post-cta-content p {
  line-height: 1.8;
}
.post-cta .post-cta-content ul:last-child, .post-cta .post-cta-content p:last-child {
  margin-bottom: 0;
}
.post-cta .post-cta-footer {
  background: #fff;
  padding: 0 40px 40px 0;
  border: 1px solid #CF5745;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-footer {
    padding: 0 16px 32px 16px;
  }
}
.post-cta .post-cta-btn a {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 379px;
  padding: 17px 18px 17px;
  border-radius: 6px;
  background: #F4BCBC;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-btn a {
    max-width: 303px;
    padding: 14px 18px;
  }
}
.post-cta .post-cta-btn a:after {
  content: "";
  width: 8px;
  height: 12px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../../images/angle-right.svg");
          mask-image: url("../../images/angle-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  margin-left: 16px;
  display: inline-block;
  position: relative;
  top: 1px;
  display: none;
}
.post-cta .post-cta-btn a:hover {
  color: #fff;
  opacity: 0.8;
}

.entry-content p {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 1.8;
}
.entry-content h2 {
  margin: 0;
  padding: 11px 24px;
  border-bottom: 0;
  background: #CF5745;
  font-size: 32px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 23px;
}
@media screen and (max-width: 550px) {
  .entry-content h2 {
    font-size: 24px;
    margin: 0 -16px 23px -16px;
    width: calc(100% + 32px);
    padding: 17px 16px;
  }
}
.entry-content h3 {
  margin: 51px 0 20px;
  padding: 2px 0 2px 13px;
  border-bottom: 0;
  line-height: 1.6;
  border-left: 0;
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 550px) {
  .entry-content h3 {
    font-size: 18px;
    padding: 0px 0px 0px 13px;
  }
}
.entry-content h3:before {
  content: "";
  width: 8px;
  height: 38px;
  background: #CF5745;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 550px) {
  .entry-content h3:before {
    width: 6px;
    height: 20px;
  }
}
.entry-content h4 {
  margin: 55px 0 24px;
  padding-left: 0;
  border-left: 0;
  font-size: 18px;
}
@media screen and (max-width: 550px) {
  .entry-content h4 {
    font-size: 18px;
  }
}
.entry-content h5 {
  margin: 0 0 12px;
  padding-left: 0px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 550px) {
  .entry-content h5 {
    font-size: 16px;
  }
}
.entry-content h5:before {
  display: none;
  content: "";
  background: #CF5745;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 6px;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #CF5745;
          box-shadow: 0 0 0 3px #fff, 0 0 0 6px #CF5745;
}
.entry-content h6 {
  color: #CF5745;
  margin: 0 0 8px;
}
@media screen and (max-width: 550px) {
  .entry-content h6 {
    font-size: 14px;
  }
}
.entry-content ul {
  margin-bottom: 2em;
}
.entry-content ul li ul {
  margin-bottom: 0;
}
.entry-content ul li ul li {
  list-style: disc;
}
.entry-content ol {
  margin-bottom: 53px;
  padding-left: 18px;
}
@media screen and (max-width: 550px) {
  .entry-content ol {
    margin-bottom: 32px;
  }
}
.entry-content ol li {
  margin-bottom: 5px;
}
.entry-content dl {
  margin-bottom: 2em;
}
.entry-content dl dt {
  display: inline-block;
  margin: 0 0 1em;
  padding: 15px 23px;
  border: 1px solid #CF5745;
  color: #CF5745;
}
@media screen and (max-width: 550px) {
  .entry-content dl dt {
    padding: 10px 30px;
    margin-bottom: 32px;
  }
}
.entry-content dl dd {
  margin: 0;
}
.entry-content table {
  width: 100% !important;
  margin-bottom: 60px;
}
.entry-content table th {
  background: #CF5745;
  color: #fff;
  font-weight: 700;
}
.entry-content table tr td {
  border: 1px solid #D7D7D7;
}
.entry-content blockquote {
  margin-bottom: 60px;
  padding: 43px 55px 45px 47px;
  border: 0;
  background: #FEF5F5;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 30px 16px 32px;
    background: #F6F6F6;
    margin-bottom: 48px;
  }
}
.entry-content blockquote:before {
  content: "";
  top: 22px;
  left: 29px;
  width: 64px;
  height: 64px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../../images/icon/blockquote.svg");
          mask-image: url("../../images/icon/blockquote.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote:before {
    top: 7px;
    left: 15px;
    width: 48px;
    height: 48px;
  }
}
.entry-content blockquote::after {
  content: "";
  top: 22px;
  right: 29px;
  width: 64px;
  height: 64px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../../images/icon/blockquote.svg");
          mask-image: url("../../images/icon/blockquote.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote::after {
    top: 16px;
    left: 16px;
    display: none;
  }
}
.entry-content blockquote .blockquote-bottom {
  text-align: right;
  display: block;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote .blockquote-bottom {
    padding: 7px 7px 0 0;
  }
}
.entry-content blockquote p {
  line-height: 1.8;
  z-index: 2;
  position: relative;
}
.entry-content .attention {
  padding: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .entry-content .attention {
    margin-bottom: 48px;
  }
}
.entry-content .a-1 {
  border: 1px solid #CF5745;
  padding: 37px 47px 42px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-1 {
    padding: 21px 21px 23px;
  }
}
.entry-content .a-2 {
  border: 1px solid #CF5745;
  padding: 49px 47px 47px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-2 {
    padding: 21px 21px 23px;
  }
}
.entry-content .a-3 {
  border: 0;
  background: #FEF5F5;
  padding: 33px 53px 42px 49px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-3 {
    padding: 21px 21px 23px;
  }
}
.entry-content .a-3 p {
  margin-bottom: 28px;
}
.entry-content .a-3 .attention-title {
  font-weight: bold;
  color: #CF5745;
  font-size: 24px;
  border-bottom: 1px solid #CF5745;
  padding-bottom: 10px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .entry-content .a-3 .attention-title {
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #CF5745;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}
.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 {
  text-align: center;
  padding: 0;
}
.entry-content .link-button-green a,
.entry-content .link-button-orange a {
  display: inline-block;
  padding: 14px 32px 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  font-size: 18px;
  border-bottom: 0;
  max-width: 378px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .entry-content .link-button-green a,
  .entry-content .link-button-orange a {
    max-width: 303px;
    width: 100%;
  }
}
.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 i,
.entry-content .link-button-orange i {
  display: none;
}
.entry-content .link-button-green {
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 767px) {
  .entry-content .link-button-green {
    margin-bottom: 32px !important;
  }
}
.entry-content .link-button-green a {
  background: #CF5745;
}
.entry-content .link-button-orange {
  margin-bottom: 59px !important;
}
.entry-content .link-button-orange a {
  background: #F4BCBC;
  color: #333 !important;
}
.entry-content p:has(span.f-marker-y),
.entry-content p:has(span.f-marker-p),
.entry-content p:has(span.f-marker-w) {
  margin-bottom: 57px;
}
.entry-content .parent-align {
  margin-bottom: 52px;
  line-height: 28px;
}
.entry-content .parent-align.parent-align-center img {
  margin-bottom: 17px;
}
.entry-content .parent-align img {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .entry-content .parent-align img {
    max-width: 100%;
  }
}
.entry-content .parent-align img.aligncenter {
  max-width: 100%;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .entry-content .parent-align img.aligncenter {
    margin-bottom: 17px;
  }
}
.entry-content .alignleft {
  margin: 0 32px 8px 0;
}
@media screen and (max-width: 550px) {
  .entry-content .alignleft {
    margin: 0 0px 25px 0;
  }
}
.entry-content .alignright {
  margin: 0 0 6px 24px;
}
@media screen and (max-width: 550px) {
  .entry-content .alignright {
    margin: 0 0 25px 0px;
  }
}
.entry-content .f-marker-p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #F9BFBC));
  background: linear-gradient(transparent 70%, #F9BFBC 70%);
}
.entry-content .f-marker-y {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEED1));
  background: linear-gradient(transparent 70%, #FFEED1 70%);
}
.entry-content .f-marker-w {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #C9E2FF));
  background: linear-gradient(transparent 70%, #C9E2FF 70%);
}
.entry-content .f-marker-g {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #D5EDC1));
  background: linear-gradient(transparent 70%, #D5EDC1 70%);
}

.site-footer {
  background: #fff;
}
.site-footer .footer-widget {
  background: none;
}
.site-footer .wrap-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 0 30px;
}
@media screen and (max-width: 991px) {
  .site-footer .wrap-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .wrap-footer {
    text-align: center;
    padding: 36px 0 27px;
  }
}
.site-footer .wrap-footer .footer-widget-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 806px;
  margin-left: auto;
}
.site-footer .wrap-footer .footer-widget-area .container {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .site-footer .wrap-footer .footer-widget-area {
    max-width: 100%;
    width: 100%;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-footer .wrap-footer .wrap-logo {
  position: relative;
  margin-top: 21px;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .site-footer .wrap-footer .wrap-logo {
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}
.site-footer .wrap-footer .wrap-logo.wl-sp {
  display: none;
}
.site-footer .wrap-footer .wrap-logo.wl-sp .by {
  left: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .wrap-footer .wrap-logo {
    text-align: center;
    margin-right: 0;
    margin-top: 0;
    display: none;
  }
  .site-footer .wrap-footer .wrap-logo.wl-sp {
    display: block;
    margin-top: 44px;
  }
}
.site-footer .wrap-footer .wrap-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .site-footer .wrap-footer .wrap-logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .site-footer .wrap-footer .wrap-logo a img {
    margin: auto;
  }
}
.site-footer .wrap-footer .wrap-logo a:hover {
  opacity: 0.8;
}
.site-footer .wrap-footer .wrap-logo .logo-footer {
  max-width: 156px;
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .site-footer .wrap-footer .wrap-logo .logo-footer {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .wrap-footer .wrap-logo .logo-footer {
    margin-bottom: 4px;
  }
}
.site-footer .wrap-footer .wrap-logo .text-1 {
  font-size: 11px;
  line-height: 1.4;
}
.site-footer .wrap-footer .wrap-logo .by {
  position: relative;
  left: -17px;
  top: 2px;
}
.site-footer .widget_nav_menu {
  width: 100%;
  border-top: 0;
}
.site-footer .widget_nav_menu .container {
  padding: 21px 0;
}
.site-footer .widget_nav_menu .container .footer-widget-title {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #383838;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container .footer-widget-title {
    margin-bottom: 16px;
  }
}
.site-footer .widget_nav_menu .container ul {
  text-align: left;
}
@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-footer .widget_nav_menu .container ul li {
  margin-right: 5px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.site-footer .widget_nav_menu .container ul li a {
  padding: 5px 12px;
  color: #383838;
  font-size: 14px;
  display: block;
  position: relative;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu .container ul li a {
    padding: 5px 12px;
  }
}
.site-footer .widget_nav_menu .container ul li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #383838;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.site-footer .widget_nav_menu .container ul li a:hover {
  color: #CF5745;
}
.site-footer .widget_nav_menu .container ul li a:hover:before {
  border-top: 1px solid #CF5745;
  border-left: 1px solid #CF5745;
}
.site-footer .widget_nav_menu .container ul li a br {
  display: none;
}
.site-footer .widget_nav_menu .container ul li .sub-menu {
  display: none;
}
@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu:nth-child(1) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu:nth-child(1) .container {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu:nth-child(1) ul li:nth-child(even) {
    padding-left: 5px;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .widget_nav_menu:nth-child(2) .container {
    margin: 0;
    padding: 5px 0 0;
  }
}
.site-footer .sec-contact {
  background-image: url(../../images/bg-contact.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  text-align: center;
  padding: 62px 0 61px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .site-footer .sec-contact {
    padding:56px 0 60px;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .sec-contact {
    background-image: url(../../images/bg-contact-sp.png);
  }
}
.site-footer .sec-contact .text-sub {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  margin-bottom:7px;
}
@media screen and (max-width: 767px) {
  .site-footer .sec-contact .text-sub {
    font-size: 13px;
    margin-bottom: 29px;
  }
}
.site-footer .sec-contact h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom:26px;
}
@media screen and (max-width: 767px) {
  .site-footer .sec-contact h2 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 6px;
  }
}
.site-footer .sec-contact .text-1 {
  font-size: 24px;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom:14px;
}
@media screen and (max-width: 767px) {
  .site-footer .sec-contact .text-1 {
    line-height: 1.4;
    margin-bottom:20px;
  }
  .site-footer .sec-contact .text-1 br {
    display: none;
  }
  .site-footer .sec-contact .text-1 .brsp {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  .site-footer .sec-contact .text-1 {
    font-size: 22px;
  }
}
.site-footer .sec-contact .text-2 {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom:36px;
}
@media screen and (max-width: 767px) {
  .site-footer .sec-contact .text-2 {
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
    margin-bottom:32px;
  }
  .site-footer .sec-contact .text-2 br {
    display: none;
  }
  .site-footer .sec-contact .text-1 .brsp {
    display: block !important;
  }
}
.site-footer .sec-contact .button-contact {
  margin: auto;
  border-radius: 6px;
  display: block;
  max-width:320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-footer .sec-contact .button-contact {
    max-width: 303px;
  }
}
.site-footer .sec-contact .button-contact > a {
  background: #fff;
  color: #CF5745;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  width: 100%;
  line-height:60px;
  border-radius:6px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .site-footer .sec-contact .button-contact > a {
    line-height: 48px;
    font-size: 16px;
    border-radius: 6px;
  }
}
.site-footer .sec-contact .button-contact > a::before {
  content: "";
  width:20px;
  height:16px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../../images/icon-mail.svg");
          mask-image: url("../../images/icon-mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #CF5745;
  display: inline-block;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .site-footer .sec-contact .button-contact > a::before {
    width: 21px;
    height: 17px;
  }
}
.site-footer .sec-contact .button-contact > a:hover {
  opacity: 0.8;
}
.site-footer .sec-contact .button-contact .text {
  padding-left:10px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.site-footer .site-info {
  background: #CF5745;
  text-align: center;
  padding: 7px 0;
}
.site-footer .site-info p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .site-footer .site-info p {
    font-size: 10px;
  }
}
.site-footer .site-info span {
  margin: 0 4px;
  color: #fff;
}

.site-header {
  border-bottom: 1px solid #CF5745;
}
@media screen and (max-width: 991px) {
  .site-header {
    position: relative;
  }
}
.site-header .group-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header-slogan {
  font-size: 12px;
  color: #696969;
  font-weight: 400;
}
@media screen and (max-width: 550px) {
  .site-header .slogan-next {
    max-width: 138px;
    top: 5px;
    position: relative;
  }
}
.site-header .header-contact {
  margin-left: auto;
  background: #CF5745;
  width: 220px;
  border-radius: 4px;
}
.site-header .header-contact > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px;
  width: 100%;
  line-height: 46px;
  border-radius: 4px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.site-header .header-contact > a::before {
  content: url("../../images/icon-mail.svg");
  position: relative;
  top: 2px;
}
.site-header .header-contact > a:hover {
  opacity: 0.8;
}
.site-header .header-contact .text {
  padding-left: 9px;
}
.site-header .custom-logo {
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  .site-header .custom-logo {
    max-width: unset;
    width: auto;
    height: 34px;
  }
}
.site-header .site-branding .container {
  padding:24px 20px 21px 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .site-header .site-branding .container {
    padding: 11px 0px 6px;
    margin: 0 13px;
    max-width: 100%;
  }
}

.main-navigation {
  border-top: 1px solid #FAF5EB;
  background-color: #FBFAFA;
  position: relative;
  z-index: 3;
}
.main-navigation .primary-menu {
  text-align: center;
}
.main-navigation .primary-menu li {
  padding: 0 15px;
  overflow: visible;
}
.main-navigation .primary-menu li:before {
  content: none;
}
.main-navigation .primary-menu li .parent-link {
  padding: 17px 15px;
}
.main-navigation .primary-menu li .parent-link:hover {
  color: #CF5745;
}
.main-navigation .primary-menu li .parent-link::before {
  content: "";
  width: 1px;
  height: 18px;
  background: #CFCFCF;
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-navigation .primary-menu li.active a::before {
  opacity: 1;
}
.main-navigation .primary-menu li a {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  position: relative;
}
.main-navigation .primary-menu li .menu-mega {
  z-index: 1;
  opacity: 1;
  position: absolute;
  width: 100%;
  background: rgba(207, 87, 69, .95);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding:26px 41px;
  text-align: left;
  width: 445px;
  transform: translateX(0);
  left: 0;
  display: none;
}
@media screen and (min-width: 1400px) {
  .main-navigation .primary-menu li .menu-mega {
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
    transform: translateX(0%);
    width: 1096px;
    left: 0;
    max-width: 445px;
  }
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-direction: column;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child .menu-mega-2 .parent-mega-link {
  display: none !important;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child .menu-mega-child-2 li {
  width: 100% !important;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child .menu-mega-child-2 li::before {
  content: url("../../images/icon/menu-before.svg");
  display: inline-block;
  top: -3px;
  position: relative;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child .menu-mega-child-2 li a {
  border-bottom: 0;
  padding: 3px 7px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child .menu-mega-child-2 li a::after {
  display: none !important;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child > li a {
  margin-bottom: 11px;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child li {
  max-width: 298px;
  padding: 0;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child li a {
  border-bottom: 1px solid #fff;
  padding: 7px 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.main-navigation .primary-menu li .menu-mega .menu-mega-child li a::after {
  display: none !important;
}
.main-navigation .primary-menu li.active .menu-mega {
  display: block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.main-navigation .primary-menu li.active a:after {
  opacity: 1;
}
.main-navigation .primary-menu .current-menu-item, .main-navigation .primary-menu .current-menu-parent {
  background: none;
}
.main-navigation .primary-menu .current-menu-item a, .main-navigation .primary-menu .current-menu-parent a {
  color: #CF5745;
}

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

.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 40px;
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  top: 0;
  right: -7px;
  bottom: 0;
  background: #CF5745;
  border-radius: 4px;
}
.xeory-sp-nav-btn:before {
  content: "≡";
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .xeory-sp-nav-btn {
    display: block;
  }
}

/* SP nav btn-close
---------------------------------------------------------- */
.sp-nav-inner {
  position: relative;
  background: #fff;
}
.sp-nav-inner .wrap-bottom {
  background: #FEF5F5;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
  padding: 24px 16px;
  border-top: 1px solid #CF5745;
}
.sp-nav-inner .xeory-spnav-btn-close {
  position: absolute;
  top: -45px;
  right: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #CF5745;
  color: #fff;
  z-index: 2;
  border-radius: 4px;
}
.sp-nav-inner .xeory-spnav-btn-close:after {
  content: "≡";
  font-size: 24px;
  color: #fff;
  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-inner .sp-logo {
  position: absolute;
  top: -48px;
  left: -11px;
}
.sp-nav-inner .sp-logo img {
  max-width: 90px;
}
.sp-nav-inner .sp-logo label {
  font-size: 11px;
  line-height: 1.4;
  display: inline-block;
  color: #696969;
  position: relative;
  top: 8px;
  margin-left: 11px;
}
.sp-nav-inner .sp-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
}
.sp-nav-inner .sp-buttons {
  text-align: center;
  margin-bottom: 24px;
}
.sp-nav-inner .sp-buttons a {
  background: #CF5745;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 1px 10px;
  max-width: 216px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  text-indent: 16px;
}
.sp-nav-inner .sp-buttons a::before {
  content: "";
  background: url(../../images/icon-mail.svg);
  background-size: cover;
  width: 19px;
  height: 15px;
  display: inline-block;
  top: 2px;
  position: relative;
  left: -10px;
}

/* 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 h3 {
  background: none;
  padding: 20px 16px;
  color: #444;
  font-size: 22px;
}
.xeory-spnav-wrap .sp-nav-inner div ul {
  list-style: none;
  padding-top: 0px;
  border-top: 1px solid #d7d7d7;
}
.xeory-spnav-wrap .sp-nav-inner div li a {
  display: block;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  padding: 19px 20px;
  border-bottom: 1px solid #D7D7D7;
}
@media screen and (max-width: 767px) {
  .xeory-spnav-wrap .sp-nav-inner div li a {
    font-weight: bold;
  }
}
.xeory-spnav-wrap .sp-nav-inner div li a:after {
  content: "";
  float: right;
  margin-right: 3px;
  width: 8px;
  height: 12px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../../images/angle-right.svg);
          mask-image: url(../../images/angle-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #D7D7D7;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 4px;
  position: relative;
}
.xeory-spnav-wrap .sp-nav-inner div li a:hover {
  background: transparent;
}
.xeory-spnav-wrap .sp-nav-inner div li .sub-menu {
  border-bottom: 1px solid #D7D7D7;
  border-top: 0;
  padding-bottom: 12px;
  padding-top: 0px;
}
.xeory-spnav-wrap .sp-nav-inner div li .sub-menu li a {
  font-size: 13px;
  padding: 0px 20px 12px 32px;
  border-bottom: 0;
}
.xeory-spnav-wrap .sp-nav-inner div li .sub-menu li a::after {
  display: none;
}
.xeory-spnav-wrap .sp-nav-inner div li .sub-menu li .sub-menu {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 16px;
}
.xeory-spnav-wrap .sp-nav-inner div li.menu-item-has-children.nav-open a {
  border-bottom: 0;
}
.xeory-spnav-wrap .sp-nav-inner div li.menu-item-has-children.nav-open a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.xeory-spnav-wrap .sp-nav-inner div .current-menu-item a, .xeory-spnav-wrap .sp-nav-inner div .current-post-parent a {
  background: transparent;
  color: #333;
}
.xeory-spnav-wrap .sp-nav-inner div .current-menu-item a:after, .xeory-spnav-wrap .sp-nav-inner div .current-post-parent a:after {
  color: #333;
}

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

.xeory-spnav-wrap.active {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
          animation: fadeIn 0.5s ease 0s 1 normal;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding: 51px 16px;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.xeory-spnav-wrap.active .xeory-spnav-btn-close::after {
  content: url(../../images/menu_button_close.svg);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pagination {
  text-align: center;
}
.pagination .current {
  background: #CF5745;
}
.pagination span,
.pagination a {
  padding: 7px 15px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #333;
}
.pagination span:hover,
.pagination a:hover {
  background: #CF5745;
}

.pagetop {
  z-index: 10;
}

.pagetop-inner {
  line-height: 44px;
  background-color: rgba(247, 205, 198, 0.8);
}
@media screen and (max-width: 991px) {
  .pagetop-inner {
    line-height: 33px;
  }
}

.wpcf7-submit {
  width: 60%;
  background: #CF5745 !important;
}
.wpcf7-submit:hover {
  background: #2196F3 !important;
}
@media screen and (max-width: 550px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.search-form {
  margin-bottom: 40px;
  height: 52px;
  border: 1px solid #CF5745;
  border-radius: 0;
}
.search-form .wrap-submit {
  font-size: inherit;
}
.search-form .wrap-submit::after {
  content: "";
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  background: none;
}
.search-form input[type=text], .search-form input[type=search] {
  padding: 4px 80px 4px 30px;
  font-size: 16px;
  color: #888888;
}
@media screen and (max-width: 550px) {
  .search-form input[type=text], .search-form input[type=search] {
    padding: 4px 50px 4px 15px;
  }
}
.search-form input[type=submit] {
  width: 60px;
  height: 52px;
  padding: 0;
  font-size: 0;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  -webkit-mask-image: url("../../images/icon/search.svg");
          mask-image: url("../../images/icon/search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #CF5745;
  z-index: 2;
  -webkit-mask-position: 8px center;
          mask-position: 8px center;
}
@media screen and (max-width: 550px) {
  .search-form input[type=submit] {
    -webkit-mask-position: 18px center;
            mask-position: 18px center;
    -webkit-mask-size: 20px;
            mask-size: 20px;
  }
}
.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888888;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #888888;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #888888;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
  color: #888888;
}
.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 li a:before {
  font-size: 18px;
  margin-right: 8px;
}

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

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child a:hover {
  color: #383838;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item::after {
  content: url("../../images/icon/arrow_forward_ios.svg");
  margin: 0 2px;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
  font-size: 12px;
  color: #888888;
  line-height: 1.8;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item a br {
  display: none;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child a {
  color: #CF5745;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child a:hover {
  color: #383838;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child::after {
  display: none;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item-home {
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .xeory-breadcrumbs-list .xeory-breadcrumbs-item-home {
    padding-left: 0px;
  }
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item-home::before {
  display: none;
}

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

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

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

.brsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .brsp {
    display: block;
  }
}

article {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 16px;
}
article .entry-header {
  position: relative;
  padding: 0;
}
article .entry-header .cat {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
}
article .entry-header .cat a {
  color: #666;
  font-size: 12px;
}
article .entry-header .date {
  color: #666;
  font-size: 12px;
  line-height: normal;
}
article .entry-header .entry-thumbnail {
  width: 302px;
  margin: 0;
  float: none;
}
@media screen and (max-width: 767px) {
  article .entry-header .entry-thumbnail {
    width: 252px;
  }
}
@media screen and (max-width: 550px) {
  article .entry-header .entry-thumbnail {
    width: 100%;
  }
}
article .entry-header .entry-thumbnail a:hover {
  opacity: 0.8;
}
article .entry-content {
  padding: 4px 16px;
}
@media screen and (max-width: 550px) {
  article .entry-content {
    padding: 0;
  }
}
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) {
  article .entry-content .entry-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 550px) {
  article .entry-content .entry-title {
    margin: 12px 0;
  }
}
article .entry-content .entry-title a {
  color: #383838;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  article .entry-content .entry-title a {
    font-size: 20px;
  }
}
article .entry-content .entry-title a:hover {
  color: #CF5745;
}
article .entry-content .cont-str {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}
article .entry-content .entry-meta {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
}
article .entry-content .entry-meta:before {
  content: none;
}
article .entry-content .entry-meta li {
  list-style: none;
  display: inline-block;
}
article .entry-content .entry-meta .date {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  article .entry-content .entry-meta .date {
    line-height: 28px;
  }
}
article .entry-content .entry-meta .more {
  float: right;
  background: #CF5745;
}
article .entry-content .entry-meta .more a {
  color: #fff;
  display: block;
  padding: 6px 12px;
  font-size: 13px;
}
article .entry-content .entry-meta .more a:hover {
  background: #2196F3;
}
article .entry-content .entry-meta .more a:before {
  content: "";
  margin-right: 5px;
  width: 13px;
  height: 13px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../../images/circle-arrow-right.svg");
          mask-image: url("../../images/circle-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  display: inline-block;
  top: 2px;
  position: relative;
}

.page:not(.page-post-list) .entry-header {
  margin-bottom: 40px;
}
.page:not(.page-post-list) .entry-header .entry-thumbnail {
  width: 100%;
  margin-bottom: 24px;
}
.page:not(.page-post-list) .bzb-sns-btn {
  display: none;
}

.page article {
  border-bottom: 1px solid #e5e5e5;
}

#secondary {
  width: 320px;
  margin-left: -320px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #secondary {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
#secondary #text-3,
#secondary #text-2 {
  display: none;
}
#secondary .side-widget {
  margin-bottom: 61px;
}
@media screen and (max-width: 550px) {
  #secondary .side-widget {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 550px) {
  #secondary .side-widget ul {
    margin-bottom: 0px;
  }
}
#secondary .xeory-subloop {
  margin: 0;
}
#secondary h3 {
  margin-bottom: 22px;
  padding: 10px 10px;
  background: #fff;
  color: #CF5745;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #secondary h3 {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  #secondary h3 {
    text-align: left;
    border-bottom: 2px solid #ddd;
  }
}
#secondary h3 .side-widget-title-inner {
  width: 100%;
  text-align: center;
  display: block;
}
#secondary h3 span {
  position: relative;
}
#secondary h3 span:before {
  content: "";
  -webkit-mask-image: url("../../images/icon-h3-title.svg");
          mask-image: url("../../images/icon-h3-title.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #D20000;
  margin-right: 8px;
  border-radius: 0;
  font-weight: normal;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: calc(50% - 81px);
  top: -8px;
}
#secondary h3 span::after {
  content: "POPULAR POST";
  font-size: 16px;
  color: #CF5745;
  left: 0;
  right: 0;
  margin: auto;
  top: -14px;
  font-weight: 300;
  position: absolute;
  font-family: "Roboto";
  line-height: 1;
  letter-spacing: 0.8px;
  display: block;
  text-wrap: nowrap;
}
#secondary .widget_xeory_recentviews h3 span {
  position: relative;
}
#secondary .widget_xeory_recentviews h3 span::after {
  content: "NEW POST";
  font-size: 16px;
  color: #CF5745;
  left: 0;
  right: 0;
  text-wrap: nowrap;
  top: -19px;
  font-weight: 300;
  position: absolute;
  font-family: "Roboto";
}
#secondary .widget_search .search-form {
  border: 1px solid #F0F0F0;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
#secondary .widget_recommend_posts, #secondary .sidebar-popular-posts {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  #secondary .widget_recommend_posts, #secondary .sidebar-popular-posts {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  #secondary .widget_recommend_posts .widget-content ul, #secondary .sidebar-popular-posts .widget-content ul {
    margin-bottom: 0;
  }
}
#secondary .widget_recommend_posts .widget-content ul li, #secondary .sidebar-popular-posts .widget-content ul li {
  padding: 0 0 24px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  #secondary .widget_recommend_posts .widget-content ul li, #secondary .sidebar-popular-posts .widget-content ul li {
    padding: 13px 0;
  }
}
#secondary .widget_recommend_posts .widget-content ul li::before, #secondary .sidebar-popular-posts .widget-content ul li::before {
  content: "1";
  background: #CF5745;
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #secondary .widget_recommend_posts .widget-content ul li::before, #secondary .sidebar-popular-posts .widget-content ul li::before {
    top: 13px;
  }
}
#secondary .widget_recommend_posts .widget-content ul li .xeory-subloop-image, #secondary .sidebar-popular-posts .widget-content ul li .xeory-subloop-image {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1), #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0 0px 16px;
    margin-bottom: 0;
  }
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1)::before, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1)::before {
    width: 56px;
    height: 54px;
    top: 0px;
    font-size: 32px;
  }
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-image, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-image {
    max-width: 100%;
    float: none;
    margin: 0;
  }
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-image img, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-image img {
    width: 100%;
    margin: 0;
  }
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-content, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-content {
    margin-left: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 13px 0 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-content, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-content {
    padding: 12px 0 0;
  }
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-content a, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-content a {
    line-height: 24px !important;
  }
}
@media screen and (min-width: 992px) {
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title {
    top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title a, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title a {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  #secondary .widget_recommend_posts .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-meta, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-meta {
    display: none;
  }
}
#secondary .widget_recommend_posts .widget-content ul li:nth-child(2)::before, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(2)::before {
  content: "2";
}
#secondary .widget_recommend_posts .widget-content ul li:nth-child(3)::before, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(3)::before {
  content: "3";
}
#secondary .widget_recommend_posts .widget-content ul li:nth-child(4)::before, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(4)::before {
  content: "4";
}
#secondary .widget_recommend_posts .widget-content ul li:nth-child(5)::before, #secondary .sidebar-popular-posts .widget-content ul li:nth-child(5)::before {
  content: "5";
}
#secondary .widget_recommend_posts .widget-content ul li .xeory-subloop-image, #secondary .sidebar-popular-posts .widget-content ul li .xeory-subloop-image {
  width: 100%;
  max-width: 90px;
  margin-bottom: 0px !important;
}
#secondary .widget_recommend_posts .widget-content ul li .xeory-subloop-image img, #secondary .sidebar-popular-posts .widget-content ul li .xeory-subloop-image img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#secondary .widget_recommend_posts .widget-content ul li .xeory-subloop-content .xeory-subloop-title, #secondary .sidebar-popular-posts .widget-content ul li .xeory-subloop-content .xeory-subloop-title {
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  display: block;
}
@media screen and (max-width: 991px) {
  #secondary .widget_recommend_posts .widget-content ul li .xeory-subloop-content .xeory-subloop-title, #secondary .sidebar-popular-posts .widget-content ul li .xeory-subloop-content .xeory-subloop-title {
    top: 3px;
  }
}
#secondary .widget_recommend_posts .widget-content ul li .xeory-subloop-content .xeory-subloop-title a, #secondary .sidebar-popular-posts .widget-content ul li .xeory-subloop-content .xeory-subloop-title a {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
#secondary .widget_recommend_posts .widget-content ul li .xeory-subloop-content .xeory-subloop-title a:hover, #secondary .sidebar-popular-posts .widget-content ul li .xeory-subloop-content .xeory-subloop-title a:hover {
  color: #CF5745;
}
#secondary .widget_recommend_posts .widget-content ul li .xeory-subloop-content .xeory-subloop-meta, #secondary .sidebar-popular-posts .widget-content ul li .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}
#secondary .widget_recommend_posts .widget-content ul li:hover .xeory-subloop-title a, #secondary .sidebar-popular-posts .widget-content ul li:hover .xeory-subloop-title a {
  color: #CF5745;
}
#secondary .widget_recommend_posts .widget-content ul li:hover img, #secondary .sidebar-popular-posts .widget-content ul li:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_recentviews {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #secondary .widget_xeory_recentviews .widget-content ul {
    margin-bottom: 0;
  }
}
#secondary .widget_xeory_recentviews .widget-content ul li {
  padding: 0 0 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_recentviews .widget-content ul li {
    padding: 13px 0;
  }
}
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image {
  overflow: hidden;
}
#secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1)::before {
  content: "NEW";
  background: #CF5745;
  position: absolute;
  color: #fff;
  left: 0;
  top: 24px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 76px;
  height: 34px;
  top: 0px;
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1)::before {
    top: 13px;
    font-size: 12px;
    width: 34px;
    height: 15px;
  }
}
@media screen and (min-width: 992px) {
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) {
    padding: 0 0px 16px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-image {
    max-width: 100%;
    float: none;
    margin: 0;
  }
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-image img {
    width: 100%;
    height: 221px;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-content {
    margin-left: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 13px 0 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-content {
    padding: 12px 0 0;
  }
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-content a {
    line-height: 24px !important;
  }
}
@media screen and (min-width: 992px) {
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title {
    top: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-title a {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  #secondary .widget_xeory_recentviews .widget-content ul li:nth-child(1) .xeory-subloop-content .xeory-subloop-meta {
    display: none;
  }
}
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image {
  width: 100%;
  max-width: 90px;
  margin-bottom: 0px !important;
}
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title {
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  display: block;
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title {
    top: 3px;
  }
}
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title a {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title a:hover {
  color: #CF5745;
}
#secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}
#secondary .widget_xeory_recentviews .widget-content ul li:hover .xeory-subloop-title a {
  color: #CF5745;
}
#secondary .widget_xeory_recentviews .widget-content ul li:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_postviews h3 {
    margin-bottom: 24px;
  }
}
#secondary .widget_xeory_postviews .widget-content ul li {
  margin-bottom: 18px;
  padding: 0 0 19px 0;
  position: relative;
  border-bottom: 1px solid rgba(21, 38, 81, 0.05);
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_postviews .widget-content ul li {
    padding: 0 0 23px 0;
    margin-bottom: 33px;
  }
  #secondary .widget_xeory_postviews .widget-content ul li:last-child {
    margin-bottom: 0px;
  }
}
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image {
  width: auto;
  max-width: 100px;
  margin-bottom: 0px !important;
}
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content {
  margin-left: 128px;
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content {
    margin-left: 118px;
  }
}
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title {
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  display: block;
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title {
    top: 3px;
  }
}
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title a {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  display: block;
}
@media screen and (max-width: 991px) {
  #secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title a {
    font-size: 13px;
  }
}
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-title a:hover {
  color: #CF5745;
}
#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}
#secondary .widget_social_widget h3:before {
  content: "\f087";
  padding: 6px 8px;
}
#secondary .widget_social_widget .xeory-social-btns {
  padding: 0;
  text-align: center;
}
#secondary .widget_social_widget .xeory-social-btns ul {
  margin: 0;
}
#secondary .widget_social_widget .xeory-social-btns ul li {
  width: auto !important;
  padding: 0 10px !important;
  margin: 0;
}
#secondary .widget_social_widget .xeory-social-btns ul li a {
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 52px;
  border-radius: 5px;
}
#secondary .widget_social_widget .xeory-social-btns ul li a:before {
  width: 52px;
  height: 52px;
  font-size: 22px;
  margin: 0;
}
#secondary .widget_social_widget .xeory-social-btns ul li a .xeory-social-name {
  display: none;
}
#secondary .popular-posts li {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#secondary .popular-posts li a {
  color: #383838;
}
#secondary .popular-posts li.first-place {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 991px) {
  #secondary .popular-posts li.first-place {
    font-size: 13px;
    line-height: 1.4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
#secondary .popular-posts li.first-place:before {
  content: "1";
  background: #CF5745;
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 56px;
  height: 54px;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  #secondary .popular-posts li.first-place:before {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
}
#secondary .popular-posts li.first-place img {
  width: 320px;
  height: 221px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 13px;
}
@media screen and (max-width: 991px) {
  #secondary .popular-posts li.first-place img {
    width: 90px;
    height: 62px;
    margin-bottom: 0;
  }
}
#secondary .popular-posts li:before {
  background: #CF5745;
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
#secondary .popular-posts li:nth-child(2)::before {
  content: "2";
}
#secondary .popular-posts li:nth-child(3)::before {
  content: "3";
}
#secondary .popular-posts li:nth-child(4)::before {
  content: "4";
}
#secondary .popular-posts li:nth-child(5)::before {
  content: "5";
}
#secondary .popular-posts li img {
  width: 90px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}
#secondary .popular-posts .post-thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#secondary .xeory-subloop-image {
  float: none;
}

.single, .page:not(.page-post-list) {
  background: #fff;
}
.single .site-content, .page:not(.page-post-list) .site-content {
  padding: 11px 0 0;
}
@media screen and (max-width: 767px) {
  .single .site-content, .page:not(.page-post-list) .site-content {
    padding: 19px 0 51px;
  }
}
.single .site-content .xeory-breadcrumbs-list, .page:not(.page-post-list) .site-content .xeory-breadcrumbs-list {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .single .site-content .xeory-breadcrumbs-list, .page:not(.page-post-list) .site-content .xeory-breadcrumbs-list {
    margin-bottom: 34px;
  }
}
.single .site-content article, .page:not(.page-post-list) .site-content article {
  padding: 0px;
  border: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content article, .page:not(.page-post-list) .site-content article {
    padding: 0px 0px 60px;
    overflow: visible;
  }
}
.single .site-content .p-first, .page:not(.page-post-list) .site-content .p-first {
  margin-bottom: 53px;
}
.single .site-main, .page:not(.page-post-list) .site-main {
  padding-right: 400px;
}
@media screen and (max-width: 991px) {
  .single .site-main, .page:not(.page-post-list) .site-main {
    padding-right: 0;
  }
}
.single .entry-meta, .page:not(.page-post-list) .entry-meta {
  height: 33px;
  margin-bottom: 0;
  list-style: none;
}
.single .entry-meta:before, .page:not(.page-post-list) .entry-meta:before {
  content: none;
}
.single .cat, .page:not(.page-post-list) .cat {
  padding: 3px 6px 3px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .single .cat, .page:not(.page-post-list) .cat {
    display: inline-block;
  }
}
.single .cat a, .page:not(.page-post-list) .cat a {
  color: #666;
}
.single .date, .page:not(.page-post-list) .date {
  line-height: normal;
  display: inline-block;
  color: #666;
  position: relative;
}
.single .date::before, .page:not(.page-post-list) .date::before {
  content: "";
  -webkit-mask-image: url(../../images/icon/clock.svg);
          mask-image: url(../../images/icon/clock.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background: #666;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.single .modified, .page:not(.page-post-list) .modified {
  display: inline-block;
  margin-right: 3px;
  color: #666;
}
.single i, .page:not(.page-post-list) i {
  margin-right: 4px;
}
.single h1, .page:not(.page-post-list) h1 {
  margin: 24px 0 15px;
  font-size: 36px;
  line-height: 1.5;
}
@media screen and (max-width: 550px) {
  .single h1, .page:not(.page-post-list) h1 {
    margin: 7px 0px 24px;
    font-size: 24px;
  }
}
.single .bzb-sns-area, .page:not(.page-post-list) .bzb-sns-area {
  display: block;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .single .bzb-sns-area, .page:not(.page-post-list) .bzb-sns-area {
    text-align: left;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 550px) {
  .single .bzb-sns-area .bzb-sns-btn > li, .page:not(.page-post-list) .bzb-sns-area .bzb-sns-btn > li {
    padding: 0 4px !important;
  }
}
.single .bzb-sns-area .bzb-sns-btn li.bzb-facebook, .page:not(.page-post-list) .bzb-sns-area .bzb-sns-btn li.bzb-facebook {
  padding-top: 7px !important;
}
@media screen and (max-width: 550px) {
  .single .bzb-sns-area .bzb-sns-btn li.bzb-facebook, .page:not(.page-post-list) .bzb-sns-area .bzb-sns-btn li.bzb-facebook {
    max-width: 100px !important;
    padding-top: 3px !important;
  }
}
@media screen and (max-width: 550px) {
  .single .bzb-sns-area .bzb-sns-btn li.bzb-facebook > div, .page:not(.page-post-list) .bzb-sns-area .bzb-sns-btn li.bzb-facebook > div {
    margin-left: -20px !important;
  }
}
.single .entry-content, .page:not(.page-post-list) .entry-content {
  padding: 15px 0 0;
}
@media screen and (max-width: 550px) {
  .single .entry-content, .page:not(.page-post-list) .entry-content {
    padding: 0;
    overflow: visible;
  }
}
.single .entry-content a, .page:not(.page-post-list) .entry-content a {
  text-decoration: none;
}
.single .entry-content a:hover, .page:not(.page-post-list) .entry-content a:hover {
  text-decoration: underline;
}
.single .entry-thumbnail, .page:not(.page-post-list) .entry-thumbnail {
  margin: 0 0 18px 0;
  overflow: hidden;
  width: 100%;
  float: none;
}
.single .entry-thumbnail img, .page:not(.page-post-list) .entry-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .bzb-sns-btn, .page:not(.page-post-list) .bzb-sns-btn {
  padding-left: 0;
}
.single .bzb-sns-btn li, .page:not(.page-post-list) .bzb-sns-btn li {
  font-size: 12px;
}
.single .entry-header .cat, .page:not(.page-post-list) .entry-header .cat {
  position: inherit;
  padding: 0;
}
.single .entry-header .date, .page:not(.page-post-list) .entry-header .date {
  margin-right: 6px;
}
.single .entry-header .date::before, .page:not(.page-post-list) .entry-header .date::before {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../../images/icon/clock.svg);
          mask-image: url(../../images/icon/clock.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #666;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.single .entry-footer, .page:not(.page-post-list) .entry-footer {
  background: #fff;
  border: 0;
  padding: 0;
  display: block;
}
.single .entry-footer .bzb-sns-area, .page:not(.page-post-list) .entry-footer .bzb-sns-area {
  margin: 0 0 0px;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .single .entry-footer .bzb-sns-area, .page:not(.page-post-list) .entry-footer .bzb-sns-area {
    padding-top: 24px;
    padding-bottom: 60px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .single .entry-footer .bzb-sns-area li.bzb-facebook, .page:not(.page-post-list) .entry-footer .bzb-sns-area li.bzb-facebook {
    padding-top: 0px !important;
  }
}
.single .entry-footer .post-footer-list, .page:not(.page-post-list) .entry-footer .post-footer-list {
  padding-bottom: 0;
}
.single .entry-footer .post-footer-list li, .page:not(.page-post-list) .entry-footer .post-footer-list li {
  padding-bottom: 1em;
}
.single .entry-footer .post-footer-list li:before, .page:not(.page-post-list) .entry-footer .post-footer-list li:before {
  color: #CF5745;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .single .entry-footer .post-footer-list li:before, .page:not(.page-post-list) .entry-footer .post-footer-list li:before {
    margin-right: 8px;
  }
}
.single .entry-footer .post-footer-list li a, .page:not(.page-post-list) .entry-footer .post-footer-list li a {
  color: #CF5745;
  text-decoration: none;
}
.single .entry-footer .post-footer-list li a:hover, .page:not(.page-post-list) .entry-footer .post-footer-list li a:hover {
  text-decoration: underline;
}
.single .entry-footer .post-footer-list .cat, .page:not(.page-post-list) .entry-footer .post-footer-list .cat {
  padding-bottom: 9px;
}
.single .entry-footer .post-footer-list .cat:before, .page:not(.page-post-list) .entry-footer .post-footer-list .cat:before {
  content: url("../../images/icon/icon-folder.svg");
}
.single .entry-footer .post-footer-list .tag:before, .page:not(.page-post-list) .entry-footer .post-footer-list .tag:before {
  content: url("../../images/icon/icon-tag.svg");
  position: relative;
  top: 4px;
}
.single .underpost-widget, .page:not(.page-post-list) .underpost-widget {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .single .underpost-widget, .page:not(.page-post-list) .underpost-widget {
    padding: 24px 16px;
  }
}
.single .underpost-widget h3, .page:not(.page-post-list) .underpost-widget h3 {
  padding-bottom: 15px;
  margin-bottom: 26px;
  font-size: 28px;
  color: #CF5745;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .single .underpost-widget h3, .page:not(.page-post-list) .underpost-widget h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 33px;
    padding-left: 23px;
    border-bottom: 2px solid #ddd;
  }
}
.single .underpost-widget h3:before, .page:not(.page-post-list) .underpost-widget h3:before {
  content: "";
  -webkit-mask-image: url(../../images/icon-h3-title.svg);
          mask-image: url(../../images/icon-h3-title.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #D20000;
  margin-right: 8px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0px;
  top: -8px;
}
@media screen and (max-width: 767px) {
  .single .underpost-widget h3:before, .page:not(.page-post-list) .underpost-widget h3:before {
    top: -11px;
  }
}
.single .underpost-widget h3::after, .page:not(.page-post-list) .underpost-widget h3::after {
  content: "RELATED POST";
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  left: 27px;
  top: -18px;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 767px) {
  .single .underpost-widget h3::after, .page:not(.page-post-list) .underpost-widget h3::after {
    left: 24px;
    top: -16px;
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.single .widget_xeory_related_posts, .page:not(.page-post-list) .widget_xeory_related_posts {
  padding: 56px 0 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .single .widget_xeory_related_posts, .page:not(.page-post-list) .widget_xeory_related_posts {
    padding: 55px 0px 0;
    margin-bottom: 70px;
  }
}
.single .widget_xeory_related_posts .xeory-subloop-title, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop-title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .single .widget_xeory_related_posts .xeory-subloop-title, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop-title {
    margin-bottom: 0;
  }
}
.single .widget_xeory_related_posts .xeory-subloop-title a, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop-title a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .single .widget_xeory_related_posts .xeory-subloop-title a, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop-title a {
    top: -5px;
    position: relative;
  }
}
.single .widget_xeory_related_posts .xeory-subloop-meta, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop-meta {
  display: none;
}
.single .widget_xeory_related_posts .xeory-subloop, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item {
  width: calc((100% - 60px) / 4);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .single .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.single .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:hover .xeory-subloop-title a, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:hover .xeory-subloop-title a {
  color: #CF5745;
}
.single .widget_xeory_related_posts .xeory-subloop .xeory-subloop-image, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop .xeory-subloop-image {
  float: none;
  width: 100%;
  padding-top: 6px;
  margin-right: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .single .widget_xeory_related_posts .xeory-subloop .xeory-subloop-image, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop .xeory-subloop-image {
    max-width: 90px;
    margin-right: 16px;
    padding-top: 0;
  }
}
.single .widget_xeory_related_posts .xeory-subloop .xeory-subloop-content, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop .xeory-subloop-content {
  margin-left: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single .widget_xeory_related_posts .xeory-subloop .xeory-subloop-content, .page:not(.page-post-list) .widget_xeory_related_posts .xeory-subloop .xeory-subloop-content {
    width: calc(100% - 106px);
  }
}
.single .widget_social_widget, .page:not(.page-post-list) .widget_social_widget {
  border-bottom: 0;
}
.single .widget_social_widget .side-widget-title, .page:not(.page-post-list) .widget_social_widget .side-widget-title {
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 24px;
  border-bottom: 1px dotted #ccc;
}
.single .widget_social_widget .xeory-social-twitter, .page:not(.page-post-list) .widget_social_widget .xeory-social-twitter {
  padding: 0 0 20px;
}
@media screen and (max-width: 991px) {
  .single .widget_social_widget .xeory-social-twitter, .page:not(.page-post-list) .widget_social_widget .xeory-social-twitter {
    margin-bottom: 16px;
  }
}
.single .widget_social_widget .xeory-social-btns li a, .page:not(.page-post-list) .widget_social_widget .xeory-social-btns li a {
  border-radius: 5px;
}
@media screen and (max-width: 340px) {
  .single .widget_social_widget .xeory-social-btns li a, .page:not(.page-post-list) .widget_social_widget .xeory-social-btns li a {
    padding: 10px;
  }
}
.single .widget_social_widget .xeory-social-facebook, .page:not(.page-post-list) .widget_social_widget .xeory-social-facebook {
  padding: 0 8px 32px;
  width: 100%;
}
.single .post-author, .page:not(.page-post-list) .post-author {
  background: #FEF5F5;
  padding: 0;
  border: 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single .post-author, .page:not(.page-post-list) .post-author {
    padding: 0 0px 0px;
    margin-top: 48px;
  }
}
.single .post-author .clearfix, .page:not(.page-post-list) .post-author .clearfix {
  padding: 26px 39px 32px;
}
@media screen and (max-width: 767px) {
  .single .post-author .clearfix, .page:not(.page-post-list) .post-author .clearfix {
    padding: 22px 20px 26px;
  }
}
@media screen and (max-width: 767px) {
  .single .post-author .clearfix .post-author-img, .page:not(.page-post-list) .post-author .clearfix .post-author-img {
    margin: -68px 0 6px;
  }
}
.single .post-author .clearfix .post-author-img .inner, .page:not(.page-post-list) .post-author .clearfix .post-author-img .inner {
  width: 82px;
  height: 82px;
  overflow: hidden;
  border-radius: 50%;
  border: 0;
  display: inline-block;
  margin-right: 37px;
}
@media screen and (max-width: 767px) {
  .single .post-author .clearfix .post-author-img .inner, .page:not(.page-post-list) .post-author .clearfix .post-author-img .inner {
    margin: 0 auto;
  }
}
.single .post-author .clearfix .post-author-img .inner img, .page:not(.page-post-list) .post-author .clearfix .post-author-img .inner img {
  width: 80px;
  height: 80px;
}
.single .post-author .clearfix .post-author-meta, .page:not(.page-post-list) .post-author .clearfix .post-author-meta {
  font-size: 16px;
}
.single .post-author .clearfix .author-name, .page:not(.page-post-list) .post-author .clearfix .author-name {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .single .post-author .clearfix .author-name, .page:not(.page-post-list) .post-author .clearfix .author-name {
    width: 100%;
    text-align: center;
    line-height: 1;
  }
}
.single .post-author .clearfix .author-description, .page:not(.page-post-list) .post-author .clearfix .author-description {
  line-height: 1.8;
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #696969;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .single .post-author .clearfix .author-description, .page:not(.page-post-list) .post-author .clearfix .author-description {
    font-size: 13px;
    color: #222;
    margin-top: 19px;
  }
}
.single .post-author .clearfix .underpost-author-link, .page:not(.page-post-list) .post-author .clearfix .underpost-author-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single .post-author .clearfix .underpost-author-link, .page:not(.page-post-list) .post-author .clearfix .underpost-author-link {
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}
.single .post-author .clearfix .underpost-author-link span, .page:not(.page-post-list) .post-author .clearfix .underpost-author-link span {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .single .post-author .clearfix .underpost-author-link span, .page:not(.page-post-list) .post-author .clearfix .underpost-author-link span {
    margin: 0;
  }
}
.single .post-author .clearfix .author-info, .page:not(.page-post-list) .post-author .clearfix .author-info {
  color: #383838;
  width: calc(100% - 118px);
  padding-top: 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  .single .post-author .clearfix .author-info, .page:not(.page-post-list) .post-author .clearfix .author-info {
    width: 100%;
    padding-top: 0px;
  }
}
.single .post-author-img .inner, .page:not(.page-post-list) .post-author-img .inner {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #e5e5e5;
  display: inline-block;
}
.single .post-author-img .inner img, .page:not(.page-post-list) .post-author-img .inner img {
  width: 100%;
  height: auto;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
}
.single .post-author-meta, .page:not(.page-post-list) .post-author-meta {
  font-size: 16px;
  font-weight: normal;
}
.single .author, .page:not(.page-post-list) .author {
  color: #CF5745;
  font-weight: bold;
}

.single .entry-content {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .single .entry-content {
    margin-bottom: 0px;
  }
}

.home .site-main {
  padding-right: 0;
}
.home .site-content {
  padding: 0;
}
.home .content-area {
  float: none;
  margin-bottom: 0;
}
.home .sec-main-visual {
  padding:21px 0 33px;
  background-image: url(../../images/mv.jpg);
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  position: relative;
}
@media screen and (max-width: 991px) {
  .home .sec-main-visual {
    padding: 27px 0 20px;
  }
}
.home .sec-main-visual .visual-sliders {
  position: relative;
  display: block;
}
.home .sec-main-visual .visual-sliders.slick-dotted.slick-slider .slick-track {
  display: flex;
}
.home .sec-main-visual .visual-sliders.slick-dotted.slick-slider .slick-track::after,
.home .sec-main-visual .visual-sliders.slick-dotted.slick-slider .slick-track::before {
  content: "";
  display: table;
}
.home .sec-main-visual .visual-sliders.slick-dotted.slick-slider .slick-track >a {
  height: 100%;
}

.home .sec-main-visual .visual-sliders.slick-dotted.slick-slider {
  margin-bottom: 10px;
}
.home .sec-main-visual .visual-sliders .slick-list .item {
  margin: 0 11px;
  position: relative;
  max-width: 663px;
  display: block;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .home .sec-main-visual .visual-sliders .slick-list .item {
    margin: 0 10px;
  }
}
.home .sec-main-visual .visual-sliders .slick-list .slide-image {
  max-height: 380px;
}
.home .sec-main-visual .visual-sliders .slick-list .item:hover img {
  opacity: 0.6;
}
.home .sec-main-visual .visual-sliders .slick-list .item img {
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .home .sec-main-visual .visual-sliders .slick-list .item img {
    height: auto;
  }
}
.home .sec-main-visual .visual-sliders .slick-list .item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  padding: 15px 0px 0px;
  color: transparent;
}
@media screen and (max-width: 550px) {
  .home .sec-main-visual .visual-sliders .slick-list .item .title {
    font-size: 16px;
    padding: 40px 0px 0px;
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-main-visual .visual-sliders .slick-list .item .meta {
    margin-left: -32px;
    margin-right: -32px;
  }
  .home .sec-main-visual .visual-sliders .slick-list .item .meta .cats,
  .home .sec-main-visual .visual-sliders .slick-list .item .meta .date {
    color: transparent;
  }
  .home .sec-main-visual .visual-sliders .slick-list .item .meta .cats::before,
  .home .sec-main-visual .visual-sliders .slick-list .item .meta .date::before {
    background: transparent !important;
  }
  
  .home .sec-main-visual .visual-sliders .slick-list .item .meta .date::before {
    background: #888 !important;
  }
}
.home .sec-main-visual .visual-sliders .slick-list .item .meta .cats {
  color: transparent;
  font-size: 12px;
  font-weight: 400;
}
.home .sec-main-visual .visual-sliders .slick-list .item .meta .cats span {
  position: relative;
}
.home .sec-main-visual .visual-sliders .slick-list .item .meta .cats span::after {
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: inline-block;
  top: -2px;
  margin: 0 3px;
  position: relative;
  background: transparent;
}
.home .sec-main-visual .visual-sliders .slick-list .item .meta .cats span:last-child::after {
  display: none;
}
.home .sec-main-visual .visual-sliders .slick-list .item .meta .date {
  color: transparent;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  position: relative;
}
.home .sec-main-visual .visual-sliders .slick-list .item .meta .date::before {
  content: "";
  width: 13px;
  height: 13px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../../images/clock.svg);
          mask-image: url(../../images/clock.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: transparent;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.home .sec-main-visual .visual-sliders .slick-list a.slick-active .title {
  color: #333;
  margin-bottom: 5px;
}
.home .sec-main-visual .visual-sliders .slick-list a.slick-active .cats {
  color: #CF5745 !important;
}
.home .sec-main-visual .visual-sliders .slick-list a.slick-active .cats span::after {
  background: #CF5745 !important;
}
.home .sec-main-visual .visual-sliders .slick-list a.slick-active .date {
  color: #888 !important;
}
.home .sec-main-visual .visual-sliders .slick-list a.slick-active .date::before {
  background: #888 !important;
}
@media screen and (max-width: 550px) {
  .home .sec-main-visual .visual-sliders .slick-dots {
    bottom: 88px;
  }
}
.home .sec-main-visual .visual-sliders .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
}
@media screen and (max-width: 550px) {
  .home .sec-main-visual .visual-sliders .slick-dots li {
    margin: 0 7px;
  }
}
.home .sec-main-visual .visual-sliders .slick-dots li button {
  background: #C0C0C0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
}
.home .sec-main-visual .visual-sliders .slick-dots li button::before {
  content: none;
}
.home .sec-main-visual .visual-sliders .slick-dots li.slick-active button {
  background: #CF5745;
}
.home .sec-main-visual .wrap-custom-arrows {
  position: absolute;
  top: 36%;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .home .sec-main-visual .wrap-custom-arrows {
    top: 21%;
  }
}
@media screen and (max-width: 400px) {
  .home .sec-main-visual .wrap-custom-arrows {
    top: 96px;
  }
}
.home .sec-main-visual .custom-arrows {
  max-width: 734px;
  margin: auto;
  position: relative;
  height: 48px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .home .sec-main-visual .custom-arrows {
    max-width: 100%;
  }
}
.home .sec-main-visual .custom-arrows .slick-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 2;
  background: url(../../images/bg-prev.png);
  background-size: cover;
}
.home .sec-main-visual .custom-arrows .slick-arrow::before {
  content: none;
}
.home .sec-main-visual .custom-arrows .slick-prev {
  left: 30px;
}
@media screen and (max-width: 991px) {
  .home .sec-main-visual .custom-arrows .slick-prev {
    left: 13%;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-main-visual .custom-arrows .slick-prev {
    left: 3%;
  }
}
.home .sec-main-visual .custom-arrows .slick-next {
  right: 30px;
  background-size: cover;
  background: url(../../images/bg-next.png);
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .home .sec-main-visual .custom-arrows .slick-next {
    right: 13%;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-main-visual .custom-arrows .slick-next {
    right: 3%;
  }
}
.home .sec-search {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background-image: url(../../images/bg-search.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 48px 0 57px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .home .sec-search {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-search {
    background-image: url(../../images/bg-search-sp.jpg);
  }
}
.home .sec-search .search-form {
  max-width: 600px;
  margin: auto;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .home .sec-search .search-form {
    max-width: 343px;
  }
}
.home .sec-search h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .home .sec-search h2 {
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.home .sec-search .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1122px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .home .sec-search .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-search .tags {
    max-width: 343px;
  }
}
.home .sec-search .tags .description {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 56px 8px 0px;
  text-align: right;
  width: 254px;
  position: relative;
}
.home .sec-search .tags .description::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 40px;
  position: absolute;
  right: 1px;
  top: 6px;
}
@media screen and (max-width: 991px) {
  .home .sec-search .tags .description::after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .home .sec-search .tags .description {
    padding: 10px 0px 20px;
    width: 100%;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 17px;
  }
}
.home .sec-search .tags .list-tag {
  padding-left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  gap: 5px 12px;
  width: calc(100% - 306px);
}
@media screen and (max-width: 991px) {
  .home .sec-search .tags .list-tag {
    padding-left: 0;
    width: 100%;
  }
}
.home .sec-search .tags .list-tag a {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  line-height: 1.8;
}
.home .sec-search .tags .list-tag a:hover {
  text-decoration: underline;
}
.home .sec-category-news {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 75px 0 91px;
  background-image: url(../../images/bg-category.png);
  background-size: 804px auto;
  background-position: bottom left;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news {
    padding: 75px 0 66px;
  }
}
.home .sec-category-news h2 {
  color: #CF5745;
  font-size: 32px;
  letter-spacing: 1.6px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  margin-bottom: 36px;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
    padding-left: 25px;
    padding-bottom: 7px;
    margin-bottom: 18px;
  }
}
.home .sec-category-news h2::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/icon-h3-title.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -11px;
}
.home .sec-category-news h2 .sub {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #CF5745;
  font-size: 16px;
  position: absolute;
  top: -21px;
  left: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .home .sec-category-news h2 .sub {
    font-size: 13px;
    letter-spacing: 0.65px;
    left: 26px;
    top: -16px;
  }
}
.home .sec-category-news h2 .desc {
  color: #4E4E4E;
  letter-spacing: 0.6px;
  font-weight: 400;
  font-size: 12px;
  margin-left: 26px;
  top: 9px;
  position: relative;
}
.home .sec-category-news h2 .read-more {
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  top: 3px;
  position: relative;
}
.home .sec-category-news h2 .read-more a::after {
  content: url(../../images/icon-more.svg);
  position: relative;
  top: 6px;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news h2 .read-more {
    width: 100%;
    top: 0;
    text-align: center;
    font-size: 18px;
  }
  .home .sec-category-news h2 .read-more a {
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-category-news h2 .desc,
  .home .sec-category-news h2 .read-more {
    display: none;
  }
}
.home .sec-category-news .cate-desc-sp {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .home .sec-category-news .cate-desc-sp {
    display: none;
  }
}
.home .sec-category-news .read-more-sp {
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  top: 3px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home .sec-category-news .read-more-sp {
    display: none;
  }
}
.home .sec-category-news .read-more-sp a::after {
  content: url(../../images/icon-more-sp.svg);
  position: relative;
  top: 6px;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .read-more-sp {
    width: 100%;
    top: 0;
    text-align: center;
    font-size: 18px;
  }
  .home .sec-category-news .read-more-sp a {
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.home .sec-category-news .row-category {
  margin-bottom: 17px;
}
.home .sec-category-news .row-category .sec-category-child {
  position: relative;
  padding: 20px 0 74px;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .row-category .sec-category-child {
    padding: 0px 0 91px;
  }
  .home .sec-category-news .row-category .sec-category-child:last-child {
    padding: 0px 0 74px;
  }
}
.home .sec-category-news .row-category .list-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .row-category .list-post {
    margin-bottom: 34px;
  }
}
.home .sec-category-news .row-category .list-post a {
  display: block;
  width: calc((100% - 68px) / 3);
  background: #FFF;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .row-category .list-post a {
    width: 100%;
  }
}
.home .sec-category-news .row-category .list-post a:hover {
  border: 1px solid var(--main-new, #CF5745);
}
.home .sec-category-news .row-category .list-post a:hover .entry-title {
  color: #CF5745 !important;
}
.home .sec-category-news .row-category .list-post article {
  word-spacing: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.home .sec-category-news .row-category .list-post article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .row-category .list-post article:last-child {
    margin-right: 0;
  }
}
.home .sec-category-news .row-category .list-post article .entry-header {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .row-category .list-post article .entry-header {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.home .sec-category-news .row-category .list-post article .entry-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .sec-category-news .row-category .list-post article .entry-content {
  padding: 16px 22px 32px;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .row-category .list-post article .entry-content {
    padding: 5px 19px 25px;
  }
}
.home .sec-category-news .row-category .list-post article .entry-content .entry-title {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  border-left: 0;
  font-weight: 700;
  background: none;
  margin-bottom: 13px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .row-category .list-post article .entry-content .entry-title {
    margin-bottom: 9px;
  }
}
.home .sec-category-news .row-category .list-post article .entry-content .cat-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .sec-category-news .row-category .list-post article .entry-content .cat-date .date {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin-right: 9px;
}
.home .sec-category-news .row-category .list-post article .entry-content .cat-date .date::before {
  content: "";
  width: 13px;
  height: 13px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../../images/clock.svg);
          mask-image: url(../../images/clock.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #666;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.home .sec-category-news .row-category .list-post article .entry-content .cat-date .cats {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.home .sec-category-news .row-category .list-post article .entry-content .cat-date .cats span::after {
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #666;
  top: -2px;
  margin: 0 3px;
  position: relative;
}
.home .sec-category-news .row-category .list-post article .entry-content .cat-date .cats span:last-child::after {
  display: none;
}
.home .sec-category-news .row-news .cate-desc-sp {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .home .sec-category-news .row-news .cate-desc-sp {
    display: none;
  }
}
.home .sec-category-news .list-news {
  word-spacing: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.home .sec-category-news .list-news a {
  display: block;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .list-news a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
}
.home .sec-category-news .list-news a:hover .thumbnail img {
  opacity: 0.8;
}
.home .sec-category-news .list-news a:hover .content .entry-title {
  color: #CF5745;
}
.home .sec-category-news .list-news a:first-child {
  position: relative;
}
.home .sec-category-news .list-news a:first-child::before {
  content: "NEW";
  background: #CF5745;
  position: absolute;
  color: #fff;
  left: 0;
  top: 0px;
  width: 48px;
  height: 24px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .list-news a:first-child::before {
    width: 37px;
    height: 17px;
    top: 5px;
  }
}
.home .sec-category-news .list-news a:nth-child(2n) {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .list-news a:last-child {
    margin-bottom: 19px;
  }
}
.home .sec-category-news .list-news .wrap-content {
  word-spacing: 0;
  padding: 0;
  border: 0;
  margin-right: 32px;
  margin-bottom: 0;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .list-news .wrap-content {
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.home .sec-category-news .list-news .wrap-content:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .list-news .wrap-content:last-child {
    margin-right: 0;
  }
}
.home .sec-category-news .list-news .wrap-content .thumbnail {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  width: 168px;
}
@media screen and (max-width: 1200px) {
  .home .sec-category-news .list-news .wrap-content .thumbnail {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .list-news .wrap-content .thumbnail {
    margin: 0;
    float: none;
    width: 102px;
    margin-right: 12px;
    padding-top: 5px;
  }
}
.home .sec-category-news .list-news .wrap-content .thumbnail img {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
.home .sec-category-news .list-news .wrap-content .content {
  padding: 0px 18px;
  position: relative;
  display: inline-block;
  width: calc(100% - 211px);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .home .sec-category-news .list-news .wrap-content .content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .list-news .wrap-content .content {
    padding: 0;
    width: calc(100% - 114px);
    float: none;
  }
}
.home .sec-category-news .list-news .wrap-content .content .entry-title {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-weight: 700;
  margin-bottom: 9px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .home .sec-category-news .list-news .wrap-content .content .entry-title {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.home .sec-category-news .list-news .wrap-content .content .cat-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home .sec-category-news .list-news .wrap-content .content .cat-date .cats {
  color: #666;
  margin-right: 7px;
  font-size: 12px;
}
.home .sec-category-news .list-news .wrap-content .content .cat-date .cats span {
  position: relative;
}
.home .sec-category-news .list-news .wrap-content .content .cat-date .cats span::after {
  content: "";
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #666;
  top: -2px;
  margin: 0 3px;
  position: relative;
}
.home .sec-category-news .list-news .wrap-content .content .cat-date .cats span:last-child::after {
  display: none;
}
.home .sec-category-news .list-news .wrap-content .content .cat-date .date {
  font-size: 12px;
  color: #666;
  margin-right: 9px;
}
.home .sec-category-news .list-news .wrap-content .content .cat-date .date::before {
  content: "";
  -webkit-mask-image: url(../../images/icon/clock.svg);
          mask-image: url(../../images/icon/clock.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background: #666;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.page.page-inquiry .site-content {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .page.page-inquiry .site-content {
    padding-top: 50px;
  }
}
.page.page-inquiry .site-content .content-area {
  margin-bottom: 60px;
}
.page.page-inquiry .site-content .xeory-breadcrumbs {
  display: none;
}
.page.page-inquiry .site-content .site-main {
  padding-right: 0;
}
.page.page-inquiry .site-content .site-main article .entry-header {
  margin-bottom: 40px;
}
.page.page-inquiry .site-content .site-main article .entry-header .entry-title {
  font-size: 32px;
  color: #CF5745;
  line-height: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-header .entry-title {
    font-size: 24px;
  }
}
.page.page-inquiry .site-content .site-main article .entry-header .description {
  font-size: 14px;
  line-height: 24px;
  color: #383838;
  font-weight: 300;
}
.page.page-inquiry .site-content .site-main article .entry-content {
  padding: 49px 42px 105px;
  border: 1px solid #EDEDED;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content {
    padding: 0;
    border: 0;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap {
  margin: 0 auto;
  padding: 0 22px;
}
@media (max-width: 550px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap {
    padding: 0;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row {
    margin: 0;
    padding: 12px 0;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-left {
  width: 313px;
  font-weight: 700;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #e4e4e4;
  border-right: 0;
  background: #F5F7F7;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-left {
    width: 100%;
    border-right: 1px solid #e4e4e4;
    border-bottom: 0;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-left .required {
  font-weight: 300;
  font-size: 10px;
  color: #CF5745;
  display: inline-block;
  margin-left: 5px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-left p {
  height: 52px;
  line-height: 52px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row.row-message .row-left {
  height: 280px;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row.row-message .row-left {
    height: auto;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row.row-message .row-left p {
  height: auto;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right {
  width: calc(100% - 313px);
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right {
    width: 100%;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right input {
  width: 100%;
  padding: 0px 8px 0px 30px;
  border-radius: 0 !important;
  height: 52px;
  line-height: 52px;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right input {
    padding: 9px 8px 9px 18px;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right input::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right input:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right input:-moz-placeholder { /* Firefox 18- */
  color: #bbb;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right input[type=radio] + .wpcf7-list-item-label::before {
  background: #BB9921;
  margin-top: 0;
  width: 9px;
  height: 9px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-sales] .wpcf7-radio {
  max-width: 386px;
}
@media (max-width: 1199px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-sales] .wpcf7-radio {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-sales] .wpcf7-radio {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-sales] .wpcf7-radio > .wpcf7-list-item {
  line-height: 28px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-sales] input[type=radio] + .wpcf7-list-item-label::before {
  left: 5px;
  margin-top: 0;
  top: 7px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-sales] input[type=radio] + .wpcf7-list-item-label::after {
  margin: 0px 0 0 0;
  left: 2px;
  top: 4px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-inquiri] input[type=radio] + .wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-inquiri] input[type=radio] + .wpcf7-list-item-label {
    line-height: 23px;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-inquiri] input[type=radio] + .wpcf7-list-item-label::after {
  left: 2px;
  top: 5px;
  margin: 0;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-inquiri] input[type=radio] + .wpcf7-list-item-label::before {
  left: 5px;
  top: 8px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-inquiri] .wpcf7-radio > .wpcf7-list-item {
  line-height: 23px;
  margin: 0 0 4px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row .row-right .wpcf7-form-control-wrap[data-name=your-inquiri] .wpcf7-radio > .wpcf7-list-item:last-child {
  margin: 0;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row select {
  width: 100%;
  background: none;
  border: 1px solid #e4e4e4;
  height: 52px;
  padding-left: 30px;
  background-image: url("../../images/icon-triangle-down.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 11px 9px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .form-row textarea {
  max-height: 280px !important;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree {
  text-align: center;
  margin-bottom: 20px;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .required {
  display: none;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-form-control-wrap {
  display: inline-block;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-list-item {
  margin: 0;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-list-item-label {
  position: relative;
  padding-left: 37px;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  color: #666;
}
@media (max-width: 374px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-list-item-label {
    font-size: 13px;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-list-item-label::before, .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-list-item-label::before {
  left: 8px;
  margin-top: -8px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #383838;
  border-bottom: 2px solid #383838;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-list-item-label::after {
  left: 0;
  margin: -10px 0 0 0;
  width: 22px;
  height: 22px;
  border: 1px solid #d4d4d4;
  background: transparent;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  opacity: 1 !important;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-not-valid-tip {
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .agree .wpcf7-not-valid-tip {
    position: absolute;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .wpcf7-form-control-wrap {
  position: static;
  display: block;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  top: 100%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    padding-left: 18px;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .text-policy {
  text-align: center;
  font-size: 14px;
  color: #B04ACC;
  display: block;
  margin: auto;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .text-policy:hover {
  text-decoration: underline;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .submit-btn {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .submit-btn {
    width: 100%;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .submit-btn input.submit-icon {
  font-weight: 700;
  max-width: 405px;
  border-radius: 6px;
  padding: 16px 24px;
  border: 0;
  font-size: 21px;
}
@media (max-width: 767px) {
  .page.page-inquiry .site-content .site-main article .entry-content .form-wrap .submit-btn input.submit-icon {
    max-width: 303px;
    padding: 16px 50px;
  }
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .submit-btn .wpcf7-spinner {
  display: block;
  margin: auto;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .submit-btn input[type=submit]:hover {
  background-position: 100% 0 !important;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .submit-btn input[type=submit]:disabled {
  opacity: 0.8;
}
.page.page-inquiry .site-content .site-main article .entry-content .form-wrap .submit-btn input[type=submit]:disabled:hover {
  background-color: #a0a0a0 !important;
}
.page.page-inquiry .entry-thumbnail,
.page.page-inquiry .widget-area,
.page.page-inquiry .bzb-sns-bn {
  display: none;
}