@charset "UTF-8";

/* ========================================
   基本スタイル - Basic Styles
======================================== */

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

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

/* ========================================
   メインレイアウト - Main Layout
======================================== */

.site {
  position: relative;
}

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

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

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

/* ========================================
   目次 - Table of Contents
======================================== */

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

/* ========================================
   SNSボタン・ソーシャル機能 - Social Buttons
======================================== */

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

/* ========================================
   ナビゲーション・UI要素 - Navigation & UI Elements
======================================== */

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

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

/* sp-navボタン */
.sp-nav-btn {
  position: absolute;
  top: -18px;
  right: 14px;
  overflow: auto;
}
.sp-nav-btn:before {
  display: block;
  font-size: 32px;
  text-align: center;
}
.sp-nav-btn:after {
  content: "MENU";
  font-size: 10px;
  display: block;
  margin: -12px auto 0 auto;
  text-align: center;
}

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

/* ========================================
   アーカイブ・リストページ - Archive & List Pages
======================================== */

.archive .content-area, .search .content-area, .error404 .content-area, .original-category .content-area, .page-post-lists .content-area {
  margin-bottom: 234px;
}
@media screen and (max-width: 991px) {
  .archive .content-area, .search .content-area, .error404 .content-area, .original-category .content-area, .page-post-lists .content-area {
    margin-bottom: 114px;
  }
}
.archive .site-content, .search .site-content, .error404 .site-content, .original-category .site-content, .page-post-lists .site-content {
  padding: 0;
}
.archive .taxonomy-description, .search .taxonomy-description, .error404 .taxonomy-description, .original-category .taxonomy-description, .page-post-lists .taxonomy-description {
  margin-top: 10px;
  font-size: 15px;
  font-weight: normal;
}
.archive .entry-content, .search .entry-content, .error404 .entry-content, .original-category .entry-content, .page-post-lists .entry-content {
  padding: 40px;
}
.archive .entry-content a:hover, .search .entry-content a:hover, .error404 .entry-content a:hover, .original-category .entry-content a:hover, .page-post-lists .entry-content a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .archive .entry-content, .search .entry-content, .error404 .entry-content, .original-category .entry-content, .page-post-lists .entry-content {
    padding: 24px 16px;
  }
}
.archive .page-header, .search .page-header, .error404 .page-header, .original-category .page-header, .page-post-lists .page-header {
  padding: 10px 15px;
  font-size: 22px;
  background: #fff;
	border:none;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .archive .page-header, .search .page-header, .error404 .page-header, .original-category .page-header, .page-post-lists .page-header {
    padding: 10px 0;
  }
}
.archive .page-header span, .search .page-header span, .error404 .page-header span, .original-category .page-header span, .page-post-lists .page-header span {
  display: inline-block;
}
.archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title, .original-category .page-header .page-title, .page-post-lists .page-header .page-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.archive .site-main, .search .site-main, .error404 .site-main, .original-category .site-main, .page-post-lists .site-main {
  padding-right: 400px;
}
@media screen and (max-width: 991px) {
  .archive .site-main, .search .site-main, .error404 .site-main, .original-category .site-main, .page-post-lists .site-main {
    padding-right: 0;
  }
}
.archive .site-main article, .search .site-main article, .error404 .site-main article, .original-category .site-main article, .page-post-lists .site-main article, .hentry {
  padding: 0;
  border: 0 !important;
  margin-bottom: 20px;
	padding:20px;
}
.archive .site-main article .entry-thumbnail, .search .site-main article .entry-thumbnail, .error404 .site-main article .entry-thumbnail, .original-category .site-main article .entry-thumbnail, .page-post-lists .site-main article .entry-thumbnail {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  float: left !important;
  max-width: 280px !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {

	.archive .site-main article, .search .site-main article, .error404 .site-main article, .original-category .site-main article, .page-post-lists .site-main article, .hentry, .site-main article{
		padding:0;
}


}
.archive .site-main article .entry-thumbnail a, .search .site-main article .entry-thumbnail a, .error404 .site-main article .entry-thumbnail a, .original-category .site-main article .entry-thumbnail a, .page-post-lists .site-main article .entry-thumbnail a {
  display: block;
}

.archive .site-main article .entry-content, .search .site-main article .entry-content, .error404 .site-main article .entry-content, .original-category .site-main article .entry-content, .page-post-lists .site-main article .entry-content {
  padding: 12px 20px !important;
}
@media screen and (max-width: 767px) {
  .archive .site-main article .entry-content, .search .site-main article .entry-content, .error404 .site-main article .entry-content, .original-category .site-main article .entry-content, .page-post-lists .site-main article .entry-content {
    padding: 0px 10px !important;
  }
}
.archive .site-main article .entry-content h2, .search .site-main article .entry-content h2, .error404 .site-main article .entry-content h2, .original-category .site-main article .entry-content h2, .page-post-lists .site-main article .entry-content h2, .site-main article .entry-content .entry-title a {
  font-size: 18px;
  margin-bottom: 10px;
	color:#111111;
}

.archive .site-main article .entry-content h2 a, .search .site-main article .entry-content h2 a, .error404 .site-main article .entry-content h2 a, .original-category .site-main article .entry-content h2 a, .page-post-lists .site-main article .entry-content h2 a {
  font-size: 18px;
  line-height: 30px;
  color: #111;
}
@media screen and (max-width: 767px) {
	.archive .site-main article .entry-content h2, .search .site-main article .entry-content h2, .error404 .site-main article .entry-content h2, .original-category .site-main article .entry-content h2, .page-post-lists .site-main article .entry-content h2, .site-main article .entry-content .entry-title a{
		line-height:1em;
	}

  .archive .site-main article .entry-content h2 a, .search .site-main article .entry-content h2 a, .error404 .site-main article .entry-content h2 a, .original-category .site-main article .entry-content h2 a, .page-post-lists .site-main article .entry-content h2 a {
    font-size: 13px;
    line-height: 20px;
  }
}
.archive .site-main article .entry-content .cont-str, .search .site-main article .entry-content .cont-str, .error404 .site-main article .entry-content .cont-str, .original-category .site-main article .entry-content .cont-str, .page-post-lists .site-main article .entry-content .cont-str {
  color: #555;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .archive .site-main article .entry-content .cont-str, .search .site-main article .entry-content .cont-str, .error404 .site-main article .entry-content .cont-str, .original-category .site-main article .entry-content .cont-str, .page-post-lists .site-main article .entry-content .cont-str {
    display: none;
  }
}


.comments-area {
  background: #fff;
  padding: 0;
  border: 0;
  margin: 64px 0;
}
@media screen and (max-width: 767px) {
  .comments-area {
    padding: 0;
    margin: 44px 0;
  }
}
.comments-area .comments-header .comments-title {
  background: #111;
  padding: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .comments-area .comments-header .comments-title {
    padding: 15px;
    margin-bottom: 24px;
  }
}
.comments-area .comments-header .comments-title:before {
  display: none;
}
.comments-area .comments-text {
  display: none;
}
.comments-area .comment-list li {
  border-bottom: 0;
  margin-bottom: 30px;
}
.comments-area .comment-list li .comment-body {
  margin: 0 0 38px 0;
}
.comments-area .comment-list li .comment-body .comment-author {
  margin-bottom: 10px;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-image {
  margin-right: 20px;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content {
  margin-bottom: 0;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .fn {
  color: #333;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .fn a {
  color: #333;
  font-weight: bold;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta {
  line-height: 1;
}
.comments-area .comment-list li .comment-body .comment-author .comment-author-content .comment-meta a {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}
.comments-area .comment-list li .comment-body .comment-content {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list li .comment-body .comment-content {
    font-size: 14px;
    line-height: 22px;
  }
}
.comments-area .children {
  background-color: #f4f4f6;
  margin-left: 0;
  padding: 34px 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .comments-area .children {
    padding: 30px 24px;
  }
}
.comments-area .children .comment-body {
  margin-bottom: 0 !important;
}
.comments-area .children .comment-body .comment-author-image {
  padding-top: 2px;
}
.comments-area .children li {
  margin-bottom: 40px;
}
.comments-area .children li:last-child {
  margin-bottom: 0;
}
.comments-area .comment-author-image img {
  border-radius: 50%;
}
.comments-area .reply {
  font-size: 13px;
  margin-bottom: 0;
}
.comments-area .reply a {
  color: #009ae9;
}
.comments-area .reply a:before {
  content: '';
}
.comments-area .comment-form .submit {
  border: 0;
  background: #009ae9;
}
.comments-area .comment-form .submit:hover {
  background: #009ae9;
}
.comments-area .comment-respond {
  margin: 0;
  padding: 0;
}

.post-cta {
  background: #ebf0f4;
  border: 0;
  padding: 24px 50px 48px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .post-cta {
    margin-left: -20px;
    margin-right: -20px;
    padding: 24px 20px;
    margin-bottom: 0;
  }
}
.post-cta .post-cta-header {
  background: #111;
  color: #fff;
  padding: 32px 32px 24px;
  border: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post-cta .post-cta-header {
    padding: 20px;
  }
}
.post-cta .post-cta-header:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background: #f4810a;
  width: 264px;
  height: 5px;
}
.post-cta .post-cta-header .post-cta-title {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .post-cta .post-cta-header .post-cta-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.post-cta .post-cta-body {
  border-left: 1px solid #d3d5d6;
  border-right: 1px solid #d3d5d6;
}
.post-cta .post-cta-body .post-cta-body-inner {
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-body .post-cta-body-inner {
    padding: 0;
  }
}
.post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
  margin-bottom: 24px;
  max-width: inherit;
  float: inherit;
  margin: 0 -20px 20px;
}
@media screen and (max-width: 768px) {
  .post-cta .post-cta-body .post-cta-body-inner .post-cta-img {
    margin: 0 0px 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 {
  padding: 0 38px;
}
@media screen and (max-width: 768px) {
  .post-cta .post-cta-content {
    padding: 0 20px;
  }
}
.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: 32px 40px 30px;
  border-left: 1px solid #d3d5d6;
  border-right: 1px solid #d3d5d6;
  border-bottom: 1px solid #d3d5d6;
}
@media screen and (max-width: 767px) {
  .post-cta .post-cta-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.post-cta .post-cta-footer .post-cta-btn a {
  width: 284px;
  box-shadow: 0 6px 0 #b95e14;
  background-color: #fd7a23;
  padding: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 374px) {
  .post-cta .post-cta-footer .post-cta-btn a {
    width: 100%;
  }
}
.post-cta .post-cta-footer .post-cta-btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  padding: 0px 0 0 0;
  margin-left: 10px;
}
.post-cta .post-cta-footer .post-cta-btn a:hover {
  color: #fff;
  opacity: 0.8;
}
#container {
  .entry-content p {
    margin-bottom: 2em;
  }
  @media screen and (max-width: 550px) {
    .entry-content p {
      line-height: 26px;
    }
  }
  .entry-content h2 {
    margin: 80px 0 25px 0;
    padding: 23px 25px 22px;
    border-bottom: 0;
    background: #F4810A;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
  }
  @media screen and (max-width: 550px) {
    .entry-content h2 {
      font-size: 22px;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 16px;
    }
  }
  .entry-content h3 {
    margin: 72px 0 24px;
    padding: 17px 17px;
    border-left: 8px solid #111;
    background: #EBF0F4;
    position: relative;
    font-size: 20px;
    line-height: 32px;
  }
  @media screen and (max-width: 550px) {
    .entry-content h3 {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 17px;
    }
  }
  .entry-content h4 {
    margin: 68px 0 20px;
    font-size: 20px;
    color: #1a94a1;
  }
  @media screen and (max-width: 550px) {
    .entry-content h4 {
      font-size: 16px;
      margin-bottom: 12px;
    }
  }
  .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: #009ae9;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 6px;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #009ae9;
  }
  .entry-content h6 {
    color: #009ae9;
    margin: 0 0 8px;
  }
  @media screen and (max-width: 550px) {
    .entry-content h6 {
      font-size: 14px;
    }
  }
}

.entry-content ul {
  margin-bottom: 2em;
}
.entry-content ul li ul {
  margin-bottom: 0;
}
.entry-content ul li ul li {
  list-style: disc;
}
.entry-content ol {
  margin-bottom: 2em;
  padding-left: 32px;
}
.entry-content dl {
  margin-bottom: 2em;
}
.entry-content dl dt {
  display: inline-block;
  margin: 0 0 17px;
  padding: 12px 22px;
  border: 2px solid #111111;
  background-color: #fafafb;
  font-size: 16px;
  line-height: 26px;
}
.entry-content dl dd {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}
.entry-content table {
  width: 100% !important;
  margin-bottom: 48px;
}
.entry-content table th {
  background: #111111;
  color: #fff;
}
.entry-content blockquote {
  margin-bottom: 48px;
  padding: 36px 36px 36px 46px;
  border: 0;
  background: #ebf0f4;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 32px 16px 32px;
  }
}
.entry-content blockquote:before {
  top: -13px;
  left: 48px;
  content: '';
  width: 34px;
  height: 26px;
  background: url("../../images/block-icon01.png") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote:before {
    top: -13px;
    left: 16px;
  }
}
.entry-content blockquote:after {
  position: absolute;
  bottom: -17px;
  right: 48px;
  content: '';
  width: 34px;
  height: 26px;
  background: url("../../images/block-icon02.png") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote:after {
    bottom: -17px;
    right: 16px;
  }
}
.entry-content .attention {
  padding: 32px 46px;
  margin-bottom: 48px;
  border: 2px solid #1b1b1b;
}
@media screen and (max-width: 767px) {
  .entry-content .attention {
    padding: 32px 16px;
    margin-bottom: 40px;
  }
}
.entry-content .attention a:hover {
  text-decoration: underline;
}
.entry-content .a-2 {
  position: relative;
}
.entry-content .a-2:before {
  position: absolute;
  top: -22px;
  left: 27px;
  content: "ここがポイント！";
  font-size: 16px;
  width: 155px;
  height: 40px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #F4810A;
  color: #FFF;
  line-height: 40px;
  text-align: center;
}
.entry-content .a-3 {
  padding-top: 0;
}
.entry-content .a-3 .attention-title {
  font-weight: bold;
  color: #FFF;
  font-size: 20px;
  background-color: #111;
  margin: 0 -46px 33px;
  padding: 13px 36px 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .entry-content .a-3 .attention-title {
    margin: 0 -16px 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 .link-button-green,
.entry-content .link-button-orange {
  margin-bottom: 66px !important;
  text-align: center;
  padding: 0;
}
.entry-content .link-button-green a,
.entry-content .link-button-orange a {
  display: inline-block;
  width: 284px;
  padding: 14px 0 14px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  position: relative;
}
@media screen and (max-width: 550px) {
  .entry-content .link-button-green a,
  .entry-content .link-button-orange a {
    width: 100%;
    max-width: 320px;
  }
}
.entry-content .link-button-green a i,
.entry-content .link-button-orange a i {
  margin-right: 10px;
  display: none;
}
.entry-content .link-button-green a:before,
.entry-content .link-button-orange a:before {
  font-weight: normal;
  position: absolute;
  top: 13px;
  left: calc(50% - 110px);
  font-size: 16px;
  content: "\f0a9";
  font-family: FontAwesome;
}
.entry-content .link-button-green:hover a,
.entry-content .link-button-orange:hover a {
  opacity: 0.8;
  text-decoration: none !important;
}
.entry-content .link-button-green {
  margin: 44px 0 26px 0 !important;
}
.entry-content .link-button-green a {
  box-shadow: 0 5px 0 #b17512;
  background-color: #f39800;
}
.entry-content .link-button-orange a {
  box-shadow: 0 4px 0 #03984b;
  background-color: #00b457;
}

#toc_container {
  border: 2px solid #111111;
  background-color: #fafafb;
  margin: 45px 0 81px 0;
  padding: 40px 44px 18px;
}
@media screen and (max-width: 550px) {
  #toc_container {
    margin: 45px 0 48px 0;
    padding: 22px 28px 22px;
  }
}
#toc_container .toc_title {
  text-align: left !important;
  font-size: 18px;
  position: relative;
  margin-bottom: 30px !important;
}
@media screen and (max-width: 550px) {
  #toc_container .toc_title {
    margin-bottom: 26px !important;
  }
}
#toc_container .toc_title:before {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 32px;
  height: 1px;
  background: #333;
  content: "";
}
#toc_container .toc_title .toc_toggle {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 27.62px;
}
#toc_container .toc_title .toc_toggle a {
  font-size: 14px;
  font-weight: 500;
  line-height: 27.62px;
  color: #009ae9;
}
#toc_container .toc_list {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  #toc_container .toc_list {
    margin-top: 7px !important;
  }
}
#toc_container .toc_list li {
  margin-bottom: 20px;
}
#toc_container .toc_list li a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
#toc_container .toc_list li ul li a {
  font-size: 15px;
  font-weight: normal;
}

