@charset "UTF-8";
/*
Theme Name: My Theme
Template: snow-monkey
*/
/* 400 Regular */
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* 500 Bold */
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* 700 ExtraBold */
@font-face {
  font-family: "LINESeedJP";
  src: url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
strong,
.wp-oembed-blog-card__title {
  font-weight: 500;
}

h1 {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 1.35;
  }
}

.c-entry__header {
  background: #50b0ad;
  color: #fff;
  padding: 20px 50px;
  margin-bottom: 35px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-entry__header {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.p-entry-content > h1 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-entry-content > h1 {
    font-size: 24px;
  }
}

.p-entry-content > h2 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-entry-content > h2 {
    font-size: 22px;
  }
}

.p-entry-content > h2, .textwidget > h2 {
  background: transparent;
  border-left: none;
  padding: 0;
}

h2[data-counter]::before {
  content: attr(data-counter) ". ";
  color: #09a2a2;
  font-weight: 700;
  margin-right: 0.4em;
}

.p-entry-content > h2:after, .textwidget > h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e9e9e9;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.l-body h3 {
  font-size: 20px;
  background: none;
  border-bottom: none !important;
  padding: 6px 0px 6px 0px !important;
  color: #373737;
  position: relative;
  margin-top: 70px !important;
  font-weight: 600;
  margin-bottom: 35px !important;
}
@media screen and (max-width: 767px) {
  .l-body h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .l-body h3 {
    margin-top: 50px !important;
    margin-bottom: 15px !important;
  }
}
.l-body h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #373737;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.l-body h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .l-body h4 {
    font-size: 17px;
  }
}
.l-body h4 strong {
  font-weight: 600;
}

/* 
.l-body h5 : 本文H5を青背景・白文字のバッジ風に
  - 全てのH5に適用（.l-body配下）
  - 丸い背景＋padding
*/
.l-body h5 {
  font-weight: 500;
  background: #6788d4;
  color: #fff;
  padding: 2px 10px;
  display: inline-block;
  padding: 2px 20px;
  border-radius: 50px;
  margin-bottom: 15px !important;
  font-size: 17px;
}

h5.red {
  background: #F86976;
}

em {
  font-style: normal;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, rgba(255, 202, 85, 0.7098039216)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(255, 202, 85, 0.7098039216) 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 -2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

body {
  font-family: "LINESeedJP", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #373737;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.p-entry-content > h1, .p-entry-content > h2, .p-entry-content > h3, .p-entry-content > h4, .p-entry-content > * {
  max-width: 650px;
}

/* 記事の見出し直下にある本文内、最初の h3 だけ余白ゼロ */
.c-entry__body .c-entry__content > h3:first-child {
  margin-top: 0 !important;
}

.wp-block-image.aligncenter img,
.wp-block-image.is-resized img,
.wp-block-image.aligncenter a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.c-entry-tags {
  display: none;
}

.l-header {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-contents__container {
    padding: 0 !important;
  }
}

.l-contents {
  background-color: #fff;
  background-image: linear-gradient(rgba(219, 231, 232, 0.3882352941) 1px, transparent 1px), linear-gradient(90deg, rgba(219, 231, 232, 0.3882352941) 1px, transparent 1px);
  background-size: 20px 20px;
}
.l-contents__inner {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dedede;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 60px !important;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-contents__inner {
    margin-top: 35px;
    margin-bottom: 35px;
    border: none;
  }
}

.l-contents__inner {
  max-width: 1000px;
}

.p-entry-content > h1,
.p-entry-content > h2,
.p-entry-content > h3,
.p-entry-content > h4,
.p-entry-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-entry-content > h1,
  .p-entry-content > h2,
  .p-entry-content > h3,
  .p-entry-content > h4,
  .p-entry-content > * {
    width: calc(100% - 30px);
  }
}

.c-entry-summary__body {
  display: none;
}

.c-entry__header {
  max-width: 100%;
}

