/*
 * 占い-28 見本サイトの見せ方
 * 対象: 投稿ID 17（ツインレイ記事）
 */
@charset "UTF-8";

body.postid-17 {
  --fortune-ink: #191919;
  --fortune-text: #34383d;
  --fortune-muted: #737980;
  --fortune-bg: #f3f4f6;
  --fortune-surface: #fff;
  --fortune-line: #e3e6e9;
  --fortune-blue: #198fe0;
  --fortune-blue-dark: #0c6cae;
  --fortune-pale: #eef8ff;
  --fortune-orange: #ff6033;
  --fortune-orange-dark: #e9532a;
  background: var(--fortune-bg) !important;
  color: var(--fortune-text);
  overflow-x: hidden !important;
}

body.postid-17 #header {
  background: #fff;
  border: 0;
  box-shadow: none;
}
body.postid-17 #header-in {
  max-width: 1256px;
  padding: 0 18px 22px;
  text-align: center;
}
body.postid-17 .tagline {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 18px 4px;
  color: #363b40;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
body.postid-17 .logo.logo-header {
  float: none;
  margin: 10px auto 0;
}
body.postid-17 .header-site-logo-image {
  width: 300px;
  max-width: 80vw;
  height: 80px;
  object-fit: contain;
}
body.postid-17 #navi,
body.postid-17 #sidebar,
body.postid-17 #sidebar-scroll,
body.postid-17 #slide-in-sidebar,
body.postid-17 #sidebar-menu-content,
body.postid-17 .sidebar-menu-content,
body.postid-17 .sidebar-menu-close-button {
  display: none !important;
}

body.postid-17 #container {
  max-width: 1256px;
  margin: 0 auto 48px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(20, 28, 38, .05);
}
body.postid-17 #content,
body.postid-17 #content-in,
body.postid-17 #main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
body.postid-17 #content-in {
  padding: 38px 0 90px;
}
body.postid-17 article {
  width: 758px;
  max-width: calc(100% - 40px) !important;
  margin: 0 auto !important;
  color: var(--fortune-text);
}
body.postid-17 .article-header {
  width: 758px;
  max-width: calc(100% - 40px) !important;
  margin: 0 auto !important;
  padding: 0;
}
body.postid-17 .entry-title {
  margin: 0 0 29px;
  padding: 0;
  color: var(--fortune-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 27px !important;
  line-height: 1.45;
  letter-spacing: .01em;
  font-weight: 800 !important;
  text-align: left;
}
body.postid-17 .eye-catch-wrap {
  width: 758px;
  max-width: calc(100% - 40px) !important;
  margin: 0 auto 10px !important;
}
body.postid-17 .eye-catch {
  position: relative;
  height: 414px;
  margin: 0;
  overflow: hidden;
  background: #101c39;
}
body.postid-17 .eye-catch-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none !important;
  object-fit: cover;
}
body.postid-17 .cat-label {
  top: 12px;
  left: 13px;
  right: auto;
  bottom: auto;
  padding: 3px 9px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 0;
  color: #fff;
  background: rgba(16, 21, 36, .62);
  font-size: 12px;
  line-height: 1.4;
}