.site-footer {
  background: #111;
  color: #333;
	padding-top:20px;
}
.site-footer .footer01 {
  padding: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .site-footer .footer01 {
    padding-top: 64px;
  }
}
.site-footer .footer01 .container .ft-logo {
  text-align: center;
  margin: 0 auto 13px;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer01 .container .ft-logo {
    max-width: 192px;
    margin: 0 auto 15px;
  }
}
.site-footer .footer01 .container p.txt01 {
  color: #FFF;
  text-align: center;
  margin-bottom: 54px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer01 .container p.txt01 {
    max-width: 250px;
    margin: 0 auto 76px;
    font-size: 13px;
  }
}
.site-footer .footer-widget {
  background: none;
  border: none;
}
.site-footer .footer-widget-area h3 {
  display: none;
}
.site-footer .footer-widget-area .widget_nav_menu {
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-widget-area .widget_nav_menu .container {
    padding: 20px 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-widget-area .widget_nav_menu .container {
    padding: 20px 35px !important;
  }
}
@media screen and (max-width: 374px) {
  .site-footer .footer-widget-area .widget_nav_menu .container {
    padding: 20px 16px !important;
  }
}
.site-footer .footer-widget-area .widget_nav_menu:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 186px;
  height: 17px;
  content: "";
  background: url("../../images/ft-ttl01.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: auto;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-widget-area .widget_nav_menu:before {
    width: 154px;
    height: 14px;
    top: -17px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-widget-area .widget_nav_menu .container {
    padding: 20px 0;
  }
}
.site-footer .footer-widget-area .widget_nav_menu .container ul {
  text-align: center;
}
@media screen and (max-width: 425px) {
  .site-footer .footer-widget-area .widget_nav_menu .container ul {
    text-align: left;
  }
}
.site-footer .footer-widget-area .widget_nav_menu .container ul li {
  margin-right: 35px;
  line-height: 1.0;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-widget-area .widget_nav_menu .container ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 18px;
    float: left;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  .site-footer .footer-widget-area .widget_nav_menu .container ul li {
    width: 59%;
  }
  .site-footer .footer-widget-area .widget_nav_menu .container ul li:nth-child(even) {
    width: 41%;
  }
}
.site-footer .footer-widget-area .widget_nav_menu .container ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-widget-area .widget_nav_menu .container ul li:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 12px;
  vertical-align: text-top;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: -15px;
  font-weight: normal;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 350px) {
  .site-footer .footer-widget-area .widget_nav_menu .container ul li:before {
    font-size: 11px;
    top: 1px;
  }
}
.site-footer .footer-widget-area .widget_nav_menu .container ul li:hover:before {
  color: #009ae9;
}
.site-footer .footer-widget-area .widget_nav_menu .container ul li .sub-menu {
  display: none;
}
.site-footer .footer-widget-area .widget_nav_menu .container ul li a {
  padding-right: 1em;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 550px) {
  .site-footer .footer-widget-area .widget_nav_menu .container ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .site-footer .footer-widget-area .widget_nav_menu .container ul li a {
    font-size: 13px;
  }
}
.site-footer .footer-widget-area .widget_nav_menu .container ul li a:hover {
  color: #009ae9;
}
.site-footer .footer-widget-area .widget_social_widget {
  position: relative;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-widget-area .widget_social_widget {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .footer-widget-area .widget_social_widget .container {
    padding-bottom: 16px;
  }
}
.site-footer .footer-widget-area .widget_social_widget:before {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  width: 95px;
  height: 17px;
  content: "";
  background: url("../../images/ft-ttl02.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: auto;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-widget-area .widget_social_widget:before {
    width: 79px;
    height: 14px;
    top: 13px;
  }
}
.site-footer .footer-widget-area .widget_social_widget .xeory-social-btns ul {
  margin: 0;
  text-align: center;
}
.site-footer .footer-widget-area .widget_social_widget .xeory-social-btns ul li {
  padding: 0;
  width: 47px !important;
  height: 47px !important;
  margin-right: 20px;
}
.site-footer .footer-widget-area .widget_social_widget .xeory-social-btns ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-widget-area .widget_social_widget .xeory-social-btns ul li a {
  display: block;
  font-size: 22px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.site-footer .footer-widget-area .widget_social_widget .xeory-social-btns ul li a:hover {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.site-footer .footer-widget-area .widget_social_widget .xeory-social-btns ul li a span {
  display: none;
}
.site-footer .footer-widget-area .widget_social_widget .xeory-social-btns ul li a:before {
  margin: 0;
}
.site-footer .site-info {
  background: #111;
  text-align: center;
}
.site-footer .site-info .container {
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info .container {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-info .container {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 374px) {
  .site-footer .site-info .container {
    margin: 0;
  }
}
.site-footer .site-info .container .site-info-left {
  float: left;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info .container .site-info-left {
    float: inherit;
    text-align: center;
  }
}
.site-footer .site-info .container .site-info-left p {
  margin-bottom: 0;
}
.site-footer .site-info .container .site-info-right {
  float: right;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info .container .site-info-right {
    float: inherit;
    text-align: center;
    margin-bottom: 15px;
  }
}
.site-footer .site-info .container .site-info-right .container {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info .container .site-info-right .widget_nav_menu .container {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-info .container .site-info-right .widget_nav_menu .container {
    margin: 0;
  }
}
.site-footer .site-info .container .site-info-right .widget_nav_menu ul li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info .container .site-info-right .widget_nav_menu ul li {
    float: left;
    display: inherit;
    width: 50%;
    text-align: left;
    margin-bottom: 15px;
  }
}
.site-footer .site-info .container .site-info-right .widget_nav_menu ul li:before {
  position: absolute;
  top: 3px;
  right: -3px;
  height: 13px;
  content: "";
  background: #FFF;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info .container .site-info-right .widget_nav_menu ul li:before {
    display: none;
  }
}
.site-footer .site-info .container .site-info-right .widget_nav_menu ul li:last-child:before {
  display: none;
}
.site-footer .site-info .container .site-info-right .widget_nav_menu ul li a {
  color: #FFF;
  padding: 0 10px;
}
.site-footer .site-info .container .site-info-right .widget_nav_menu ul li a:hover {
  color: #009AE9;
}
.site-footer .site-info .container p {
  color: #fff;
}
.site-footer .site-info .container span {
  margin: 0 4px;
  color: #fff;
}

.site-header {
  border: 0;
}
@media screen and (max-width: 991px) {
  .site-header {
    position: relative;
  }
}
.site-header .container {
  padding: 20px 0 12px 0;
}
@media screen and (max-width: 768px) {
  .site-header .container {
    padding: 12px 0 17px 0;
  }
}
.site-header .container .row01 .col-left {
  float: left;
}
@media screen and (max-width: 768px) {
  .site-header .container .row01 .col-left {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .container .row01 .col-left {
    margin-left: 0;
  }
}
.site-header .container .row01 .col-left .site-title {
  max-width: 194px;
}
@media screen and (max-width: 991px) {
  .site-header .container .row01 .col-left .site-title {
    float: inherit;
    display: block;
    margin: 0 0 10px 0;
    max-width: 140px;
  }
}
@media screen and (max-width: 550px) {
  .site-header .container .row01 .col-left .site-title {
    margin-bottom: 13px;
  }
}
.site-header .container .row01 .col-left .txt01 {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 22px;
}
@media screen and (max-width: 991px) {
  .site-header .container .row01 .col-left .txt01 {
    float: inherit;
    display: block;
    margin: 0 0 0 5px;
    clear: both;
    width: 100%;
    font-size: 12px;
  }
  .site-header .container .row01 .col-left .txt01 br {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .site-header .container .row01 .col-left .txt01 {
    font-size: 10px;
  }
}
.site-header .container .row01 .search-wrap {
  float: right;
  width: 270px;
}
@media screen and (max-width: 991px) {
  .site-header .container .row01 .search-wrap {
    display: none;
  }
}
.site-header .container .row01 .search-wrap .search-form {
  height: 48px;
  border: 0;
  background: #f4f4f6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
.site-header .container .row01 .search-wrap .search-form .search-field {
  border: 0;
  background: #f4f4f6;
  font-size: 14px;
  color: #888;
  padding-left: 15px !important;
}
.site-header .container .row01 .search-wrap .search-form .search-submit {
  border: 0;
  color: #f4810a;
  background: none;
  font-size: 14px;
}

.main-navigation {
  background: #fff;
}
.main-navigation .container {
  padding: 0;
}
.main-navigation .primary-menu li {
  padding: 0;
}
.main-navigation .primary-menu li:before {
  content: none;
}
.main-navigation .primary-menu li a {
  padding: 12px 20px 13px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.main-navigation .primary-menu li a:hover {
  background: #fff;
  color: #009ae9;
  border-bottom: 2px solid #009ae9;
}
.main-navigation .primary-menu li .sub-menu a {
  color: #FFF;
}
.main-navigation .primary-menu li .sub-menu a:hover {
  color: #333;
  border-bottom: 2px solid #009ae9;
}
.main-navigation .primary-menu .current-menu-item, .main-navigation .primary-menu .current-menu-parent {
  background: #fff;
}
.main-navigation .primary-menu .current-menu-item a, .main-navigation .primary-menu .current-menu-parent a {
  color: #009ae9;
  border-bottom: 2px solid #009ae9;
}

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

.xeory-sp-nav-btn {
  display: none;
  position: absolute;
  margin: auto;
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  top: 5px;
  right: 0;
}
.xeory-sp-nav-btn:before {
  content: url("../../images/icon-open.png");
  color: #009ae9;
  cursor: pointer;
}
.xeory-sp-nav-btn:after {
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  content: 'MENU';
  font-size: 10px;
  transform: scale(0.8);
}
@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;
  margin: auto;
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  top: -7px;
  right: 0;
}
.sp-nav-inner .xeory-spnav-btn-close:before {
  content: url("../../images/icon-open.png");
  color: #009ae9;
  cursor: pointer;
}
.sp-nav-inner .xeory-spnav-btn-close:after {
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  content: 'CLOSE';
  color: #FFF;
  font-size: 10px;
  transform: scale(0.8);
}
@media screen and (max-width: 991px) {
  .sp-nav-inner .xeory-spnav-btn-close {
    display: block;
  }
}
.sp-nav-inner .widget_search {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  background: #f9f9f9;
  padding: 16px;
  margin: 0 !important;
}
.sp-nav-inner .widget_search .search-form {
  margin: 0;
}

/* SP nav
---------------------------------------------------------- */
.xeory-spnav-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.xeory-spnav-wrap .sp-nav-inner {
  width: 100%;
  margin: 0 auto;
  background: none;
}
.xeory-spnav-wrap .sp-nav-inner .site-title {
  float: inherit;
  display: block;
  margin: 0 0 0 -19px;
  max-width: 140px;
}
.xeory-spnav-wrap .sp-nav-inner .sp-nav-txt01 {
  float: inherit;
  display: block;
  margin: 14px 0 49px -14px;
  clear: both;
  width: calc(100% + 40px);
  font-size: 12px;
  color: #FFF;
}
@media screen and (max-width: 374px) {
  .xeory-spnav-wrap .sp-nav-inner .sp-nav-txt01 {
    font-size: 10px;
  }
}
.xeory-spnav-wrap .sp-nav-inner .search-wrap {
  margin-bottom: 30px;
}
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form {
  height: 48px;
  border: 0;
  background: #f4f4f6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form .search-field {
  border: 0;
  background: #f4f4f6;
  font-size: 16px;
  color: #888;
  padding-left: 15px !important;
}
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form .search-submit {
  border: 0;
  color: #f4810a;
  background: none;
  font-size: 14px;
}
.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: #fff;
  padding: 15px 0;
  font-size: 20px;
  line-height: 32px;
  border-bottom: 1px solid #535353;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:hover {
  color: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li a:hover:after {
  color: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li ul {
  padding-bottom: 10px;
}
.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 li.menu-item-has-children {
  border-bottom: 1px solid #535353;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li.menu-item-has-children a {
  border: 0;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li.menu-item-has-children a:after {
  content: "\f107";
  font-family: FontAwesome;
  float: right;
  padding-right: 0;
  color: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li.menu-item-has-children li a {
  font-size: 16px;
  line-height: 32px;
  padding: 0 24px 8px;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul li.menu-item-has-children li a:after {
  display: none;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item a, .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent a {
  background: none;
  color: #fff;
}
.xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-menu-item a:after, .xeory-spnav-wrap .sp-nav-inner .spnav-widget > div ul .current-post-parent a:after {
  color: #fff;
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pagination {
  text-align: center;
}
.pagination .current {
  color: #009ae9;
  background: none;
  border-bottom: 2px solid #009ae9;
}
.pagination a, .pagination span {
  background: none;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 2px solid #fff;
}
.pagination a:hover, .pagination span:hover {
  color: #009ae9;
}
.pagination span:hover,
.pagination a:hover {
  background: none;
  color: #009ae9;
  font-size: 15px;
  line-height: 22px;
  border-bottom: 2px solid #009ae9;
}

.pagetop {
  z-index: 10;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.pagetop-inner {
  line-height: 44px;
  background: none;
}
.pagetop-inner:before {
  content: "TOP";
  color: #333;
  font-size: 11px;
  font-family: "Hira Kaku Pro - W 3";
  margin: 6px 0 0 0;
  display: block;
}
.pagetop-inner:after {
  content: "";
  color: #333;
  font-weight: bold;
  font-size: 24px;
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .pagetop-inner {
    line-height: 33px;
  }
}
@media screen and (max-width: 550px) {
  .pagetop-inner {
    margin-top: -6px;
  }
}

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

.search-form {
  margin-bottom: 40px;
  height: 39px;
}
.search-form input.search-field {
  padding: 8px 48px 8px 8px !important;
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
}
.search-form input[type=submit] {
  width: 40px;
  padding: 0;
  background: #009ae9;
  font-family: FontAwesome;
}
.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #797979;
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #797979;
}
.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #797979;
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #797979;
}
.search-form input::-webkit-input-selection {
  /* Chrome/Opera/Safari */
  color: #797979;
}
.search-form input::-moz-selection {
  /* Firefox 19+ */
  color: #797979;
}
.search-form input:-ms-input-selection {
  /* IE 10+ */
  color: #797979;
}
.search-form input:-moz-selection {
  /* Firefox 18- */
  color: #797979;
}

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

.xeory-social-btns > ul > li.item-facebook a:before {
  content: "\f09a";
}
.xeory-social-btns > ul > li.item-facebook a {
  background: #1877F2;
}
.xeory-social-btns > ul .item-twitter a {
  background: #1DA1F2;
}
.xeory-social-btns > ul .item-feedly a {
  background: #6CC655;
}
.xeory-social-btns > ul .item-feedly a:before {
  content: "" !important;
  width: 25px !important;
  height: 21px !important;
  background: url("../../images/ft-icon01.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 10px !important;
  display: inline-block;
}

.xeory-breadcrumbs {
  margin-left: calc(((100vw - 100% ) / 2) * -1);
  margin-right: calc(((100vw - 100% ) / 2) * -1);
  background-color: #ebf0f4;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .xeory-breadcrumbs {
    margin-bottom: 52px;
    font-size: 13px;
    line-height: 22px;
  }
}

.xeory-breadcrumbs-list {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  padding: 8px 0;
}
@media screen and (max-width: 1120px) {
  .xeory-breadcrumbs-list {
    margin: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .xeory-breadcrumbs-list {
    margin: 0 20px;
    padding: 10px 0;
  }
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item a {
  color: #333333;
  font-size: 13px;
}
.xeory-breadcrumbs-list .xeory-breadcrumbs-item:last-child a:hover {
  color: #333;
}

.xeory-breadcrumbs-item-home:before {
  display: none;
}

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

.page-header {
  padding: 16px;
  font-size: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .page-header {
    font-size: 20px;
    padding: 12px;
  }
}

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

.bzb-pocket {
  max-width: 95px !important;
}

.bzb-facebook {
  max-width: 100px !important;
}
.bzb-facebook .fb_iframe_widget {
  left: -18px;
}
.bzb-facebook iframe {
  width: 120px !important;
}

.site-main article {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 16px;
}
.site-main article .entry-header {
  position: relative;
  float: left;
  padding: 0;
}
@media screen and (max-width: 550px) {
  .site-main article .entry-header {
    float: none;
  }
}
.site-main article .entry-header .cat {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 8px;
  font-size: 14px;
  color: #fff;
  background: #009ae9;
}

.site-main article .entry-header .entry-thumbnail {
  width: 302px;
  margin: 0;
  float: none;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-header .entry-thumbnail {
    width: 252px;
  }
}
@media screen and (max-width: 550px) {
  .site-main article .entry-header .entry-thumbnail {
    width: 100%;
  }

  .site-main article .entry-header .entry-thumbnail img{
    width: 100%;
  }
}
.site-main article .entry-header .entry-thumbnail a:hover {
  opacity: 0.8;
}
.site-main article .entry-content {
  padding: 4px 16px;
}
@media screen and (max-width: 550px) {
  .site-main article .entry-content {
    padding: 0;
  }
}
.site-main article .entry-content .entry-title {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  border-bottom: 0;
  background: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 550px) {
  .site-main article .entry-content .entry-title {
    margin: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-title a {
    font-size: 20px;
  }
}
.site-main article .entry-content .entry-title a:hover {
  color: #009ae9;
}
.site-main article .entry-content .cont-str {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.site-main article .entry-content .entry-meta {
  overflow: hidden;
  margin-bottom: 0;
  padding-left: 0;
}
.site-main article .entry-content .entry-meta:before {
  content: none;
}
.site-main article .entry-content .entry-meta li {
  list-style: none;
  display: inline-block;
}
.site-main article .entry-content .entry-meta .date {
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .site-main article .entry-content .entry-meta .date {
    line-height: 28px;
  }
}
.site-main article .entry-content .entry-meta .more {
  float: right;
  background: #009ae9;
}
.site-main article .entry-content .entry-meta .more a {
  color: #fff;
  display: block;
  padding: 6px 12px;
  font-size: 13px;
}
.site-main article .entry-content .entry-meta .more a:hover {
  background: #009ae9;
}
.site-main article .entry-content .entry-meta .more a:before {
  content: "\f18e";
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  padding-right: 5px;
}

.home {
  overflow: hidden;
}
.home .site-content {
  padding-top: 0;
  padding-bottom: 60px;
}
.home .key-visual {
  margin-left: calc(((100vw - 100% ) / 2) * -1);
  margin-right: calc(((100vw - 100% ) / 2) * -1);
  background: url("../../images/key-visual-bg01.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 722px;
  color: #FFF;
  padding: 152px 0 0 0;
}
@media screen and (max-width: 550px) {
  .home .key-visual {
    background: url("../../images/key-visual-bg01-sp.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 163px 0 24px 0;
    border-top: 1px solid #ececec;
  }
}
@media screen and (max-width: 550px) {
  .home .key-visual .box01 {
    background: #111;
    padding: 24px;
  }
}
.home .key-visual .box01 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 22px;
}
.home .key-visual .box01 h2 br {
  display: none;
}
@media screen and (max-width: 550px) {
  .home .key-visual .box01 h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 13px;
  }
  .home .key-visual .box01 h2 br {
    display: block;
  }
}
.home .key-visual .box01 p.txt01 {
  line-height: 28px;
}
@media screen and (max-width: 550px) {
  .home .key-visual .box01 p.txt01 {
    font-size: 14px;
    line-height: 22px;
  }
  .home .key-visual .box01 p.txt01 br {
    display: none;
  }
}
.home .sec-pickup {
  margin-top: -238px;
  padding-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .home .sec-pickup {
    margin: 0 -20px;
    padding: 0;
  }
}
.home .sec-pickup .container {
  padding: 42px 48px 48px;
  background: #f4810a;
}
@media screen and (max-width: 550px) {
  .home .sec-pickup .container {
    margin: 0;
    padding: 114px 0 70px;
  }
}
.home .sec-pickup .container h2 {
  color: #FFF;
  margin-bottom: 32px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 550px) {
  .home .sec-pickup .container h2 {
    padding: 0 20px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 26px;
  }
}
.home .sec-pickup .container h2:before {
  position: absolute;
  top: -72px;
  left: 0;
  width: 288px;
  height: 53px;
  background: url("../../images/pickup-h2.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 550px) {
  .home .sec-pickup .container h2:before {
    width: 191px;
    height: 35px;
    top: -50px;
    left: 19px;
  }
}
.home .sec-pickup .container p.txt01 {
  color: #FFF;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 24px;
}
@media screen and (max-width: 550px) {
  .home .sec-pickup .container p.txt01 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.home .sec-pickup .container .list-col {
  margin: 0 -15px;
}
@media screen and (max-width: 550px) {
  .home .sec-pickup .container .list-col {
    margin: 0;
  }
}
.home .sec-pickup .container .list-col .slick-dots {
  display: none;
}
.home .sec-pickup .container .list-col .slick-prev.slick-disabled:before, .home .sec-pickup .container .list-col .slick-next.slick-disabled:before {
  opacity: 1;
}
.home .sec-pickup .container .list-col .slick-prev {
  left: 14px;
  z-index: 999;
}
.home .sec-pickup .container .list-col .slick-prev:before {
  content: "\f104";
  color: #333;
  font-weight: bold;
  font-family: FontAwesome;
}
.home .sec-pickup .container .list-col .slick-prev:after {
  position: absolute;
  top: 12px;
  left: -12px;
  content: "SWIP";
  width: 100px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}
.home .sec-pickup .container .list-col .slick-next {
  right: 10px;
  z-index: 999;
}
.home .sec-pickup .container .list-col .slick-next:before {
  content: "\f105";
  color: #333;
  font-weight: bold;
  font-family: FontAwesome;
}
.home .sec-pickup .container .list-col .slick-next:after {
  position: absolute;
  top: 12px;
  right: -13px;
  content: "PREV";
  width: 100px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}
.home .sec-pickup .container .list-col .slick-dots li.slick-active button {
  background: #009ae9;
}
.home .sec-pickup .container .list-col .slick-dots li button {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  background: #fff;
}
.home .sec-pickup .container .list-col .slick-dots li button:before {
  display: none;
}
.home .sec-pickup .container .list-col .col-df {
  position: relative;
  margin: 0 12px;
  background: #FFF;
  color: #333;
  z-index: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 767px) {
  .home .sec-pickup .container .list-col .col-df {
    margin-bottom: 26px;
    border-radius: 10px;
  }
}
.home .sec-pickup .container .list-col .col-df:last-child {
  margin-right: 0;
}
.home .sec-pickup .container .list-col .col-df *:focus {
  outline: none;
}
.home .sec-pickup .container .list-col .col-df a {
  display: block;
  color: #FFF;
}
.home .sec-pickup .container .list-col .col-df a p.img01 img {
  width: 100%;
}
.home .sec-pickup .container .list-col .col-df a p.img01.pickup-sp {
  display: none;
}
.home .sec-pickup .container .list-col .col-df a ul.ul01 {
  padding: 14px 17px 0;
  margin-bottom: 7px;
}
@media screen and (max-width: 550px) {
  .home .sec-pickup .container .list-col .col-df a ul.ul01 {
    padding: 11px 20px 0;
  }
}
.home .sec-pickup .container .list-col .col-df a ul.ul01 li {
  list-style: none;
  float: left;
}
.home .sec-pickup .container .list-col .col-df a ul.ul01 li:nth-child(1) {
  color: #888888;
  font-size: 12px;
  margin-right: 15px;
}
.home .sec-pickup .container .list-col .col-df a ul.ul01 li:nth-child(2) {
  color: #00a3b4;
  font-size: 14px;
  margin-top: -2px;
}
.home .sec-pickup .container .list-col .col-df a p.ttl01 {
  padding: 0 17px 40px;
  color: #111111;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .home .sec-pickup .container .list-col .col-df a p.ttl01 {
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px 27px;
  }
}
.home .sec-career {
  background: #FFFBF6;
}
@media screen and (max-width: 767px) {
  .home .sec-career {
    background: #FFF;
  }
}
.home .sec-career .career-top {
  margin-left: calc(((100vw - 100% ) / 2) * -1);
  margin-right: calc(((100vw - 100% ) / 2) * -1);
  background: #fffbf6 url("../../images/career-bg01.png") no-repeat center bottom;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  padding: 53px 0 83px;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-top {
    background: url("../../images/career-bg01-sp.png") no-repeat center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 130px 0 84px;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-career .career-top {
    margin-bottom: 18px;
  }
}
.home .sec-career .career-top h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.home .sec-career .career-top h2 br {
  display: none;
}
@media screen and (max-width: 550px) {
  .home .sec-career .career-top h2 br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-top h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 28px;
  }
}
.home .sec-career .career-top h2:before {
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  margin: auto;
  width: 239px;
  height: 47px;
  content: "";
  background: url("../../images/career-h2.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-top h2:before {
    width: 179px;
    height: 35px;
    top: -50px;
    left: 0;
    right: inherit;
  }
}
.home .sec-career .career-top p {
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-top p {
    text-align: left;
    font-size: 15px;
    line-height: 24px;
  }
  .home .sec-career .career-top p br {
    display: none;
  }
  .home .sec-career .career-top p br.br01 {
    display: block;
  }
}
.home .sec-career .career-bot {
  padding: 85px 0 80px;
  margin-left: calc(((100vw - 100% ) / 2) * -1);
  margin-right: calc(((100vw - 100% ) / 2) * -1);
  background: #FFFBF6;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot {
    padding: 24px 0 50px 0;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-career .career-bot {
    padding-top: 5px;
  }
}
.home .sec-career .career-bot .sp-list-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot .sp-list-btn {
    display: block;
    margin-bottom: 113px;
  }
}
.home .sec-career .career-bot .sp-list-btn li {
  margin-right: 1px;
  width: calc((100% - 2px ) / 3);
  list-style-type: none;
  float: left;
}
.home .sec-career .career-bot .sp-list-btn li a {
  background: #EEE;
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  color: #000;
  padding: 16px 0 12px;
  font-weight: bold;
}
@media screen and (max-width: 374px) {
  .home .sec-career .career-bot .sp-list-btn li a {
    font-size: 11px;
  }
}
.home .sec-career .career-bot .sp-list-btn li a i {
  display: block;
  margin: auto;
  font-size: 22px;
}
.home .sec-career .career-bot .sp-list-btn li:last-child {
  margin-right: 0;
}
.home .sec-career .career-bot .col-df {
  width: calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot .col-df {
    width: 100%;
    float: inherit !important;
    margin-bottom: 114px;
  }
}
.home .sec-career .career-bot .col-df:nth-child(1) {
  float: left;
}
.home .sec-career .career-bot .col-df:nth-child(1) h3:before {
  top: -32px;
  content: '';
  width: 131px;
  height: 16px;
  background: url("../../images/career-ttl01.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home .sec-career .career-bot .col-df:nth-child(2) {
  float: right;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot .col-df:nth-child(2) {
    margin-bottom: 30px;
  }
}
.home .sec-career .career-bot .col-df:nth-child(2) h3:before {
  top: -32px;
  content: '';
  width: 182px;
  height: 16px;
  background: url("../../images/career-ttl02.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home .sec-career .career-bot .col-df h3 {
  color: #f4810a;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  margin-bottom: 31px;
}
.home .sec-career .career-bot .col-df h3 span {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot .col-df h3 span {
    display: block;
  }
}
.home .sec-career .career-bot .col-df h3:before {
  position: absolute;
  left: 0;
}
.home .sec-career .career-bot .col-df .element {
  margin-bottom: 32px;
}
.home .sec-career .career-bot .col-df .element a {
  display: block;
}
.home .sec-career .career-bot .col-df .element a p.img01 {
  float: left;
  width: 160px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot .col-df .element a p.img01 {
    width: 106px;
  }
}
.home .sec-career .career-bot .col-df .element a .col-right {
  float: left;
  width: calc(100% - 175px);
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot .col-df .element a .col-right {
    padding: 0;
    width: calc(100% - 122px);
  }
}
.home .sec-career .career-bot .col-df .element a .col-right .ttl01 {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot .col-df .element a .col-right .ttl01 {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
  }
}
.home .sec-career .career-bot .col-df .element a .col-right .date {
  font-size: 12px;
  color: #888;
}
@media screen and (max-width: 767px) {
  .home .sec-career .career-bot .col-df .element a .col-right .date {
    display: none;
  }
}
.home .sec-career .career-bot .col-df .element a:hover p.ttl01 {
  color: #009ae9;
  text-decoration: underline;
}
.home .sec-career .career-bot .col-df .btn01 {
  margin-top: 48px;
}
@media screen and (max-width: 550px) {
  .home .sec-career .career-bot .col-df .btn01 {
    margin-top: 41px;
  }
}
.home .sec-career .career-bot .col-df .btn01 a {
  margin: auto;
  width: 340px;
  display: block;
  background: #009AE9;
  text-align: center;
  color: #FFF;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  .home .sec-career .career-bot .col-df .btn01 a {
    padding: 21px 0;
  }
}
@media screen and (max-width: 374px) {
  .home .sec-career .career-bot .col-df .btn01 a {
    width: 100%;
  }
}
.home .sec-career .career-bot .col-df .btn01 a i {
  margin: 0 0 0 12px;
  font-size: 16px;
}
.home .sec-career .career-bot .col-df .btn01 a:hover {
  opacity: 0.7;
}
.home .sec-career .career-bot .col-df .btn01 a:hover {
  opacity: 0.7;
}
.home .sec-knowledge {
  background: #FFFBF6;
  margin-left: calc(((100vw - 100% ) / 2) * -1);
  margin-right: calc(((100vw - 100% ) / 2) * -1);
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .home .sec-knowledge {
    padding-bottom: 48px;
  }
}
.home .sec-knowledge .container {
  background: #FFF;
  border: 1px solid #e6e6e6;
  padding: 62px 47px;
}
@media screen and (max-width: 767px) {
  .home .sec-knowledge .container {
    padding: 0;
    border: 0;
    background: none;
  }
}
.home .sec-knowledge h2 {
  text-align: center;
  position: relative;
  margin-bottom: 69px;
  font-size: 26px;
  line-height: 28px;
  color: #111;
}
.home .sec-knowledge h2:before {
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  background: url("../../images/knowledge-ttl01.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 218px;
  height: 16px;
}
.home .sec-knowledge .list-element dl {
  border: 1px solid #d0d0d0;
  width: calc(50% - 10px);
  margin-bottom: 18px;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .home .sec-knowledge .list-element dl {
    width: 100%;
    float: inherit !important;
    border: 0;
    margin-bottom: 32px;
  }
}
.home .sec-knowledge .list-element dl:nth-child(even) {
  margin-right: 0;
}
.home .sec-knowledge .list-element dl dt {
  float: left;
  width: 113px;
}
@media screen and (max-width: 767px) {
  .home .sec-knowledge .list-element dl dt {
    width: 106px;
  }
}
.home .sec-knowledge .list-element dl dd {
  width: calc(100% - 113px);
  float: left;
  padding: 12px 15px;
}
@media screen and (max-width: 767px) {
  .home .sec-knowledge .list-element dl dd {
    width: calc(100% - 106px);
    padding: 0 0 0 15px;
    padding-top: 0;
    font-size: 14px;
    line-height: 22px;
  }
}
.home .sec-knowledge .list-element dl dd a {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .sec-knowledge .list-element dl dd a {
    line-height: 22px;
  }
}
.home .sec-knowledge .list-element dl dd a:hover {
  color: #009ae9;
  text-decoration: underline;
}
.home .sec-knowledge p.btn01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .home .sec-knowledge p.btn01 {
    margin-top: 16px;
  }
}
.home .sec-knowledge p.btn01 a {
  background: #009AE9;
  display: block;
  width: 446px;
  margin: auto;
  text-align: center;
  color: #FFF;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .home .sec-knowledge p.btn01 a {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 374px) {
  .home .sec-knowledge p.btn01 a {
    font-size: 13px;
  }
}
.home .sec-knowledge p.btn01 a i {
  margin: 0 0 0 12px;
  font-size: 16px;
}
.home .sec-knowledge p.btn01 a:hover {
  opacity: 0.7;
}
.home .sec-recent-post {
  padding: 115px 0 161px 0;
}
@media screen and (max-width: 767px) {
  .home .sec-recent-post {
    padding: 75px 0 80px 0;
  }
.slick-prev:before, .slick-next:before {
    font-size: 13px;
    line-height: 1.8;
}

.home .sec-pickup .container .list-col .slick-prev:after {
    font-size: 12px;
}
}
@media screen and (max-width: 767px) and (min-width:551px) {
	.home .sec-pickup .container .list-col .slick-prev{
		left: -14px;
	}
	.home .sec-pickup .container .list-col .slick-next {
		right: -14px;
	}
}
@media screen and (max-width: 414px){
.slick-prev, .slick-next {
    top: 60%;
}
}

@media screen and (max-width: 375px){
.slick-prev, .slick-next {
    top:52%;
}
}
@media screen and (max-width: 991px) {
  .home .sec-recent-post .container {
    margin: 0;
  }
}
.home .sec-recent-post h2 {
  font-size: 28px;
  color: #111;
  border-bottom: 2px solid #000;
  padding-bottom: 3px;
  margin-bottom: 47px;
  position: relative;
}
.home .sec-recent-post h2:before {
  position: absolute;
  bottom: 15px;
  right: 0;
  margin: auto;
  width: 159px;
  height: 16px;
  content: "";
  background: url("../../images/recent-icon02.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  .home .sec-recent-post h2:before {
    width: 103px;
    height: 10px;
    bottom: 15px;
    right: 0;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-recent-post h2 {
    font-size: 24px;
    padding-bottom: 6px;
    margin-bottom: 52px;
  }
}
.home .sec-recent-post .col-recent-left {
  max-width: 720px;
  float: left;
  width: calc(100% - 350px);
}
@media screen and (max-width: 991px) {
  .home .sec-recent-post .col-recent-left {
    width: 100%;
    float: inherit;
    max-width: 100%;
    margin-bottom: 120px;
  }
}
.home .sec-recent-post .col-recent-left .list-row {
  position: relative;
}
.home .sec-recent-post .col-recent-left .list-row .row-df {
  margin-bottom: 40px;
}
.home .sec-recent-post .col-recent-left .list-row .row-df:nth-child(1):before {
  position: absolute;
  top: -20px;
  left: 0;
  margin: auto;
  width: 74px;
  height: 31px;
  content: "";
  z-index: 9999;
  background: url("../../images/recent-icon01.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  .home .sec-recent-post .col-recent-left .list-row .row-df:nth-child(1):before {
    top: -20px;
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-recent-post .col-recent-left .list-row .row-df:nth-child(1) {
    margin: 0 -20px 51px;
  }
  .home .sec-recent-post .col-recent-left .list-row .row-df:nth-child(1) a .img01 {
    margin: 0 0 13px 0;
    width: 100%;
    max-width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .home .sec-recent-post .col-recent-left .list-row .row-df:nth-child(1) a .img01 img {
    width: 100%;
  }
  .home .sec-recent-post .col-recent-left .list-row .row-df:nth-child(1) a .col-right {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .home .sec-recent-post .col-recent-left .list-row .row-df:nth-child(1) a .col-right p.ttl01 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
.home .sec-recent-post .col-recent-left .list-row .row-df a {
  display: block;
}
.home .sec-recent-post .col-recent-left .list-row .row-df a p.img01 {
  float: left;
  max-width: 280px;
  margin-right: 20px;
  transition: all ease-in-out .3s;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home .sec-recent-post .col-recent-left .list-row .row-df a p.img01 {
    width: 115px;
    max-width: 115px;
    margin-right: 10px;
  }
}
.home .sec-recent-post .col-recent-left .list-row .row-df a .col-right {
  float: left;
  width: calc(100% - 300px);
  padding-top: 12px;
}
@media screen and (max-width: 768px) {
  .home .sec-recent-post .col-recent-left .list-row .row-df a .col-right {
    width: calc(100% - 125px);
    padding: 0;
  }
}
.home .sec-recent-post .col-recent-left .list-row .row-df a .col-right p.ttl01 {
  font-size: 18px;
  color: #111111;
  line-height: 30px;
  transition: all ease-in-out .3s;
  margin-bottom: 15px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .home .sec-recent-post .col-recent-left .list-row .row-df a .col-right p.ttl01 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.home .sec-recent-post .col-recent-left .list-row .row-df a .col-right p.txt01 {
  font-size: 13px;
  line-height: 22px;
  color: #555555;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .home .sec-recent-post .col-recent-left .list-row .row-df a .col-right p.txt01 {
    display: none;
  }
}
.home .sec-recent-post .col-recent-left .list-row .row-df a .col-right ul.ul01 {
  position: relative;
}
.home .sec-recent-post .col-recent-left .list-row .row-df a .col-right ul.ul01 li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
}
.home .sec-recent-post .col-recent-left .list-row .row-df a .col-right ul.ul01 li:nth-child(1) {
  font-size: 12px;
  color: #888888;
}
.home .sec-recent-post .col-recent-left .list-row .row-df a .col-right ul.ul01 li:nth-child(2) {
  font-size: 14px;
  color: #00a3b4;
  margin-top: -3px;
}
.home .sec-recent-post .col-recent-left .list-row .row-df a:hover p.img01 {
  opacity: 0.7;
}
.home .sec-recent-post .col-recent-left .list-row .row-df a:hover p.ttl01 {
  color: #009ae9;
  text-decoration: underline;
}
.home .sec-recent-post .col-recent-left .btn01 {
  margin-top: 80px;
}
@media screen and (max-width: 550px) {
  .home .sec-recent-post .col-recent-left .btn01 {
    margin-top: 42px;
  }
}
.home .sec-recent-post .col-recent-left .btn01 a {
  background: #009AE9;
  width: 300px;
  margin: auto;
  display: block;
  text-align: center;
  color: #FFF;
  padding: 20px;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 550px) {
  .home .sec-recent-post .col-recent-left .btn01 a {
    width: 100%;
  }
}
.home .sec-recent-post .col-recent-left .btn01 a i {
  margin: 0 0 0 12px;
  font-size: 16px;
}
.home .sec-recent-post .col-recent-left .btn01 a:hover {
  opacity: 0.7;
}
.home .sec-recent-post .col-recent-right {
  max-width: 320px;
  float: right;
}
@media screen and (max-width: 991px) {
  .home .sec-recent-post .col-recent-right {
    width: 100%;
    float: inherit;
    max-width: 100%;
  }
}
.home .sec-recent-post .col-recent-right .widget-area {
  float: inherit;
  margin: 00;
  padding: 0;
  width: 100%;
}
.home .sec-recent-post .col-recent-right #secondary {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .home .sec-recent-post .col-recent-right #secondary {
    width: 100%;
    float: inherit;
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-recent-post .col-recent-right #secondary .widget_social_widget {
    margin-top: 50px;
  }
}
@media screen and (max-width: 550px) {
  .home .sec-recent-post .col-recent-right #secondary .wpsm_nav {
    margin-bottom: 0;
  }
}
.home .sec-careerup {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home .sec-careerup {
    padding-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-careerup h2 {
    font-size: 30px;
    line-height: 42px;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 350px) {
  .home .sec-careerup h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-careerup h2:before {
    left: 20px;
    bottom: -31px;
  }
}
@media screen and (max-width: 767px) {
  .home .sec-careerup p.txt01 {
    padding: 0 20px 0;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    margin: 0;
  }
}

.sec-careerup {
  margin-left: calc(((100vw - 100% ) / 2) * -1);
  margin-right: calc(((100vw - 100% ) / 2) * -1);
  background: url("../../images/careerup-bg01.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 110px 0 79px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-careerup {
    padding-top: 50px;
    padding-bottom: 0;
    background: #DFE9EB;
  }
}
@media screen and (max-width: 767px) {
  .sec-careerup .row-careerup {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 550px) {
  .sec-careerup .row-careerup {
    background: url("../../images/careerup-bg01-sp.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.sec-careerup .container {
  max-width: 1120px !important;
}
@media screen and (max-width: 767px) {
  .sec-careerup .container {
    margin: 0;
  }
}
.sec-careerup h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 76px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-careerup h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}
.sec-careerup h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-careerup h2 br {
    display: block;
  }
}
.sec-careerup h2:before {
  position: absolute;
  bottom: -36px;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  width: 109px;
  height: 14px;
  background: url("../../images/sec-careeruo-ttl03.png") no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec-careerup h2:before {
    bottom: -30px;
  }
}
.sec-careerup p.txt01 {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  max-width: 790px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .sec-careerup p.txt01 {
    line-height: 26px;
    padding: 0 20px;
    margin: 0;
  }
}
.sec-careerup .row01 .col-df {
  width: calc(100% / 2);
  float: left;
}
@media screen and (max-width: 767px) {
  .sec-careerup .row01 .col-df {
    width: 100%;
    float: inherit;
  }
}
.sec-careerup .row01 .col-df:nth-child(1) {
  background: #FBF1E6;
}
.sec-careerup .row01 .col-df:nth-child(1) .col-top {
  background: url("../../images/careerup-bg02.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  .sec-careerup .row01 .col-df:nth-child(1) .col-top {
    background: url("../../images/careerup-bg02-sp.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.sec-careerup .row01 .col-df:nth-child(2) {
  background: #F5FEFF;
}
.sec-careerup .row01 .col-df:nth-child(2) .col-top {
  background: url("../../images/careerup-bg03.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 550px) {
  .sec-careerup .row01 .col-df:nth-child(2) .col-top {
    background: url("../../images/careerup-bg03-sp.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.sec-careerup .row01 .col-df .col-top {
  text-align: center;
  color: #FFF;
  padding: 48px 15px 50px;
}
@media screen and (max-width: 767px) {
  .sec-careerup .row01 .col-df .col-top {
    padding: 40px 15px;
  }
}
.sec-careerup .row01 .col-df .col-top p.img01 {
  margin: 0 auto 26px;
  max-width: 185px;
}
.sec-careerup .row01 .col-df .col-top p.ttl01 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec-careerup .row01 .col-df .col-top p.ttl01 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
  }
}
.sec-careerup .row01 .col-df .col-top p.txt02 {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .sec-careerup .row01 .col-df .col-top p.txt02 {
    font-size: 16px;
  }
}
.sec-careerup .row01 .col-df dl {
  padding: 18px 56px 40px;
}
@media screen and (max-width: 767px) {
  .sec-careerup .row01 .col-df dl {
    padding: 24px 38px 40px;
  }
}
.sec-careerup .row01 .col-df dl dt {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 25px;
}
.sec-careerup .row01 .col-df dl dd a {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 28px;
  border: 1px solid #009ae9;
  background: #FFF;
  text-align: center;
  padding: 15px;
  color: #333;
  font-weight: bold;
}
.sec-careerup .row01 .col-df dl dd a:hover {
  color: #fff;
  background: #009AE9;
}
@media screen and (max-width: 767px) {
  .sec-careerup .row01 .col-df dl dd a {
    font-size: 13px;
    padding: 15px 0;
    line-height: 26px;
  }
}
@media screen and (max-width: 374px) {
  .sec-careerup .row01 .col-df dl dd a {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .sec-careerup .row01 .col-df dl dd a span {
    display: none;
  }
}
.sec-careerup .row01 .col-df dl dd a i {
  margin: 0 0 0 12px;
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  .sec-careerup .row01 .col-df dl dd a i {
    margin: 0 0 0 8px;
  }
}

.page .site-main article .entry-header {
  margin-bottom: 40px;
}
.page .site-main article .entry-header .entry-thumbnail {
  width: 100%;
  margin-bottom: 24px;
}
.page .bzb-sns-btn {
  display: none;
}

.page-company p {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .page-terms-of-use .xeory-breadcrumbs,
  .page-company .xeory-breadcrumbs,
  .page-privacy .xeory-breadcrumbs,
  .page-inquiry .xeory-breadcrumbs,
  .page-thanks .xeory-breadcrumbs {
    margin-bottom: 44px;
  }
}
.page-terms-of-use #toc_container,
.page-company #toc_container,
.page-privacy #toc_container,
.page-inquiry #toc_container,
.page-thanks #toc_container {
  display: none;
}
.page-terms-of-use #secondary,
.page-company #secondary,
.page-privacy #secondary,
.page-inquiry #secondary,
.page-thanks #secondary {
  display: none;
}
.page-terms-of-use .site-content .container,
.page-company .site-content .container,
.page-privacy .site-content .container,
.page-inquiry .site-content .container,
.page-thanks .site-content .container {
  max-width: 800px;
}
.page-terms-of-use .site-main,
.page-company .site-main,
.page-privacy .site-main,
.page-inquiry .site-main,
.page-thanks .site-main {
  padding: 0 !important;
}
.page-terms-of-use .site-main .entry-thumbnail,
.page-company .site-main .entry-thumbnail,
.page-privacy .site-main .entry-thumbnail,
.page-inquiry .site-main .entry-thumbnail,
.page-thanks .site-main .entry-thumbnail {
  display: none;
}
.page-terms-of-use article,
.page-company article,
.page-privacy article,
.page-inquiry article,
.page-thanks article {
  border: 0 !important;
}
@media screen and (max-width: 768px) {
  .page-terms-of-use article,
  .page-company article,
  .page-privacy article,
  .page-inquiry article,
  .page-thanks article {
    padding: 0 !important;
    overflow: inherit !important;
  }
}
.page-terms-of-use article .entry-header,
.page-company article .entry-header,
.page-privacy article .entry-header,
.page-inquiry article .entry-header,
.page-thanks article .entry-header {
  margin: 0 !important;
}
.page-terms-of-use article .entry-header h1,
.page-company article .entry-header h1,
.page-privacy article .entry-header h1,
.page-inquiry article .entry-header h1,
.page-thanks article .entry-header h1 {
  margin: 32px 0 50px;
}
@media screen and (max-width: 768px) {
  .page-terms-of-use article .entry-header h1,
  .page-company article .entry-header h1,
  .page-privacy article .entry-header h1,
  .page-inquiry article .entry-header h1,
  .page-thanks article .entry-header h1 {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-terms-of-use article .entry-content,
  .page-company article .entry-content,
  .page-privacy article .entry-content,
  .page-inquiry article .entry-content,
  .page-thanks article .entry-content {
    overflow: inherit !important;
  }
}
.page-terms-of-use article h2,
.page-company article h2,
.page-privacy article h2,
.page-inquiry article h2,
.page-thanks article h2 {
  margin: 71px 0 25px 0;
}
@media screen and (max-width: 768px) {
  .page-terms-of-use article h2,
  .page-company article h2,
  .page-privacy article h2,
  .page-inquiry article h2,
  .page-thanks article h2 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.page-terms-of-use article h3,
.page-company article h3,
.page-privacy article h3,
.page-inquiry article h3,
.page-thanks article h3 {
  font-size: 20px;
  background: none;
  border: 0;
  padding: 0 0 12px 0;
  margin-bottom: 18px;
  margin-top: 46px;
  border-bottom: 4px solid #EBF0F4;
}
.page-terms-of-use article .entry-footer,
.page-company article .entry-footer,
.page-privacy article .entry-footer,
.page-inquiry article .entry-footer,
.page-thanks article .entry-footer {
  display: none;
}
.page-terms-of-use .box01,
.page-company .box01,
.page-privacy .box01,
.page-inquiry .box01,
.page-thanks .box01 {
  border: 3px solid #ebf0f4;
  padding: 20px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-terms-of-use .box01,
  .page-company .box01,
  .page-privacy .box01,
  .page-inquiry .box01,
  .page-thanks .box01 {
    padding: 24px 18px;
  }
}
.page-terms-of-use .box01 .box01-ttl,
.page-company .box01 .box01-ttl,
.page-privacy .box01 .box01-ttl,
.page-inquiry .box01 .box01-ttl,
.page-thanks .box01 .box01-ttl {
  color: #1a94a1;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page-terms-of-use .box01 .box01-ttl,
  .page-company .box01 .box01-ttl,
  .page-privacy .box01 .box01-ttl,
  .page-inquiry .box01 .box01-ttl,
  .page-thanks .box01 .box01-ttl {
    font-size: 16px;
  }
}
.page-terms-of-use .box01 p,
.page-company .box01 p,
.page-privacy .box01 p,
.page-inquiry .box01 p,
.page-thanks .box01 p {
  line-height: 28px;
}
.page-terms-of-use .company-link01,
.page-company .company-link01,
.page-privacy .company-link01,
.page-inquiry .company-link01,
.page-thanks .company-link01 {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .page-terms-of-use .company-link01,
  .page-company .company-link01,
  .page-privacy .company-link01,
  .page-inquiry .company-link01,
  .page-thanks .company-link01 {
    margin-bottom: 66px;
  }
}
.page-terms-of-use .company-ttl01,
.page-company .company-ttl01,
.page-privacy .company-ttl01,
.page-inquiry .company-ttl01,
.page-thanks .company-ttl01 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media screen and (max-width: 374px) {
  .page-terms-of-use .company-ttl01,
  .page-company .company-ttl01,
  .page-privacy .company-ttl01,
  .page-inquiry .company-ttl01,
  .page-thanks .company-ttl01 {
    font-size: 18px;
  }
}
.page-terms-of-use table,
.page-company table,
.page-privacy table,
.page-inquiry table,
.page-thanks table {
  border: 0;
  border-top: 4px solid #ebf0f4;
  margin-bottom: 77px;
}
.page-terms-of-use table tr,
.page-company table tr,
.page-privacy table tr,
.page-inquiry table tr,
.page-thanks table tr {
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (max-width: 767px) {
  .page-terms-of-use table tr,
  .page-company table tr,
  .page-privacy table tr,
  .page-inquiry table tr,
  .page-thanks table tr {
    padding: 16px 0;
    display: block;
  }
}
.page-terms-of-use table tr:nth-child(1) th, .page-terms-of-use table tr:nth-child(1) td,
.page-company table tr:nth-child(1) th,
.page-company table tr:nth-child(1) td,
.page-privacy table tr:nth-child(1) th,
.page-privacy table tr:nth-child(1) td,
.page-inquiry table tr:nth-child(1) th,
.page-inquiry table tr:nth-child(1) td,
.page-thanks table tr:nth-child(1) th,
.page-thanks table tr:nth-child(1) td {
  padding: 36px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .page-terms-of-use table tr:nth-child(1) th, .page-terms-of-use table tr:nth-child(1) td,
  .page-company table tr:nth-child(1) th,
  .page-company table tr:nth-child(1) td,
  .page-privacy table tr:nth-child(1) th,
  .page-privacy table tr:nth-child(1) td,
  .page-inquiry table tr:nth-child(1) th,
  .page-inquiry table tr:nth-child(1) td,
  .page-thanks table tr:nth-child(1) th,
  .page-thanks table tr:nth-child(1) td {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-terms-of-use table tr:nth-child(1) th,
  .page-company table tr:nth-child(1) th,
  .page-privacy table tr:nth-child(1) th,
  .page-inquiry table tr:nth-child(1) th,
  .page-thanks table tr:nth-child(1) th {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-terms-of-use table tr:last-child,
  .page-company table tr:last-child,
  .page-privacy table tr:last-child,
  .page-inquiry table tr:last-child,
  .page-thanks table tr:last-child {
    border: 0;
  }
}
.page-terms-of-use table th, .page-terms-of-use table td,
.page-company table th,
.page-company table td,
.page-privacy table th,
.page-privacy table td,
.page-inquiry table th,
.page-inquiry table td,
.page-thanks table th,
.page-thanks table td {
  border: 0px solid #d0d0d0;
  padding: 18px 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .page-terms-of-use table th, .page-terms-of-use table td,
  .page-company table th,
  .page-company table td,
  .page-privacy table th,
  .page-privacy table td,
  .page-inquiry table th,
  .page-inquiry table td,
  .page-thanks table th,
  .page-thanks table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.page-terms-of-use table th,
.page-company table th,
.page-privacy table th,
.page-inquiry table th,
.page-thanks table th {
  background: #FFF;
  color: #333333;
  width: 140px;
  font-weight: bold;
}
.page-terms-of-use table td p,
.page-company table td p,
.page-privacy table td p,
.page-inquiry table td p,
.page-thanks table td p {
  display: none;
}
.page-terms-of-use .company-map,
.page-company .company-map,
.page-privacy .company-map,
.page-inquiry .company-map,
.page-thanks .company-map {
  max-width: 600px;
  margin: 15px 0 4px 0;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .page-terms-of-use .company-map,
  .page-company .company-map,
  .page-privacy .company-map,
  .page-inquiry .company-map,
  .page-thanks .company-map {
    height: 281px;
    margin: 15px -20px 4px;
  }
}
.page-terms-of-use .cont-str,
.page-terms-of-use .entry-meta,
.page-company .cont-str,
.page-company .entry-meta,
.page-privacy .cont-str,
.page-privacy .entry-meta,
.page-inquiry .cont-str,
.page-inquiry .entry-meta,
.page-thanks .cont-str,
.page-thanks .entry-meta {
  display: none;
}

#secondary {
  width: 320px;
  margin-left: -320px;
}
@media screen and (max-width: 991px) {
  #secondary {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #secondary {
    width: 100%;
  }
}
#secondary h3 {
  color: #fefefe;
  background: #F4810A;
  color: #FFF;
  padding: 15px;
  margin-bottom: 15px;
}
#secondary h3:before {
  display: none;
}
#secondary .side-widget {
  margin-bottom: 40px;
}
#secondary .widget_xyz_insert_php_widget h3 {
  margin-bottom: 24px;
  text-align: left;
  padding-left: 16px;
}
#secondary #xyz_insert_php_widget-2 .list-col .col-df {
  margin-bottom: 24px;
  clear: both;
}
#secondary #xyz_insert_php_widget-2 .list-col .col-df a {
  display: block;
  overflow: hidden;
  height: auto !important;
}
#secondary #xyz_insert_php_widget-2 .list-col .col-df a .img01 {
  max-width: 110px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#secondary #xyz_insert_php_widget-2 .list-col .col-df a .img01.pickup-pc {
  display: none;
}
#secondary #xyz_insert_php_widget-2 .list-col .col-df a .img01.pickup-sp {
  display: block;
}
#secondary #xyz_insert_php_widget-2 .list-col .col-df a .ul01 {
  display: none;
}
#secondary #xyz_insert_php_widget-2 .list-col .col-df a p.ttl01 {
  float: left;
  width: calc(100% - 125px);
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  transition: all ease-in-out .3s;
}
#secondary #xyz_insert_php_widget-2 .list-col .col-df a:hover p.ttl01 {
  color: #009ae9;
  text-decoration: underline;
}
#secondary .widget_wpsm_tabs_r_widget_id .side-widget-title {
  display: none;
}
#secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li {
  width: 50%;
  margin: 0 !important;
  float: left !important;
}
#secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li.active a,
#secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li a {
  border: 0 !important;
  padding: 18px 18px 17px 18px !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li.active a,
  #secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li a {
    text-align: left !important;
  }
}
#secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li.active a:hover, #secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li.active a:focus,
#secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li a:hover,
#secondary .widget_wpsm_tabs_r_widget_id .wpsm_nav-tabs li a:focus {
  border: 0 !important;
}
#secondary .widget_wpsm_tabs_r_widget_id .tab-content {
  padding: 0;
}
#secondary .side-bar-tab .side-bar-tab {
  margin: 0;
}
#secondary .side-bar-tab .side-bar-tab li {
  cursor: pointer;
  display: inline-block;
  background: #ebf0f4;
  color: #333;
  width: 50%;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #secondary .side-bar-tab .side-bar-tab li {
    text-align: left;
  }
}
#secondary .side-bar-tab .side-bar-tab li.active {
  color: #FFF;
  background: #f4810a;
}
#secondary .side-bar-tab .tab-df {
  display: none;
}
#secondary .side-bar-tab .tab-df.active {
  display: block;
}
#secondary .side-bar-tab .tab01 .list-box {
  padding-top: 24px;
}
#secondary .side-bar-tab .tab01 .list-box .box-df {
  margin-bottom: 24px;
  position: relative;
}
#secondary .side-bar-tab .tab01 .list-box .box-df:before {
  position: absolute;
  top: -13px;
  left: 5px;
  content: "";
  width: 14px;
  height: 28px;
}
#secondary .side-bar-tab .tab01 .list-box .box-df:nth-child(1):before {
  content: url("../../images/number01.png");
}
#secondary .side-bar-tab .tab01 .list-box .box-df:nth-child(2):before {
  width: 23px;
  height: 29px;
  content: url("../../images/number02.png");
}
#secondary .side-bar-tab .tab01 .list-box .box-df:nth-child(3):before {
  width: 23px;
  height: 29px;
  content: url("../../images/number03.png");
}
#secondary .side-bar-tab .tab01 .list-box .box-df p.img01 img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#secondary .side-bar-tab .tab01 .list-box .box-df p.subtxt01 a {
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
#secondary .side-bar-tab .tab01 .list-box .box-df p.subtxt01 a:hover {
  color: #009ae9;
  text-decoration: underline;
}
#secondary .side-bar-tab .tab02 {
  margin-top: 24px;
  margin-bottom: 102px;
}
#secondary .side-bar-tab .tab02 .row-df02 {
  margin-bottom: 24px;
}
#secondary .side-bar-tab .tab02 .row-df02 a p.img01 {
  float: left;
  max-width: 110px;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