.wp-block-separator {
  border-top: 2px solid rgba(103, 103, 103, 0.1333333333);
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.c-entries {
  --entries--item-width: 33.33333333333333% !important;
}
@media screen and (max-width: 767px) {
  .c-entries {
    --entries--item-width: 88% !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (min-width: 766px) {
  [data-has-sidebar=true] .c-entries--panel, [data-has-sidebar=true] .c-entries--rich-media, [data-is-slim-width=true] .c-entries--panel, [data-is-slim-width=true] .c-entries--rich-media {
    --entries--item-width: 33.333333%;
  }
}
.two-column .c-entries {
  --entries--item-width: 50% !important;
}
@media (min-width: 766px) {
  .two-column [data-has-sidebar=true] .c-entries--panel, .two-column [data-has-sidebar=true] .c-entries--rich-media, .two-column [data-is-slim-width=true] .c-entries--panel, .two-column [data-is-slim-width=true] .c-entries--rich-media {
    --entries--item-width: 50%;
  }
}

.c-entry-summary {
  -webkit-box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
          box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
  border-radius: 3px;
}
.c-entry-summary__term {
  display: none;
}
.c-entry-summary__header {
  margin-bottom: 0;
}
.c-entry-summary__title {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-entry-summary__title {
    font-size: 14px;
    text-align: left;
  }
}

.c-entry-summary__figure {
  margin-bottom: 0;
}
.c-entry-summary__figure::before {
  padding-top: 55%;
}

.c-page-header {
  display: none;
}

.c-site-branding__title {
  color: #50b0ad;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-site-branding__title {
    font-size: 20px;
  }
}

.c-entry-summary__figure {
  background-color: #fff;
}

.c-entry__meta,
.c-entry__footer {
  display: none;
}

.smb-box {
  padding: 20px 55px;
}
@media screen and (max-width: 767px) {
  .smb-box {
    padding: 30px 10px;
  }
}
.smb-box .smb-box {
  padding: 20px 25px;
}
@media screen and (min-width: 1024px) {
  .smb-box .smb-box {
    padding: 15px 20px;
  }
}
.smb-box .wp-block-list {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.smb-box__body h3:first-of-type {
  margin-top: 0 !important;
}

.wp-block-quote {
  font-size: 15px;
  padding: 20px 25px;
  border-left: 3px solid #578ccf;
  margin: 6px 0;
  line-height: 1.65;
  background-color: #f6fcff;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .wp-block-quote {
    font-size: 14px;
    padding: 15px 10px;
  }
}

.wp-oembed-blog-card__description {
  display: none;
}

.simpleblogcard_wrap {
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.231372549);
          box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.231372549);
  border: none;
  border-radius: 2px;
  padding: 15px 10px;
}
.simpleblogcard_wrap figure {
  padding: 0 !important;
}

.wp-block-list {
  margin-top: 25px !important;
  margin-bottom: 20px !important;
}

/* テーブル */
.tablepress {
  border-collapse: collapse;
  width: 100%;
}

.tablepress td, .tablepress th {
  border: 1px solid #e5e5e5;
  padding: 12px;
}

.tablepress th {
  background-color: #fafafa;
  font-weight: 600;
  text-align: center;
}

.tablepress tr:hover {
  background-color: #f9f9f9;
}

.tablepress thead .dt-orderable-asc:hover, .tablepress thead .dt-orderable-desc:hover, .tablepress thead .dt-ordering-asc, .tablepress thead .dt-ordering-desc {
  background-color: unset;
  color: unset;
}

.tablepress-id-1 .column-1 {
  width: 130px !important;
}

.tablepress-id-1 .column-2 {
  width: 100px !important;
}

.tablepress-id-1 .column-3 {
  width: 70px !important;
  text-align: center;
}

.tablepress-id-1 .column-3 a:hover {
  opacity: 0.9;
}

/* 2列目の業種をタグ化（セル内を <span class="tag it">IT</span> などに） */
.tablepress-id-1 td.column-2 .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f2f4f7;
  font-size: 15px;
}

