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

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

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

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

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

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

a:hover {
  color: #f39700;
}

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

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

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

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

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

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

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

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

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

/*------ TOC ------*/
#toc_container {
  margin: 0 0 40px 0;
  padding: 32px;
  width: 100% !important;
}

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

.toc_number {
  display: none;
}

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

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

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

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

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

/*------ サイドバーSNSボタン ------*/
#secondary .sns-list {
  text-align: center;
  margin: 36px 0 0 0;
}

#secondary .sns-list li {
  border: 0;
  display: inline-block;
  font-size: 18px;
  padding: 0 7px;
}

#secondary .sns-list li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  margin-left: 0;
  border-radius: 100%;
}

#secondary .sns-list li a:hover {
  background: #fff;
}

#secondary .sns-list .post-sns-facebook a {
  border: 2px solid #3b5998;
  background: #3b5998;
}

#secondary .sns-list .post-sns-facebook a:hover {
  border: 2px solid #3b5998;
  color: #3b5998;
}

#secondary .sns-list .post-sns-twitter a {
  border: 2px solid #43ccf7;
  background: #43ccf7;
}

#secondary .sns-list .post-sns-twitter a:hover {
  border: 2px solid #43ccf7;
  color: #43ccf7;
}

#secondary .sns-list .post-sns-google a {
  border: 2px solid #d23f2d;
  background: #d23f2d;
}

#secondary .sns-list .post-sns-google a:hover {
  border: 2px solid #d23f2d;
  color: #d23f2d;
}

#secondary .sns-list .post-sns-feedly a {
  border: 2px solid #87c031;
  background: #87c031;
}

#secondary .sns-list .post-sns-feedly a:hover {
  border: 2px solid #87c031;
  color: #87c031;
}

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

/*------ pagetop ------*/
.pagetop {
  z-index: 100;
}

/*------ sp-navボタン ------*/
.sp-nav-btn {
  position: absolute;
  top: -18px;
  right: 14px;
  overflow: auto;
}

.sp-nav-btn:before {
  display: block;
  font-size: 32px;
  text-align: center;
}

.sp-nav-btn:after {
  content: "MENU";
  font-size: 10px;
  display: block;
  margin: -12px auto 0 auto;
  text-align: center;
}

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

@media screen and (max-width: 1199px) {
  .search-no-results .entry-content, .error404 .entry-content {
    padding: 42px 20px !important;
  }
}

.search-no-results .entry-content h2, .search-no-results .entry-content h3, .search-no-results .entry-content h4, .error404 .entry-content h2, .error404 .entry-content h3, .error404 .entry-content h4 {
  text-align: left;
}

.search-no-results .entry-content h2, .error404 .entry-content h2 {
  width: 100%;
  margin: 80px 0 0;
}

.search, .error404, .original-category, .page, .archive {
  overflow: hidden;
}

.search .site-header, .error404 .site-header, .original-category .site-header, .page .site-header, .archive .site-header {
  background: url(../../images/bor-img.png) repeat-x #fff;
}

.search article, .error404 article, .original-category article, .page article, .archive article {
  border: 0;
  border-bottom: 1px solid #E5E5E3;
}

.search .entry-header .cat, .error404 .entry-header .cat, .original-category .entry-header .cat, .page .entry-header .cat, .archive .entry-header .cat {
  display: none;
}

.search .entry-thumbnail:after, .error404 .entry-thumbnail:after, .original-category .entry-thumbnail:after, .page .entry-thumbnail:after, .archive .entry-thumbnail:after {
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .search .searchTop, .error404 .searchTop, .original-category .searchTop, .archive .searchTop {
    margin-right: 40px !important;
  }
}

.search-results .site-main, .archive .site-main, .page-post-list .site-main {
  padding-right: 348px;
}

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

.search-results article, .archive article, .page-post-list article {
  overflow: hidden;
  margin-bottom: 32px;
  padding: 0 !important;
}

.search-results article:hover img, .archive article:hover img, .page-post-list article:hover img {
  opacity: 0.8;
}

.search-results article:hover h2 a, .archive article:hover h2 a, .page-post-list article:hover h2 a {
  color: #f39800 !important;
}

.search-results article .entry-header, .archive article .entry-header, .page-post-list article .entry-header {
  position: relative;
  float: left !important;
  padding: 0;
  width: auto !important;
  margin: 0 !important;
}

@media screen and (max-width: 550px) {
  .search-results article .entry-header, .archive article .entry-header, .page-post-list article .entry-header {
    width: 100% !important;
    float: none !important;
    padding-bottom: 15px !important;
  }
}

.search-results article .entry-header .entry-thumbnail, .archive article .entry-header .entry-thumbnail, .page-post-list article .entry-header .entry-thumbnail {
  width: 228px !important;
  margin: 0;
  float: none;
}

@media screen and (max-width: 550px) {
  .search-results article .entry-header .entry-thumbnail, .archive article .entry-header .entry-thumbnail, .page-post-list article .entry-header .entry-thumbnail {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

.search-results article .entry-content, .archive article .entry-content, .page-post-list article .entry-content {
  overflow-x: hidden !important;
  padding: 4px 16px 30px !important;
}

.search-results article .entry-content h2, .archive article .entry-content h2, .page-post-list article .entry-content h2 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  width: 100%;
  line-height: 28px;
  text-align: left;
  padding-bottom: 0;
  margin: 0 0 12px !important;
}

.search-results article .entry-content h2 a, .archive article .entry-content h2 a, .page-post-list article .entry-content h2 a {
  color: #111;
}

.search-results article .entry-content h2 a:hover, .archive article .entry-content h2 a:hover, .page-post-list article .entry-content h2 a:hover {
  color: #f39800;
  text-decoration: none !important;
}

.search-results article .entry-content p, .archive article .entry-content p, .page-post-list article .entry-content p {
  margin-bottom: 0 !important;
}

.search-results article .entry-content .cont-str, .archive article .entry-content .cont-str, .page-post-list article .entry-content .cont-str {
  font-size: 13px;
  color: #888;
  line-height: 18px;
  margin-bottom: 8px !important;
}

.search-results article .entry-content .entry-meta, .archive article .entry-content .entry-meta, .page-post-list article .entry-content .entry-meta {
  margin: 0;
  padding: 0;
}

.search-results article .entry-content .entry-meta:before, .archive article .entry-content .entry-meta:before, .page-post-list article .entry-content .entry-meta:before {
  display: none;
}

.search-results article .entry-content .entry-meta .more, .archive article .entry-content .entry-meta .more, .page-post-list article .entry-content .entry-meta .more {
  display: none;
}

.search-results article .entry-content .entry-meta .date, .archive article .entry-content .entry-meta .date, .page-post-list article .entry-content .entry-meta .date {
  float: right;
}

.search-results article .entry-content .entry-meta .date i, .archive article .entry-content .entry-meta .date i, .page-post-list article .entry-content .entry-meta .date i {
  display: none;
}

.search-results article .entry-content .entry-meta li, .archive article .entry-content .entry-meta li, .page-post-list article .entry-content .entry-meta li {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  list-style: none;
  line-height: 28px;
}

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

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

.comments-area .comments-header .comments-title {
  padding: 9px 17px;
  margin-bottom: 27px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  border: 1px solid #d8d8d8;
}

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

.comments-area .comments-header .comments-title:before {
  content: "";
  height: 37px;
  width: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #111111;
}

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

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

.comments-area .children {
  background: #fcfcfc;
  margin-left: 0;
  padding: 24px 32px 37px;
  margin-top: 30px;
  border: 1px solid #f2f2f2;
}

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

.comments-area .children .comment-author-content {
  margin-top: 3px;
}

.comments-area .comment-author {
  margin-bottom: 4px;
}

.comments-area .comment-content {
  margin-bottom: 4px;
}

.comments-area .comment-content p {
  color: #444444;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.comments-area .reply {
  font-size: 13px;
}

.comments-area .comment-author-image {
  margin-left: 0;
  margin-right: 13px;
}

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

.comments-area .comment-author-content {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 0;
}

.comments-area .comment-author-content .fn {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

.comments-area .comment-author-content .comment-meta a {
  color: #989898;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

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

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

.post-cta {
  padding: 32px;
  background-color: #eaf1f6;
  border-top: 0;
  margin: 15px -32px 0px;
  width: calc(100% + 64px);
}

@media screen and (max-width: 991px) {
  .post-cta {
    padding: 33px 20px;
    margin: 15px -20px 0px;
    width: calc(100% + 40px);
  }
}

.post-cta .post-cta-header {
  background: #fff;
  color: #fff;
  padding: 24px;
  border-bottom: 0;
  border-left: 1px solid #d9e1e6;
  border-right: 1px solid #d9e1e6;
  border-top: 6px solid #446e8e;
}

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

.post-cta .post-cta-header .post-cta-title {
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.post-cta .post-cta-body {
  border-left: 1px solid #d9e1e6;
  border-right: 1px solid #d9e1e6;
  border-top: 1px solid  #d4d4d4;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-body {
    margin: 0px -20px 0px;
    width: calc(100% + 40px);
  }
}

.post-cta .post-cta-body .post-cta-body-inner {
  background: #fff;
  padding: 26px 20px 55px;
}

.post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
  margin-bottom: 24px;
  max-width: 280px;
  margin-top: 6px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
    max-width: 335px;
    margin-bottom: 17px;
  }
}

.post-cta .post-cta-body .post-cta-body-inner p {
  color: #444444;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.post-cta .post-cta-body .post-cta-body-inner ul {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-body .post-cta-body-inner ul {
    padding-left: 20px;
  }
}

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

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

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

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

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

.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-left: 32px;
  padding-right: 32px;
  border-left: 1px solid #d9e1e6;
  border-right: 1px solid #d9e1e6;
  border-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .post-cta .post-cta-footer {
    padding: 0;
  }
}

.post-cta .post-cta-footer .post-cta-btn {
  margin: 0 -32px 0px;
  width: calc(100% + 64px);
}

@media screen and (max-width: 991px) {
  .post-cta .post-cta-footer .post-cta-btn {
    margin: 0 -20px 0px;
    width: calc(100% + 40px);
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .post-cta .post-cta-footer .post-cta-btn {
    margin: 0;
    width: calc(100%);
  }
}

.post-cta .post-cta-footer .post-cta-btn a {
  box-shadow: none;
  background: #f39800;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  max-width: 668px;
  padding: 19px;
  width: 100%;
  line-height: 30px;
  border-radius: 0;
  position: relative;
}

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

.post-cta .post-cta-footer .post-cta-btn a:before {
  content: '';
  background: url("../../images/shadow-bot.png") bottom center no-repeat;
  max-width: 700px;
  height: 6px;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -6px;
}

.post-cta .post-cta-footer .post-cta-btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #f39800;
  background: #fff;
  border-radius: 50%;
  padding: 0px 5px 0 5px;
  font-size: 14px;
  margin-left: 16px;
}

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

.entry-content p {
  margin-bottom: 1.6em;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  font-weight: 500;
}

.entry-content h2 {
  color: #111111;
  font-size: 26px;
  font-weight: 700;
  border: 0;
  line-height: 40px;
  margin: 40px -32px 0px;
  padding-bottom: 30px;
  text-align: center;
  width: calc(100% + 64px);
}

@media screen and (max-width: 991px) {
  .entry-content h2 {
    font-size: 24px;
    width: 100%;
    margin: 40px 0px 0px;
    padding-bottom: 20px;
    line-height: 36px;
  }
}