#secondary .side-bar-tab .tab02 .row-df02 a p.ttl01 {
  float: left;
  width: calc(100% - 125px);
  color: #333333;
  font-size: 13px;
}
#secondary .side-bar-tab .tab02 .row-df02 a:hover p.ttl01 {
  color: #009ae9;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  #secondary .widget_search {
    display: none;
  }
}
#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: #333;
  font-size: 14px;
}
#secondary .popular-posts ul li a .wpp-thumbnail {
  margin-right: 8px;
}
#secondary .popular-posts ul li a:hover {
  color: #009ae9;
}
#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: #333;
  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: #009ae9;
}
#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 {
  margin-top: 78px;
}
#secondary .widget_social_widget h3 {
  background: none;
  color: #111111;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 0;
}
#secondary .widget_social_widget h3:after {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  content: '';
  width: 159px;
  height: 20px;
  background: url("../../images/siderbar-ttl01.png") no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#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: 47px;
  height: 47px;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 47px;
  border-radius: 50%;
}
#secondary .widget_social_widget .xeory-social-btns ul li a:before {
  width: 47px;
  height: 47px;
  font-size: 26px;
  margin: 0;
}
#secondary .widget_social_widget .xeory-social-btns ul li a .xeory-social-name {
  display: none;
}

@media screen and (max-width: 768px) {
  .single .site-header .container, .page .site-header .container {
    padding: 12px 0 8px 0;
  }
}
.single .site-content, .page .site-content {
  padding: 0 0 0;
}
.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,.archive .site-main, .search .site-main, .error404 .site-main, .original-category .site-main, .page-post-lists .site-main, .site-main{
  padding-right: 350px;
}
@media screen and (max-width: 991px) {
  .single .site-content .site-main, .page .site-content .site-main,.archive .site-main, .search .site-main, .error404 .site-main, .original-category .site-main, .page-post-lists .site-main, .site-main {
    padding-right: 0;
  }


}
.single .site-content .site-main article, .page .site-content .site-main article {
  padding: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main article, .page .site-content .site-main article {
    overflow: inherit;
  }
}
.single .site-content .site-main article .entry-header, .page .site-content .site-main article .entry-header {
  float: none;
}
.single .site-content .site-main article .entry-header .entry-meta, .page .site-content .site-main article .entry-header .entry-meta {
  height: 33px;
  margin-bottom: 0;
  list-style: none;
  text-align: right;
}
.single .site-content .site-main article .entry-header .entry-meta:before, .page .site-content .site-main article .entry-header .entry-meta:before {
  content: none;
}
.single .site-content .site-main article .entry-header .entry-meta .cat, .page .site-content .site-main article .entry-header .entry-meta .cat {
  padding: 4px 0 0;
  background: none;
  color: inherit;
}
.single .site-content .site-main article .entry-header .entry-meta .cat a, .page .site-content .site-main article .entry-header .entry-meta .cat a {
background: -moz-linear-gradient(top, #e22529, #e2254e);
  background: -webkit-linear-gradient(top, #e22529, #e2254e);
  background: linear-gradient(to bottom, #e22529, #e2254e); 
		padding:5px 10px;

	color: #fff;
	border-radius:3px;
}
.single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date {
  line-height: 33px;
  display: inline-block;
  color: #888;
  font-size: 12px;
}
.single .site-content .site-main article .entry-header .entry-meta .modified, .page .site-content .site-main article .entry-header .entry-meta .modified {
  display: inline-block;
  color: #888;
  font-size: 12px;
}
.single .site-content .site-main article .entry-header .entry-meta i, .page .site-content .site-main article .entry-header .entry-meta i {
  margin: 0 5px 0 10px;
}
.single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1 {
  margin: 24px 0 48px;
  font-size: 30px;
  color: #111;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1 {
    margin: 14px 0 24px;
    font-size: 20px;
    line-height: 32px;
  }
}
.single .site-content .site-main article .entry-header .single-row01, .page .site-content .site-main article .entry-header .single-row01 {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main article .entry-header .single-row01, .page .site-content .site-main article .entry-header .single-row01 {
    margin-bottom: 8px;
  }
}
.single .site-content .site-main article .entry-header .single-row01 .box-sns, .page .site-content .site-main article .entry-header .single-row01 .box-sns {
  float: left;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main article .entry-header .single-row01 .box-sns, .page .site-content .site-main article .entry-header .single-row01 .box-sns {
    text-align: left;
    margin-bottom: 15px;
  }
  .single .site-content .site-main article .entry-header .single-row01 .box-sns .bzb-sns-area, .page .site-content .site-main article .entry-header .single-row01 .box-sns .bzb-sns-area {
    text-align: left;
  }
  .single .site-content .site-main article .entry-header .single-row01 .box-sns .bzb-sns-area ul li, .page .site-content .site-main article .entry-header .single-row01 .box-sns .bzb-sns-area ul li {
    margin: 0;
    padding: 0 4px;
  }
}
.single .site-content .site-main article .entry-header .single-row01 .header-author, .page .site-content .site-main article .entry-header .single-row01 .header-author {
  float: right;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main article .entry-header .single-row01 .header-author, .page .site-content .site-main article .entry-header .single-row01 .header-author {
    margin-bottom: 16px;
  }
}
.single .site-content .site-main article .entry-header .single-row01 .header-author dl dt, .page .site-content .site-main article .entry-header .single-row01 .header-author dl dt {
  width: 48px;
  height: 48px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.single .site-content .site-main article .entry-header .single-row01 .header-author dl dd, .page .site-content .site-main article .entry-header .single-row01 .header-author dl dd {
  float: left;
  position: relative;
}
.single .site-content .site-main article .entry-header .single-row01 .header-author dl dd a, .page .site-content .site-main article .entry-header .single-row01 .header-author dl dd a {
  font-size: 16px;
  color: #333;
}
.single .site-content .site-main article .entry-header .single-row01 .header-author dl dd span, .page .site-content .site-main article .entry-header .single-row01 .header-author dl dd span {
  display: block;
  font-size: 12px;
}
.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;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main article .bzb-sns-area, .page .site-content .site-main article .bzb-sns-area {
    margin-bottom: 0;
  }
}
.single .site-content .site-main article .entry-content, .page .site-content .site-main article .entry-content {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main article .entry-content, .page .site-content .site-main article .entry-content {
    overflow: inherit;
  }
}
.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 0 32px 0;
  float: inherit;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail {
    margin: 0 -20px 20px;
  }
}
.single .site-content .site-main article .entry-content .bzb-sns-area, .page .site-content .site-main article .entry-content .bzb-sns-area {
  display: none;
}
.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;
  line-height: 1;
}
.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;
  border: 0;
  padding: 0;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .entry-footer, .page .site-content .site-main .entry-footer {
	  padding-top:20px;
    margin-bottom: 44px;
  }
}
.single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area {
  margin: 0 0 0;
  text-align: center;
  line-height: 1;
  padding: 24px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .entry-footer .bzb-sns-area, .page .site-content .site-main .entry-footer .bzb-sns-area {
    text-align: left;
    padding-bottom: 18px;
  }
  .single .site-content .site-main .entry-footer .bzb-sns-area ul li, .page .site-content .site-main .entry-footer .bzb-sns-area ul li {
    margin: 0;
    padding: 0 4px;
  }
}
.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: 6px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .entry-footer .post-footer-list li, .page .site-content .site-main .entry-footer .post-footer-list li {
    padding-bottom: 5px;
  }
}
.single .site-content .site-main .entry-footer .post-footer-list li:before, .page .site-content .site-main .entry-footer .post-footer-list li:before {
  color: #009ae9;
}
.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: #009ae9;
  text-decoration: none;
  font-size: 13px;
  line-height: 24px;
}
.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: "\f07b";
}
.single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget {
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .underpost-widget, .page .site-content .site-main .underpost-widget {
    padding: 0;
  }
}
.page .site-content .site-main .underpost-widget h3 {
  background: #111;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  border-left: 6px solid #f4810a;
  color: #FFF;
}
@media screen and (max-width: 768px) {
.page .site-content .site-main .underpost-widget h3 {
    padding: 15px;
    margin-bottom: 24px;
  }
}
.page .site-content .site-main .underpost-widget h3:before {
  display: none;
}
.single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts {
  padding: 0 0 0;
  border: 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .widget_xeory_related_posts, .page .site-content .site-main .widget_xeory_related_posts {
    padding: 0;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a {
  color: #333;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a:hover, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-title a:hover {
  color: #009ae9;
}
.single .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta, .page .site-content .site-main .widget_xeory_related_posts .xeory-subloop-meta {
  display: none;
}
.single .site-content .site-main .widget_xeory_related_posts .widget-content ul, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul {
  margin: 0;
}
.single .site-content .site-main .widget_xeory_related_posts .widget-content ul li, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li {
  padding: 0;
  margin-right: 40px;
  margin-bottom: 24px;
  width: calc((100% - 40px ) / 2);
}
.single .site-content .site-main .widget_xeory_related_posts .widget-content ul li:nth-child(even), .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .widget_xeory_related_posts .widget-content ul li, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.single .site-content .site-main .widget_xeory_related_posts .widget-content ul li a, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li a {
  display: block;
  font-size: 13px;
  line-height: 22px;
  border: 0;
}
.single .site-content .site-main .widget_xeory_related_posts .widget-content ul li a .xeory-subloop-image, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li a .xeory-subloop-image {
  max-width: 130px;
  width: 130px;
}
.single .site-content .site-main .widget_xeory_related_posts .widget-content ul li a:hover, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li a:hover {
  color: #009ae9;
  text-decoration: underline;
}
.single .site-content .site-main .widget_xeory_related_posts .widget-content ul li a .xeory-subloop-content, .page .site-content .site-main .widget_xeory_related_posts .widget-content ul li a .xeory-subloop-content {
  padding: 8px 0 0 0;
}
.single .site-content .site-main .widget_social_widget, .page .site-content .site-main .widget_social_widget {
  border: 0;
}
.single .site-content .site-main .widget_social_widget h3, .page .site-content .site-main .widget_social_widget h3 {
  margin-bottom: 22px;
}
.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, .page .site-content .site-main .widget_social_widget .xeory-social-btns {
  padding: 0;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul {
  margin: 0;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li {
  margin-right: 32px;
  width: calc((100% - 65px) / 3);
  padding: 0;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
.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: 0;
  display: block;
  color: #fff;
  background: #FFF;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .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 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 340px) {
  .single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a {
    padding: 10px;
  }
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a span {
  display: none;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:before, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li a:before {
  width: 36px;
  height: 36px;
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 36px;
  font-size: 22px;
  transition: all ease-in-out .3s;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a {
  border: 1px solid #1877f2;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a:before, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a:before {
  background: #1877F2;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a:hover, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a:hover {
  background: #1877F2;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a:hover:before, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(1) a:hover:before {
  background: #fff;
  color: #1877F2;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a {
  border: 1px solid #55acee;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a:before, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a:before {
  background: #55acee;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a:hover, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a:hover {
  background: #55acee;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a:hover:before, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(2) a:hover:before {
  background: #fff;
  color: #55acee;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a {
  padding: 8px;
  border: 1px solid #6cc655;
  position: relative;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:after, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:after {
  z-index: 999;
  content: "" !important;
  width: 25px !important;
  height: 21px !important;
  background: url("../../images/ft-icon01.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:before, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:before {
  background: #6cc655;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:hover, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:hover {
  background: #6cc655;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:hover:before, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:hover:before {
  background: #fff;
}
.single .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:hover:after, .page .site-content .site-main .widget_social_widget .xeory-social-btns ul li:nth-child(3) a:hover:after {
  background: #fff;
  background: url("../../images/ft-icon01-on.png") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.single .site-content .site-main .widget_social_widget .xeory-social-facebook, .page .site-content .site-main .widget_social_widget .xeory-social-facebook {
  padding: 0 8px 32px;
  width: 100%;
}
.single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
  background: #fff;
  padding: 0;
  border: 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author, .page .site-content .site-main .post-author {
    padding: 0 0 0px;
    margin-top: 47px;
  }
}
.single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix {
  padding: 26px 50px;
  background: #F4F4F6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .post-author .clearfix, .page .site-content .site-main .post-author .clearfix {
    padding: 16px 16px 34px;
  }
}
.single .site-content .site-main .post-author .clearfix:before, .page .site-content .site-main .post-author .clearfix:before {
  position: absolute;
  top: -13px;
  left: 31px;
  content: "私が書きました";
  font-size: 18px;
  color: #111;
  width: 150px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .post-author .clearfix:before, .page .site-content .site-main .post-author .clearfix:before {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.single .site-content .site-main .post-author .clearfix .post-author-img, .page .site-content .site-main .post-author .clearfix .post-author-img {
  width: 96px;
  height: 96px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .post-author .clearfix .post-author-img, .page .site-content .site-main .post-author .clearfix .post-author-img {
    margin: 12px auto 10px;
  }
}
.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: 100%;
  height: 100%;
}
.single .site-content .site-main .post-author .clearfix .post-author-meta, .page .site-content .site-main .post-author .clearfix .post-author-meta {
  margin-left: 114px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .single .site-content .site-main .post-author .clearfix .post-author-meta, .page .site-content .site-main .post-author .clearfix .post-author-meta {
    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 {
  font-size: 14px;
  line-height: 24px;
}
.single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
  color: #333;
  font-size: 16px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .author, .page .site-content .site-main .post-author .clearfix .author {
    text-align: center;
    margin: 10px 0 15px;
  }
}
.single .site-content .site-main .post-author .clearfix .author a, .page .site-content .site-main .post-author .clearfix .author a {
  color: #333;
  font-size: 13px;
  color: #009ae9;
}
@media screen and (max-width: 767px) {
  .single .site-content .site-main .post-author .clearfix .author a, .page .site-content .site-main .post-author .clearfix .author a {
    display: block;
  }
}

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

/*********************
 * 調整
**********************/

.xeory-breadcrumbs{
	margin-bottom:0;
}

.content-area,
.widget-area{
	margin-top:20px;
}


.site-main article .entry-header .entry-thumbnail img{
	border-radius:8px;
}

@media only screen and (max-width: 767px) {

	.site-main article{
		border-bottom:1px solid #e5e5e5 !important;
		padding:0;
		padding-bottom:20px;
		margin-bottom:30px;
	}
}




@media only screen and (min-width: 992px) {
.single .site-content .site-main article,
.page .site-content .site-main article,
.single .site-content .site-main .entry-footer .post-footer-list li,
.page .site-content .site-main .entry-footer .post-footer-list li,
.comments-area{
	padding:20px;
}


.widget-area{
	padding:20px;
	background:#fff;
}
}

.xeory-sp-nav-btn:before{
	font-family:'FontAwesome';
	content:"\f0c9";
	font-size:28px;
}

.xeory-sp-nav-btn:after,
.sp-nav-inner .xeory-spnav-btn-close:after{
bottom: -25px;
}

.sp-nav-inner .xeory-spnav-btn-close:before{
	font-family:'FontAwesome';
	content:"\f00d";
	font-size:28px;
	color:#fff;
	font-weight:normal;
}

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

.single .site-content .site-main article .entry-header .entry-meta .cat::before,
.page .site-content .site-main article .entry-header .entry-meta .cat::before {
    font-family: 'FontAwesome';
    content: "\f07b";
    margin-right: 8px;
}

/*--------------------
e-speed　SNSボタン
---------------------*/
#share {margin:0; padding:12px 0 0 0; display:flex; display:-webkit-flex; /*justify-content:center;*/}
#share li {font-size: 10px; font-weight: bold; letter-spacing: 1px; text-align: center; margin-right: 6px; margin-bottom: 8px; border-radius: 3px; padding: 0 10px; list-style: none;}
#share li.share-twitter {background:#1C94E0;}
#share li.share-facebook {background:#1877F2;}
#share li.share-line {background:#fff; border:1px solid #ccc;}
#share li.share-hatena {background:#00A4DE;}
#share a {display: block; height: 26px; padding-top: 6px; color: #fff; text-decoration: none;}
#share a:hover {text-decoration:none; color:#fff; }
.f_sher,.t_sher,.l_sher,.l_hatena {margin:0; padding:0 4px 0 0; float: left;}


.famigeki_logo img{
	background:#fff;
	padding:20px;
}

@media only screen and (max-width: 767px) {
.archive .site-main article .entry-thumbnail, .search .site-main article .entry-thumbnail, .error404 .site-main article .entry-thumbnail, .original-category .site-main article .entry-thumbnail, .page-post-lists .site-main article .entry-thumbnail {
	max-width:100% !important;
	width:100% !important;
	}
}

/* head内に記述されていたスタイル */

.lazyload {
    background-image: none !important;
}

.lazyload:before {
    background-image: none !important;
}
.wp-block-gallery.is-cropped .blocks-gallery-item picture {
    height: 100%;
    width: 100%;
}
.broken_link, a.broken_link {
    text-decoration: line-through;
}

/* 吹き出し */
.commentBox {
    position: relative;
    width: 100%;
    padding: 0 0 30px 0;
}

.commentBox:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(https://movie-mori.com/wp-content/uploads/2022/06/comment_icon.png);
    background-size: cover;
    top: 7px;
    left: 2px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 2;
}

.commentBox:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    top: 5px;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1;
}

.commentBox .commentText {
    position: relative;
    background: #feecf1;
    /*background: #F6F8FA;*/
    margin: 0 0 0 80px;
    padding: 12px;
    border-radius: 8px;
}

.commentBox .commentText:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -20px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #feecf1;
    /*border-right: 10px solid #F6F8FA;*/
}

/* 結論ボックス */
.boxWrap {
    margin: 2em 0;
    background: #feecf1;
}

.boxWrapPink {
    margin: 2em 0;
    background: #ffefee;
}

.boxInner {
    padding: 20px;
    margin: 0 !important;
    border: 2px solid #333;
}

.boxTitle {
    font-size: 1.2em;
    text-align: center;
    background: #fff;
    color: #111;
    font-weight: bold;
    padding: 15px 0 0 0;
}

.boxTitle p {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    margin: 0 0 0 30px;
    /*font-family: 'DotGothic16', sans-serif;*/
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: 30px;
}

.boxTitle p:before,.boxTitle p:after {
    content: '';
    position: absolute;
    top: 75%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #333;
}

.boxTitle p:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.boxTitle p:after {
    right: 30px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.boxInner li {
    padding: 0 0 0 2.5rem !important;
}

.boxInner li:before {
    color: #ffadab !important;
    /*content: '\ea12' !important;*/
    content: '\f058' !important;
    transform: scale(1) !important;
}

.entry-content a{
	color:#1d3993;
}

/**グローバルメニュー背景色***/

.main-navigation{
	background:#eeeeee;
	margin-bottom:10px;
	border-top:none;
}

/**フッダー背景色***/

.site-footer{
	background:#343434;
}

/**スマホメニューアイコン・検索アイコン（ヘッダー部分）**/

.site-header .container .row01 .search-wrap .search-form .search-submit,
.xeory-spnav-wrap .sp-nav-inner .search-wrap .search-form .search-submit,
.xeory-sp-nav-btn:before{
	color:#00AFEC;
}

/**各種背景色（h2タイトル,検索アイコン他）**/

.search-form input[type=submit], #secondary h3, .comments-area .comments-header .comments-title {
	background:#00AFEC;
}

/**テーブル（th）背景**/

#container .entry-content table th{
	background:#f6f6f6;
	color:#333 !important;
	font-weight:bold;
	text-align:center;
}


/**サイト背景色**/
.site-content{
	background:#ffffff;
}

/**パンクズリスト背景色**/
.xeory-breadcrumbs{
	background:#f5f5f5;
	color:#ffffff;
}

/**パンクズリスト文字色**/
.xeory-breadcrumbs a span, .xeory-breadcrumbs-item:after{
	color:#333333;
}


/**差色**/
.comments-area .comment-form .submit{
	background: #999999;
}

.main-navigation .primary-menu .current-menu-item a,
.main-navigation .primary-menu .current-menu-parent a,
.pagination .current,
.pagination span:hover,
.pagination a:hover,
.main-navigation .primary-menu li a:hover{
color:##999999;
border-color:##999999;
}

/***フッダー背景（上部）**/

.{
	background:#7de3ff;
}


body{
	font-size:16px !important;
}

.site-content{
	background-color:#EEEEEE;
}

/*　アコーディオン内無料ボタン*/
.muryo_btn {
  width: 100%;
	display:block;
  position: relative;
  background: #fff;
  border: 2px solid #474747;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #474747 !important;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
	text-align:center;
	font-weight:bold;
	padding:8px 15px;
}
.muryo_btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #474747;
  border-right: 2px solid #474747;
  transform: rotate(45deg);
  position: absolute;
  top: 55%;
  right: 25px;
  margin-top: -6px;
}
.muryo_btn:hover {
  background: #fff;
  color: #2D9CDB !important;
}
.muryo_btn:hover:before {
  border-top: 2px solid #2D9CDB;
  border-right: 2px solid #2D9CDB;
}

.ac_box .summary_text{
	margin-bottom:20px;
}



/*　アコーディオン内無料ボタン*/

/*　Youtube用切り替えコード*/

.ctm_select_box{
margin-bottom:30px;
position:relative;
}

.ctm_select_box .ttl_name{
position:relative;
width:100%;
max-width:100%;
color:#333333 !important;
border-top:3px solid #e22543;
	background:#f6f6f6;
display: block;
padding: 10px 15px;
cursor: pointer;
font-weight: bold;
font-size:15px;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding-right:30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


.ctm_select_box::after{
content:"aaaa";
position: absolute;
top: 18px;
right: 20px;
content: '';
width: 11px;
height: 11px;
border: 0;
border-bottom: solid 3px #333333;
border-right: solid 3px #333333;
transform: rotate(45deg);
z-index:9999999;
}

.ctm_select_box br{
display:none;
}

.ctm_select_box div{
margin:0;
}

.ctm_select_box p{
font-size:0;
margin:0;
padding:0;
display:none;
}

.ctm_select_box select span{
	font-size:14px;
}


.ctm_select_box iframe{
width:100%;
max-width:100%;
}

.ctm_select_box #content_1,
.ctm_select_box #content_2,
.ctm_select_box #content_3,
.ctm_select_box #content_4,
.ctm_select_box #content_5,
.ctm_select_box #content_6,
.ctm_select_box #content_7,
.ctm_select_box #content_8,
.ctm_select_box #content_9,
.ctm_select_box #content_10,
.ctm_select_box #content_11,
.ctm_select_box #content_12,
.ctm_select_box #content_13,
.ctm_select_box #content_14,
.ctm_select_box #content_15{
background-color:#ffffff;
position: relative;
width: 100%;
padding: 10px 15px;
padding-top: 56.25%;
}

.ctm_select_box #content_1 iframe,
.ctm_select_box #content_2 iframe,
.ctm_select_box #content_3 iframe,
.ctm_select_box #content_4 iframe,
.ctm_select_box #content_5 iframe,
.ctm_select_box #content_6 iframe,
.ctm_select_box #content_7 iframe,
.ctm_select_box #content_8 iframe,
.ctm_select_box #content_9 iframe,
.ctm_select_box #content_10 iframe,
.ctm_select_box #content_11 iframe,
.ctm_select_box #content_12 iframe,
.ctm_select_box #content_13 iframe,
.ctm_select_box #content_14 iframe,
.ctm_select_box #content_15 iframe{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}



.ctm_select_box #content2_1,
.ctm_select_box #content2_2,
.ctm_select_box #content2_3,
.ctm_select_box #content2_4,
.ctm_select_box #content2_5,
.ctm_select_box #content2_6,
.ctm_select_box #content2_7,
.ctm_select_box #content2_8,
.ctm_select_box #content2_9,
.ctm_select_box #content2_10,
.ctm_select_box #content2_11,
.ctm_select_box #content2_12,
.ctm_select_box #content2_13,
.ctm_select_box #content2_14,
.ctm_select_box #content2_15{
background-color:#ffffff;
position: relative;
width: 100%;
padding: 10px 15px;
padding-top: 56.25%;
}

.ctm_select_box #content2_1 iframe,
.ctm_select_box #content2_2 iframe,
.ctm_select_box #content2_3 iframe,
.ctm_select_box #content2_4 iframe,
.ctm_select_box #content2_5 iframe,
.ctm_select_box #content2_6 iframe,
.ctm_select_box #content2_7 iframe,
.ctm_select_box #content2_8 iframe,
.ctm_select_box #content2_9 iframe,
.ctm_select_box #content2_10 iframe,
.ctm_select_box #content2_11 iframe,
.ctm_select_box #content2_12 iframe,
.ctm_select_box #content2_13 iframe,
.ctm_select_box #content2_14 iframe,
.ctm_select_box #content2_15 iframe{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

.ctm_select_box .hide {
display: none;
}


@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.ctm_select_box #content_2,
.ctm_select_box #content_3,
.ctm_select_box #content_4,
.ctm_select_box #content_5,
.ctm_select_box #content_6,
.ctm_select_box #content_7,
.ctm_select_box #content_8,
.ctm_select_box #content_9,
.ctm_select_box #content_10,
.ctm_select_box #content_11,
.ctm_select_box #content_12,
.ctm_select_box #content_13,
.ctm_select_box #content_14,
.ctm_select_box #content_15{
	display:none;
}

.ctm_select_box #content2_2,
.ctm_select_box #content2_3,
.ctm_select_box #content2_4,
.ctm_select_box #content2_5,
.ctm_select_box #content2_6,
.ctm_select_box #content2_7,
.ctm_select_box #content2_8,
.ctm_select_box #content2_9,
.ctm_select_box #content2_10,
.ctm_select_box #content2_11,
.ctm_select_box #content2_12,
.ctm_select_box #content2_13,
.ctm_select_box #content2_14,
.ctm_select_box #content2_15{
	display:none;
}


/*　Youtube用切り替えコード*/


.top4{
	font-size:1em !important;
	margin:0px !important;
	padding:0px !important;
}
.top4:after {
    background: none !important;
	}


.top2{
	font-size:1em !important;
	color:333333 !important;
	margin:0px !important;
	padding:0px !important;
	    background: none !important;
	color:#333333 !important;
}
.top2:after {
    background: none !important;
	}

.content .afTagBox__btnAf{
font-size:1.2em;
}

.content .afTagBox__btnAf:hover {
color: #ffffff !important;
	font-weight:bold;
	background-color:#6FB83F;
}

.event_table{
	border-collapse:separate !important;
	border: none !important;
	border-spacing: 7px !important;
	width: 100% !important;
	font-size:1.1em !important;
}

.event_table td{
	border-radius: 5px;
	text-align: center;
	padding: 0px 0;
	border:solid 2px #00AFEC !important;

}

.event_table td a{
	display:block !important;
	width:100% !important;
	height:100% !important;
	color:#00AFEC;
}

.event_table tr :hover {
			background-color: #00AFEC !important;
}

.event_table td a:hover {
	color:#ffffff;
			background-color: #00AFEC !important;
}


.comment-form-email {display: none;}
.comment-form-url {display: none;}
.form-allowed-tags {display: none;}
.comment-notes {display:none; }


.dot {
    border-bottom: 1px dotted;
	padding-bottom:3px;
}

/*　　出演者A */
.syutuensya-a1 {
 position:relative;
 padding: 25px  1.5em 1.5em;
	font-size:0.95em;
top:30px;
	 margin: 2.5em auto;
 width: 100%;
 color: #555555; /* 文字色 */
 background-color: #fed;
}

.title-syutuensya-a1 {
 position: absolute;
 top: -10px;
 left: 20px;
 padding: 4px 20px;
 color: #555555; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255,.4);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2);
 transform: rotate(-5deg);
}


/*　　出演者B */
.syutuensya-b1 {
 position:relative;
 padding: 25px  1.5em 1.5em;
top:30px;
		font-size:0.95em;
	 margin: 2.5em auto;
 width: 100%;
 color: #555555; /* 文字色 */
 background-color: #dee;
}

.title-syutuensya-b1 {
 position: absolute;
 top: -10px;
 left: 20px;
 padding: 4px 20px;
 color: #555555; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255,.4);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2);
 transform: rotate(-5deg);
}




/*　感想男性*/
.kansou1 {
 position:relative;
 padding: 25px 2em 2em;
top:30px;
	 margin: 2em auto;
 width: 100%;
 color: #555555; /* 文字色 */
 background-color: #F6F8FA;
margin-bottom:70px;
}



/*　感想女性*/
.kansou2 {
 position:relative;
 padding: 25px 2em 2em;
top:30px;
 width: 100%;
 color: #555555; /* 文字色 */
 background-color: #F3F9F8;
max-width:100%;
box-sizing:border-box;
margin-bottom:50px;

}

.title-kansou1 {
 position: absolute;
 top: -17px;
 left: 20px;
 padding: 4px 10px;
 color: #191919; /*タイトル色*/
letter-spacing:0.05em;

}



.kansou1 .title-kansou1 {
 background-color:#BCCCDA;
}

.kansou2 .title-kansou1 {
 background-color:#9EC9C4;
}


ul.cp_list {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list li:before {
	position:absolute;
	content:'' !important;
	top: 0.4em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}


/************************************
** 横長テーブル
************************************/

.p-sticky-table{
white-space: nowrap;
line-height:1.6;
	overflow:hidden;
}
.p-sticky-table table{
  border:none;
  border: 1px solid #dedede;
  border-bottom: none;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  display:block;
  overflow:scroll;
  max-height: 80vh;

}

.p-sticky-table thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}



.p-sticky-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  text-align:center;
}


.p-sticky-table td {
max-width:150%;
}

.p-sticky-table tbody th:first-child{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  border:none;
  white-space: normal;
  min-width: 130px;
}
.p-sticky-table th, .p-sticky-table td {
  min-width: 50px;
  text-align: left;
  font-size: 1em !important;
  position: relative;
  padding: 13px !important;
  color: #333;
  border: none !important;
  z-index: 0;
  vertical-align:middle !important;
  background:#fff;
}
.p-sticky-table th{
  background:#f0f9ff !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
  color: #555 !important;
}
.p-sticky-table tr{
  border-bottom:none !important;
}
.p-sticky-table img{
  margin: 10px auto;
  display: block;
  padding: 0;
  max-width: 80% !important;
}
.p-sticky-table table th::before, .p-sticky-table table td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  z-index: -1;
}
/* スマホ */
@media screen and (max-width: 560px) {
  .p-sticky-table table {
    max-height: 60vh;
    }
  .p-sticky-table thead th:first-child, .p-sticky-table tbody th:first-child {
        min-width: 25vw;
    }
   .p-sticky-table th, .p-sticky-table td {
        font-size: 12px !important;
        padding: 7px !important;
    }
}
/* 中央寄せ */
.pst-center td {
  text-align: center;
}


/************************************
** 画像の枠線
************************************/
img.wakusen{
border:1px solid #d3d3d3;
margin-bottom:5px;
}

/************************************
** 画像の横並び
************************************/



ul.top-banner{
	display: flex;
	flex-wrap:wrap;
}

ul.top-banner{
	display: flex;
	flex-wrap:wrap;
	overflow:hidden;
}

ul.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	margin-top:0;
	padding:0 5px;
	box-sizing:border-box;
}
ul.top-banner  li:before {
	content:'';
	display:none;
}
ul.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}