body.postid-17 .sns-share {
  width: 758px;
  max-width: calc(100% - 40px) !important;
  margin: 0 auto 10px !important;
  padding: 0;
  background: transparent;
  border: 0;
}
body.postid-17 .sns-share-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  margin: 0 15px;
}
body.postid-17 .sns-share .share-button {
  display: flex !important;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  border: 0;
  border-radius: 4px;
  color: #fff !important;
  font-size: 12px;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: none;
}
body.postid-17 .sns-share .social-icon {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  font-size: 17px;
}
body.postid-17 .twitter-button { background: #1da1f2 !important; }
body.postid-17 .facebook-button { background: #4267a9 !important; }
body.postid-17 .hatebu-button { background: #2875c0 !important; }
body.postid-17 .pocket-button { background: #f0445a !important; }
body.postid-17 .copy-button { background: #333 !important; }
body.postid-17 .line-button { display: none !important; }

body.postid-17 .date-tags {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  width: 758px;
  max-width: calc(100% - 40px) !important;
  margin: 0 auto 22px !important;
  color: #23272b;
  font-size: 12px;
}
body.postid-17 .entry-content {
  width: 758px;
  max-width: calc(100% - 40px) !important;
  margin: 0 auto;
  color: var(--fortune-text);
  font-size: 16px;
  line-height: 1.85;
}
body.postid-17 .entry-content p {
  margin: 0 0 18px;
  color: var(--fortune-text);
  font-size: 16px;
  line-height: 1.85;
}
body.postid-17 .entry-content h2 {
  margin: 40px 0 16px !important;
  padding: 0 !important;
  color: var(--fortune-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 26px !important;
  line-height: 1.5 !important;
  letter-spacing: .01em;
}
body.postid-17 .entry-content h3 {
  margin: 28px 0 10px !important;
  padding: 0 0 0 16px !important;
  color: var(--fortune-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 4px solid var(--fortune-blue) !important;
  box-shadow: none !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
}
body.postid-17 .entry-content strong {
  color: #111;
}
body.postid-17 .entry-content a {
  color: var(--fortune-blue-dark);
}
body.postid-17 .intro-lead {
  margin: 0 0 18px;
  font-size: 16px !important;
  line-height: 1.85 !important;
}

body.postid-17 .karte-article-info {
  margin: 0 0 24px;
  padding: 14px 16px;
  border-left: 4px solid #8bcdf3;
  background: #f6fbff;
  color: #48545e;
  font-size: 14px;
}
body.postid-17 .karte-article-info dl {
  margin: 0;
}
body.postid-17 .karte-article-info dl > div {
  display: flex;
  gap: .75em;
  margin: 2px 0;
}
body.postid-17 .karte-article-info dt {
  min-width: 4em;
  font-weight: 700;
}
body.postid-17 .karte-article-info dd {
  margin: 0;
}

body.postid-17 .toc-box {
  margin: 0 0 35px !important;
  padding: 20px 25px !important;
  border: 1px solid var(--fortune-line) !important;
  border-radius: 0 !important;
  background: #fafbfc !important;
}
body.postid-17 .toc-box .toc-title {
  margin: 0 0 9px !important;
  color: var(--fortune-ink) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}
body.postid-17 .toc-box ul {
  margin: 0 !important;
  padding-left: 22px !important;
}
body.postid-17 .toc-box li {
  margin: 3px 0 !important;
  line-height: 1.65;
}
body.postid-17 .toc-box a,
body.postid-17 #toc a {
  font-size: 14px;
}
body.postid-17 #toc {
  margin: 0 0 35px !important;
  padding: 20px 25px !important;
  border: 1px solid var(--fortune-line) !important;
  border-radius: 0 !important;
  background: #fafbfc !important;
}
body.postid-17 #toc .toc-title {
  color: var(--fortune-ink) !important;
  font-size: 17px !important;
}
body.postid-17 #toc .toc-content {
  margin-top: 9px;
}
body.postid-17 #toc .toc-list {
  margin: 0;
  padding-left: 22px;
  line-height: 1.65;
}
body.postid-17 #toc .toc-list li {
  margin: 3px 0;
}

body.postid-17 .geo-conclusion,
body.postid-17 .geo-blue {
  margin: 0 0 23px !important;
  padding: 13px 16px !important;
  border: 1px solid #cde9fa !important;
  border-radius: 3px !important;
  background: var(--fortune-pale) !important;
  color: #173c59 !important;
  font-weight: 700;
}
body.postid-17 .geo-conclusion p,
body.postid-17 .geo-blue p {
  margin: 0 !important;
}
body.postid-17 .geo-gray,
body.postid-17 .karte-gray-box,
body.postid-17 .karte-blue-box {
  margin: 22px 0 !important;
  padding: 14px 16px !important;
  border: 0 !important;
  border-left: 4px solid #8bcdf3 !important;
  border-radius: 0 !important;
  background: #f6fbff !important;
  color: #48545e !important;
}
body.postid-17 .geo-red,
body.postid-17 .karte-red-box {
  margin: 22px 0 !important;
  padding: 14px 16px !important;
  border: 1px solid #ffccb9 !important;
  border-left: 4px solid var(--fortune-orange) !important;
  border-radius: 0 !important;
  background: #fff8f5 !important;
}

body.postid-17 .karte-explainer,
body.postid-17 .id17-signs-figure {
  margin: 24px 0 !important;
  padding: 20px !important;
  border: 1px solid var(--fortune-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 3px 0 var(--fortune-blue);
}
body.postid-17 .karte-explainer figcaption,
body.postid-17 .id17-signs-figure figcaption {
  margin: 0 0 14px !important;
  color: var(--fortune-ink) !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
  text-align: center;
}
body.postid-17 .karte-explainer-grid,
body.postid-17 .id17-signs-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
}
body.postid-17 .karte-explainer-card,
body.postid-17 .id17-sign-card {
  min-width: 0;
  padding: 12px !important;
  border: 1px solid #dcecf7 !important;
  border-radius: 0 !important;
  background: #f8fbfd !important;
  text-align: center;
}
body.postid-17 .karte-explainer-card strong,
body.postid-17 .id17-sign-card strong {
  display: block;
  margin: 5px 0;
  font-size: 15px;
}
body.postid-17 .karte-explainer-card small,
body.postid-17 .id17-sign-card span {
  display: block;
  color: #555;
  font-size: 12px;
  line-height: 1.6;
}
body.postid-17 .id17-sign-card .id17-sign-icon {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.2;
}

body.postid-17 .entry-content ul,
body.postid-17 .entry-content ol {
  margin-top: 0;
  margin-bottom: 18px;
}
body.postid-17 .entry-content li {
  margin: 4px 0;
}
body.postid-17 .karte-table-wrap {
  max-width: 100% !important;
  margin: 18px 0 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.postid-17 .cmp-table-1,
body.postid-17 .cmp-table-2,
body.postid-17 .karte-responsive-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}
body.postid-17 .cmp-table-1 th,
body.postid-17 .cmp-table-1 td,
body.postid-17 .cmp-table-2 th,
body.postid-17 .cmp-table-2 td,
body.postid-17 .karte-responsive-table th,
body.postid-17 .karte-responsive-table td {
  padding: 11px 12px;
  border: 1px solid #d9dde1;
  text-align: left;
  vertical-align: top;
}
body.postid-17 .cmp-table-1 thead th,
body.postid-17 .cmp-table-2 thead th {
  background: var(--fortune-blue) !important;
  color: #fff !important;
  font-weight: 800;
}
body.postid-17 .cmp-table-1 tbody th,
body.postid-17 .cmp-table-2 tbody th,
body.postid-17 .karte-responsive-table th {
  background: #eef1f3;
  color: #111;
  white-space: nowrap;
}
body.postid-17 .cmp-table-1 td.cmp-rank1 {
  background: #fff5ef;
}
body.postid-17 .service-card {
  margin: 24px 0;
  padding: 20px;
  border: 1px solid var(--fortune-line);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(20, 28, 38, .05);
}
body.postid-17 .service-card h3 {
  margin-top: 0 !important;
  border-left: 0 !important;
  padding-left: 0 !important;
}
body.postid-17 .karte-responsive-table {
  display: table;
}

body.postid-17 .cta-block {
  margin: 28px 0 !important;
  padding: 0 !important;
  text-align: center;
}
body.postid-17 .cta-block .cta-btn {
  display: inline-flex !important;
  min-width: 211px;
  max-width: 100%;
  min-height: 52px;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 13px 27px;
  border: 0;
  border-radius: 5px;
  background: var(--fortune-orange) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 7px 15px rgba(255, 96, 51, .18);
}
body.postid-17 .cta-block .cta-btn:hover {
  background: var(--fortune-orange-dark) !important;
}
body.postid-17 .karte-app-sticky {
  display: none !important;
}
body.postid-17 .author-box {
  margin-top: 42px !important;
  padding: 20px !important;
  border: 1px solid var(--fortune-line) !important;
  border-radius: 0 !important;
  background: #fafbfc !important;
}
body.postid-17 .author-info,
body.postid-17 .sns-follow {
  display: none !important;
}

@media (max-width: 900px) {
  body.postid-17 #content-in {
    padding-left: 12px;
    padding-right: 12px;
  }
  body.postid-17 .sns-share-buttons {
    gap: 12px;
  }
}
@media (max-width: 600px) {
  body.postid-17 {
    font-size: 15px;
    padding-bottom: 140px !important;
  }
  body.postid-17 #content-in {
    padding: 24px 0 76px;
  }
  body.postid-17 article,
  body.postid-17 .article-header,
  body.postid-17 .eye-catch-wrap,
  body.postid-17 .sns-share,
  body.postid-17 .date-tags,
  body.postid-17 .entry-content {
    width: auto;
    max-width: calc(100% - 28px) !important;
  }
  body.postid-17 .entry-title {
    margin-bottom: 20px;
    font-size: 22px !important;
  }
  body.postid-17 .eye-catch {
    height: 230px;
  }
  body.postid-17 .sns-share-buttons {
    gap: 5px;
    margin: 0;
  }
  body.postid-17 .sns-share .share-button {
    height: 42px;
    font-size: 10px;
  }
  body.postid-17 .sns-share .social-icon {
    font-size: 15px;
  }
  body.postid-17 .date-tags {
    gap: 7px;
    margin-bottom: 18px !important;
    font-size: 10px;
  }
  body.postid-17 .toc-box,
  body.postid-17 #toc {
    margin-bottom: 28px !important;
    padding: 16px !important;
  }
  body.postid-17 .toc-box .toc-title,
  body.postid-17 #toc .toc-title {
    font-size: 16px !important;
  }
  body.postid-17 #toc .toc-list {
    padding-left: 20px;
  }
  body.postid-17 .entry-content h2 {
    margin-top: 34px !important;
    font-size: 22px !important;
  }
  body.postid-17 .entry-content h3 {
    margin-top: 24px !important;
    padding-left: 12px !important;
    font-size: 18px !important;
  }
  body.postid-17 .karte-explainer,
  body.postid-17 .id17-signs-figure {
    padding: 15px !important;
  }
  body.postid-17 .karte-explainer-grid,
  body.postid-17 .id17-signs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px !important;
  }
  body.postid-17 .karte-explainer figcaption,
  body.postid-17 .id17-signs-figure figcaption {
    font-size: 16px !important;
  }
  body.postid-17 .compat-row {
    grid-template-columns: 112px 1fr;
    gap: 10px;
  }
  body.postid-17 .cta-block .cta-btn {
    width: 100%;
    text-align: center;
  }
  body.postid-17 .karte-responsive-table {
    min-width: 620px;
  }
}
575    margin-top: 24px !important;576    padding-left: 12px !important;577    font-size: 18px !important;578  }579  body.postid-17 .karte-explainer,580  body.postid-17 .id17-signs-figure {581    padding: 15px !important;582  }583  body.postid-17 .karte-explainer-grid,584  body.postid-17 .id17-signs-grid {585    grid-template-columns: repeat(2, minmax(0, 1fr));586    gap: 8px !important;587  }588  body.postid-17 .karte-explainer figcaption,589  body.postid-17 .id17-signs-figure figcaption {590    font-size: 16px !important;591  }592  body.postid-17 .compat-row {593    grid-template-columns: 112px 1fr;594    gap: 10px;595  }596  body.postid-17 .cta-block .cta-btn {597    width: 100%;598    text-align: center;599  }600  body.postid-17 .karte-responsive-table {601    min-width: 620px;602  }603}604​605}606​607/*480px以下*/608@media screen and (max-width: 480px){609  /*必要ならばここにコードを書く*/610}611​

body.postid-17 .mobile-footer-menu-buttons { display: none !important; }

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