.entry-content h2 span {
  display: block;
  text-align: left;
}

.entry-content h3 {
  margin: 0 0 22px;
  padding: 33px 0 10px;
  position: relative;
  color: #111111;
  border-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  border-bottom: 3px solid #eff1f2;
}

@media screen and (max-width: 991px) {
  .entry-content h3 {
    padding: 25px 0 18px;
    font-size: 22px;
    margin: 0 0 33px;
  }
}

.entry-content h3:before {
  content: '';
  width: 12%;
  height: 3px;
  background: #00479d;
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .entry-content h3:before {
    width: 24%;
  }
}

.entry-content h4 {
  margin: 0 0 15px;
  padding-left: 12px;
  font-size: 20px;
  font-weight: 700;
  padding-top: 30px;
  padding-left: 3px;
  color: #285183;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .entry-content h4 {
    padding-top: 24px;
    margin: 0 0 20px;
  }
}

.entry-content h4 span {
  color: #285183;
}

.entry-content h5 {
  margin: 0 0 12px;
  padding-left: 28px;
  font-size: 18px;
  position: relative;
}

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

.entry-content h5:before {
  content: '';
  background: #f39700;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 6px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #f39700;
}

.entry-content h6 {
  color: #f39700;
  margin: 0 0 8px;
}

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

.entry-content ul {
  margin-bottom: 2em;
  padding-left: 20px;
}

.entry-content ul li {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
}

.entry-content ul li a {
  color: #f39700;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.entry-content ul li a:hover {
  text-decoration: underline;
}

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

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

.entry-content ol {
  margin-bottom: 2em;
  padding-left: 32px;
}

.entry-content dl {
  margin-bottom: 38px;
}

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

.entry-content dl dt {
  display: inline-block;
  margin: 0 0 1em;
  padding: 17px 14px;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}

.entry-content dl dd {
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.entry-content table {
  width: 100% !important;
  margin-bottom: 30px;
}

.entry-content table th {
  background-color: #434343;
  color: #fff;
  font-size: 15px;
  padding: 9px 15px;
}

.entry-content table tr td {
  color: #444;
  border: 1px solid #e7e7e7;
  padding: 2px 5px;
}

.entry-content blockquote {
  margin-bottom: 40px;
  padding: 24px 30px;
  border: 1px solid #d2d2d2;
  background: #fff;
  position: relative;
}

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

.entry-content blockquote:before {
  position: absolute;
  content: '';
  background: url(../../images/top-arrow.png) left no-repeat;
  top: -12px;
  left: 8px;
  width: 31px;
  height: 26px;
}

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

.entry-content blockquote:after {
  position: absolute;
  content: '';
  background: url(../../images/bottom-arrow.png) right no-repeat;
  bottom: -12px;
  right: 6px;
  width: 31px;
  height: 26px;
}

@media screen and (max-width: 991px) {
  .entry-content blockquote:after {
    right: 12px;
  }
}

.entry-content blockquote p {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.entry-content .attention {
  padding: 32px;
  margin-bottom: 48px;
  background-color: #fbfbfb;
}

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

.entry-content .attention a {
  text-decoration: underline !important;
}

.entry-content .a-1 {
  border: 1px solid #c5c5c5;
}

.entry-content .a-2 {
  border: 1px solid #c5c5c5;
  background-color: #fbfbfb;
}

.entry-content .a-3 {
  border: 1px solid #c5c5c5;
  padding: 0 32px 32px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .entry-content .a-3 {
    padding: 0 14px 32px;
  }
}

.entry-content .a-3 .attention-title {
  font-weight: bold;
  background-color: #eaf1f6;
  color: #333333;
  margin: 0 -32px 0px;
  text-align: center;
  width: calc(100% + 64px);
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 37px;
  line-height: 32px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .entry-content .a-3 .attention-title {
    width: calc(100% + 28px);
    margin: 0 -14px 32px;
  }
}

.entry-content .a-3 .attention-title:after {
  position: absolute;
  content: '';
  width: 26px;
  height: 14px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #eaf1f6;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
}

.entry-content .a-3 p {
  margin-bottom: 20px;
}

.entry-content .attention ul:last-child, .entry-content .attention p:last-child, .entry-content blockquote ul:last-child, .entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content .attention ul, .entry-content blockquote ul {
  padding-top: 0 !important;
  padding-left: 20px !important;
}

.entry-content #toc_container {
  padding: 28px 23px;
  margin: 0;
  border: 1px solid #111;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .entry-content #toc_container {
    padding: 28px 17px;
  }
}

.entry-content #toc_container .toc_title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 10px;
  position: relative;
}

.entry-content #toc_container .toc_title:before {
  background: #000;
  position: absolute;
  content: '';
  width: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
}

.entry-content #toc_container .toc_title .toc_toggle a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.entry-content #toc_container .toc_title .toc_toggle a:hover {
  text-decoration: none;
}

.entry-content #toc_container .toc_list {
  margin-top: 28px !important;
}

@media screen and (max-width: 991px) {
  .entry-content #toc_container .toc_list {
    margin-top: 34px !important;
  }
}

.entry-content #toc_container .toc_list li {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 11px;
}

@media screen and (max-width: 991px) {
  .entry-content #toc_container .toc_list li {
    margin-bottom: 23px;
    padding-bottom: 16px;
  }
}

.entry-content #toc_container .toc_list li:last-child {
  border-bottom: 0;
}

.entry-content #toc_container .toc_list li a {
  color: #f39700;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .entry-content #toc_container .toc_list li a {
    line-height: 28px;
  }
}

.entry-content #toc_container .toc_list li ul {
  margin-left: 25px;
}

@media screen and (max-width: 991px) {
  .entry-content #toc_container .toc_list li ul {
    margin-left: 16px;
    margin-top: 10px;
  }
}

.entry-content #toc_container .toc_list li ul li {
  border: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
  .entry-content #toc_container .toc_list li ul li {
    line-height: 20px;
  }
}

.entry-content #toc_container .toc_list li ul li a {
  color: #f39800;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .entry-content #toc_container .toc_list li ul li a {
    line-height: 20px;
  }
}

.entry-content #toc_container .toc_list li ul li ul {
  margin-left: 0;
}

.entry-content .link-button-green {
  padding-top: 10px;
}

.entry-content .link-button-green a {
  background-color: #f39800 !important;
  box-shadow: 0 4px 0 #ac6a00 !important;
}

.entry-content .link-button-green,
.entry-content .link-button-orange {
  margin-bottom: 37px !important;
  text-align: center;
  padding: 0;
}

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

.entry-content .link-button-green a,
.entry-content .link-button-orange a {
  display: inline-block;
  padding: 10px 31px 9px;
  color: #fff !important;
  font-weight: bold;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  box-shadow: 0 4px 0 #0b868a;
  background-color: #01b8be;
}

@media only screen and (max-width: 767px) {
  .entry-content .link-button-green a,
  .entry-content .link-button-orange a {
    max-width: 100%;
    width: 100%;
  }
}

.entry-content .link-button-green a i,
.entry-content .link-button-orange a i {
  margin-right: 10px;
}

.entry-content .link-button-green:hover a,
.entry-content .link-button-orange:hover a {
  opacity: 0.8;
  text-decoration: none !important;
}

.home .site-footer .widget_nav_menu {
  background: url(../../images/bor-img.png) top repeat-x #fff;
}

@media screen and (max-width: 991px) {
  .home .site-footer .widget_nav_menu {
    border-top: 0;
  }
}

.site-footer .widget_nav_menu {
  border-top: 1px solid #d7d7d7;
}

@media screen and (max-width: 991px) {
  .site-footer .widget_nav_menu {
    background: none;
    border-top: 1px solid #d7d7d7;
  }
}

.site-footer .widget_nav_menu .container {
  padding: 78px 0 26px;
}

@media screen and (max-width: 991px) {
  .site-footer .widget_nav_menu .container {
    padding: 36px 20px 18px;
  }
}

.site-footer .widget_nav_menu .container ul {
  text-align: center;
}

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

.site-footer .widget_nav_menu .container ul li {
  padding: 0 45px;
}

@media screen and (max-width: 767px) {
  .site-footer .widget_nav_menu .container ul li {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
}

.site-footer .widget_nav_menu .container ul li:first-child {
  padding-left: 0;
}

.site-footer .widget_nav_menu .container ul li:last-child {
  padding-right: 0;
}

.site-footer .widget_nav_menu .container ul li a {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 27.44px;
  position: relative;
  display: block;
}

.site-footer .widget_nav_menu .container ul li a:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 12px;
  vertical-align: text-top;
  line-height: 20px;
  margin-right: 13px;
  left: -18px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

.site-footer .widget_nav_menu .container ul li a:hover {
  color: #f39700;
}

.site-footer .site-info {
  text-align: center;
  border-top: 0;
}

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

.site-footer .site-info .container p {
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

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

.site-header {
  border: 0;
  border-bottom: 0 !important;
}

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

.site-header .container {
  width: 1080px;
  max-width: 100%;
  padding: 20px 0 21px;
}

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

.site-header .wrapHeader {
  float: right;
  width: 660px;
}

@media screen and (max-width: 991px) {
  .site-header .wrapHeader {
    width: auto;
    float: none;
  }
}

.site-header .wrapHeader .logoTop {
  text-align: center;
  display: inline-block;
  width: 235px;
}

@media screen and (max-width: 991px) {
  .site-header .wrapHeader .logoTop {
    display: block;
    width: 190px;
    margin: 0 auto;
  }
}

.site-header .wrapHeader .logoTop .site-title {
  float: none;
}

.site-header .wrapHeader .searchTop {
  width: 300px;
  float: right;
  margin-top: 4px;
  height: 40px;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
  .site-header .wrapHeader .searchTop {
    margin-right: 20px;
  }
}

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

.main-navigation {
  border: 0;
  height: 52px;
  overflow: hidden;
  background: #111111;
}

.main-navigation .container {
  padding: 0 !important;
}

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

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

.main-navigation .primary-menu li a {
  color: #e6e6e6;
  font-size: 15px;
  display: block;
  font-weight: 500;
  padding: 14px 30px;
  line-height: 28px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .main-navigation .primary-menu li a {
    padding: 14px 30px;
  }
}

.main-navigation .primary-menu li a:hover {
  color: #f39700;
}

.main-navigation .primary-menu .current-menu-item a, .main-navigation .primary-menu .current-menu-parent a {
  color: #f39700;
}

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

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

.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 29px;
  height: 35px;
  text-align: center;
  top: 0;
  right: 11px;
  bottom: 0;
}

.xeory-sp-nav-btn:before {
  cursor: pointer;
  content: "";
  background-image: url(../../images/open.png);
  background-size: 29px;
  background-repeat: no-repeat;
  width: 29px;
  display: inline-block;
  height: 35px;
}

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

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

.sp-nav-inner .xeory-spnav-btn-close {
  position: absolute;
  top: -3px;
  right: -9px;
  width: 30px;
  height: 37px;
}

.sp-nav-inner .xeory-spnav-btn-close:after {
  cursor: pointer;
  content: "";
  background-image: url(../../images/close.png);
  background-size: 28px;
  background-repeat: no-repeat;
  width: 30px;
  display: inline-block;
  height: 37px;
}

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

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

/* SP nav
---------------------------------------------------------- */
.xeory-spnav-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.xeory-spnav-wrap .sp-nav-inner {
  width: 100%;
  margin: 0 auto;
}

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

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

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

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

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

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

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item a, .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent a {
  color: #f39700;
  text-decoration: underline;
}

.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item a:after, .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent a:after {
  color: #fff;
}

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

.search-sp {
  padding-top: 80px;
}

.search-sp .search-form {
  margin-bottom: 17px;
}

.xeory-spnav-wrap.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease 0s 1 normal;
  /* z-index: 11; */
  z-index: 99999999;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.9);
}
@media screen and (max-width: 767px) {
  .xeory-spnav-wrap.active {
    z-index: 11;
  }
}

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