/************************************
   横スクロール テーブル
************************************/

.sticky_table {
	display: block;
	position: relative;
	overflow: scroll;
	border-collapse: collapse;
	font-size: 0;
	border-top:none !important;
	border-right:none !important;
	border-bottom:none !important;
	border-left:none !important;
	padding-bottom:20px;
}

.sticky_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sticky_table th,
.sticky_table td {
	background: #fff;
	font-size: 13px;
	border-top:2px solid #EDEDED !important;
	border-right:none !important;
	border-bottom:2px solid #EDEDED !important;
	border-left:none !important;
	color:#28281e !important;
	display:table-cell !important;
	padding:20px 10px !important;
	vertical-align:middle !important;
}

.sticky_table th{
	position:relative;
	width:85px;
	font-size:11px;
	text-align:center;
	z-index:9999;
}



.sticky_table th::after{
	position:absolute;
	content:"";
	top:0;
	right:0;
	width:100%;
	height:100%;
	border-right:1px solid #d6d6d6;
}


.sticky_table th img{
	display:block;
	width:100px;
	padding:10px;
	margin:0 auto;
}

.sticky_table th span{
	display:block;
	width:100%;
}

.sticky_table td {
	border-right:2px solid #d6d6d6 !important;
}

.sticky_table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
	border-left: none !important;
}