.tablepress-id-1 td.column-2 .tag.it {
  background: #e6f4ff;
  color: #1166cc;
}

.tablepress-id-1 td.column-2 .tag.food {
  background: #fff2e0;
  color: #c96b19;
}

.tablepress-id-1 td.column-2 .tag.hotel {
  background: #eaf7ea;
  color: #699869;
  font-weight: 500;
}

.tablepress-id-1 td.column-2 .tag.clinic {
  background: #fff0fa;
  color: #e17ac1;
  font-weight: 500;
}

.tablepress-id-1 td.column-2 .tag.service {
  background: #eafaff;
  color: #59acc6;
  font-weight: 500;
}

/* 基本レイアウト */
.tablepress-id-2 .column-1 {
  width: 10px !important;
  text-align: center;
}

.tablepress-id-2 .column-2 {
  width: 250px !important;
}

.tablepress-id-2 .column-3 {
  width: 80px !important;
  text-align: center;
}

.tablepress-id-2 .column-4 {
  width: 120px !important;
  text-align: center;
}

.tablepress-id-2 .column-5 {
  width: 70px !important;
  text-align: center;
}

.tablepress-id-2 .column-6 {
  width: 250px !important;
}

/* タイプ別タグのスタイル */
.tablepress-id-2 td.column-3 .tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}

.tablepress-id-2 td.column-3 .tag.risei {
  background: #e6f4ff;
  color: #1166cc;
}

.tablepress-id-2 td.column-3 .tag.hikaku {
  background: #fff2e0;
  color: #c96b19;
}

.tablepress-id-2 td.column-3 .tag.kansei {
  background: #fff0fa;
  color: #e17ac1;
}

/* 業種別タグのスタイル */
.tablepress-id-2 td.column-4 .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f2f4f7;
  font-size: 12px;
  margin: 1px;
}

.tablepress-id-2 td.column-4 .tag.zenpan {
  background: #f2f4f7;
  color: #666;
}

.tablepress-id-2 td.column-4 .tag.service {
  background: #eafaff;
  color: #59acc6;
}

.tablepress-id-2 td.column-4 .tag.ec {
  background: #fff0fa;
  color: #e17ac1;
}

.tablepress-id-2 td.column-4 .tag.business {
  background: #e6f4ff;
  color: #1166cc;
}

.tablepress-id-2 td.column-4 .tag.kyoiku {
  background: #eaf7ea;
  color: #699869;
}

.tablepress-id-2 td.column-4 .tag.it {
  background: #f0f0ff;
  color: #6b5ce0;
}

.tablepress-id-2 td.column-4 .tag.btob {
  background: #fff8e1;
  color: #f57c00;
}

/* 難易度表示 */
.tablepress-id-2 td.column-5 .difficulty {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
}

.tablepress-id-2 td.column-5 .difficulty.tei {
  background: #e8f5e8;
  color: #2e7d32;
}

.tablepress-id-2 td.column-5 .difficulty.chu {
  background: #fff3e0;
  color: #f57c00;
}

.tablepress-id-2 td.column-5 .difficulty.kou {
  background: #ffebee;
  color: #d32f2f;
}

/* No.列のスタイル */
.tablepress-id-2 td.column-1 {
  font-weight: 600;
  color: #666;
  background: #fafafa;
  font-size: 13px;
}

/* テーブル全体の調整 */
.tablepress-id-2 {
  font-size: 14px;
}

.tablepress-id-2 th {
  background: #f8f9fa;
  font-weight: 600;
  text-align: center;
}

/* リスト */
.fa-checklist {
  list-style: none; /* デフォルトのマーカーを消す */
  padding-left: 0; /* 左余白調整 */
}

.fa-checklist li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Solidの場合 */
  content: "\f058"; /* チェックマークのUnicode */
  color: #07A2A2;
  margin-right: 0.5em;
  font-size: 18px;
}