.pagination .current {
  background: #f39700;
}

.pagination a {
  background: #e7e7e7;
}

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

.pagetop {
  z-index: 999;
  width: 95px;
  height: 95px;
  right: 45px;
  background: url(../../images/but-top.png) no-repeat center top;
  background-size: cover;
}

.pagetop-inner {
  background: none;
  border-radius: 0;
}

.pagetop-inner:before {
  display: none;
}

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

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

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

.search-form {
  margin-bottom: 40px;
  height: 40px;
  border: 1px solid #cfcfcf;
}

.search-form input.search-field {
  padding: 8px 48px 8px 8px !important;
  font-weight: normal;
  font-size: 16px;
  border-radius: 0;
  color: #888888;
}

.search-form input[type=submit] {
  width: 40px;
  padding: 0;
  border: none;
  background: #e9f1f5;
  font-size: 14px;
  color: #3c454d;
  font-family: FontAwesome;
}

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

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

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

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

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

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

.xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
  color: #888888;
  font-size: 13px;
  font-weight: 500;
  line-height: 25.6px;
}

@media screen and (max-width: 991px) {
  .xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
    line-height: 20px;
  }
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:first-child:before {
  display: none;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:after {
  content: '|';
  margin: 0 10px;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child:after {
  display: none;
}

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

.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: 1199px) {
  .home #page .container {
    margin: 0  0 !important;
  }
}

.home .site-header {
  background: url(../../images/bor-img.png) repeat-x #fff;
}

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

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

.home .site-content .container {
  width: 100%;
  max-width: 100%;
}

.home .wd1080 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.tit-rank {
  text-align: center;
}

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

#tit-rank-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  #tit-rank-sp {
    display: block;
  }
}

.front-ranking-wrap{
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
  padding: 52px 0 14px;
  position: relative;
}

@media screen and (max-width: 767px) {
.front-ranking-wrap {
    padding: 25px 0 10px;
  }
}