.sticky_table ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	list-style:none !important;
	padding-left:0 !important;
	font-size:1em;
	margin:0;
	padding:0;
}

.sticky_table ul li{
}

.sticky_table ul li{
	display:block;
	width:120px;
	text-align:center;
	margin:0;
	margin-right:10px;
	padding:0;
}

.sticky_table ul li img{
	width:100%;
	border:1px solid#ececec;
	margin-bottom:10px;
}

.sticky_table ul li::before{
	display:none;
}


.bg_1{
	background-color:#EEF2EF !important;
}

.bg_2{
	background-color:#FDFBEC !important;
}

.bg_3{
	background-color:#F3F9FC !important;
}



.btn_1,
.btn_2,
.btn_3,
.btn_4,
.btn_5{
	display:block;
	border-radius:20px;
	font-weight:bold;
	color:#ffffff !important;
	width:100%;
	text-align:center;
	font-size:12px;
	padding:8px 2px;
	margin-top:10px;
}

.btn_1{
	background:#7AB883;
}


.btn_2{
	background:#D57546;
}


.btn_3{
	background:#9EC9C4;
}

.btn_4{
	background:#E38400;
	width:70% !important;
margin: 0 auto;
}

.btn_5{
	background:#2D9BDA;
	width:70% !important;
margin: 0 auto;
}

@media (min-width: 960px){

	.sticky_table th{
		width:100px;
		font-size:12px;
	}

	.sticky_table th img{
	width:50px;
	}

	.sticky_table td{
		width:auto;
	}


}


/******調整*******/

@media only screen and (max-width: 767px) {
.l-wrapper,{
	margin-right:5px;
	margin-left:5px;
}
}


/************************************
** ボタンの横並び
************************************/

ul.top-btn{
	display: flex;
	flex-wrap:wrap;
	padding:0;
	margin-bottom:0 !important;
}

ul.top-btn li {
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	box-sizing:border-box;

}

ul.top-btn li:nth-child(2n){
	margin-right:0 !important;
}



ul.top-btn  li:before {
	content:'';
	display:none;
}
ul.top-btn li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

ul.top-btn li{
list-style:none;
}


.content .bgc-ellow   {
		background-color:#fcFaca !important;
	color:#705D4D;
	padding:20px;
	font-weight:bold;
}






/******調整********/

.icon-tag{
	display:none;
}









/************************************
   横スクロール テーブル（放送中）
************************************/

.housou_sticky_table {
	display: block;
	position: relative;
	overflow: scroll;
	border-collapse: collapse;
	font-size: 0;
	border-top:none !important;
	border-right:none !important;
	border-bottom:none !important;
	border-left:none !important;
	padding-bottom:20px !important;
	margin-bottom:20px;

}

.housou_sticky_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.housou_sticky_table th,
.housou_sticky_table td {
	background: #fff;
	font-size: 13px;
	border-top:2px solid #EDEDED !important;
	border-right:none !important;
	border-bottom:2px solid #EDEDED !important;
	border-left:none !important;
	color:#28281e !important;
	display:table-cell !important;
	padding:10px 10px !important;
	vertical-align:middle !important;
}

.housou_sticky_table th{
	position:relative;
	width:85px;
	font-size:11px;
	text-align:center;
	z-index:9999;
}

.housou_sticky_table th::before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-left:2px solid #EDEDED;
}

.housou_sticky_table th::after{
	position:absolute;
	content:"";
	top:0;
	right:0;
	width:100%;
	height:100%;
	border-right:2px solid #EDEDED;
}