.fa-checklist.blue li::before {
  color: #6788d4;
}

.fa-checklist.red li::before {
  color: #F86976;
}

.fa-checklist.bg-red {
  background: #fff6f7;
  padding: 20px;
}

.fa-checklist.bg-blue {
  background: #f2f6ff;
  padding: 20px;
}

.wp-block-code {
  padding: 10px 20px !important;
}

.wp-block-code code {
  font-size: 13px;
  font-family: "LINESeedJP";
}

.slide {
  max-width: 600px;
  margin: 30px auto !important;
}
@media screen and (max-width: 767px) {
  .slide {
    margin: 25px auto !important;
  }
}

.slide img {
  width: 100% !important;
  padding: 0px;
  border: 1px solid #dedede;
}

.shadow-box a {
  -webkit-box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
          box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
}

.yellow-box {
  background-color: #fffce9;
  padding: 20px;
  border-radius: 0px;
  border: 1px solid #f0e68c;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .yellow-box {
    padding: 10px;
  }
}
.yellow-box p:not(:first-child) {
  margin-top: 10px;
}

.gray-box {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 0px;
  border: transparent;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gray-box {
    padding: 10px;
  }
}
.gray-box .smb-box__background {
  border-radius: 0px;
  border: transparent;
}
.gray-box p:not(:first-child) {
  margin-top: 10px;
}

.cat-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.cat-gallery .card,
.cat-gallery .c-entries__item {
  width: auto !important; /* 100% でもOKだが、autoの方が自然 */
  max-width: none !important; /* ← ここが特に重要 */
  -webkit-box-flex: initial !important;
      -ms-flex: initial !important;
          flex: initial !important; /* 念のためリセット */
  aspect-ratio: 175/95;
  overflow: hidden;
  position: relative;
  background: #f6f6f6;
  padding: 0 !important;
  margin: 0; /* 下だけ余白欲しければ gap に任せる */
}
.cat-gallery .card a,
.cat-gallery .c-entries__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font: 700 1rem/1 sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.cat-gallery .card img,
.cat-gallery .c-entries__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cat-gallery .card span,
.cat-gallery .c-entries__item span {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  display: none;
}
@media screen and (max-width: 767px) {
  .cat-gallery .card,
  .cat-gallery .c-entries__item {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.smb-btn-box {
  padding: 0;
}

.home .p-entry-content > h1, .home .p-entry-content > h2, .home .p-entry-content > h3, .home .p-entry-content > h4, .home .p-entry-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 50px);
}
.home .l-contents__inner {
  padding-top: 35px !important;
}
.home .p-section-front-page-content {
  padding-top: 20px;
}

.single .post-navigation {
  margin-top: 50px;
  padding: 35px 0;
  border-top: 1px solid #dedede;
}
@media screen and (max-width: 767px) {
  .single .post-navigation {
    margin-top: 35px;
    padding: 20px 0;
  }
}

.archive .c-page-header {
  display: block;
  background: #ddefef;
  padding: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .archive .c-page-header {
    padding: 20px;
    margin-bottom: 35px;
  }
}
.archive .c-page-header h1 {
  color: #50b0ad;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .archive .c-page-header h1 {
    font-size: 18px;
  }
}

.post-type-archive-video .c-entry-summary__figure,
.category-146 .c-entry-summary__figure,
.category-149 .c-entry-summary__figure,
.category-150 .c-entry-summary__figure,
.category-151 .c-entry-summary__figure,
.category-147 .c-entry-summary__figure,
.category-148 .c-entry-summary__figure {
  display: none;
}
.post-type-archive-video .c-entry-summary__body,
.category-146 .c-entry-summary__body,
.category-149 .c-entry-summary__body,
.category-150 .c-entry-summary__body,
.category-151 .c-entry-summary__body,
.category-147 .c-entry-summary__body,
.category-148 .c-entry-summary__body {
  background: #f6fffc;
}
.post-type-archive-video .c-entry-summary__title,
.category-146 .c-entry-summary__title,
.category-149 .c-entry-summary__title,
.category-150 .c-entry-summary__title,
.category-151 .c-entry-summary__title,
.category-147 .c-entry-summary__title,
.category-148 .c-entry-summary__title {
  font-weight: 500;
  text-align: left;
}
.post-type-archive-video .c-entry-summary__meta,
.category-146 .c-entry-summary__meta,
.category-149 .c-entry-summary__meta,
.category-150 .c-entry-summary__meta,
.category-151 .c-entry-summary__meta,
.category-147 .c-entry-summary__meta,
.category-148 .c-entry-summary__meta {
  display: none;
}