.front-ranking-wrap:after {
  position: absolute;
  content: '';
  background: url("../../images/ranking/scroll.png");
  width: 52px;
  height: 41px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

@media screen and (max-width: 550px) {
  .front-ranking-wrap:after {
    display: none;
  }
}

.front-ranking-wrap .front-rank-box-in {
  overflow: hidden;
  padding: 59px 0 52px;
  margin: 0 -12px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .front-ranking-wrap .front-rank-box-in {
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  .front-ranking-wrap .front-rank-box-in {
    padding: 62px 20px 52px;
  }
}

@media screen and (max-width: 767px) {
  .front-ranking-wrap .front-rank-box-in {
    margin: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
  }
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank {
  width: calc(33.33% - 24px);
  margin: 0 12px;
  padding: 16px 16px 28px;
  float: left;
  position: relative;
  box-shadow: 0 0 6px 1px #c8d4d7;
  border: 1px solid #e5e5e5;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank {
    width: 100%;
    margin: 0 0 72px;
    text-align: center;
    padding: 17px 14px 22px;
  }
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank:nth-child(odd) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank:nth-child(odd) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank:nth-child(1) {
    -ms-flex-order: 2;
        order: 2;
    -webkit-order: 2;
  }
}

@media screen and (max-width: 767px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank:nth-child(2) {
    -ms-flex-order: 1;
        order: 1;
    -webkit-order: 1;
  }
}

@media screen and (max-width: 767px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank:nth-child(3) {
    -ms-flex-order: 3;
        order: 3;
    -webkit-order: 3;
    margin-bottom: 0;
  }
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank:after {
  content: '';
  background: url("../../images/ranking/shadow.png") no-repeat center;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 344px;
  height: 19px;
}

@media screen and (max-width: 991px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank:after {
    width: 100%;
    background-size: cover;
    height: 14px;
    bottom: -14px;
  }
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .crown {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -51px;
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .title {
  color: #333333;
  font-size: 16px;
  padding: 10px 0 12px;
  font-weight: 700;
  line-height: 26px;
  min-height: 75px;
}

@media screen and (max-width: 767px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank .title {
    text-align: left;
  }
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .star {
  padding-bottom: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .star span {
  float: left;
  background-color: #f29c9f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin-right: 12px;
  padding: 6px 7px;
  line-height: 14px;
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .star span b {
  font-weight: 700;
  letter-spacing: 4.08px;
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .star p {
  display: inline-block;
  margin-top: 2px;
}

@media screen and (max-width: 1199px) and (min-width: 767px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank .star p {
    width: 62%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank .star p {
    width: 48%;
  }
}

@media screen and (max-width: 374px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank .star p {
    width: 62%;
  }
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .btn {
  border: 1px solid #f39800;
  background-color: #ffffff;
  width: 190px;
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .btn:hover {
  background: #f39800;
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .btn:hover a {
  color: #fff;
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .btn a {
  color: #f39800;
  font-size: 15px;
  font-weight: 700;
  display: block;
  padding: 13px;
  text-align: center;
  width: 100%;
  line-height: 14px;
  position: relative;
}

.front-ranking-wrap .front-rank-box-in .wd-front-rank .btn a:after {
  content: '\f105';
  position: relative;
  right: -27px;
  top: -1px;
  font-family: FontAwesome;
}

@media screen and (max-width: 550px) {
  .front-ranking-wrap .front-rank-box-in .wd-front-rank .btn a:after {
    right: -31px;
  }
}

.home .front-pickup-wrap {
  margin-top: 144px;
  overflow: visible;
  position: relative;
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap {
    margin-top: 146px;
  }
}

.home .front-pickup-wrap .wd1080 {
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
}

.home .front-pickup-wrap .wd1080:before {
  content: '';
  background: #a6ffce;
  height: 289px;
  left: -100%;
  width: 200%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap .wd1080:before {
    background: #f5fafd;
    left: -114%;
  }
}

.home .front-pickup-wrap .wd1080:after {
  content: '';
  background: #a6ffce;
  height: 289px;
  right: -40px;
  width: 40px;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap .wd1080:after {
    background: #f5fafd;
    display: none;
  }
}

.home .front-pickup-wrap .tit-pickup-wrap {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -26px;
  z-index: 9;
}

.home .front-pickup-wrap .hentry {
  border: 0;
}

.home .front-pickup-wrap .front-pickup-wrap-in {
  margin: 0 -12px;
  padding-bottom: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .home .front-pickup-wrap .front-pickup-wrap-in {
    margin: 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap .front-pickup-wrap-in {
    padding: 0 30px;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 374px) {
  .home .front-pickup-wrap .front-pickup-wrap-in {
    padding: 0 15px;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap .scroll {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    width: 970px;
  }
}

@media screen and (max-width: 374px) {
  .home .front-pickup-wrap .scroll {
    width: 290%;
  }
}

.home .front-pickup-wrap article {
  width: calc(33.33% - 24px);
  margin: 0 12px;
  float: left;
  position: relative;
  border: 1px solid #e5e5e5 !important;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap article {
    margin: 0;
    box-shadow: 0 0 6px 1px #c8d4d7;
  }
}

@media screen and (max-width: 550px) {
  .home .front-pickup-wrap article {
    width: 310px;
  }
}

@media screen and (max-width: 374px) {
  .home .front-pickup-wrap article {
    width: 45%;
    margin-right: 15px;
  }
}

.home .front-pickup-wrap article:hover {
  box-shadow: 0 0 6px 1px #c8d4d7;
}

.home .front-pickup-wrap article:hover img {
  opacity: 0.8;
}

.home .front-pickup-wrap article:hover a {
  color: #f39800 !important;
}

.home .front-pickup-wrap article .entry-content-pickup {
  padding: 0;
}

.home .front-pickup-wrap article .entry-content-pickup figure a {
  display: block;
}

.home .front-pickup-wrap article .entry-content-pickup .wcontent {
  padding: 17px 14px 4px;
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap article .entry-content-pickup .wcontent {
    padding: 17px 14px 7px;
  }
}

.home .front-pickup-wrap article .entry-content-pickup .wcontent h2 {
  color: #333333;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap article .entry-content-pickup .wcontent h2 {
    padding-bottom: 10px;
  }
}

.home .front-pickup-wrap article .entry-content-pickup .wcontent h2 a {
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 26px;
  color: #333333;
  font-size: 18px;
}

.home .front-pickup-wrap article .entry-content-pickup .wcontent .entry-meta {
  font-weight: 500;
  line-height: 28px;
  color: #333333;
  font-size: 12px;
  margin-bottom: 18px;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .home .front-pickup-wrap article .entry-content-pickup .wcontent .entry-meta {
    margin: 0;
  }
}

.home .front-pickup-wrap article .entry-content-pickup .wcontent .entry-meta:before {
  display: none;
}

.home .front-pickup-wrap article .entry-content-pickup .wcontent .entry-meta .cat {
  display: inline-block;
}

.home .front-pickup-wrap article .entry-content-pickup .wcontent .entry-meta .date {
  float: right;
}

.home .front-recent-wrap {
  margin-top: 103px;
  padding-top: 50px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap {
    margin-top: 98px;
  }
}

.home .front-recent-wrap .wd1080 {
  position: relative;
  margin: 0 auto 140px;
  padding-top: 103px;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .wd1080 {
    padding: 103px 20px 0;
    margin: 0 auto 120px;
  }
}

.home .front-recent-wrap .wd1080:before {
  content: '';
  background: #a6ebff;
  height: 289px;
  right: -100%;
  width: 200%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .wd1080:before {
    background: #f5fafd;
    right: -114%;
  }
}

.home .front-recent-wrap .wd1080:after {
  content: '';
  background: #a6ebff;
  height: 289px;
  left: -70px;
  width: 70px;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .wd1080:after {
    display: none;
  }
}

.home .front-recent-wrap .wd1080 .btn-more {
  border: 2px solid #000;
  background-color: #ffffff;
  max-width: 480px;
  margin: 30px auto;
  text-align: center;
  transition: all ease-in-out .3s;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .wd1080 .btn-more {
    margin: 5px auto 30px;
  }
}

.home .front-recent-wrap .wd1080 .btn-more a {
  width: 100%;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  padding: 19px;
  position: relative;
}

.home .front-recent-wrap .wd1080 .btn-more a:after {
  content: '\f105';
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
}

@media screen and (max-width: 375px) {
  .home .front-recent-wrap .wd1080 .btn-more a:after {
    right: 27px;
  }
}

.home .front-recent-wrap .wd1080 .btn-more:hover {
  border: 2px solid #f39800;
}

.home .front-recent-wrap .wd1080 .btn-more:hover a {
  color: #f39800;
}

.home .front-recent-wrap .tit-pickup-wrap {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -26px;
  z-index: 9;
}

@media screen and (max-width: 375px) {
  .home .front-recent-wrap .tit-pickup-wrap {
    left: 48%;
  }
}

.home .front-recent-wrap .front-recent-wrap-in {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
  overflow: hidden;
}

.home .front-recent-wrap .front-recent-wrap-in article {
  border: 0;
  background: none;
  float: left;
  font-size: 16px;
  width: 50%;
  vertical-align: top;
  margin: 0 0 30px;
  padding: 0 19px;
}

.home .front-recent-wrap .front-recent-wrap-in article:hover img {
  opacity: 0.8;
}

.home .front-recent-wrap .front-recent-wrap-in article:hover h2 a {
  color: #f37800 !important;
}

@media screen and (max-width: 1140px) {
  .home .front-recent-wrap .front-recent-wrap-in {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article {
    width: 100%;
    padding: 0;
    margin: 0 0 27px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article figure {
  float: left;
}

.home .front-recent-wrap .front-recent-wrap-in article figure a {
  margin: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  max-width: 205px;
}

@media screen and (max-width: 550px) {
  .home .front-recent-wrap .front-recent-wrap-in article figure a {
    max-width: 98px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article figure .first-thumb {
  display: none;
}

.home .front-recent-wrap .front-recent-wrap-in article .entry-content-text {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  padding: 24px 0px 24px 16px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article .entry-content-text {
    padding: 0 0 0 10px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article .entry-content-text .entry-meta-recent:before {
  display: none;
}

.home .front-recent-wrap .front-recent-wrap-in article .entry-content-text .entry-meta-recent p {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article .entry-content-text .entry-meta-recent p {
    font-size: 11px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article .entry-content-text .entry-meta-recent .cat {
  display: inline-block;
}

.home .front-recent-wrap .front-recent-wrap-in article .entry-content-text .entry-meta-recent .date {
  float: right;
}

.home .front-recent-wrap .front-recent-wrap-in article .entry-content-text h2 {
  font-size: 16px;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article .entry-content-text h2 {
    font-size: 14px;
    margin-top: 2px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article .entry-content-text h2 a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article .entry-content-text h2 a {
    font-size: 14px;
    line-height: 20px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article .des {
  display: none;
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child {
  position: relative;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child:hover img {
  opacity: 1;
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child:before {
  content: url(../../images/new.png);
  position: absolute;
  width: 91px;
  height: 91px;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child figure {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 519px;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article:first-child figure {
    width: 100%;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child figure a {
  max-width: 519px;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article:first-child figure a {
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .home .front-recent-wrap .front-recent-wrap-in article:first-child figure a {
    max-width: 335px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child figure .first-thumb {
  display: block;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article:first-child figure .first-thumb img {
    width: 100%;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child figure .first-thumb img:hover {
  opacity: 1;
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child figure .second-thumb {
  display: none;
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text {
  display: inline-block;
  width: calc(100% - 445px);
  overflow: visible;
  right: 0;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e5e5e5;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text {
    width: 100%;
    position: static;
    border: 0;
    padding: 10px 0;
    transform: translateY(0);
  }
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text h2 {
  font-size: 24px;
  margin: 14px 0;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text h2 {
    font-size: 20px;
    margin: 0 0 14px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text h2 a {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  line-height: 38px;
  margin: 14px 0;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text h2 a {
    font-size: 20px;
    line-height: 32px;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text h2 a:hover {
  color: #f39800;
  cursor: pointer;
}

.home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text .des {
  color: #888888;
  font-size: 14px;
  padding-bottom: 26px;
  font-weight: 500;
  display: block;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .home .front-recent-wrap .front-recent-wrap-in article:first-child .entry-content-text .des {
    display: none;
  }
}

.home .front-recent-wrap .front-recent-wrap-in article:nth-child(even) {
  padding-left: 0;
}

.home .front-recent-wrap .front-recent-wrap-in article:nth-child(odd) {
  padding-right: 0;
}

.home .front-popular-wrap {
  background-image: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
  overflow: hidden;
  position: relative;
  padding-top: 83px;
  padding-bottom: 65px;
}

.home .front-popular-wrap:before {
  content: '';
  position: absolute;
  height: 8px;
  background: #111;
  left: 50%;
  width: 124px;
  transform: translateX(-50%);
  top: 0;
}

.home .front-popular-wrap .front-popular-wrap-in {
  overflow: visible;
  margin: 0 -17px;
}

@media screen and (max-width: 1199px) {
  .home .front-popular-wrap .front-popular-wrap-in {
    margin: 0;
    padding: 0 20px;
  }
}

.home .front-popular-wrap .tit-pickup-wrap {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap .tit-pickup-wrap {
    transform: translateX(0);
    position: static;
  }
}

.home .front-popular-wrap article {
  width: calc(33.33% - 34px);
  margin: 140px 17px 0;
  float: left;
  position: relative;
  background: none;
  border: none;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article {
    margin: 74px 12px 0;
    width: calc(50% - 13px);
  }
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(1) {
    width: 100%;
    margin: 50px 0px 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(1) h2 {
    font-size: 16px !important;
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(1) h2 a {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

.home .front-popular-wrap article:nth-child(1) img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(1) .wcontent {
    padding: 15px 0px 14px !important;
  }
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(1) .btn {
    max-width: 280px !important;
  }
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(1) .btn a {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(1) .btn a:before {
    left: calc(50% + 110px) !important;
  }
}

.home .front-popular-wrap article:before {
  content: '';
  background: url("../../images/01.png") no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -40px;
  top: -34px;
  z-index: 10;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home .front-popular-wrap article:before {
    background-size: 70px 70px;
    left: -22px;
  }
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:before {
    left: -18px;
    top: -44px;
  }
}

.home .front-popular-wrap article:nth-child(2) {
  position: relative;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(2) {
    margin-left: 0;
  }
}

.home .front-popular-wrap article:nth-child(2):before {
  background: url("../../images/02.png") no-repeat;
  left: -28px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home .front-popular-wrap article:nth-child(2):before {
    background-size: 70px 70px;
    left: -22px;
  }
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(2):before {
    width: 70px;
    height: 70px;
    top: -30px;
    left: -15px;
    background: url("../../images/02-sp.png") no-repeat;
  }
}

.home .front-popular-wrap article:nth-child(3) {
  position: relative;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(3) {
    margin-right: 0;
  }
}

.home .front-popular-wrap article:nth-child(3):before {
  background: url("../../images/03.png") no-repeat;
  left: -26px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home .front-popular-wrap article:nth-child(3):before {
    background-size: 70px 70px;
    left: -22px;
  }
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article:nth-child(3):before {
    width: 70px;
    height: 70px;
    left: -19px;
    top: -30px;
    background-size: cover;
    background: url("../../images/03-sp.png") no-repeat;
  }
}

.home .front-popular-wrap article figure img:hover {
  opacity: 0.8;
  z-index: 1;
}

.home .front-popular-wrap article .entry-content-popular {
  padding: 0;
}

.home .front-popular-wrap article .entry-content-popular a {
  display: block;
}

.home .front-popular-wrap article .entry-content-popular .wcontent {
  padding: 17px 14px 14px;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article .entry-content-popular .wcontent {
    padding: 15px 0 14px;
  }
}

.home .front-popular-wrap article .entry-content-popular .wcontent h2 {
  font-size: 16px;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article .entry-content-popular .wcontent h2 {
    margin-bottom: 22px;
    font-size: 14px;
  }
}

.home .front-popular-wrap article .entry-content-popular .wcontent h2 a {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.home .front-popular-wrap article .entry-content-popular .wcontent h2 a:hover {
  color: #f39800;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article .entry-content-popular .wcontent h2 a {
    font-size: 14px;
    line-height: 20px;
  }
}

.home .front-popular-wrap article .entry-content-popular .wcontent .btn {
  border: 2px solid #000;
  background: none;
  width: 280px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 550px) {
  .home .front-popular-wrap article .entry-content-popular .wcontent .btn {
    width: auto;
  }
}

.home .front-popular-wrap article .entry-content-popular .wcontent .btn:hover {
  background: #fff;
  border: 2px solid #f39700;
}

.home .front-popular-wrap article .entry-content-popular .wcontent .btn:hover a {
  color: #f39700;
}

.home .front-popular-wrap article .entry-content-popular .wcontent .btn a {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article .entry-content-popular .wcontent .btn a {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .home .front-popular-wrap article .entry-content-popular .wcontent .btn a {
    font-size: 12px;
  }
}

.home .front-popular-wrap article .entry-content-popular .wcontent .btn a:before {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  left: calc(50% + 110px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .home .front-popular-wrap article .entry-content-popular .wcontent .btn a:before {
    left: calc(50% + 54px);
    font-weight: normal;
  }
}

@media screen and (max-width: 320px) {
  .home .front-popular-wrap article .entry-content-popular .wcontent .btn a:before {
    left: calc(50% + 46px);
    font-weight: normal;
  }
}

.home .front-popular-wrap article .entry-content-popular .wcontent .btn a:hover {
  background: #fff;
}

.home .front-feature-wrap {
  overflow: hidden;
  margin-top: 140px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home .front-feature-wrap {
    margin-top: 120px;
  }
}

.home .front-feature-wrap .tit-pickup-wrap {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .home .front-feature-wrap .tit-pickup-wrap {
    position: static;
    transform: translateX(0);
  }
}

.home .front-feature-wrap .front-feature-wrap-in {
  padding-top: 150px;
  margin: 0 -6px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .home .front-feature-wrap .front-feature-wrap-in {
    padding-top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .home .front-feature-wrap .front-feature-wrap-in {
    padding-top: 47px;
    margin: 0;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article {
  border: 0 !important;
  float: left;
  width: 50%;
  padding: 0 6px !important;
  vertical-align: top;
  margin-bottom: 24px;
}

.home .front-feature-wrap .front-feature-wrap-in article:hover img {
  opacity: 0.8;
}

.home .front-feature-wrap .front-feature-wrap-in article:hover a {
  color: #f37800 !important;
  text-decoration: underline;
  transition: none;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article {
    width: 100%;
    padding: 0 20px !important;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article figure {
  width: 188px;
  float: left;
  margin-right: 17px;
  height: 115px;
  min-height: 115px;
  overflow: hidden;
}

@media screen and (max-width: 550px) {
  .home .front-feature-wrap .front-feature-wrap-in article figure {
    width: 98px;
    height: 67px;
    margin-right: 10px;
    min-height: 67px;
    overflow: hidden;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article figure a {
  display: block;
}

.home .front-feature-wrap .front-feature-wrap-in article .wcontent {
  overflow-x: hidden;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article .wcontent {
    overflow: visible;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article .wcontent h2 {
  color: #444444;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  margin: 10px 0;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article .wcontent h2 {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article .wcontent h2 a {
  color: #444444;
}

.home .front-feature-wrap .front-feature-wrap-in article .wcontent .entry-meta-feature p {
  color: #888888;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

.home .front-feature-wrap .front-feature-wrap-in article .wcontent .entry-meta-feature .cat {
  display: inline-block;
}

.home .front-feature-wrap .front-feature-wrap-in article .wcontent .entry-meta-feature .date {
  float: right;
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child {
  width: 520px;
  margin-right: 24px;
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child:hover a {
  text-decoration: none !important;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article:first-child {
    width: 100%;
    margin: 0 0 32px;
    padding: 0 !important;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature {
  position: relative;
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature figure {
  width: 520px !important;
  float: none;
  max-height: auto;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature figure {
    width: 100% !important;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature figure a {
  display: block;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature figure img {
    width: 100%;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent {
  background-color: #333333;
  opacity: 0.9;
  position: absolute;
  padding: 10px 22px 15px;
  bottom: 0px;
  left: 0;
  width: 520px;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent {
    width: 100%;
    padding: 16px 22px 16px;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent h2 {
  color: #ffffff;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent h2 {
    font-size: 16px;
    margin: 5px 0;
    line-height: 24px;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent h2 a {
  color: #fff !important;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 7px;
  line-height: 28px;
}

@media screen and (max-width: 1199px) {
  .home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent h2 a {
    font-size: 16px;
    line-height: 24px;
  }
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent h2 a:hover {
  text-decoration: none;
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent .entry-meta-feature p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent .entry-meta-feature .cat {
  display: inline-block;
}

.home .front-feature-wrap .front-feature-wrap-in article:first-child .entry-content-feature .wcontent .entry-meta-feature .date {
  float: right;
}

.home .front-purpose-wrap {
  margin-top: 115px;
  background: #f4f4f4;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap {
    margin-top: 90px;
    padding-bottom: 40px;
  }
}

.home .front-purpose-wrap .wd1080 {
  padding-top: 80px;
}

.home .front-purpose-wrap .tit-pickup-wrap {
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .tit-pickup-wrap {
    left: auto;
    position: static;
    transform: translateX(0);
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in {
  overflow: hidden;
  margin: 0 -18px;
  padding-bottom: 150px;
  padding-top: 128px;
}

@media screen and (max-width: 1200px) {
  .home .front-purpose-wrap .front-purpose-wrap-in {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in {
    margin: 0;
    padding: 46px 20px 0;
  }
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .arrowDown {
    position: relative;
  }
  .home .front-purpose-wrap .front-purpose-wrap-in .arrowDown:after {
    content: '\f107';
    bottom: 4px;
    font-size: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: FontAwesome;
  }
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .arrowup {
    position: relative;
  }
  .home .front-purpose-wrap .front-purpose-wrap-in .arrowup:after {
    content: '\f106';
    bottom: 4px;
    font-size: 22px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: FontAwesome;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box {
  width: calc(33.33% - 36px);
  margin: 0px 18px 0;
  float: left;
  position: relative;
  padding-top: 26px;
  background: #fff;
  border: 1px solid #e1e1e1;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box {
    width: 100%;
    margin: 0 0 40px;
    float: none;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box:before {
  content: '';
  position: absolute;
  height: 4px;
  background: #00a0e9;
  left: 50%;
  width: 144px;
  transform: translateX(-50%);
  top: 0;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box:before {
    width: 141px;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box:after {
  content: '';
  background: url(../../images/shadow-purpose.png) center no-repeat;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 336px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box:after {
    background-size: cover;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box:nth-child(1) {
    padding-bottom: 0;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box:nth-child(1) .purpose-box-srcoll {
  display: block;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box:nth-child(2):before {
  background: #f8c571;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box:nth-child(3):before {
  background: #80c269;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .waptit {
  text-align: center;
  padding-bottom: 36px;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .waptit {
    padding-bottom: 54px;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .waptit p {
  color: #111111;
  line-height: 24px;
  font-weight: 700;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .waptit p:first-child {
  font-size: 16px;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .waptit p:last-child {
  font-size: 26px;
  letter-spacing: 2.08px;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .click-arrow {
  position: relative;
  text-align: center;
  display: block;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .purpose-box-srcoll {
    display: none;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner {
  background: #f2ebe1;
  padding: 38px 18px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner {
    padding: 38px 18px 50px;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner:before {
  content: '';
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article {
  margin-bottom: 20px;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article .entry-content-purpose {
  position: relative;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article .entry-content-purpose:hover h2 a {
  color: #f39800;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article .entry-content-purpose a {
  display: block;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article .entry-content-purpose figure {
  position: relative;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article .entry-content-purpose figure:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article .entry-content-purpose figure img {
    width: 100%;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article .entry-content-purpose h2 {
  position: absolute;
  top: 50%;
  padding: 0 20px;
  z-index: 999;
  left: 50%;
  width: 100%;
  font-size: 16px;
  transform: translate(-50%, -50%);
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner article .entry-content-purpose h2 a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link {
  padding-top: 16px;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn {
  border: 2px solid #111;
  background: #fff;
  margin: 0 auto;
  width: 232px;
  display: block;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn {
    border: 2px solid #f39800;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn:hover {
  border: 2px solid #f39800;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn:hover a {
  color: #f39800;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn:hover a:before {
  color: #f39800;
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn a {
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn a {
    color: #f39800;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn a:before {
  content: '\f105';
  position: absolute;
  font-family: FontAwesome;
  left: calc(50% + 86px);
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 21px;
  transition: all ease-in-out .3s;
  color: #111;
}

@media screen and (max-width: 991px) {
  .home .front-purpose-wrap .front-purpose-wrap-in .front-purpose-box .front-purpose-inner .link .btn a:before {
    color: #f39800;
  }
}

.home .front-purpose-wrap .front-purpose-wrap-in .active .waptit {
  padding-bottom: 36px;
}

.home .front-purpose-wrap .front-purpose-wrap-in .active .click-arrow:after {
  content: '\f106';
  bottom: 4px;
  font-size: 22px;
  width: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: FontAwesome;
}

.home .front-purpose-wrap .front-purpose-wrap-in .active .purpose-box-srcoll {
  display: block;
}

.home .front-sponsor-wrap {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .home .front-sponsor-wrap {
    margin-top: 80px;
    padding-bottom: 32px;
  }
}

.home .front-sponsor-wrap .wd1080 {
  padding-top: 80px;
}

@media screen and (max-width: 991px) {
  .home .front-sponsor-wrap .wd1080 {
    padding-top: 0;
  }
}

.home .front-sponsor-wrap .tit-pickup-wrap {
  text-align: center;
}

.home .front-sponsor-wrap .front-sponsor-wrap-in {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 140px;
}

@media screen and (max-width: 1199px) {
  .home .front-sponsor-wrap .front-sponsor-wrap-in {
    padding: 46px 20px 50px;
    margin-top: 0;
  }
}

.home .front-sponsor-wrap .front-sponsor-wrap-in ul {
  text-align: center;
}

.home .front-sponsor-wrap .front-sponsor-wrap-in ul li {
  list-style: none;
  width: calc(33.3333% - 70px);
  margin-right: 70px;
  display: inline-block;
  position: relative;
  background: #fff;
}

.home .front-sponsor-wrap .front-sponsor-wrap-in ul li:first-child {
  margin-left: 0;
}

.home .front-sponsor-wrap .front-sponsor-wrap-in ul li:last-child {
  margin-right: 0;
}

.home .front-sponsor-wrap .front-sponsor-wrap-in ul li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home .front-sponsor-wrap .front-sponsor-wrap-in ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}

.home .front-sponsor-wrap .front-sponsor-wrap-in ul li a {
  display: block;
}

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

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

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

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

#secondary {
  width: 300px;
  margin-left: -300px;
  margin-top: 17px;
}

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

#secondary h3 {
  margin-bottom: 0;
  padding: 17px 10px;
  background: #fff;
  font-size: 13px;
  color: #888888;
  position: relative;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #d8d8d8;
}

#secondary h3:before {
  content: "";
  background-image: url(../../images/sidebar/recommend-bf.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 24px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  margin-right: 8px;
  padding: 5px 8px;
  font-weight: normal;
  top: -14px;
}

#secondary h3:after {
  content: "";
  position: absolute;
  background-image: url(../../images/sidebar/icon-title-sdebar.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 9px;
  left: 0;
  right: 0;
  bottom: -6px;
}

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

#secondary #text-3, #secondary #text-4 {
  border: 1px solid #d8d8d8;
  margin-bottom: 76px;
}

#secondary #text-3 .textwidget ul, #secondary #text-4 .textwidget ul {
  padding: 20px 17px 0;
}

#secondary #text-3 .textwidget ul li, #secondary #text-4 .textwidget ul li {
  margin-bottom: 24px;
  padding: 0;
}

#secondary #text-3 .textwidget ul li:last-child, #secondary #text-4 .textwidget ul li:last-child {
  margin-bottom: 0;
}

#secondary #text-3 .textwidget ul li a, #secondary #text-3 .textwidget ul li h4, #secondary #text-4 .textwidget ul li a, #secondary #text-4 .textwidget ul li h4 {
  font-size: 13px;
  color: #333333;
  line-height: 20px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#secondary #text-3 .textwidget ul li a:hover, #secondary #text-3 .textwidget ul li h4:hover, #secondary #text-4 .textwidget ul li a:hover, #secondary #text-4 .textwidget ul li h4:hover {
  color: #f39700;
  text-decoration: underline;
}

#secondary #text-3 .textwidget ul li a .xeory-subloop-image, #secondary #text-3 .textwidget ul li h4 .xeory-subloop-image, #secondary #text-4 .textwidget ul li a .xeory-subloop-image, #secondary #text-4 .textwidget ul li h4 .xeory-subloop-image {
  width: auto;
  margin: 0;
}

#secondary #text-3 .textwidget ul li a img, #secondary #text-3 .textwidget ul li h4 img, #secondary #text-4 .textwidget ul li a img, #secondary #text-4 .textwidget ul li h4 img {
  width: 91px;
  margin-right: 12px;
}

#secondary #text-4 h3:before {
  background-image: url(../../images/sidebar/ranking-bf.png);
}

#secondary #text-4 .textwidget ul {
  overflow: hidden;
  margin-bottom: 23px;
}

#secondary #text-4 .textwidget ul li {
  position: relative;
  overflow: visible;
  float: left;
  width: 100%;
}

#secondary #text-4 .textwidget ul li a:first-child {
  float: left;
}

#secondary #text-4 .textwidget ul li a:last-child {
  width: calc(100% - 103px);
  display: inline-block;
}

#secondary #text-4 .textwidget ul li:nth-of-type(1):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

#secondary #text-4 .textwidget ul li:nth-of-type(1) a {
  display: block;
  float: none;
}

#secondary #text-4 .textwidget ul li:nth-of-type(1) a img {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 991px) and (min-width: 480px) {
  #secondary #text-4 .textwidget ul li:nth-of-type(1) a img {
    max-height: 100%;
  }
}

#secondary #text-4 .textwidget ul li:nth-of-type(1) a:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  padding: 12px;
  z-index: 9999999;
}

#secondary #text-4 .textwidget ul li:nth-of-type(1) a:hover {
  color: #f39700;
}

#secondary #text-4 .textwidget ul li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: -12px;
  width: 32px;
  height: 32px;
  z-index: 999999;
}

#secondary #text-4 .textwidget ul li:nth-of-type(1):before {
  width: 40px;
  height: 40px;
  left: -15px;
  top: -16px;
  background-image: url(../../images/sidebar/number_01.png);
}

#secondary #text-4 .textwidget ul li:nth-of-type(2):before {
  background-image: url(../../images/sidebar/number_03.png);
}

#secondary #text-4 .textwidget ul li:nth-of-type(3):before {
  background-image: url(../../images/sidebar/number_05.png);
}

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

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

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

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

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

#secondary .widget_xeory_postviews .widget-content ul li, #secondary .widget_xeory_recentviews .widget-content ul li {
  margin-bottom: 12px;
  padding: 0;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-image, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-image {
  width: auto;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 {
  line-height: 1.2;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4 a, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 a {
  color: #383838;
  font-size: 14px;
  font-weight: normal;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content h4 a:hover, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content h4 a:hover {
  color: #f39700;
}

#secondary .widget_xeory_postviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta, #secondary .widget_xeory_recentviews .widget-content ul li .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}

#secondary .widget_xeory_recentviews h3:before {
  content: "\f11d";
  padding: 6px;
}

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

#secondary .widget_social_widget .xeory-social-btns {
  padding: 0;
  text-align: center;
}

#secondary .widget_social_widget .xeory-social-btns ul {
  margin: 0;
}

#secondary .widget_social_widget .xeory-social-btns ul li {
  width: auto !important;
  padding: 0 10px !important;
  margin: 0;
}

#secondary .widget_social_widget .xeory-social-btns ul li a {
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 52px;
  border-radius: 5px;
}

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

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

.single {
  overflow: hidden;
}

.single .site-header {
  background: url(../../images/bor-img.png) repeat-x #fff;
  border-bottom: 1px solid #dddddd !important;
}

@media screen and (max-width: 1199px) {
  .single .site-header .container {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .single .site-header .searchTop {
    margin-right: 40px !important;
  }
}

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

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

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

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

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

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

.single .site-content .site-main article, .page .site-content .site-main article {
  padding: 17px 32px 0;
  border-bottom: 0;
  border: 0;
}

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

.single .site-content .site-main article .entry-header, .page .site-content .site-main article .entry-header {
  float: none;
  margin: 0 -32px 0px;
  width: calc(100% + 64px);
  padding: 0;
}

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

.single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
  background: #eff1f2;
  height: 40px;
  margin-bottom: 0;
  list-style: none;
  padding-right: 44px;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
    height: auto;
    padding: 7px 6px;
    text-align: left;
  }
}

@media screen and (max-width: 390px) {
  .single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
    padding: 7px 3px;
  }
}

@media screen and (max-width: 374px) {
  .single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
    padding: 7px 10px;
  }
}

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

.single .site-content .site-main article .entry-header .entry-meta .cat, .page .site-content .site-main article .entry-header .entry-meta .cat {
  background: none;
  float: left;
  position: static;
  padding: 6px 10px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-header .entry-meta .cat, .page .site-content .site-main article .entry-header .entry-meta .cat {
    display: inline-block;
    float: left;
    padding: 0;
  }
}

.single .site-content .site-main article .entry-header .entry-meta .cat a, .page .site-content .site-main article .entry-header .entry-meta .cat a {
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-header .entry-meta .cat a, .page .site-content .site-main article .entry-header .entry-meta .cat a {
    line-height: 22px;
  }
}

.single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date {
  color: #333333;
  font-size: 13px;
  display: inline-block;
  font-weight: 500;
  line-height: 22px;
  padding: 10px 0;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date {
    padding: 0;
    display: inline-block;
    margin-left: 10px;
  }
}

@media screen and (max-width: 390px) {
  .single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date {
    margin-left: 0px;
  }
}

.single .site-content .site-main article .entry-header .entry-meta .modified, .page .site-content .site-main article .entry-header .entry-meta .modified {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-header .entry-meta .modified, .page .site-content .site-main article .entry-header .entry-meta .modified {
    padding-right: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  .single .site-content .site-main article .entry-header .entry-meta .modified, .page .site-content .site-main article .entry-header .entry-meta .modified {
    display: block;
    text-align: right;
    float: right;
  }
}

@media screen and (max-width: 374px) {
  .single .site-content .site-main article .entry-header .entry-meta .modified, .page .site-content .site-main article .entry-header .entry-meta .modified {
    float: none;
  }
}

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

.single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1 {
  color: #111111;
  margin: 35px 0 31px;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
}

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

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

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

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

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

.single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail {
  margin: 0 -32px 42px;
  width: calc(100% + 64px);
  float: none;
  position: relative;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail {
    margin: 0 -20px 33px;
    width: calc(100% + 40px);
  }
}

.single .site-content .site-main article .entry-content .entry-thumbnail:after, .page .site-content .site-main article .entry-content .entry-thumbnail:after {
  background: url(../../images/shadow.png) center no-repeat;
  max-width: 732px;
  width: 100%;
  position: absolute;
  height: 14px;
  bottom: -14px;
  left: 0;
  content: '';
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main article .entry-content .entry-thumbnail:after, .page .site-content .site-main article .entry-content .entry-thumbnail:after {
    width: 100%;
    background-size: cover;
    height: 7px;
    bottom: -7px;
  }
}

@media screen and (max-width: 1199px) {
  .single .site-content .site-main article .entry-content .entry-thumbnail img, .page .site-content .site-main article .entry-content .entry-thumbnail img {
    width: 100%;
  }
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn {
  padding-left: 0;
}

.single .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li, .page .site-content .site-main article .entry-content .bzb-sns-area .bzb-sns-btn li {
  font-size: 12px;
}

.single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer {
  background: #fff;
  margin: 12px 0 56px;
  padding: 32px 32px 0;
}

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

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

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

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

.single .site-content .site-main .entry-footer .post-footer-list li:before, .page .site-content .site-main .entry-footer .post-footer-list li:before {
  background: url("../../images/folder.png") top left no-repeat;
  content: '';
  color: #f39800;
}

.single .site-content .site-main .entry-footer .post-footer-list li a, .page .site-content .site-main .entry-footer .post-footer-list li a {
  color: #f39800;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.35px;
}

.single .site-content .site-main .entry-footer .post-footer-list li a:hover, .page .site-content .site-main .entry-footer .post-footer-list li a:hover {
  text-decoration: underline;
}

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

.single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget {
  padding: 32px;
}

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

.single .site-content .site-main .underpost-widget h3, .page .site-content .site-main .underpost-widget h3 {
  padding: 9px 17px;
  margin-bottom: 27px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  border: 1px solid #d8d8d8;
}

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

.single .site-content .site-main .underpost-widget h3:before, .page .site-content .site-main .underpost-widget h3:before {
  content: "";
  height: 37px;
  width: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #111111;
}

.single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts {
  padding: 0 32px;
  border: 0;
  margin-bottom: 24px;
}

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

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

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item {
  width: calc(50% - 15px);
  background: #fff;
  padding: 0;
  margin: 0 15px 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item {
    width: 100%;
    margin: 0 0 24px;
  }
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:nth-child(2n+1), .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:nth-child(2n+1) {
  margin-left: 0;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:nth-child(2n+2), .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:nth-child(2n+2) {
  margin-right: 0;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-image, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-image {
  max-width: 110px;
  float: left;
  margin: 0;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content {
  padding-left: 122px;
  padding-right: 10px;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding-top: 5px;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a:hover, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-title a:hover {
  color: #f39800;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-meta, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item .xeory-subloop-content .xeory-subloop-meta {
  display: none;
}

.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:hover .xeory-subloop-title a, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop .xeory-subloop-item:hover .xeory-subloop-title a {
  text-decoration: none;
  color: #f39700;
}

.single .site-content .site-main .widget_social_widget, .page .site-content .site-main .widget_social_widget {
  border-bottom: 0;
}

.single .site-content .site-main .widget_social_widget h3:before, .page .site-content .site-main .widget_social_widget h3:before {
  content: "\f087";
}

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

@media screen and (max-width: 991px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-twitter, .page .site-content .site-main .widget_social_widget .xeory-social-twitter {
    margin-bottom: 16px;
  }
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe, .page .site-content .site-main .widget_social_widget .xeory-social-twitter iframe {
  border: 1px solid #f3f3f3 !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div, .page .site-content .site-main .widget_social_widget .xeory-social-twitter iframe .timeline-Widget div {
  border-bottom: 1px solid #eeeeee !important;
}

.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a {
  border-radius: 5px;
}

@media screen and (max-width: 340px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a {
    padding: 10px;
  }
}

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

.single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
  background: #fff;
  padding: 112px 32px 0;
  border: 0;
  position: relative;
}

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

.single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix {
  padding: 34px 32px;
  border: 1px solid #e2e2e2;
  background-color: #fdfdfd;
}

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

.single .site-content .site-main .post-author .clearfix .post-author-img, .page .site-content .site-main .post-author .clearfix .post-author-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -80px;
}

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

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

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

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

.single .site-content .site-main .post-author .clearfix .post-author-meta p, .page .site-content .site-main .post-author .clearfix .post-author-meta p {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
  color: #333333;
  margin: 40px 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

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

.single .site-content .site-main .post-rank-block, .page .site-content .site-main .post-rank-block {
  border: 1px solid #dcdcdc;
  padding: 24px 20px 0;
  word-spacing: -6px;
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-rank-block, .page .site-content .site-main .post-rank-block {
    padding: 31px 16px 0;
  }
}

.single .site-content .site-main .post-rank-block figure, .page .site-content .site-main .post-rank-block figure {
  position: relative;
  width: 208px;
  margin-right: 16px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-rank-block figure, .page .site-content .site-main .post-rank-block figure {
    display: block;
    margin: 0 auto;
  }
}

.single .site-content .site-main .post-rank-block figure .rank-icon, .page .site-content .site-main .post-rank-block figure .rank-icon {
  top: -59px;
  left: 50%;
  margin-left: -49px;
  position: absolute;
}

.single .site-content .site-main .post-rank-block img,.page .site-content .site-main .post-rank-block img{
  width: 100%;
  height: 100%;
  max-width: fit-content;
}

.single .site-content .site-main .post-rank-block .post-rank-content, .page .site-content .site-main .post-rank-block .post-rank-content {
  word-spacing: 0;
  width: calc(100% - 224px);
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-rank-block .post-rank-content, .page .site-content .site-main .post-rank-block .post-rank-content {
    width: 100%;
    display: block;
  }
}

.single .site-content .site-main .post-rank-block .post-rank-content .rank-title, .page .site-content .site-main .post-rank-block .post-rank-content .rank-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding-top: 13px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-rank-block .post-rank-content .rank-title, .page .site-content .site-main .post-rank-block .post-rank-content .rank-title {
    padding-top: 21px;
    margin-bottom: 26px;
  }
}

.single .site-content .site-main .post-rank-block .post-rank-content .rank_vote, .page .site-content .site-main .post-rank-block .post-rank-content .rank_vote {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: right;
}

.single .site-content .site-main .post-rank-block .post-rank-content .rank_vote img, .page .site-content .site-main .post-rank-block .post-rank-content .rank_vote img {
  vertical-align: top;
  margin-right: 14px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .single .site-content .site-main .post-rank-block .post-rank-content .rank_vote img, .page .site-content .site-main .post-rank-block .post-rank-content .rank_vote img {
    width: 60%;
  }
}

@media screen and (max-width: 374px) {
  .single .site-content .site-main .post-rank-block .post-rank-content .rank_vote img, .page .site-content .site-main .post-rank-block .post-rank-content .rank_vote img {
    width: 58%;
  }
}

.single .site-content .site-main .post-rank-block .post-rank-content .rank_vote span, .page .site-content .site-main .post-rank-block .post-rank-content .rank_vote span {
  font-size: 50px;
}

@media screen and (max-width: 1199px) and (min-width: 1012px) {
  .single .site-content .site-main .post-rank-block .post-rank-content .rank_vote span, .page .site-content .site-main .post-rank-block .post-rank-content .rank_vote span {
    font-size: 48px;
  }
}

@media screen and (max-width: 400px) {
  .single .site-content .site-main .post-rank-block .post-rank-content .rank_vote span, .page .site-content .site-main .post-rank-block .post-rank-content .rank_vote span {
    font-size: 40px;
  }
}

.single .site-content .site-main .post-rank-block .post-rank-content .rank-description, .page .site-content .site-main .post-rank-block .post-rank-content .rank-description {
  padding-top: 26px;
  font-size: 14px;
  line-height: 26px;
  border-top: 1px solid #d4d4d4;
}

.single .site-content .site-main .post-rank-block .rank-btn a, .page .site-content .site-main .post-rank-block .rank-btn a {
  display: block;
  height: 64px;
  line-height: 69px;
  font-size: 16px;
  font-weight: bold;
  background: #f39800;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 -21px;
  margin-top: 35px;
  width: calc(100% + 42px);
}

@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-rank-block .rank-btn a, .page .site-content .site-main .post-rank-block .rank-btn a {
    margin: 35px -17px 0;
    width: calc(100% + 34px);
  }
}

.single .site-content .site-main .post-rank-block .rank-btn a:hover, .page .site-content .site-main .post-rank-block .rank-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.single .site-content .site-main .post-rank-block .rank-btn a span:after, .page .site-content .site-main .post-rank-block .rank-btn a span:after {
  position: relative;
  content: url(../../images/ranking/btn-icon.png);
  width: 7px;
  height: 13px;
  margin-left: 10px;
}

.single .site-content .site-main .post-rank-block .rank1-left-btn,
.single .site-content .site-main .post-rank-block .rank1-right-btn, .page .site-content .site-main .post-rank-block .rank1-left-btn,
.page .site-content .site-main .post-rank-block .rank1-right-btn {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 38px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .post-rank-block .rank1-left-btn,
  .single .site-content .site-main .post-rank-block .rank1-right-btn, .page .site-content .site-main .post-rank-block .rank1-left-btn,
  .page .site-content .site-main .post-rank-block .rank1-right-btn {
    margin-bottom: 22px;
    width: 100%;
  }
}

.single .site-content .site-main .post-rank-block .rank1-left-btn a,
.single .site-content .site-main .post-rank-block .rank1-right-btn a, .page .site-content .site-main .post-rank-block .rank1-left-btn a,
.page .site-content .site-main .post-rank-block .rank1-right-btn a {
  margin: 35px 0 0;
  width: 100%;
}

.single .site-content .site-main .post-rank-block .rank1-left-btn, .page .site-content .site-main .post-rank-block .rank1-left-btn {
  margin-right: 10px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .post-rank-block .rank1-left-btn, .page .site-content .site-main .post-rank-block .rank1-left-btn {
    margin-right: 0;
  }
}

.single .site-content .site-main .post-rank-block .rank1-left-btn a, .page .site-content .site-main .post-rank-block .rank1-left-btn a {
  background: #23c83f;
}

.single .site-content .site-main .post-rank-block .rank1-right-btn, .page .site-content .site-main .post-rank-block .rank1-right-btn {
  margin-left: 10px;
}

@media screen and (max-width: 550px) {
  .single .site-content .site-main .post-rank-block .rank1-right-btn, .page .site-content .site-main .post-rank-block .rank1-right-btn {
    margin-left: 0;
  }
  .single .site-content .site-main .post-rank-block .rank1-right-btn a, .page .site-content .site-main .post-rank-block .rank1-right-btn a {
    margin-top: 0;
  }
}

.single .site-content .site-main .post-rank-block1, .page .site-content .site-main .post-rank-block1 {
  border-bottom: 0;
  margin-top: 40px;
}

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

iframe.wp-embedded-content {
  max-width: 100%;
  border: 1px solid #e4e4e4;
  margin-top: 17px;
  margin-bottom: 7px;
}

/* ----- h2 upper banner ----- */
.entry-content .h2_bnr {
  margin-top: 80px;
}

.entry-content .h2_bnr a {
  display: block;
}

.entry-content .h2_bnr a img {
  width: 100%;
}

/* ----- cta upper banner ----- */
.upper-cta-widget.widget_xeory_banner_manager a {
  display: block;
}

.upper-cta-widget.widget_xeory_banner_manager a img {
  width: 100%;
}

/* ----- IE ----- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .site-footer .widget_nav_menu .container ul li a:before {
    margin-top: -3px;
  }
}

/* ----- 20190131: add post ranking style ----- */

@media screen and (max-width: 767px) {
	.single .site-content .site-main .post-rank-block figure .rank-icon, .page .site-content .site-main .post-rank-block figure .rank-icon {
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;

	}
}

.single .site-content .site-main .post-rank-block, .page .site-content .site-main .post-rank-block {
  border-bottom: 1px solid #dcdcdc;
}

.single .site-content .site-main .post-rank-block .rank-btn a, .page .site-content .site-main .post-rank-block .rank-btn a {
  padding: 17px 1em 17px 1em;
  min-height: 64px;
  height: auto;
  line-height: inherit;
}

.single .site-content .site-main .post-rank-block .rank-btn a span, .page .site-content .site-main .post-rank-block .rank-btn a span {
  display: table;
  width: 100%;
}

.single .site-content .site-main .post-rank-block .rank-btn a span:after, .page .site-content .site-main .post-rank-block .rank-btn a span:after {
  display: table-cell;
  vertical-align: middle;
}

/* ----- 20190301 nagata: add speech bubble style ----- */
.sb-type-std > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-std > .sb-subtype-b > .sb-content > .sb-speech-bubble {
  border: 1px solid #cfcfcf;
  padding: 12px 14px;
}
.sb-type-std > .sb-subtype-a > .sb-content > .sb-speech-bubble {
  background-color: #f4fbff;
}
.sb-type-std > .sb-subtype-b > .sb-content > .sb-speech-bubble {
  background-color: #fafdf4;
}
.sb-type-std > .sb-subtype-a > .sb-content,
.sb-type-std > .sb-subtype-b > .sb-content {
  width: calc(100% - 80px);
}
.sb-type-std > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-d > .sb-speaker > .sb-name {
  display: none!important;
}

/* overwrite speech bubble css */

.sb-type-std > .sb-subtype-a > .sb-content:before {
	top: 15px!important;
  left: -10px!important;
  border-width: 10px!important;
}

.sb-type-std > .sb-subtype-a > .sb-content:after {
	top: 15px!important;
  left: -9px!important;
	border-width: 10px!important;
  border-color: transparent #f4fbff!important;
}

.sb-type-std > .sb-subtype-b > .sb-content:before {
	top: 15px!important;
  right: -10px!important;
  border-width: 10px!important;
}

.sb-type-std > .sb-subtype-b > .sb-content:after {
	top: 15px!important;
  right: -9px!important;
	border-width: 10px!important;
  border-color: transparent #fafdf4!important;
}


/**
* .sb-type-TYPE > .sb-subtype-X > .sb-content > .sb-speech-bubble
*
* 吹き出しの本体部分
* Speach bubble' body part
*/

.sb-type-std > .sb-subtype-a > .sb-content > .sb-speech-bubble,
.sb-type-std > .sb-subtype-b > .sb-content > .sb-speech-bubble {
	border-color: #cfcfcf!important;
	border-radius: 8px!important;
}

@media screen and (max-width: 767px) {
  .sb-type-std {
    padding: 10px 0;
  }
}

/* 20190311 nagata: 更新日が表示されるように変更 show modified in all posts
------------------------------------------------------------------------*/
.single .modified {
  padding: 10px 0;
}

/* 190411 add check-list style
--------------------------------------------------------- */
.entry-content ul.check-list {
  list-style: none;
  padding-left: 34px;
}

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

.entry-content ul.check-list li {
  position: relative;
}

.entry-content ul.check-list li::before {
  content: '';
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -34px;
}

.entry-content ul.check-list.li-red li::before {
  background: url("../../images/li-red.png");
}

.entry-content ul.check-list.li-blue li::before {
  background: url("../../images/li-blue.png");
}

.entry-content ul.check-list.li-green li::before {
  background: url("../../images/li-green.png");
}

.entry-content ul.check-list.li-orange li::before {
  background: url("../../images/li-orange.png");
}

/* 190423 add three-ranking-block
--------------------------------------------------------- */
.three-rank-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .three-rank-wrap {
    margin-bottom: 0;
  }
}

.three-rank-wrap .wrap-three-rank-block {
  width: calc( 100% / 3 - 14px);
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .three-rank-wrap .wrap-three-rank-block {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.three-rank-wrap .wrap-three-rank-block:last-of-type {
  margin-right: 0;
}

.three-rank-wrap .wrap-three-rank-block .three-rank-content {
  border: 1px solid #dcdcdc;
  padding: 20px 12px;
  position: relative;
}

.three-rank-wrap .wrap-three-rank-block .rank-icon {
  width: 41px;
  position: absolute;
}

.three-rank-wrap .wrap-three-rank-block .rank-icon img{
  width: 100%;
  height: 100%;
}

.three-rank-wrap .wrap-three-rank-block .rank-title {
  display: inline-block;
  font-weight: bold;
  margin-left: 48px;
  margin-bottom: 16px;
  vertical-align: text-top;
}

.three-rank-wrap .wrap-three-rank-block figure {
  margin-bottom: 10px;
}

.three-rank-wrap .wrap-three-rank-block figure img {
  width: 100%;
  height: 100%;
}

.three-rank-wrap .wrap-three-rank-block .rank-description {
  font-size: 13px;
  line-height: 1.4;
}

.three-rank-wrap .wrap-three-rank-block .rank-btn a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: #f39800;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 20px 10px 12px;
  line-height: 1.4;
  position: relative;
}

.three-rank-wrap .wrap-three-rank-block .rank-btn a::after {
  content: url("../../images/ranking/rank2-btn-icon.png");
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  height: 20px;
}

.three-rank-wrap .wrap-three-rank-block .rank-btn a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

/* 190515 add table-ranking-block
--------------------------------------------------------- */
.wrap-table-rank-block {
  overflow-y: scroll;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.wrap-table-rank-block table {
  width: inherit !important;
  display: inline-block;
  border: none !important;
}

.wrap-table-rank-block table .first-td {
  background: #fbfbfb;
}

.wrap-table-rank-block table td {
  text-align: center;
  padding: 10px !important;
  min-width: 140px;
}

.wrap-table-rank-block table td .star-img {
  vertical-align: text-bottom;
}

.wrap-table-rank-block table td a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  display: block;
  border-radius: 4px;
}

.wrap-table-rank-block table td a:hover {
  text-decoration: none !important;
  opacity: 0.7;
}

.wrap-table-rank-block table td .official-btn {
  background: #f39800;
}

.wrap-table-rank-block table td .review-btn {
  background: #22ac38;
}

/* 210311 add サイドウィジェット 橋場
--------------------------------------------------------- */
#secondary .widget:nth-child(1) .textwidget p{
  text-align: center;
}

#secondary .widget:nth-child(1) .textwidget p a img{
  width: 100%;
  height: 100%;
  max-width: 320px;
  max-height: 377px;
  position: relative;
}

/* バナー見出し */
#secondary .widget:nth-child(1) .textwidget p a img::before {
    background-image: url(../../images/sidebar/today-bf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 24px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
}


/* 売買部バナー */
#xeory_banner_manager-5 .side-widget-inner a img{
  width: 100%;
  height: 100%;
}

@media screen and (min-width:1024px) {
  #secondary{
    float: none;
    margin-left: 0 !important;
  }

  #secondary .widget:nth-child(1){
    position: sticky;
    top: 0;
    z-index: 99999999;
  }

  .single,.page,.archive,.search{
    overflow: visible !important;
  }

  .single,.site-content,.site-main,.page,.site-content,.site-main,.search-results,.archive,.site-main, .page-post-list,.search{
    padding-right: 0 !important;
  }

  .content-area{
    width: calc(100% - 380px);
  }

  .page #content .container:not(.home #content .container),.archive #content .container, .category #content .container, .single #content .container, .search #content .container{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
  }

  .xeory-breadcrumbs{
    width: 100%;
  }
}

/* 210408 add アーカイブページランキング 橋場
--------------------------------------------------------- */
.category-ranking-wrap{
  margin-bottom: 50px;
  background: none;
  overflow-y: inherit;
}
.category-ranking-wrap::before{
  display: block;
  content:"";
  position: absolute;
  left: calc((100vw - 1080px) / -2);
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}

@media screen and (max-width:1199px) {
  .category-ranking-wrap::before{
    left: -24px;
  }
}

@media screen and (max-width:991px) {
  .category-ranking-wrap::before{
    left: -16px;
  }
}

@media screen and (max-width:550px) {
  .category-ranking-wrap::before{
    left: -10px;
  }
}

.category-ranking-wrap .tit-rank{
  position: relative;
  z-index: 1;
}

/* 210422 add 地域別表 橋場
--------------------------------------------------------- */
.regional_title{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 0px 5px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #555;
}

.regional_title::before{
  display: block;
  content:"";
  position: absolute;
  left: -10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
}

.regional_table_wrap{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 40px;
}

.regional_table_wrap a{
  display: flex;
  justify-content: center;
  width: calc((100% / 5) - 6px);
  margin: 3px;
  padding: 8px 3px;
  border-radius: 3px;
  text-decoration: none !important;
  font-size: 1.1rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width:768px) {
  .regional_table_wrap a{
    font-size: 0.9rem;
  }
}

/* 北海道 */
.hokkaido_title{
  background: #eff4ff;
}

.hokkaido_title::before{
  border-bottom: solid 2px #4967b4;
  background:url(https://icongr.am/clarity/map-marker.svg?size=30&color=ffffff) #81a1e4;
  background-position: center;
  background-repeat: no-repeat;
}

.hokkaido a{
  border: solid 2px #4967b4;
  color: #4967b4;
}

.hokkaido a:hover{
  background: #4967b4;
  color: #fff;
}

/* 東北 */
.tohoku_title{
  background: #effbff;
}

.tohoku_title::before{
  border-bottom: solid 2px #499fb4;
  background:url(https://icongr.am/clarity/map-marker.svg?size=30&color=ffffff) #81d6e4;
  background-position: center;
  background-repeat: no-repeat;
}

.tohoku a{
  border: solid 2px #499fb4;
  color: #499fb4;
}

.tohoku a:hover{
  background: #499fb4;
  color: #fff;
}

/* 東京 */
.tokyo_title{
  background: #ffefef;
}

.tokyo_title::before{
  border-bottom: solid 2px #b44949;
  background:url(https://icongr.am/clarity/map-marker.svg?size=30&color=ffffff) #e48181;
  background-position: center;
  background-repeat: no-repeat;
}

.tokyo a{
  border: solid 2px #b44949;
  color: #b44949;
}

.tokyo a:hover{
  background: #b44949;
  color: #fff;
}


/* 関東 */
.kanto_title{
  background: #fff7ef;
}

.kanto_title::before{
  border-bottom: solid 2px #b48649;
  background:url(https://icongr.am/clarity/map-marker.svg?size=30&color=ffffff) #e4af81;
  background-position: center;
  background-repeat: no-repeat;
}

.kanto a{
  border: solid 2px #b48649;
  color: #b48649;
}

.kanto a:hover{
  background: #b48649;
  color: #fff;
}


/* 中部 */
.chubu_title{
  background: #f6ffef;
}

.chubu_title::before{
  border-bottom: solid 2px #67b449;
  background:url(https://icongr.am/clarity/map-marker.svg?size=30&color=ffffff) #a7e481;
  background-position: center;
  background-repeat: no-repeat;
}

.chubu a{
  border: solid 2px #67b449;
  color: #67b449;
}

.chubu a:hover{
  background: #67b449;
  color: #fff;
}

/* 近畿 */
.kinki_title{
  background: #f6efff;
}

.kinki_title::before{
  border-bottom: solid 2px #6a49b4;
  background:url(https://icongr.am/clarity/map-marker.svg?size=30&color=ffffff) #a381e4;
  background-position: center;
  background-repeat: no-repeat;
}

.kinki a{
  border: solid 2px #6a49b4;
  color: #6a49b4;
}

.kinki a:hover{
  background: #6a49b4;
  color: #fff;
}

/* 中国・四国 */
.chukoku_shikoku_title{
  background: #ffffef;
}

.chukoku_shikoku_title::before{
  border-bottom: solid 2px #b1b449;
  background:url(https://icongr.am/clarity/map-marker.svg?size=30&color=ffffff) #e4e181;
  background-position: center;
  background-repeat: no-repeat;
}

.chukoku_shikoku a{
  border: solid 2px #b1b449;
  color: #b1b449;
}

.chukoku_shikoku a:hover{
  background: #b1b449;
  color: #fff;
}

/* 九州・沖縄 */
.kyushu_okinawa_title{
  background: #ffeff8;
}

.kyushu_okinawa_title::before{
  border-bottom: solid 2px #b44983;
  background:url(https://icongr.am/clarity/map-marker.svg?size=30&color=ffffff) #e481b8;
  background-position: center;
  background-repeat: no-repeat;
}

.kyushu_okinawa a{
  border: solid 2px #b44983;
  color: #b44983;
}

.kyushu_okinawa a:hover{
  background: #b44983;
  color: #fff;
}

/* 210528 add 明示的画像サイズ 橋場
--------------------------------------------------------- */
.single .site-content .site-main article img{
  display: block;
  width: 100%;
  height: 100%;
  max-width: fit-content;
  margin: 0 auto;
}

.single .entry-thumbnail img{
  max-width: inherit !important;
}

.tit-rank img{
  width: 100%;
  height: 100%;
}

#tit-rank-sp img{
   max-width: fit-content;
   max-height: fit-content;
}

.wd-front-rank .crown img{
  width: 100%;
  height: 100%;
}

.wd-front-rank p:nth-child(2) img{
  width: 100%;
  height: 100%;
}


.single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

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

.page #secondary .widget:nth-child(1) {
    display: none;
}

/*------ 2024.1.15 記事下SNSボタン ------*/
.sns__container {
    display: flex;
}

.sns__container a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.sns__container a:hover {
    opacity: 0.6;
}

.sns__twitter {
    background: #55acee;
}

.sns__facebook {
    background: #3b5998;
}

.sns__pocket {
    background: #ef3f56;
}

.sns__line {
    background: #1dcd00;
}

.sns__hatena {
    background: #00a5de;
}

/*------ 2024.1.15 固定ページバナー非表示 ------*/
.page .h2_bnr {
    display: none;
}

/*------ 2024.1.15 サイトマップ ------*/
.page .site-content .site-main article {
    padding: 17px 32px 0;
    border-bottom: 0;
    border: 0;
}

/* (1)カテゴリ先頭記号を非表示 */
.wsp-container > ul.wsp-posts-list>li,
.entry-content ul li ul .wsp-post {
    list-style-type: none;
    list-style: none;
}

/* (2)カテゴリ背景色と位置調整 */
.wsp-container strong.wsp-category-title {
    display: block;
    padding: 0.2em 1.0em;
    background: #e9e9e9;
    margin-bottom: 1em;
    list-style-type: none;
}

/* (3)全体の余白をゼロに(全体左寄せ) */
    .wsp-container > ul.wsp-posts-list {
        padding: 0;
    }

/* (4)カテゴリごとの末尾に余白*/
    .wsp-posts-list {
    padding-bottom: 2.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
}

.wsp-post {
    width: calc(50% - 1em);
    padding-bottom: 0.5em;
    border-bottom: 1px solid #d8d8d8;
}

.entry-content ul li .wsp-posts-list {
    padding-left: 0;
}

#post-55105 .entry-content ul li a {
    color: #333;
}

#post-55105 .entry-content:first-child .wsp-pages-list li {
    list-style-type: disc;
}

/* 記事数が少ないのでwidth:100% */
.wsp-container>ul.wsp-posts-list>li:first-child,
.wsp-container>ul.wsp-posts-list>li:first-child .wsp-post {
    width: 100%;
}

/* 販売元一覧固定ページ */
.accordion .toggle {
    display: none;
}

.Label {
    /* タイトル */
    padding: 0.5em 1em;
    display: block;
    color: #fff;
    background: #019ac6;
    position: relative;
}

.Label:hover {
    cursor: pointer;
}

.Label::before {
    /* 各種カード画像 */
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4em;
    height: 3em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1em;
}

/* 各種アイコン */
.appLabel::before {
    background-image: url(../../images/seller/apple.webp);
}
.amaLabel::before {
    background-image: url(../../images/seller/amagif.webp);
}
.goLabel::before {
    background-image: url(../../images/seller/google.webp);
}
.quoLabel::before {
    background-image: url(../../images/seller/quo.webp);
}
.ninLabel::before {
    background-image: url(../../images/seller/nintendo.webp);
}
.psLabel::before {
    background-image: url(../../images/seller/ps.webp);
}
.maLabel::before {
    background-image: url(../../images/seller/majica.webp);
}
.naLabel::before {
    background-image: url(../../images/seller/nanaco.webp);
}
.payLabel::before {
    background-image: url(../../images/seller/paypay.webp);
}
.wmLabel::before {
    background-image: url(../../images/seller/webmoney.webp);
}
.liLabel::before {
    background-image: url(../../images/seller/line.webp);
}
.dmmLabel::before {
    background-image: url(../../images/seller/dmm.webp);
}
.neLabel::before {
    background-image: url(../../images/seller/webmoney.webp);
}
.ubLabel::before {
    background-image: url(../../images/seller/uber.png);
}
.nikeLabel::before {
    background-image: url(../../images/seller/nike.png);
}
.huLabel::before {
    background-image: url(../../images/seller/hulu.png);
}
.daLabel::before {
    background-image: url(../../images/seller/dazn.jpg);
}

.Label::after {
    /* タイトル横の矢印 */
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
}

.accordion .content .Label::before {
    content: none;
}

.accordion .Label,
.accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.accordion .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
}

/* 開閉時 */
.accordion .toggle:checked + .Label + .content {
    height: auto;
    padding: 10px;
    transition: all 0.3s;
}

.accordion .toggle:checked + .Label::after {
    transform: rotate(-45deg);
}

.entry-content .accordion ul,
.entry-content .accordion li {
    padding-left: 0;
}
.entry-content .accordion li::marker {
   content: none;
}

.accordion .content .Label {
    background-color: #eb6ea0;
}

.accordion .content .content .Label {
    background-color: #79c06e;
}

@media screen and (max-width: 991px) {
    .wsp-posts-list {
        display: block;
    }

    .wsp-post {
        width: 100%;
    }
}

/*------ 2024.5.10 PRマーク追加 ------*/
.single .site-content .site-main article .entry-header .entry-meta .modified {
    display: flex;
    gap: 1em;
    align-items: center;
}

.single .site-content .site-main article .entry-header .entry-meta .modified .pr {
    padding: 2px 5px;
    border: 1px solid;
}