.housou_sticky_table th img{
	display:block;
	width:100px;
	padding:10px;
	margin:0 auto;
}

.housou_sticky_table th span{
	display:block;
	width:100%;
}

.housou_sticky_table td {
	border-right:2px solid #EDEDED !important;
}

.housou_sticky_table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
	border-left: none !important;
}

.housou_sticky_table ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	list-style:none !important;
	padding-left:0 !important;
	font-size:1em;
	margin:0;
	padding:0;
}

.housou_sticky_table ul li{
}

.housou_sticky_table ul li{
	display:block;
	width:160px;
	text-align:center;
	margin:0;
	margin-right:10px;
	padding:0;
}

.housou_sticky_table ul li img{
	width:100%;
	border:1px solid rgb(237,237,237);
	margin-bottom:10px;
}

.housou_sticky_table ul li::before{
	display:none;
}




@media (min-width: 960px){

	.housou_sticky_table th{
		width:100px;
		font-size:12px;
	}

	.housou_sticky_table th img{
	width:60px;
	}

	.housou_sticky_table td{
		width:auto;
	}


}


/******__調整__*******/



.archive .page-header .page-title, .search .page-header .page-title, .error404 .page-header .page-title, .original-category .page-header .page-title, .page-post-lists .page-header .page-title{
	margin-bottom:0;
}

.single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1{
	margin:0 0 10px;
}

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

.archive .page-header, .search .page-header, .error404 .page-header, .original-category .page-header, .page-post-lists .page-header{
	padding:10px 20px;
}

.archive .page-header, .search .page-header, .error404 .page-header, .original-category .page-header, .page-post-lists .page-header {
margin-bottom:0;
}


.pagination{
	margin-top:20px;
}

.primary-menu{
	width:100%;
	max-width:1120px;
	  background: -moz-linear-gradient(top, #e22529, #e2254e);
  background: -webkit-linear-gradient(top, #e22529, #e2254e);
  background: linear-gradient(to bottom, #e22529, #e2254e);
	margin:0;
}

.main-navigation .primary-menu .current-menu-item a, .main-navigation .primary-menu .current-menu-parent a{
 background: -moz-linear-gradient(top, #e22529, #e2254e);
  background: -webkit-linear-gradient(top, #e22529, #e2254e);
  background: linear-gradient(to bottom, #e22529, #e2254e);
	border:none;
}

.main-navigation .primary-menu li {
border-right:1px solid #b42529;
}




.main-navigation .primary-menu li a{
	border:none;
	color:#ffffff !important;
	font-size:14px;
	padding: 10px 30px;
}

.main-navigation .primary-menu li a:hover{
background: -moz-linear-gradient(top, #e22529, #e2254e);
    background: -webkit-linear-gradient(top, #e22529, #e2254e);
    background: linear-gradient(to bottom, #e22529, #e2254e);
	border:none;
	opacity:0.8;
}

.xeory-breadcrumbs-list .xeory-breadcrumbs-item a:last-child{
	color:#00AFEC !important;
}

.xeory-breadcrumbs-list{
	padding:0;
}

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

.archive .content-area, .search .content-area, .error404 .content-area, .original-category .content-area, .page-post-lists .content-area{
	margin-bottom:120px;
}


.kanren_sticky_table a br{
	display:none;
}

.ac_box table{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}

.ac_box p:last-child{
	margin-bottom:0;
}



@media only screen and (min-width: 768px) {
.widget-title{
	width:calc(100% + 40px);
	margin-top:-20px;
	margin-left:-20px;
}
}

@media only screen and (max-width: 767px) {
.l-wrapper,{
	margin-right:5px;
	margin-left:5px;
}

ul.top-btn li{
width:100%;
}


.sticky_table th img{
	max-width:60px;
}
}


.movie_ttl{
display:block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}



/**** 追加ここから*****/


.keikou {
  background: linear-gradient(transparent 60%, #ffebf0 40%);
	padding-bottom:5px;
}






/************吹き出し*************/

.balloon_01 {
	position: relative;
	display: block;
	padding: 10px;
	width:100%;
	max-width:430px;
	margin:0 auto;
	text-align:center;
	border:3px solid #d6d6d6;
	color: #333333;/***吹き出し文字色***/
	font-size: 16px;
	font-weight:bold;
	border-radius:3px;

}

.balloon_01:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.balloon_01:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #d6d6d6;
  z-index: 1;
}


.balloon_01 p {
  margin: 0;
  padding: 0;
}

.jump {
  animation: 0.5s jump infinite alternate linear;
}
@keyframes jump {
  to { transform: transtateY(0); }
  from { transform: translateY(5px); }
}


@media only screen and (min-width: 768px) {
	.balloon_01 {
		width:100%;
			font-size: 16px;

	}
}


/************CVボタン*************/

.cv_bg{
	width:100%;
	margin-bottom:30px;
	padding:0;
	background:none
}

.cv_btn {
	display: block;
	padding: 20px 20px;
	width:100%;
	text-decoration: none;
	text-align:center;
	background: #389186;/***ボタン背景***/
	color: #ffffff !important;/***ボタン文字色***/
	font-size:25px;
	font-weight:bold;
	border-bottom: solid 4px #067568;/***ボタン下枠線色***/
	border-radius: 8px;
}
.cv_btn:hover {
/***指定なし***/
}

@media only screen and (min-width: 768px) {
	.cv_bg {
		padding:20px 30px 50px;
		width:100%;
		margin-left: 0;
	}


	.cv_btn {
		padding: 30px 20px;
		width:100%;
		font-size:28px;
		border-radius: 8px;
		color:#ffffff;
	}
}









/************************************
   横スクロール テーブル（関連）
************************************/

.kanren_sticky_table {
	display: block;
	position: relative;
	overflow: scroll;
	border-collapse: collapse;
	font-size: 0;
	border-top:none !important;
	border-right:none !important;
	border-bottom:none !important;
	border-left:none !important;
	padding-bottom:20px;
}

.kanren_sticky_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.kanren_sticky_table th,
.kanren_sticky_table td {
	background: #fff;
	font-size: 13px;
	border-top:2px solid #EDEDED !important;
	border-right:none !important;
	border-bottom:2px solid #EDEDED !important;
	border-left:none !important;
	color:#28281e !important;
	display:table-cell !important;
	padding:20px 10px 0px 10px !important;
	vertical-align:middle !important;
}

.kanren_sticky_table th{
	position:relative;
	width:85px;
	font-size:11px;
	text-align:center;
	z-index:9999;
}

.kanren_sticky_table th::before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-left:2px solid #EDEDED;
}

.kanren_sticky_table th::after{
	position:absolute;
	content:"";
	top:0;
	right:0;
	width:100%;
	height:100%;
	border-right:2px solid #EDEDED;
}


.kanren_sticky_table th img{
	display:block;
	width:100px;
	padding:10px;
	margin:0 auto;
}

.kanren_sticky_table th span{
	display:block;
	width:100%;
}

.kanren_sticky_table td {
	border:none !important;
}

.kanren_sticky_table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
	border-left: none !important;
}

.kanren_sticky_table ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	list-style:none !important;
	padding-left:0 !important;
	font-size:1em;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

.kanren_sticky_table ul li{
}

.kanren_sticky_table ul li{
	display:block;
	width:180px;
	text-align:left;
	font-size:1.1em;
	margin:0;
	margin-right:10px;
	padding:0;
}

.kanren_sticky_table ul li img{
	width:100%;
	border:1px solid rgb(237,237,237);
	margin-bottom:5px;
}

.kanren_sticky_table ul li::before{
	display:none;
}




@media (min-width: 960px){

	.kanren_sticky_table th{
		width:100px;
		font-size:12px;
	}

	.kanren_sticky_table th img{
	width:60px;
	}

	.kanren_sticky_table td{
		width:auto;
	}


}


/***目次調整***/

.content .outline{
	position:relative;
	width:100%;
	border: none;
	background-color:#FAFAFA;
}

.content .outline__switch+.outline__list{
	background-color:#FAFAFA;
}

.outline__title{
	font-weight:bold;
}

.content .outline__switch::before{
	position:absolute;
	top:20px;
	right:20px;
	content:"OPEN";
	border: none;
	background-color:#E6E6E6;
	color:#4D4D4D;
	padding: 3px 12px;
	border-radius:20px;
}

.content .outline__toggle:checked+.outline__switch::before{
	content:"CLOSE";
}

.content .outline__number{
	background:none;
}

.content_info{
	width:100%;
	margin-top:10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgba(0, 0, 0, 0.1);
	line-height:1.6em;
}


.content_info table{
	width:100% !important;
max-width:100%;
min-width:100%;
}


.archive__item {
border-bottom:none;
	    padding-bottom: 0;
    margin-bottom: 0;
}


.more_btn01{
width:100%;
text-align:center;
display:block;
}

.more_btn01 a{
display:block;
width:100%;
background-color:#bcccda;
padding:10px;
font-size:16px;
margin-top:20px;
color:#ffffff !important;
}


.content_info a{
color:#2888b8;
}


.synopsis_ctm{
font-size:14px;
line-height: 1.85;
}

.content .bgc-ellow{
	background-color:#ffffff;
	border-radius:10px;
}



.content .bgc-ellow{

}

@media only screen and (max-width: 768px) {
#viewNormal:checked~.archive .archive__item{
		display:block;
	}

	#viewNormal:checked~.archive .archive__contents{
		margin-left:0;
	}

	#viewNormal:checked~.archive .eyecatch{
		max-width:100%;
	}


	.ctm_archive .heading{
		margin-bottom:10px;
	}
}





.content .accordionBox dt{
	background-color:#ffffff !important;
line-height:1.4em;
padding-right:35px;
}

.accordionBox{
border-radius:5px;
box-shadow: 4px 4px 7px rgba(0,0,0,0.1);
border:1px solid #F2F2F2;
}



.l-sidebar,
.l-main{
border-radius:10px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
}

.breadcrumb{
background:none;
border:none;
padding-top:20px;
}

.l-header-shadow{
	box-shadow: 4px 4px 8px rgba(0,0,0,0.1);

}


.content h2{
font-size:2.2rem;
line-height:1.4em;
padding:10px 15px;
}


.content h3{
	line-height:1.4em;
	border-top:2px solid #191919;
	border-bottom:2px solid #191919;
	padding:10px 5px;
	font-size:2rem;
	margin-top:60px;
}

h4{
	font-weight:400;
}

.content dd{
	border:none;
}


.menuBtn__link{
	background:none;
	color:#CE4C30;
}

.icon-search:before{
	color:#CE4C30;
}

.widget-side .heading.heading-widgetsimple{
	background:none;
	color:#191919;
	padding-left:0;
	letter-spacing:0.1em;
}

.single_h1::before{
content: '';
display: inline-block;
background-size: contain !important;
background:url(http://web-0233.com/test/wp-content/uploads/2021/02/h1_icon.png);
width:30px;
height:30px;
margin-bottom:-5px;
margin-right:5px;
background-repeat:no-repeat;
}


	.content{
		font-size:1.5rem;
	}

.content ul>li:before{
font-family: icomoon;
    content: "\ea57";
    transform: scale(.6);
}


.col3_table{
border-top-color: #E5E5E5 !important;
border-left-color: #E5E5E5 !important;
border-right: 1px solid #E5E5E5 !important;
}


.col3_table td{
padding:25px 10px 10px !important;
border-bottom:1px solid #E5E5E5 !important;
}


.col3_table .btn_4,
.col3_table .btn_5{
	margin-bottom:10px;
}


.col3_table tr:nth-child(1) td{
background:#F5F5F5 !important;
padding:10px !important;
}



.col3_table tr:nth-child(1) td span{
color:#191919 !important;
}



@media only screen and (max-width: 767px) {
	.l-wrapper{
		margin-right:0;
		margin-left:0;
	}

	.l-sidebar, .l-main{
		border-radius:0;
	}

	.heading-primary::before{
		width:25px;
		height:25px;
	}


	.content h2{
		font-size:1.8rem;
	}

	.content h3{
		font-size:1.6rem;
	}


.col3_table td:nth-child(1){
width:35% !important;
}

	.col3_table td:nth-child(2){
width:25% !important;
}

	.col3_table td:nth-child(3){
width:40% !important;
}

.col3_table td{
padding-right:5px !important;
padding-left:5px !important;
}



.col3_table	.btn_4,
.col3_table	.btn_5{
width: 100% !important;
}

.col3_table td:first-child img{
width:90% !important;
}


	.col3_table td:nth-child(2) img{
width:40% !important;
}
}

@media only screen and (min-width: 992px) {

	.l-wrapper{
		margin-top:10px;
	}
}

@media only screen and (max-width: 991px) {

	.container{
		margin:0;
	}

	.single .site-content .site-main, .page .site-content .site-main{
		padding-right:0 !important;
	}

	.content-area{
		margin-bottom:30px;
		margin-top:8px;
	}

	.comments-area{
		margin:0 !important;
		margin-bottom:30px !important;
		padding:20px !important;
	}

	.site-header{
		margin-bottom:10px;
	}
}

.l-wrapper{
	margin-top:10px;
}

.acf_content{
	border:1px solid #d6d6d6;
	background:#f6f6f6;
	margin-bottom:20px;
	padding:15px;
	color:#333333 !important;
	margin-bottom:40px;
}


.acf_content .acf_ttl{
	position:relative;
	font-size:18px;
	font-weight:bold;
	padding-left:30px;
	margin-bottom:10px;
}

.acf_content .acf_ttl::before{
	content:"";
	position:absolute;
	top:4px;
	left:0;
	width:20px;
	height:20px;
	background:url(../../../wp-content/uploads/2022/06/content_icon.png);
	background-size: contain !important;
}



.acf_content table{
	margin-bottom:30px !important;
}






.acf_content th{
width:20%;
background:#ffffff !important;
color:#333333 !important;
font-weight:normal;
	font-size:15px;
	border:1px solid #d6d6d6 !important;
}

.acf_content td{
width:85%;
background:#ffffff !important;
	font-size:15px;
	border:1px solid #d6d6d6 !important;
}

.acf_content ul>li:before{
content:none !important;
}

.acf_content ul{
	padding-left:0;
	margin:0;
}

.acf_content ul li{
display:inline-block;
padding-left:0;
margin:0;
}


.acf_content ul li:after{
content:"／";
margin-left:3px;
margin-right:5px;
}

.acf_content ul li:last-child::after{
content:none;
}




.content a:hover{
font-weight:normal;
transition: color .3s;
color:#28B893;
}

.content .accordionBox dt{
	padding:20px;
	padding-right:35px;
color:#705D4D;
font-weight:bold;
border-radius:10px;
}

.content dd{
padding:20px;
}

.content .accordionBox dt::after,
.content .accordionBox dt.current::after{
	right:20px;
}

.acf_content .cast_area,
.acf_content .summary_area{
margin-bottom:30px;
}



.acf_content .cast_area ul{
	background:#fff !important;
	padding:15px;
}





.acf_content .xxxxxxxx{
}

.acf_content .xxxxxxxx{
}

.acf_content .xxxxxxxx{
}

.acf_content .xxxxxxxx{
}

.acf_content .xxxxxxxx{
}

.acf_content .xxxxxxxx{
}



@media only screen and (max-width: 767px) {
.acf_content th{
width:20%;
}
}

body .img_width .wakusen{
	width:80% !important;
}


/****追加ここまで**__end__***/


/************************************
   横スクロール テーブル（人気）
************************************/

.ninki_sticky_table {
	display: block;
	position: relative;
	overflow: scroll;
	border-collapse: collapse;
	font-size: 0;
	border-top:none !important;
	border-right:none !important;
	border-bottom:none !important;
	border-left:none !important;
	padding-bottom:0px;
}

.ninki_sticky_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.ninki_sticky_table th,
.ninki_sticky_table td {
	background: #fff;
	font-size: 13px;
	border-top:none !important;
	border-right:none !important;
	border-bottom:none !important;
	border-left:none !important;
	color:#28281e !important;
	display:table-cell !important;
	padding:10px 10px !important;
	vertical-align:middle !important;
}

.ninki_sticky_table th{
	position:relative;
	width:85px;
	font-size:11px;
	text-align:center;
	z-index:9999;
}

.ninki_sticky_table th::before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-left:2px solid #EDEDED;
}

.ninki_sticky_table th::after{
	position:absolute;
	content:"";
	top:0;
	right:0;
	width:100%;
	height:100%;
	border-right:2px solid #EDEDED;
}


.ninki_sticky_table th img{
	display:block;
	width:100px;
	padding:10px;
	margin:0 auto;
}

.ninki_sticky_table th span{
	display:block;
	width:100%;
}

.ninki_sticky_table td {
	border-right:none !important;
}

.ninki_sticky_table th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
	border-left: none !important;
}

.ninki_sticky_table ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	list-style:none !important;
	padding-left:0 !important;
	font-size:1em;
	margin:0;
	padding:0;
}

.ninki_sticky_table ul li{
}

.ninki_sticky_table ul li{
	display:block;
	width:160px;
	text-align:center;
	margin:0;
	margin-right:10px;
	padding:0;
}

.ninki_sticky_table ul li img{
	width:100%;
	border:1px solid rgb(237,237,237);
	margin-bottom:10px;
}

.ninki_sticky_table ul li::before{
	display:none;
}




@media (min-width: 960px){

	.ninki_sticky_table th{
		width:100px;
		font-size:12px;
	}

	.ninki_sticky_table th img{
	width:60px;
	}

	.ninki_sticky_table td{
		width:auto;
	}


}

.trim_img{
  margin-bottom:0;
}
.trim_img>img{
    width: 100% !important;
    height: 110px;
    object-fit: cover;
}

.kanren_sticky_table ul li:last-child{
	margin-right:0;
}

.kanren_sticky_table td {
padding-left:0 !important;
padding-right:0 !important;
padding-top:0 !important;
}

/****アコーディオン****/

.ac_box{
	border-radius: 5px;
   border: 1px solid #d6d6d6;
	margin-bottom:20px;
	  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f6f6f6 50%, #f6f6f6 100%);
  width: 100%;
	position:relative;
		margin-top:20px;
}

.ac_box h4{
font-size:15px;
	color:#474747;
	position:relative;
	border-left:none !important;
	padding:0 !important;
	margin:0 !important;
	margin-bottom:15px !important;
}

.ac_box h4::before{
	content:"■";
	margin-right:4px;
}



.ac_box summary {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.2s;
	 cursor: pointer;
  outline: none;
	color:#474747;
	line-height:1.4em;
}

.ac_box summary::-webkit-details-marker {
  display: none;
}


.ac_box summary:after {
	position:absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 3px #474747;
  border-right: solid 3px #474747;
  position: absolute;
  top: 45%;
  right: 15px;
  margin-top: -6px;
  transform: rotate(45deg);
}


.ac_box .details_content td{
	background:none !important;
}

.ac_box .details_content .sticky_table {
	border-right:1px solid #d6d6d6 !important;
	border-left:1px solid #d6d6d6 !important;
	border-top:1px solid #d6d6d6 !important;
}

.ac_box .details_content .sticky_table th,
.ac_box .details_content .sticky_table td{
	background:#fff !important;
	border-top:none !important;
	border-left:none !important;
	border-right:1px solid #d6d6d6 !important;
	border-left::1px solid #d6d6d6 !important;
}

.ac_box .details_content .sticky_table th{
	border-right:none !important;
}



.ac_box details[open] summary:after {
  transform: rotate(-135deg);
	margin-top: -3px;
}

.ac_box details[open] .details-content {
  animation: fadeIn 0.5s ease;
}

.ac_box p{
margin:0 !important;
}

.ac_box br{
	display:none;
}

.ac_box .details_content{
	background:#f6f6f6 !important;
		border-radius: 0 0 5px 5px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}


.ac_box  .details_content{
background:#ffffff;
padding:10px 15px;
font-size:14px;
}


.btn-excellent,
.btn-good,
.btn-average,
.btn-poor{
border:1px solid #d6d6d6;
	border-radius:3px;
	display:block;
	color:#fff;
	font-weight:bold;
}


#container .btn-excellent{
	background:#e22543;
  color: #fff;
}


.btn-good{
	background:#cc4c92;

}


.btn-average{
	background:#78b033;

}


.btn-poor{
	background:#4c92cc;

}


.stream_table .btn-excellent,
.stream_table .btn-good,
.stream_table .btn-average,
.stream_table .btn-poor{
	width:100%;
	max-width:150px;
	margin: 0 auto;
	margin-bottom:10px;
	padding:5px;
}


/****調整****/

.xeory-breadcrumbs{
	background:none;
	margin-bottom:0;
}

.content-area{
	margin-top:10px;
}

.hentry{
margin-bottom:1px !important;
border:none !important;
}


.widget-area{
margin-bottom:30px !important;
border:none !important;
}


.hentry{
background:#ffffff;
padding:30px !important;
}

.widget-area{
margin-bottom:60px !important;
}

.post-footer-list .cat{
padding:10px;
}

.post-footer-list{
	padding-bottom:20px;
}


.single .site-content .site-main article .entry-header .entry-meta .cat::before,
.page .site-content .site-main article .entry-header .entry-meta .cat::before{
font-family: 'FontAwesome';
color:#00AFEC;
content: "\f07b";
margin-right: 5px;
}

.side-widget ul{
	padding: 0 0 20px;
}

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

@media only screen and (min-width: 992px) {
.single .site-content .site-main, .page .site-content .site-main, .site-main{
	padding-right:350px;
}
}

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

.hentry{
padding:20px !important;
margin-bottom:1px !important;
}

.side-widget ul{
	padding: 0 20px 20px;
}

}


.content .accordionBox dt {
    padding: 20px;
    padding-right: 35px;
    color: #705D4D;
    font-weight: bold;
    border-radius: 10px;
}


.site-main article .entry-content h2{

}