/* 0719追加 */
.wp-block-table {
  margin-bottom: 30px !important;
}

.l-contents__inner {
  margin-top: 0;
}

.l-center-header__row .u-invisible-lg-up {
  display: none;
}

.cat-gallery .card,
.cat-plus .card {
  -webkit-box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
          box-shadow: rgba(15, 15, 15, 0.1) 0 0 0 1px, rgba(15, 15, 15, 0.1) 0 2px 4px;
}

.home .c-entry-summary__figure:before {
  padding-top: 55%;
}

.post-type-archive-video .c-entry-summary__figure::before,
.category-146 .c-entry-summary__figure::before,
.category-147 .c-entry-summary__figure::before,
.category-151 .c-entry-summary__figure::before,
.category-149 .c-entry-summary__figure::before,
.category-148 .c-entry-summary__figure::before,
.category-150 .c-entry-summary__figure::before {
  display: none;
}

.post-type-archive-video .c-entry-summary__title,
.category-146 .c-entry-summary__title,
.category-147 .c-entry-summary__title,
.category-151 .c-entry-summary__title,
.category-149 .c-entry-summary__title,
.category-148 .c-entry-summary__title,
.category-150 .c-entry-summary__title {
  font-weight: 500;
}

.post-type-archive-video .c-entry-summary__meta,
.category-146 .c-entry-summary__meta,
.category-147 .c-entry-summary__meta,
.category-151 .c-entry-summary__meta,
.category-149 .c-entry-summary__meta,
.category-148 .c-entry-summary__meta,
.category-150 .c-entry-summary__meta {
  display: none;
}

@media screen and (max-width: 767px) {
  .wp-block-button {
    width: 70% !important;
  }
  .home .p-entry-content > h1, .home .p-entry-content > h2, .home .p-entry-content > h3, .home .p-entry-content > h4, .home .p-entry-content > * {
    width: calc(100% - 15px) !important;
  }
  .home .c-entries__item {
    padding: 0;
  }
  .p-section-front-page-content {
    padding-top: 0;
  }
  .cat-plus,
  .cat-gallery {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 20px !important;
  }
  .cat-plus .card,
  .cat-gallery .card {
    width: calc(33.333% - 13.333px) !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(33.333% - 13.333px) !important;
            flex: 0 0 calc(33.333% - 13.333px) !important;
    max-width: calc(33.333% - 13.333px) !important;
    margin: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cat-plus .card,
  .cat-gallery .card {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .is-provider-vimeo .c-responsive-container-16-9 {
    padding-bottom: 100%;
  }
  .c-entries__item {
    padding: 0 30px;
  }
  .p-breadcrumbs-wrapper {
    padding: 10px;
  }
  .category-account-strategy .c-entries__item {
    padding: 0 10px;
  }
  .single-video .c-entry__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .single-video .c-responsive-container-16-9 {
    padding-bottom: 100%;
  }
}
.tokuten-thumb {
  max-width: 500px;
  margin: 30px auto !important;
}
@media screen and (max-width: 767px) {
  .tokuten-thumb {
    margin: 25px auto !important;
  }
}
.tokuten-thumb .entry-content-wrap {
  display: none;
}
.tokuten-thumb img {
  width: 100% !important;
  padding: 0px;
  border: 1px solid #dedede;
}