#container {
  .entry-content h2{
    border-radius: 3px 3px 0 0;
    border-bottom:3px solid #e22543;
    color:#333333;
    border-left:none;
    padding:15px 20px;
    background: #f6f6f6;
    font-size:20px;
    span {
      font-weight: bold;
    }
  }

  .entry-content h3{
    background: none;
    border-bottom: 2px solid #d6d6d6;
    border-left:none;
    padding:10px 5px;
    font-size:17px;
    margin-top:40px;
    color:#333333;
    span {
      font-weight: bold;
    }
  }

  .entry-content h4{
  color: #191919;
  border-left: 5px solid #00AFEC;
  padding: 2px 15px ;
  font-weight:bold;
  font-size:15px;
  }
}
.comments-area{
	padding:30px;
}



.comments-area .comments-header .comments-title{
	background: #00AFEC;
	border-left:none;
}

.site-header .container .row01 .col-left .site-title{
	max-width:250px;
}



.site-header .container .row01 .search-wrap .search-form{
	margin-top:15px;
}

.site-header .container .row01 .search-wrap .search-form .search-submit{
	color:#808080;
}


.entry-content table{
	font-size:14px;
  border-spacing: 0;
  border-top: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}

.none{
	display:none;
}

.side-widget-inner{
	background:#ffffff;
}



#secondary{
	margin-top:10px;
}

#secondary h3{
	background:#c8e2f7;
	color:#000000;
	text-align:left;
	padding:10px 15px;
	margin-bottom:5px;
	border-top:3px solid #2590e2;
}

.search-form{
	margin-bottom:20px;
}


#container .entry-content table th, #container .entry-content table td{
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	padding:10px 15px;
  vertical-align: middle;
}

.site-header .container .row01 .search-wrap .search-form{
	border: 1px solid #808080;
	height:40px;
}

.search-form input.search-field{
	padding-top:4px !important;
	padding-bottom:4px !important;
}

.site-footer .site-info{
	background:#333;
}

.site-info{
	border-top:none !important;

}

.footer-widget .container,
.footer-widget .container a{
	color:#ffffff;
}



.famigeki_logo {
	text-align:center;
}

.famigeki_logo img{
	width:100%;
	max-width:200px;
		background:none;
	padding:0;
}

.site-main article .entry-content .entry-title{
	border-left:none;
	margin-bottom:10px;
	line-height:1.2em !important;
	font-weight:normal;
	color:#474747;
}

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


.footer_menu{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.footer_menu li{
	list-style:none;
}

.footer_menu li::after{
	content:"｜";
	margin: 0 5px;
}

.footer_menu li:last-child::after{
content:none;
}

.footer-widget .container{
	padding:40px 0 20px;
}



@media only screen and (max-width: 767px) {
.site-header .container .row01 .col-left .site-title{
	max-width:180px;
}
}

.site-footer .site-info .container .site-info-left{
	float:none;
	width:100%;
	text-align:center;
}



.eyecatch_area {
	position:relative;
}

.eyecatch_area .eyecatch_text {
	position:absolute;
	bottom:2px;
	left:2px;
	width:calc(100% - 4px);
	background:rgba(51,51,51,.7);
	color:#ffffff;
	padding:1px;
	font-size:12px;
	text-align:center;
}

/***_____end_____*****/

.site-header .container{
	padding-top:20px !important;
	padding-bottom:25px !important;
}

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

.footer01{
	display:none;
}

.cmb-type-multicheck{
	display:none !important;
}

.xeory-sp-nav-btn{
	top:20px;
	right:20px;
}

.sp-nav-inner .xeory-spnav-btn-close{
		top:10px;
}



/***TOC****/

#toc_container{
padding:20px 30px;
	border:2px solid #e6e6e6;
	background:#f7f8f9 !important;
}

#toc_container p.toc_title{
	margin-bottom:0 !important;
}

#toc_container .toc_list ul {
	margin-bottom:5px;
}

#toc_container .toc_list ul ul{
	margin-bottom:0px;
}

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

#toc_container .toc_list li{
	margin-bottom:25px;
	font-size:14px;
}

#toc_container .toc_list li a{
position:relative;
display:block;
padding-left:20px;
margin-bottom:10px;
font-size:17px;
}


#toc_container .toc_list li li a{
	padding-left:0;
}



#toc_container .toc_list li ul li a{
	font-size:15px;
	line-height:1.5em;
}


#toc_container .toc_list li li {
margin-bottom:3px;
}

#toc_container .toc_list li a::before{
position:absolute;
top:0;
left:0;
content:"●";
color:#323246;
margin-right:5px;
font-size:10px;
padding-bottom:10px;
}

#toc_container .toc_list li a:hover::before{
text-decoration:none !important;
}



#toc_container .toc_list li li a::before{
	content:none;
}

#toc_container .toc_title .toc_toggle{
	margin-left:10px;
}

#toc_container .toc_title .toc_toggle a{
	color:#333333;
	margin-right:3px;
	margin-left:3px;
}

#toc_container .toc_title:before{
	content:none;
}


@media only screen and (max-width: 767px) {


	#toc_container{
	padding:25px 20px 15px;
	}

#toc_container .toc_list li li a{
padding-left:0;
}

	#toc_container ul ul ul{
		margin-left:10px;
	}

	#toc_container .toc_list li a{
		font-size:15px;
		line-height:1.5em;
	}

}

/**アーカイブアイキャッチ**/



.home .site-main article .entry-header .entry-thumbnail a,
.search .site-main article .entry-header .entry-thumbnail a{
	display:block;
	position:relative;
	width: 100% !important;
	height:0;
	padding-top: 61.8% !important;
}


.home .site-main article .entry-header .entry-thumbnail img,
.search .site-main article .entry-header .entry-thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
	top:0;
	left:0;
	border: 2px solid #EEEEEE;
}

@media only screen and (min-width: 768px) {
.archive .site-main article .entry-header, .search .site-main article .entry-header, .error404 .site-main article .entry-header, .original-category .site-main article .entry-header, .page-post-lists .site-main article .entry-header{
	float:none !important;
	}
}

/**投稿・固定ページアイキャッチ**/

#single_page .entry-thumbnail{
	display:block;
	position:relative;
	width: 100%;
  height:0;
  padding-top: 61.8%;
	margin-bottom:40px;
}

#single_page article .entry-content .entry-thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
	top:0;
	left:0;
	border: 2px solid #EEEEEE;
}



@media only screen and (max-width: 767px) {

.archive .site-main article .entry-header, .search .site-main article .entry-header, .error404 .site-main article .entry-header, .original-category .site-main article .entry-header, .page-post-lists .site-main article .entry-header{
	float:none;
	width:100%;
	}


	.archive .site-main article .entry-content {

		padding: 5px 0 0 15px !important;
	}

}

/**記事一覧 装飾**/



.archive .entry-thumbnail{
	display:block;
	position:relative;
	width: 100%;
  height:0;
  padding-top: 61.8%;
	margin-bottom:10px;
}

.archive .entry-thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
	top:0;
	left:0;
	border: 2px solid #EEEEEE;
}

@media only screen and (min-width: 768px) {
.archive .entry-thumbnail{
  padding-top: 26.8%;
}
}

@media only screen and (max-width: 767px) {
.archive .site-main article .entry-content{
	width:100%;
}

.archive .site-main article .entry-content
.search .site-main article .entry-content{
	padding:20px 0 0 0 !important;
}

.archive .site-main article .entry-content h2 a,
.search .site-main article .entry-content h2 a{
	font-size:20px;
	}



	.archive .entry-header{
		width:100%;
	}


.archive .entry-thumbnail{
width:100% !important;
	max-width:500px !important;
	padding-right:0 !important;
	margin-right:0 !important;
	}

}





/**記事下 関連記事**/

.kanren{
	background:#ffffff;
	padding:20px;
}

.kanren li{
	list-style:none;
}

.kanren ul{
display: flex;
flex-wrap: wrap;
justify-content: start;
padding:0;
}

.kanren li{
	width:24%;
	margin-right:calc(4% / 3);
	margin-bottom:20px;
}

.kanren li:nth-child(4n){
	margin-right:0;
}


.kanren h2{
	margin-top:0 !important;
}

.kanren li .eye_catch,
.kanren li .thumbnail{
	display:block;
	position:relative;
	width: 100% !important;
	height:0;
	padding-top: 61.8% !important;
	margin-bottom:5px;
}

.kanren li .eye_catch img,
.kanren li .thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
	top:0;
	left:0;
	border: 1px solid #EEEEEE;
	border-radius:4px;
}

.kanren .text,
.kanren .ttl{
	font-size:12px;
	line-height:1.4em;
}

.kanren a{
	color:#333 !important;
	text-decoration:none !important;
}

.archive .page-header, .search .page-header, .error404 .page-header, .original-category .page-header, .page-post-lists .page-header{
	background:#00AFEC;
	color:#ffffff;
}


@media only screen and (max-width: 767px) {

.kanren li{
	width:48%;
	margin-right:4%;
	margin-bottom:4%;
}

	.kanren li:nth-of-type(2n){
		margin-right:0;
	}

.single .site-content .site-main article .entry-content .entry-thumbnail, .page .site-content .site-main article .entry-content .entry-thumbnail{
	margin:0;
	margin-bottom:20px;
	}

	.archive .page-header, .search .page-header, .error404 .page-header, .original-category .page-header, .page-post-lists .page-header{
		padding:10px 20px;
	}
}


/*****任意の記事表示*****/

.post_list{
margin-top:20px;
margin-bottom:30px;
}

.post_list li{
position:relative;
min-height:240px;
border-radius:10px;
	background:#fff;
padding:15px;
padding-bottom:30px;
}



.post_list .thumbnail {
position: relative;
}

.post_list .thumbnail img {
object-fit: cover;
width: 100%;
height: 120px;
margin-bottom:5px;
}

.post_list .cat_name{
display:none;
}



.post_info span{
  background: -moz-linear-gradient(top, #e2254e, #e22529);
  background: -webkit-linear-gradient(top, #e2254e, #e22529);
  background: linear-gradient(to bottom, #e2254e, #e22529);color:#ffffff;
font-weight:bold;
font-size:11px;
border-radius:3px;
letter-spacing:0.1em;
line-height:0;
padding:5px 10px;
}

.post_list .ttl{
line-height:1.6em;
font-size:14px;
margin-top:5px;
}

.post_list a{
color:#383838;
}

.post_list a:hover{
text-decoration:none !important;
}

@media only screen and (min-width: 768px) {

.kanren td{
max-width:5000px;
}


.post_list li {
flex-shrink: 0;
display: block;
width: 24%;
margin-right:calc(4% / 3);
margin-bottom:calc(4% / 3);
}

.post_list li:nth-of-type(4n){
margin-right:0 !important;
}

.kanren .post_list li:nth-of-type(4n){
margin-right:calc(4% / 3) !important;
}
}

@media only screen and (max-width: 767px) {

.post_list{
overflow-x: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
font-size: 14px;
padding-bottom:20px;
}




.post_list li {
width: 24%;
margin-right:calc(4% / 3);
margin-bottom:calc(4% / 3);
}

.post_list li:nth-of-type(4n){
margin-right:0 !important;
}
}

.search .site-main article .entry-content h2{
	font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #111111;

}


.fa-refresh:before{
	display:none;
}

.site-main article{
	position:relative;
}



.archive .site-main .type-post .entry-title a::after,
.search .site-main .type-post .entry-title a::after,
.page-post-lists .site-main .type-post .entry-title a::after,
.home .site-main .type-post .entry-title a::after{
position:absolute;
bottom:30px;
right:30px;
content:"この記事を見る";
font-size:12px;
color:#474747;
font-weight:normal;
	border-radius:3px;
	border:2px solid #474747;
	padding:5px 15px;
	line-height:1.2em;
}



.site-main article a:hover{
	text-decoration:none !important;
}

@media only screen and (max-width: 767px) {
.archive .site-main .type-post .entry-title a::after,
.search .site-main .type-post .entry-title a::after,
.page-post-lists .site-main .type-post .entry-title a::after,
.home .site-main .type-post .entry-title a::after{
bottom:25px;
}
}



.kanren_more_btn{
	display:block;
	text-align:right;
	font-size:0.85em;
}

.page-template-default .entry-header .entry-thumbnail{
	display:none;
}

.page-template-default .entry-content .entry-thumbnail img{
	width:100%;
	max-width:100%;
}


.page-template-default #toc_container .toc_list li li{
	display:none;
}


/****曜日別 post_list****/

.post_list_ctm td{
	padding-top:10px　!important;
	padding-bottom:10px　!important;
	white-space: nowrap !important;
}

.post_list_ctm .post_list{
	padding:0;
	margin:0;
}






.post_list_ctm .post_list .thumbnail img{
	margin:0;
}



.post_list_ctm .post_list li{
position:relative;
text-align:left;
border:none;
min-height:auto;
display: inline-block !important;
}

.post_list_ctm .post_list li .post_info span{
	position:absolute;
	top:1px;
	left:1px;
font-size;8px;
padding:3px 7px;
line-height:1.2em;
opacity:0.8;
}


.post_list_ctm .post_info{
padding:3px 0;
margin-bottom:0;
}

.post_list_ctm .post_list .ttl{
isplay: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color:#009AE9;
}

.post_list_ctm .post_list li a::after{
	display:none;
}

@media only screen and (min-width: 768px) {

	body .cat_cta .post_list li:nth-of-type(4n){
		margin-right:10px !important;
}

	body .cat_cta .post_list li:last-child{
		margin-right:0 !important;
	}
}


@media only screen and (max-width: 767px) {
.post_list_ctm .post_list ul{
	max-width:100% !important;
	min-width:auto !important;
	}
}


.cat_cta .post_list ul{
flex-wrap: nowrap !important;
width:100% !important;
}


@media only screen and (max-width: 767px) {
	.cat_cta li{
		margin-right:10px !important;
	}

	.cat_cta th{

		letter-spacing:0.2em;
		font-size:14px;
		width:40px;
	}


.cat_cta .post_list ul{
padding-right:0;
}
}

.single .site-content .site-main article .entry-content, .page .site-content .site-main article .entry-content{
	overflow: visible;
	height:100%;
}



.kanren_content ul li:nth-of-type(9),
.kanren_content ul li:nth-of-type(10),
.kanren_content ul li:nth-of-type(11),
.kanren_content ul li:nth-of-type(12),
.kanren_content ul li:nth-of-type(13),
.kanren_content ul li:nth-of-type(14),
.kanren_content ul li:nth-of-type(15),
.kanren_content ul li:nth-of-type(16),
.kanren_content ul li:nth-of-type(17),
.kanren_content ul li:nth-of-type(18),
.kanren_content ul li:nth-of-type(19){
	display:none;
}


#arelated_posts{
	display:none !important;
}


.ac_box .details_content iframe{
	width:100% !important;
	max-width:100% !important;
}


.post_link {
	border:1px solid #E5E5E5;
	margin-bottom:30px;
}

.post_link a{
display: flex;
flex-wrap: wrap;
justify-content: start;
	padding:10px;
}

.post_link a:hover{
background:#E5E5E5;
transform:1s;
}

.post_link .thumbnail{
	width:40%;
	margin-right:3%;
}

.post_link .post_info{
	width:57%;
}

.post_link .ttl{
	color:#333333;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

.post_link .more{
text-align:right;
padding-right:10px;
}




.side_ad{
width:calc(100% + 40px);
max-width:calc(100% + 40px;);
margin-left:-20px;
margin-top:-20px;
padding-bottom:20px;
background:#EEEEEE;
}

@media only screen and (max-width: 767px) {
	.side_ad{
		padding:40px;
		padding-bottom:0;
	}
}

.display_none{
	display:none;
}



.single_page .entry-title{
	position:relative;
	color:#474747;
	font-weight:normal;
	border-bottom:1px solid #d6d6d6;
	padding-bottom:10px;
	margin-bottom:20px !important;
}

.single_page .entry-title::after{
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	width:15%;
	border-bottom:1px solid #e22543;
}

.single .site-content .site-main article .entry-header h1, .page .site-content .site-main article .entry-header h1{
	font-size:25px;
}


.single .site-content .site-main article .entry-header .entry-meta .cat, .page .site-content .site-main article .entry-header .entry-meta .cat{
	font-weight:bold;
}


body .single .site-content .site-main article .entry-header .entry-meta .cat a{
 background: #000000 !important;
	border-radius:3px;
	padding:5px 15px;

}



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

.single .site-content .site-main article .entry-header .entry-meta .date, .page .site-content .site-main article .entry-header .entry-meta .date{
	color:#474747;
	font-size:14px;
}

.ac_box .details_content{
	padding:15px !important;
}


.stream_table{
	width:100%;
}

.stream_table th,
.stream_table td{
	text-align:center;
	padding:15px !important;
}


.stream_table th{
	background:#f6f6f6 !important;
	color:#333 !important;
	font-weight:bold;
	width:calc(100% / 3);
}

.stream_table td{
}

.stream_table tr td:first-child img{
	max-width:150px;
	width:100%;
	border: 1px solid#ececec;
	margin-bottom:5px;
}

.stream_table tr td:nth-child(2) img{
	width:50px;
	margin-bottom:10px;
}

.stream_table .xxxxxxxx{

}

.stream_table .xxxxxxxx{

}

.stream_table .xxxxxxxx{

}

.stream_table .xxxxxxxx{

}

.notes{
	text-align:center;
	font-size:11px;
	color:#606060;
	margin-top:-20px;
	margin-bottom:20px;
}

.center{
	text-align:center;
}

.center th,
.center td{
	text-align:center !important;
}

.font_small{
	font-size:11px;
}

.font_gray{
	color:#606060;
}

.side-widget.widget_archive ul li, .side-widget.widget_categories ul li, .side-widget.widget_recent_entries ul li{
	border-bottom:1px solid #e5e5e5;
}

.side-widget.widget_categories ul{
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:-20px;
	padding-bottom:0;
}

.side-widget.widget_categories ul li:last-child{
border-bottom:none;
}

.side-widget.widget_categories ul li a{
	padding-left:55px;
}

.side-widget.widget_categories ul li a:hover{
	color:#2d9cdb;
}

.side-widget.widget_categories ul li{

}

.side-widget.widget_categories ul li a::before{
	content:"";
	position:absolute;
	top:-3px;
	bottom:0;
	left:15px;
	width:30px;
	height:30px;
	background:none;
}


.cat-item-3 a::before{
	background:url(../../../wp-content/uploads/2022/06/icon_anime.png) !important;
	background-repeat:no-repeat;
	background-size:contain !important;
}


.cat-item-4 a::before{
	background:url(../../../wp-content/uploads/2022/06/icon_dorama.png) !important;
	background-repeat:no-repeat;
	background-size:contain !important;
}

.cat-item-5 a::before{
	background:url(../../../wp-content/uploads/2022/06/icon_variety.png) !important;
	background-repeat:no-repeat;
	background-size:contain !important;
}

.cat-item-6 a::before{
	background:url(../../../wp-content/uploads/2022/06/icon_live.png) !important;
	background-repeat:no-repeat;
	background-size:contain !important;
}

.cat-item-7 a::before{
	background:url(../../../wp-content/uploads/2022/06/icon_movie.png) !important;
	background-repeat:no-repeat;
	background-size:contain !important;
}



.cat-item-16 a::before{
	background:url(../../../wp-content/uploads/2022/06/icon_kaigai.png) !important;
	background-repeat:no-repeat;
	background-size:contain !important;
}

.cat-item-17 a::before{
	background:url(../../../wp-content/uploads/2022/06/icon_kankoku.png) !important;
	background-repeat:no-repeat;
	background-size:contain !important;
}


.cat-item-xxxxxxx a::before{
	background:url(../../../wp-content/uploads/2022/06/icon_anime.png) !important;
	background-repeat:no-repeat;
	background-size:contain !important;
}


.side-widget.widget_categories ul li a:after{
		background:none !important;
	top: 0 !important;
    right: 20px !important;
	color:#b3b3b3;


	content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #e5e5e5;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    text-align: center;
	font-size:17px
}


.single .site-content .site-main article .entry-header .entry-meta .cat, .page .site-content .site-main article .entry-header .entry-meta .cat{
	color:#fff;
}

#pagetop{
	display:none;
}


@media only screen and (max-width: 767px) {
	.archive .site-main .type-post .entry-title a::after, .search .site-main .type-post .entry-title a::after, .page-post-lists .site-main .type-post .entry-title a::after, .home .site-main .type-post .entry-title a::after{
		display:none;
	}

}

/***btn_end***/


a.bttn-gyao,
a.bttn-appletv,
a.bttn-tver,
a.bttn-fod,
a.bttn-disny,
a.bttn-ausmart,
a.bttn-myplus,
.oneArea,
a.bttn-unext,
a.bttn-hulu,
a.bttn-paravi,
a.bttn-telasa,
a.bttn-netflix,
a.bttn-amazon,
a.bttn-tds,
a.bttn-tdt,
a.bttn-musicjp,
a.bttn-dtv,
a.bttn-abema,
a.bttn-dani,
a.bttn-wowow,
a.bttn-kurankin,
a.bttn-hikaritv,
a.bttn-nhk,
a.bttn-dmm,
a.bttn-geo,
a.bttn-dazn,
a.bttn-lemino{
padding:5px;
  margin: 10px 0;
  display: block;
  color: #fff !important;
 background: linear-gradient(180deg, #ff7561 0%, #ff7561 50%, #ff312b 50%, #ff312b 100%);
  width: 100%;
	text-decoration: none;
  font-weight: bold;
    font-size:25px;
  border-radius: 10px;
  text-align:center;
}


a.bttn-gyao::before,
a.bttn-appletv::before,
a.bttn-tver::before,
a.bttn-fod::before,
a.bttn-disny::before,
a.bttn-ausmart::before,
a.bttn-myplus::before,
.oneArea::before,
a.bttn-unext::before,
a.bttn-hulu::before,
a.bttn-paravi::before,
a.bttn-telasa::before,
a.bttn-netflix::before,
a.bttn-amazon::before,
a.bttn-tds::before,
a.bttn-tdt::before,
a.bttn-musicjp::before,
a.bttn-dtv::before,
a.bttn-abema::before,
a.bttn-dani::before,
a.bttn-wowow::before,
a.bttn-kurankin::before,
a.bttn-hikaritv::before,
a.bttn-nhk::before,
a.bttn-dmm::before,
a.bttn-geo::before,
a.bttn-dazn::before,
a.bttn-lemino::before{
content: "";
  display: inline-block;
width: 110px;
  height: 100px;
  background-size: 90%;
vertical-align: middle;
}

a.bttn-gyao::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/06/logo_gyao.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-dazn::before{
  background: url("https://movie.mori.com/wp-content/uploads/2023/09/logo-dazn.jpg")left no-repeat;
  background-size: 100px;
}

a.bttn-appletv::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/Appletv-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-tver::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/06/logo_tver.jpeg")left no-repeat;
  background-size: 100px;
}



a.bttn-disny::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/06/disney_logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-ausmart::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/06/aupass-logo.jpeg")left no-repeat;
  background-size: 100px;
}


a.bttn-fod::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/06/fod-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-unext::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/unext-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-hulu::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/hulu-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-paravi::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/paravi-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-telasa::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/telasa-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-netflix::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/logo_netflix.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-amazon::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/amazon-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-tds::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/logo-tds.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-tdt::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/logo-tds.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-musicjp::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/musicjp-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-dtv::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/dtv-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-abema::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/abematv-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-dani::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/danime-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-wowow::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/wowow.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-kurankin::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/crankinvideo-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-hikaritv::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/hikaritv-logo.jpeg")left no-repeat;
  background-size: 100px;
}

a.bttn-nhk::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/unext-logo.jpeg")left no-repeat;
  background-size: 100px;
}


a.bttn-dmm::before{
  background: url("https://movie-mori.com/wp-content/uploads/2023/01/dmmtv-logo.jpg")left no-repeat;
  background-size: 100px;
}


a.bttn-geo::before{
  background: url("https://movie-mori.com/wp-content/uploads/2022/07/geo-logo.jpeg")left no-repeat;
  background-size: 100px;
}


a.bttn-lemino::before{
  background: url("https://movie.mori.com/wp-content/uploads/2023/09/logo_lemino.jpg")left no-repeat;
  background-size: 100px;
}



a.bttn-gyao:hover,
a.bttn-appletv:hover,
a.bttn-tver:hover,
a.bttn-fod:hover,
a.bttn-disny:hover,
a.bttn-ausmart:hover,
a.bttn-myplus:hover,
.oneArea:hover,
a.bttn-unext:hover,
a.bttn-hulu:hover,
a.bttn-paravi:hover,
a.bttn-telasa:hover,
a.bttn-netflix:hover,
a.bttn-amazon:hover,
a.bttn-tds:hover,
a.bttn-tdt:hover,
a.bttn-musicjp:hover,
a.bttn-dtv:hover,
a.bttn-abema:hover,
a.bttn-dani:hover,
a.bttn-wowow:hover,
a.bttn-kurankin:hover,
a.bttn-hikaritv:hover,
a.bttn-nhk:hover,
a.bttn-dmm:hover,
a.bttn-geo:hover,
a.bttn-dazn:hover,
a.bttn-lemino:hover{
opacity:0.8;
}





#secondary .side-widget:last-child{
	margin-bottom:0;
}


@media only screen and (max-width: 767px) {

.entry-content{
    font-size: 15px !important;
}

	.single_page .entry-meta{
	text-align:left;
}

	a.bttn-gyao, a.bttn-appletv, a.bttn-tver, a.bttn-fod, a.bttn-disny, a.bttn-ausmart, a.bttn-myplus, .oneArea, a.bttn-unext, a.bttn-hulu, a.bttn-paravi, a.bttn-telasa, a.bttn-netflix, a.bttn-amazon, a.bttn-tds, a.bttn-tdt, a.bttn-musicjp, a.bttn-dtv, a.bttn-abema, a.bttn-dani, a.bttn-wowow, a.bttn-kurankin, a.bttn-hikaritv, a.bttn-nhk, a.bttn-dmm, a.bttn-geo{
		font-size:16px;
	}

	.acf_content{
		font-size:14px;
	}

	.acf_content td,
	.acf_content th{
		font-size:14px;
	}

	.acf_content th{
		width:30%;
	}

	.acf_content ul li:after{
		content:"";
	}

	.acf_content ul li{
		display:block;
		width:100%;
	}

.stream_table .btn-excellent,
.stream_table .btn-good,
.stream_table .btn-average,
	.stream_table .btn-poor{
		font-size:12px;
	}

	.stream_table th:nth-child(1){
		width:30%;
	}

	.stream_table th:nth-child(2){
		width:30%;
	}

	.stream_table th:nth-child(3){
		width:40%;

	}

	.stream_table th,
	.stream_table td{
		font-size:13px;
		line-height:1.4em;
	}

	.stream_table tr td:nth-child(2) img{
		width:35px;
	}
}


.top_page .entry-title{
	display:none !important;
}



.top_page .hentry{
	padding:0 !important;
	background:none !important;
}


.col_wrap{
display: flex;
flex-wrap: wrap;
justify-content: start;
}

.new_posts .left{
	background:#fff;
}


.new_posts .left{
	width:49%;
	margin-right:2%;
	padding:15px;

}




.new_posts .left .thumbnail img{
	width:100% !important;
	object-fit: cover;
    height: 260px;
	margin-bottom:15px;
}

.new_posts .left{

}

.post_title .cat{
		text-align: justify;
}



.post_title .cat span{
	display: inline-block;
	min-width:57px;
	    font-weight: bold;
    font-size: 11px;
    border-radius: 3px;
    letter-spacing: 0.1em;
    line-height: 0;
    padding: 5px 10px;
	white-space: nowrap;
  background: -moz-linear-gradient(top, #e2254e, #e22529);
  background: -webkit-linear-gradient(top, #e2254e, #e22529);
  background: linear-gradient(to bottom, #e2254e, #e22529);
	line-height:1;
	color:#fff;

}

.post_title .ttl p{
font-size:15px;
color:#474747;
	font-weight:bold;
}

.new_posts .left .ttl p{
margin-top:3px;
}

.new_posts .left .cat span{
margin-right:15px;
}

.new_posts .right{
	width:49%;
	background:#fff;
}


.new_posts .right li{
	list-style-type:none;
}

.post_title td{
	vertical-align:top;
}

.new_posts .right ul{
display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-flow: column;
	align-content:space-between;
}

.new_posts .right ul li{
margin-bottom:2px;
	background:#fff;
}

.new_posts .right ul li:last-child{
	margin-bottom:0;
}

.new_posts .right td{
padding:10px;
}

.new_posts .right td:first-child{
	padding-top:8px;
}


.new_posts .right table{
	border-bottom:1px solid #eeeeee;
}

.new_posts .right .all_posts{
	margin:auto 0;
	font-size:14px;
	text-align:right;
	padding:15px;
}

.new_posts .right .all_posts a{
	color:#474747;
}

@media only screen and (max-width: 920px) {
	.new_posts .right ul li:nth-child(8){
		display:none;
	}
}


.new_posts .right .post_title .cat{
	width:65px !important;
	text-align:center;
}


.new_posts .right .thumbnail:last-child .post_title{
border-bottom:none;
}

.search_contents{
	position:relative;
	background:#f6f6f6;
	border:1px solid #d6d6d6;
	border-top:3px solid #e22543;
	padding:30px;
	padding-top:70px;
	margin-bottom:30px;
}



.search_contents .label_h2{
	margin:0;
	position:absolute;
	top:-3px;
	left:-1px;
	background:#e22543;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	padding:15px;
	line-height:1;
	border-radius:0;
}

.search_contents .vod_service{
	border-bottom:1px dashed #d6d6d6;
	padding-bottom:30px;
	margin-bottom:30px;
}

.search_contents .vod_service li{
	position:relative;
	list-style:none;
	background:#fff;
	border:1px solid #d6d6d6;
	width:31%;
	margin-right:3.5%;
	padding:20px 30px 0;
}



.search_contents .vod_service li::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
}

.search_contents .vod_service li::after{
	content:"";
	position:absolute;
	top:4px;
	left:4px;
	width:30px;
	height:30px;
}

.search_contents .vod_service li:nth-child(1)::before{
	background:#e2bc25;
}

.search_contents .vod_service li:nth-child(1)::after{
	background:url(https://movie-mori.com/wp-content/uploads/2022/08/vod_no1.png);
	background-size:contain;
}


.search_contents .vod_service li:nth-child(2)::before{
	background:#25bfe2;
}

.search_contents .vod_service li:nth-child(2)::after{
	background:url(https://movie-mori.com/wp-content/uploads/2022/08/vod_no2.png);
	background-size:contain;
}

.search_contents .vod_service li:nth-child(3)::before{
	background:#e28a25;
}

.search_contents .vod_service li:nth-child(3)::after{
	background:url(https://movie-mori.com/wp-content/uploads/2022/08/vod_no3.png);
	background-size:contain;
}

.search_contents .vod_service li:nth-child(3n){
	margin-right:0;
}

.top_page ul{
	padding-left:0;
}


.search_contents .vod_cat{
	margin-bottom:0;
}


.search_contents .vod_cat li{
	list-style:none;
	border:1px solid #d6d6d6;
	border-radius:10px;
	background:#fff;
	font-weight:bold;
	color:#474747;
	text-align:center;
		padding:10px;
	margin-right:10px;

}

.search_contents .vod_cat a{
	color:#474747;

}


.search_contents .vod_cat img{
	width:100%;
	max-width:55px;
}


.top_page .post_h2{
    border-bottom: none;
    color: #000;
    border-left: none;
    padding: 0;
    background: none;
    font-size: 20px;
	margin:0;
	margin-top:40px;
	margin-bottom:20px;
}

.top_page .post_h2 span{
		padding-bottom:7px;

	border-bottom:2px solid #e22543;
}


.top_page .post_list{
  max-width: 1120px;
}

.top_page .post_list ul{
  display: flex;
  margin: auto;
  overflow-x: auto;
padding-bottom:15px;
}

.top_page .post_list ul li {
  width: 250px;
  padding: 8px;
  margin: 3px;
  flex-shrink: 0;
  list-style: none;
}


.top_page .post_list ul::-webkit-scrollbar {
  height: 7px; /* スクロールバーの高さ */
}

.top_page .post_list ul::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
}

.top_page .post_list ul::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
	.search_contents .vod_cat li{
	width:13%;
	margin-right:calc(9% / 7);
	}

	.search_contents .vod_cat li:nth-child(7n){
		margin-right:0;
	}

}


@media screen and (min-width: 768px) {

  .scroll_content li {
    width: 45%;
  }

}


.posts_ranking .post_list .thumbnail::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
}

.posts_ranking .post_list li:nth-of-type(1) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_1.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(2) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_2.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(3) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_3.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(4) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_4.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(5) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_5.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(6) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_6.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(7) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_7.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(8) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_8.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(9) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_9.png);
	background-size:cover;
}

.posts_ranking .post_list li:nth-of-type(1) .thumbnail::before{
	background:url(../../../wp-content/uploads/2022/08/no_1.png);
	background-size:cover;
}


.left .post_title .cat{
	width:60px;
	text-align:center;
}

.new_posts .right ul li:first-child{
	display:none;
}

@media only screen and (max-width: 767px) {
	.new_posts .left,
		.new_posts .right{
		width:100%;
		margin-right:0;
	}
	.new_posts .left{
		margin-bottom:10px;
		padding:10px;
	}

	.search_contents{
		padding:10px;
		padding-bottom:0;
		padding-top:60px;
	}

	.search_contents .vod_service li{
		width:100%;
		margin-right:0;
		margin-bottom:10px;
		text-align:center;
	}

	.search_contents .vod_service li img{
		width:100%;
		max-width:200px;
		margin:0 auto;
	}


	.search_contents .label_h2{
		font-size:18px;
		padding:10px;
		line-height:1;
	}

	.search_contents .vod_cat li{
		width:32%;
		margin-right:2%;
		margin-bottom:2%;
		padding:10px;
	}

	.search_contents .vod_cat li:nth-child(3n){
		margin-right:0;

	}

	.search_contents .vod_service{
		margin-bottom:20px;
		padding-bottom:20px;
	}

	.search_contents .vod_cat{
		margin-bottom:10px;
	}
	.post_list ul br{
		display:none;
	}



	.top_page .posts_ranking,
	.top_page .pockup_posts,
	.top_page .recommend_posts{
			padding:10px;
			padding-right:0;
		}

	.top_page .post_h2{
		margin-top:0;
	}


}

.top_page .site-main article .entry-header .entry-thumbnail a{
	display:none !important;
}



.top_page .site-main{
	padding-right:0 !important;
}




/******フッダーの白背景******/

.page .site-content .site-main .entry-footer{
	display:none;
}

/******フッダーの白背景******/

/***footer****/

.footer_col{
display: flex;
flex-wrap: wrap;
justify-content: center;
font-size:13px;
width:100%;
margin:0 auto;
padding:0 15px;
text-align:left;
margin-bottom:30px;
}

.footer_col .item{
width: 23%;
margin-right:calc(8% / 3);
}

.footer_col .item:nth-child(4n){
margin-right:0;
}

.footer_col .item h3{
	margin-top:30px;
	color:#fff;
}



.footer_col a{
	color:#fff;
}

.footer_col .item h3{
	font-size:15px;
}

.footer_col .item li{
	list-style-type:none;
}

.footer_col .item h3{
	font-size:15px;
	border-left: 4px solid #fff;
    padding-left: 7px;
	margin-bottom:15px;
}


.footer_col ul>li{
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
	line-height:1.4em;
	border-bottom:1px solid #fff;
}


.footer_col .fotter_txt{
	margin-top:30px;
	margin-bottom:20px;
	line-height:1.4em;
}

@media only screen and (max-width: 767px) {
	.footer_col .item{
		width:100%;
		margin-right:0 !important;
		margin-bottom:20px !important;
	}

		.footer_col .item:last-child{
			margin-bottom:0 !important;
	}
}

@media only screen and (min-width: 768px){
.widget-title {
    margin-top: 0;
    margin-left: 0;
}
}

/****投稿ページ 任意記事リンク***/



.post_list_single_{
margin-top:20px;
margin-bottom:30px;
}

.post_list_single li{
position:relative;
min-height:220px;
border-radius:5px;
border:1px solid #d6d6d6;
padding-bottom:30px;
}

.post_list_single li a::after{
position:absolute;
bottom:5px;
right:10px;
content:"続きを見る >";
font-size:11px;
color:#808080;
}

.post_list_single .thumbnail {
position: relative;
}

.post_list_single .thumbnail img {
z-index:-1;
display:block;
border-radius:4px 4px 0 0 ;
object-fit: cover;
width: 100%;
height: 100px;
border-bottom: 1px solid #d6d6d6;
margin-right:-1px;
}

.post_list_single .cat_name{
display:none;
}

.post_list_single .post_info{
padding:2px 10px 5px;
}

.post_list_single .post_info span{
    background: -webkit-linear-gradient(top, #e2254e, #e22529);
    background: linear-gradient(to bottom, #e2254e, #e22529);
	color:#ffffff;
font-weight:bold;
font-size:10px;
letter-spacing:0.1em;
padding:3px 9px 3px 10px;
}

.post_list_single .ttl{
	font-weight:bold;
line-height:1.6em;
font-size:12px;
margin-top:5px;
}

.post_list_single a{
color:#383838;
}

.post_list_single a:hover{
text-decoration:none !important;
}

@media only screen and (min-width: 768px) {

.post_list_single ul{
display: flex;
flex-wrap: wrap;
justify-content: start;
padding-left: 0;

	}

.post_list_single li {
flex-shrink: 0;
display: block;
width: 24%;
margin-right:calc(4% / 3);
margin-bottom:calc(4% / 3);
}

.post_list_single li:nth-of-type(4n){
margin-right:0 !important;
}

.kanren .post_list_single li:nth-of-type(4n){
margin-right:calc(4% / 3) !important;
}
}

@media only screen and (min-width: 991px) {
#secondary h3{
	margin-right:-20px;
	margin-left:-20px;
	margin-top:-20px;
}
}

@media only screen and (max-width: 767px) {

.post_list_single{
overflow-x: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
font-size: 14px;
padding-bottom:20px;
}

.post_list_single ul{
display: flex;
flex-wrap: wrap;
justify-content: start;
padding-left: 0;
width:100%;
max-width:1000px !important;
min-width:600px !important;
margin-bottom:0;
}


.post_list_single li {
width: 24%;
margin-right:calc(4% / 3);
margin-bottom:calc(4% / 3);
}

.post_list_single li:nth-of-type(4n){
margin-right:0 !important;
}


.new_posts .left .thumbnail img{
    height: 350px;
	margin-bottom:15px;
}
}

@media only screen and (max-width: 480px) {
.new_posts .left .thumbnail img{
    height: 230px;
	margin-bottom:15px;
}
}


/***kobayashi 20220915***/


.footer__link {
	margin-bottom:30px;
}

.footer___kakunin{
	background:#343434;
	margin: 0 calc(50% - 50vw);
width: 100vw;
padding:10px;
color:#fff;
	font-size:14px;
	text-align:left;
}


.footer___kakunin .inner{
max-width:1120px;
	width:100%;
margin:0 auto;
padding: 1em;
}

.footer___kakunin .inner a{
	color:#fff;
}

.footer__link .item h3{
font-size:15px;
margin-bottom:10px;
	border-left:4px solid #fff;
	padding:0;
	padding-left:5px;
}

.footer__link .item ul{
padding-left:11px;
}

.footer__link .item li{
margin-bottom:8px;
}



.footer_link_bottom{
	list-style-type:none;
	justify-content: center;
}

.footer_link_bottom li{
	margin-right:10px;
}

.footer_link_bottom li:last-child{
	margin-right:0;
}

.footer_link_bottom li::after{
	content:"｜";
		margin-left:10px;
}

.footer_link_bottom li:last-child::after{
	content:"";
}


.edit-link{
	display:none;
}

@media only screen and (min-width: 768px) {

.footer__link .item{
	width:23%;
	margin-right:calc(8% / 3);
}

.footer__link .item:nth-child(4n){
	margin-right:0;
	}
}

@media only screen and (max-width: 767px) {

}


[type="password"]{
	color:#333 !important;
}

.entry-content .entry-meta .cat{
	margin-left:10px;
	font-weight:bold;
	font-size:11px;
	color:#fff;
 background: -moz-linear-gradient(top, #e22529, #e2254e);
  background: -webkit-linear-gradient(top, #e22529, #e2254e);
  background: linear-gradient(to bottom, #e22529, #e2254e);
  padding:1px 8px;
border-radius:3px;
}

iframe{
max-width:100%;
}

.kanrenLinkBox{
	border: solid 1px #ccc;
	padding: 20px;
	padding-left: 30px !important;
	margin-bottom: 3em !important;
}


.footer_text{
  border-top: 1px solid #d6d6d6;
}

.footer_text p{
  color: #343434;
  max-width: 1120px;
  margin:0 auto;
  padding:10px 15px;
  font-size:11px;
}

.footer_text a{
  color: #343434;
  text-decoration: underline;
}


/***サイドバーPR****/



.pr_banner{
	background:#EEEEEE;
}

.pr_banner a span{
	display:block;
	background:#000;
	color:#fff;
	font-weight:bold;
	text-align:center;
	padding:10px 5px;
	letter-spacing:0.05em;
}

.pr_banner img{
	width:100%;
	max-width:100%;
}

@media only screen and (min-width: 992px) {
.pr_banner{
	margin: -20px;
	margin-bottom:20px;
	padding-bottom:20px;
}
}

@media only screen and (max-width: 991px) {
.pr_banner{
	padding:20px;
	}
}

.side-widget-inner .title{
	background: #c8e2f7;
	    color: #000000;
	    text-align: left;
	    padding: 10px 15px;
	    margin-bottom: 5px;
	    border-top: 3px solid #2590e2;
			font-weight:bold;
			font-size:16px;

}

@media only screen and (min-width: 991px){
.side-widget-inner .title {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -20px;
}
}

.kanren_title{
  font-weight: bold;
  color: #666;
	margin-bottom: 15px;
	padding-bottom:5px;
	background:linear-gradient(transparent 90%, #f6f6f6 90%);
}


.single_cat_posts .post_list li{
	padding:0 !important;
}

.single_cat_posts .post_info span{
	display: none;
}

.single_cat_posts .post_info .ttl{
	font-size: 12px;
line-height: 1.4em;
}

.single_cat_posts .post_list li{
	min-height: 100px;
}

.single_cat_posts .post_list{
	margin-bottom:0;
	padding-bottom:0;
}

.single_cat_posts .post_list ul{
margin-bottom:0;
}


@media only screen and (min-width: 768px) {
.single_cat_posts .post_list li:nth-of-type(4n){
	margin-right: 0 !important;
}
}

@media only screen and (max-width: 767px){
.single_cat_posts .post_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.single_cat_posts .post_list li:nth-of-type(2n) {
    margin-right: 0;
}
}


.pr_text{
font-size: 15px;
	color: #e22529;
	font-size:15px;
	margin-top:10px;
	margin-bottom:10px !important;
}

#toc_container li,#toc_container ul {
  margin: 0;
  padding: 0
}

#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none
}

#toc_container.have_bullets li {
  padding-left: 12px
}

#toc_container ul ul {
  margin-left: 1.5em
}

#toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 95%
}

#toc_container.toc_light_blue {
  background: #edf6ff
}

#toc_container.toc_white {
  background: #fff
}

#toc_container.toc_black {
  background: #000
}

#toc_container.toc_transparent {
  background: none transparent
}

#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0
}

#toc_container.toc_black p.toc_title {
  color: #aaa
}

#toc_container span.toc_toggle {
  font-weight: 400;
  font-size: 90%
}

#toc_container p.toc_title+ul.toc_list {
  margin-top: 1em
}

.toc_wrap_left {
  float: left;
  margin-right: 10px
}

.toc_wrap_right {
  float: right;
  margin-left: 10px
}

#toc_container a {
  text-decoration: none;
  text-shadow: none
}

#toc_container a:hover {
  text-decoration: underline
}

.toc_sitemap_posts_letter {
  font-size: 1.5em;
  font-style: italic
}
