/* WordPress: Simplicity2子テーマのstyle.cssまたはカスタムCSSへ貼り付け */
/* RoseGarden委託販売ページ内だけに適用する安全版CSS */

/* 固定ページID 3818（/wp/consignment/）だけを1カラム・幅広表示にする */
.page-id-3818 #body-in {
  width: 100% !important;
  max-width: 1240px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  box-sizing: border-box;
}

.page-id-3818 #main,
.page-id-3818 #post-3818,
.page-id-3818 #post-3818 .article,
.page-id-3818 #post-3818 .entry-content {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}

.page-id-3818 #sidebar {
  display: none !important;
}

.page-id-3818 #breadcrumb,
.page-id-3818 #post-3818 > .article > header {
  display: none !important;
}

.consignment-page {
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px 0 48px;
  color: #1f1a16;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

.consignment-page .consignment-hero,
.consignment-page .consignment-hero-image,
.consignment-page .consignment-hero-content,
.consignment-page .consignment-section,
.consignment-page .consignment-card,
.consignment-page .consignment-step,
.consignment-page .consignment-video-item,
.consignment-page .consignment-fee-box,
.consignment-page .consignment-simulator-controls,
.consignment-page .consignment-simulator-input,
.consignment-page .consignment-simulator-result,
.consignment-page .consignment-list li,
.consignment-page .consignment-document-item,
.consignment-page .consignment-shipping-card,
.consignment-page .consignment-faq-item,
.consignment-page .consignment-button,
.consignment-page .consignment-store-nav,
.consignment-page .consignment-store-link {
  box-sizing: border-box;
}

.consignment-page img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

.consignment-page .consignment-store-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  color: #f8f1e7;
  background: #2a211a;
  border: 1px solid rgba(196, 154, 74, 0.35);
  border-radius: 18px;
}

.consignment-page .consignment-store-nav-top {
  margin-bottom: 20px;
}

.consignment-page .consignment-store-nav-bottom {
  margin-top: 36px;
}

.consignment-page .consignment-store-nav-copy {
  margin: 0 24px 0 0;
  color: #f8f1e7;
  font-size: 0.95rem;
}

.consignment-page .consignment-store-nav-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.consignment-page .consignment-store-link {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 9px 16px;
  color: #f8f1e7;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background: #44362b;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.consignment-page .consignment-store-link-primary {
  color: #1f1a16;
  background: #c49a4a;
  border-color: #c49a4a;
}

.consignment-page .consignment-store-link:hover {
  color: #ffffff;
  background: #6e573d;
}

.consignment-page .consignment-store-link-primary:hover {
  color: #ffffff;
  background: #8a6d3d;
}

.consignment-page .consignment-hero {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  padding: 48px;
  overflow: hidden;
  color: #ffffff;
  background: #1a1510;
  background: linear-gradient(180deg, #1a1510 0%, #221b15 100%);
  border: 1px solid rgba(255, 212, 131, 0.18);
  border-radius: 32px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.consignment-page .consignment-hero-image {
  width: 54%;
  height: 500px;
  margin-right: 5%;
  overflow: hidden;
  background: #1d1711;
  border-radius: 26px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.consignment-page .consignment-hero-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.consignment-page .consignment-hero-content {
  width: 41%;
  margin: auto 0;
}

.consignment-page .consignment-eyebrow {
  margin: 0 0 16px;
  color: #eed9ba;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
}

.consignment-page .consignment-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 2.85rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.consignment-page .consignment-lead {
  margin: 0 0 28px;
  color: #f5eee6;
  font-size: 1.02rem;
}

.consignment-page .consignment-hero-buttons,
.consignment-page .consignment-contact-actions {
  display: flex;
  flex-wrap: wrap;
}

.consignment-page .consignment-button {
  display: inline-block;
  min-height: 52px;
  margin: 0 12px 10px 0;
  padding: 13px 22px;
  color: #1f1a16;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
}

.consignment-page .consignment-button-primary {
  color: #1f1a16;
  background: #c49a4a;
  background: linear-gradient(135deg, #d4b56b 0%, #b38a45 100%);
  border-color: rgba(255, 215, 140, 0.35);
}

.consignment-page .consignment-button-primary:hover {
  color: #ffffff;
  background: #8a6d3d;
}

.consignment-page .consignment-button-secondary {
  color: #ffffff;
  background: #3a3028;
  border-color: rgba(255, 255, 255, 0.18);
}

.consignment-page .consignment-button-secondary:hover {
  color: #ffffff;
  background: #514238;
}

.consignment-page .consignment-section {
  margin-top: 42px;
  padding: 40px;
  background: #fffdfa;
  border: 1px solid #d8c9bd;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(31, 26, 22, 0.12);
}

.consignment-page .consignment-heading {
  margin: 0 0 18px;
  padding: 0 !important;
  color: #1f1a16;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: none;
}

.consignment-page p {
  margin-top: 0;
  margin-bottom: 1em;
  color: #5a4b42;
  line-height: 1.8;
}

.consignment-page .consignment-section li {
  margin: 0 0 16px;
  color: #5a4b42;
}

.consignment-page .consignment-benefit-cards,
.consignment-page .consignment-steps,
.consignment-page .consignment-video-list,
.consignment-page .consignment-document-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}

.consignment-page .consignment-card {
  width: 48%;
  margin: 0 1% 18px;
  padding: 26px;
  color: #1f1a16;
  background: #fff7ed;
  border: 1px solid rgba(179, 138, 69, 0.15);
  border-radius: 20px;
}

.consignment-page .consignment-card-title,
.consignment-page .consignment-step-title,
.consignment-page .consignment-document-title,
.consignment-page .consignment-faq-title {
  margin: 0 0 12px;
  padding: 0 !important;
  color: #1f1a16;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  text-transform: none;
}

.consignment-page .consignment-step {
  width: 23%;
  margin: 0 1% 18px;
  padding: 22px;
  background: #fff8f1;
  border: 1px solid rgba(31, 26, 22, 0.08);
  border-radius: 20px;
}

.consignment-page .consignment-step-number {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: #1f1a16;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  background: #ead9bb;
  border-radius: 50%;
}

.consignment-page .consignment-video-list {
  margin-top: 8px;
}

.consignment-page .consignment-video-item {
  position: relative;
  width: 48%;
  height: 0;
  margin: 0 1% 18px;
  padding-top: 27%;
  overflow: hidden;
  background: #17130f;
  border: 1px solid rgba(31, 26, 22, 0.08);
  border-radius: 18px;
}

.consignment-page .consignment-video-link,
.consignment-page .consignment-video-item img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.consignment-page .consignment-video-link {
  color: #ffffff;
  text-decoration: none;
}

.consignment-page .consignment-video-item img {
  object-fit: cover;
  border: 0;
}

.consignment-page .consignment-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 68px;
  height: 48px;
  margin: -24px 0 0 -34px;
  background: rgba(190, 35, 35, 0.92);
  border-radius: 14px;
}

.consignment-page .consignment-video-play:after {
  position: absolute;
  top: 13px;
  left: 27px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #ffffff;
}

.consignment-page .consignment-fee-box {
  padding: 28px;
  color: #f8f1e7;
  background: #17130f;
  background: linear-gradient(145deg, #17130f 0%, #292018 100%);
  border: 1px solid rgba(196, 154, 74, 0.36);
  border-radius: 22px;
}

.consignment-page .consignment-fee-box p {
  margin: 0 0 14px;
  color: #f8f1e7;
}

.consignment-page .consignment-fee-box p:last-child {
  margin-bottom: 0;
}

.consignment-page .consignment-fee-box strong,
.consignment-page .consignment-fee-intro {
  color: #d5ad5c;
  font-size: 1.18rem;
  font-weight: 700;
}

.consignment-page .consignment-fee-note {
  color: #c8b8a4;
  font-size: 0.95rem;
}

.consignment-page .consignment-simulator {
  background: #f7efe4;
  background: linear-gradient(145deg, #fffdfa 0%, #f3e9dc 100%);
}

.consignment-page .consignment-simulator-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.consignment-page .consignment-simulator-layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.consignment-page .consignment-simulator-controls {
  width: 42%;
  margin-right: 4%;
  padding: 24px;
  background: #211a14;
  border: 1px solid rgba(196, 154, 74, 0.32);
  border-radius: 20px;
}

.consignment-page .consignment-simulator-label {
  display: block;
  margin-bottom: 10px;
  color: #f8f1e7;
  font-weight: 700;
}

.consignment-page .consignment-simulator-input-wrap {
  position: relative;
}

.consignment-page .consignment-simulator-currency {
  position: absolute;
  top: 14px;
  left: 18px;
  color: #8a6d3d;
  font-size: 1.1rem;
  font-weight: 700;
}

.consignment-page .consignment-simulator-input {
  width: 100%;
  height: 58px;
  padding: 10px 16px 10px 42px;
  color: #1f1a16;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 700;
  background: #fffaf2;
  border: 2px solid #fffaf2;
  border-radius: 14px;
  outline: none;
}

.consignment-page .consignment-simulator-input:focus {
  border-color: #c49a4a;
  box-shadow: 0 0 0 4px rgba(196, 154, 74, 0.18);
}

.consignment-page .consignment-simulator-conditions {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.consignment-page .consignment-simulator-conditions li {
  margin: 0 0 8px;
  padding-left: 16px;
  color: #c8b8a4;
  font-size: 0.9rem;
}

.consignment-page .consignment-simulator-results {
  width: 54%;
  margin: 0;
}

.consignment-page .consignment-simulator-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 14px 18px;
  background: #fffdfa;
  border: 1px solid rgba(31, 26, 22, 0.1);
  border-radius: 14px;
}

.consignment-page .consignment-result-label {
  width: 52%;
  color: #5a4b42;
  font-size: 0.95rem;
}

.consignment-page .consignment-result-value {
  width: 48%;
  margin: 0;
  color: #1f1a16;
  font-weight: 700;
  text-align: right;
  word-break: break-word;
}

.consignment-page .consignment-simulator-result-total {
  margin-top: 4px;
  padding: 20px 18px;
  background: #211a14;
  border-color: rgba(196, 154, 74, 0.45);
}

.consignment-page .consignment-simulator-result-total .consignment-result-label {
  color: #f8f1e7;
  font-weight: 700;
}

.consignment-page .consignment-simulator-result-total .consignment-result-value {
  color: #d5ad5c;
  font-size: 1.7rem;
}

.consignment-page .consignment-section .consignment-simulator-disclaimer {
  margin: 20px 0 0;
  color: #78695d;
  font-size: 0.86rem;
}

.consignment-page .consignment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.consignment-page .consignment-list li {
  margin-bottom: 12px;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid rgba(31, 26, 22, 0.08);
  border-radius: 18px;
}

.consignment-page .consignment-document-item {
  width: 48%;
  margin: 0 1% 18px;
  padding: 22px;
  background: #fff8f3;
  border: 1px solid rgba(179, 138, 69, 0.14);
  border-radius: 18px;
}

.consignment-page .consignment-shipping-card {
  padding: 24px;
  background: #f7f0e8;
  border: 1px solid rgba(31, 26, 22, 0.08);
  border-radius: 20px;
}

.consignment-page .consignment-shipping-card p:last-child {
  margin-bottom: 0;
}

.consignment-page .consignment-faq-item {
  margin-bottom: 16px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(31, 26, 22, 0.08);
  border-radius: 18px;
}

.consignment-page .consignment-faq-item p {
  margin-bottom: 0;
}

.consignment-page .consignment-contact-copy {
  max-width: 680px;
}

.consignment-page .consignment-contact-actions {
  margin-top: 22px;
}

.consignment-page .consignment-footer {
  margin-top: 38px;
  padding: 18px 24px;
  color: #5a4b42;
  font-size: 0.95rem;
  text-align: center;
  border-top: 1px solid #d8c9bd;
}

.consignment-page .consignment-footer p {
  margin: 0;
}

@media screen and (max-width: 860px) {
  .page-id-3818 #body-in {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .consignment-page .consignment-hero,
  .consignment-page .consignment-simulator-layout,
  .consignment-page .consignment-store-nav {
    display: block;
  }

  .consignment-page .consignment-store-nav-copy {
    margin: 0 0 12px;
  }

  .consignment-page .consignment-store-nav-actions {
    justify-content: flex-start;
  }

  .consignment-page .consignment-store-link {
    margin: 0 10px 8px 0;
  }

  .consignment-page .consignment-hero {
    padding: 28px;
  }

  .consignment-page .consignment-hero-image,
  .consignment-page .consignment-hero-content,
  .consignment-page .consignment-simulator-controls,
  .consignment-page .consignment-simulator-results {
    width: 100%;
  }

  .consignment-page .consignment-hero-image {
    height: 320px;
    margin: 0 0 28px;
  }

  .consignment-page .consignment-hero-image img {
    height: 320px;
  }

  .consignment-page .consignment-simulator-controls {
    margin: 0 0 20px;
  }

  .consignment-page .consignment-step {
    width: 48%;
  }
}

@media screen and (max-width: 560px) {
  .consignment-page {
    padding: 18px 12px 32px;
  }

  .consignment-page .consignment-section {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .consignment-page .consignment-hero {
    padding: 20px;
    border-radius: 22px;
  }

  .consignment-page .consignment-hero-image,
  .consignment-page .consignment-hero-image img {
    height: 240px;
  }

  .consignment-page .consignment-title {
    font-size: 2rem;
    line-height: 1.15;
  }

  .consignment-page .consignment-heading {
    font-size: 1.5rem;
  }

  .consignment-page .consignment-card,
  .consignment-page .consignment-step,
  .consignment-page .consignment-video-item,
  .consignment-page .consignment-document-item {
    width: 98%;
  }

  .consignment-page .consignment-video-item {
    padding-top: 55.125%;
  }

  .consignment-page .consignment-fee-box,
  .consignment-page .consignment-simulator-controls {
    padding: 22px 18px;
  }

  .consignment-page .consignment-simulator-result {
    display: block;
    padding: 14px;
  }

  .consignment-page .consignment-result-label,
  .consignment-page .consignment-result-value {
    width: 100%;
    text-align: left;
  }

  .consignment-page .consignment-result-value {
    margin-top: 4px;
  }

  .consignment-page .consignment-simulator-result-total .consignment-result-value {
    font-size: 1.45rem;
  }

  .consignment-page .consignment-button {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .consignment-page .consignment-store-link {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* /wp/consignment/ 専用：WordPressヘッダーと記事上部要素を非表示 */
body.page-id-3818 #header,
body.page-id-3818 #header-in,
body.page-id-3818 #site-title,
body.page-id-3818 #site-description,
body.page-id-3818 #navi,
body.page-id-3818 #breadcrumb,
body.page-id-3818 #post-3818 > .article > header,
body.page-id-3818 #post-3818 .entry-title,
body.page-id-3818 #post-3818 .post-meta {
  display: none !important;
}

body.page-id-3818 #body,
body.page-id-3818 #body-in,
body.page-id-3818 #main,
body.page-id-3818 #post-3818,
body.page-id-3818 #post-3818 .article,
body.page-id-3818 #post-3818 .entry-content,
body.page-id-3818 #the-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-3818 #body {
  padding-top: 0 !important;
}

body.page-id-3818 #post-3818 .article,
body.page-id-3818 #post-3818 .entry-content {
  border-top: 0 !important;
  box-shadow: none !important;
}

body.page-id-3818 .consignment-page {
  margin-top: 0 !important;
  padding-top: 12px;
}

/* メリットカード：PC 3列、タブレット 2列、スマホ 1列 */
.consignment-page .consignment-benefit-cards .consignment-card {
  width: 31.333%;
}

@media screen and (max-width: 860px) {
  .consignment-page .consignment-benefit-cards .consignment-card {
    width: 48%;
  }
}

@media screen and (max-width: 560px) {
  .consignment-page .consignment-benefit-cards .consignment-card {
    width: 98%;
  }
}

/* /wp/consignment/ 専用：記事下部のSNSシェア・フォローを非表示 */
body.page-id-3818 #sns-group,
body.page-id-3818 .sns-buttons,
body.page-id-3818 .sns-buttons-pc,
body.page-id-3818 .sns-pages,
body.page-id-3818 .sns-share-msg,
body.page-id-3818 .sns-follow-msg,
body.page-id-3818 .snsb,
body.page-id-3818 .snsp,
body.page-id-3818 .twitter-balloon-btn,
body.page-id-3818 .facebook-btn,
body.page-id-3818 .hatena-btn,
body.page-id-3818 .pocket-btn,
body.page-id-3818 .line-btn,
body.page-id-3818 .feedly-page,
body.page-id-3818 .rss-page {
  display: none !important;
}

body.page-id-3818 #post-3818 > .article > footer,
body.page-id-3818 #post-3818 .footer-post-meta {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

/* Simplicity2向け全体文字サイズ・見出し階層の強化 */
.consignment-page {
  font-size: 17px;
}

.consignment-page p,
.consignment-page li,
.consignment-page .consignment-button,
.consignment-page .consignment-store-link {
  font-size: 1.5rem !important;
}

.consignment-page .consignment-title {
  font-size: 2.4rem !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

.consignment-page .consignment-heading {
  font-size: 1.8rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.consignment-page .consignment-card-title,
.consignment-page .consignment-step-title,
.consignment-page .consignment-document-title,
.consignment-page .consignment-faq-title {
  font-size: 1.8rem !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.consignment-page .consignment-eyebrow {
  font-size: 1rem !important;
}

.consignment-page .consignment-lead {
  font-size: 1.5rem !important;
  line-height: 1.85 !important;
}

.consignment-page .consignment-simulator-label {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 560px) {
  .consignment-page {
    font-size: 16px;
  }

  .consignment-page p,
  .consignment-page li,
  .consignment-page .consignment-button,
  .consignment-page .consignment-store-link {
    font-size: 1.5rem !important;
  }

  .consignment-page .consignment-title {
    font-size: 2rem !important;
    line-height: 1.22 !important;
  }

  .consignment-page .consignment-heading {
    font-size: 1.7rem !important;
  }

  .consignment-page .consignment-card-title,
  .consignment-page .consignment-step-title,
  .consignment-page .consignment-document-title,
  .consignment-page .consignment-faq-title {
    font-size: 1.5rem !important;
  }

  .consignment-page .consignment-lead {
    font-size: 1.5rem !important;
    line-height: 1.75 !important;
  }
}

/* Simplicity2向け文字サイズ調整 */
.consignment-page .consignment-simulator-heading p {
  font-size: 1.5rem !important;
  line-height: 1.85 !important;
}

.consignment-page .consignment-simulator-conditions li {
  font-size: 1.5rem !important;
  line-height: 1.7 !important;
}

.consignment-page .consignment-result-label {
  font-size: 1.5rem !important;
  line-height: 1.6 !important;
}

.consignment-page .consignment-result-value {
  font-size: 1.5rem !important;
  line-height: 1.6 !important;
}

.consignment-page .consignment-simulator-result-total .consignment-result-value {
  font-size: 1.7rem !important;
}

.consignment-page .consignment-section .consignment-simulator-disclaimer {
  font-size: 1.5rem !important;
  line-height: 1.75 !important;
}

.consignment-page .consignment-step p,
.consignment-page .consignment-faq-item p,
.consignment-page .consignment-document-item p {
  font-size: 1.5rem !important;
  line-height: 1.8 !important;
}

@media screen and (max-width: 560px) {
  .consignment-page .consignment-simulator-heading p,
  .consignment-page .consignment-step p,
  .consignment-page .consignment-faq-item p,
  .consignment-page .consignment-document-item p {
    font-size: 1.5rem !important;
    line-height: 1.75 !important;
  }

  .consignment-page .consignment-simulator-conditions li,
  .consignment-page .consignment-result-label,
  .consignment-page .consignment-result-value {
    font-size: 1.5rem !important;
    line-height: 1.65 !important;
  }

  .consignment-page .consignment-simulator-result-total .consignment-result-value {
    font-size: 1.45rem !important;
  }

  .consignment-page .consignment-section .consignment-simulator-disclaimer {
    font-size: 1.5rem !important;
    line-height: 1.7 !important;
  }
}

/* 最終タイポグラフィ上書き：本文と見出しのサイズ差を明確にする */
.consignment-page p,
.consignment-page li {
  font-size: 1.5rem !important;
}

.consignment-page .consignment-title {
  font-size: 2.4rem !important;
}

.consignment-page .consignment-heading {
  font-size: 1.8rem !important;
}

.consignment-page .consignment-card-title,
.consignment-page .consignment-step-title,
.consignment-page .consignment-document-title,
.consignment-page .consignment-faq-title {
  font-size: 1.8rem !important;
}

.consignment-page .consignment-simulator-heading p,
.consignment-page .consignment-simulator-conditions li,
.consignment-page .consignment-step p,
.consignment-page .consignment-faq-item p,
.consignment-page .consignment-document-item p {
  font-size: 1.5rem !important;
}

.consignment-page .consignment-section .consignment-simulator-disclaimer {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 560px) {
  .consignment-page p,
  .consignment-page li,
  .consignment-page .consignment-simulator-heading p,
  .consignment-page .consignment-simulator-conditions li,
  .consignment-page .consignment-step p,
  .consignment-page .consignment-faq-item p,
  .consignment-page .consignment-document-item p {
    font-size: 1.5rem !important;
  }

  .consignment-page .consignment-title {
    font-size: 2rem !important;
  }

  .consignment-page .consignment-heading {
    font-size: 1.7rem !important;
  }

  .consignment-page .consignment-card-title,
  .consignment-page .consignment-step-title,
  .consignment-page .consignment-document-title,
  .consignment-page .consignment-faq-title {
    font-size: 1.5rem !important;
  }

  .consignment-page .consignment-section .consignment-simulator-disclaimer {
    font-size: 1.5rem !important;
  }
}

/* 最終上書き：/wp/consignment/ のWordPress外枠を非表示 */
body.page-id-3818 #header,
body.page-id-3818 #header-in,
body.page-id-3818 #site-title,
body.page-id-3818 #site-description,
body.page-id-3818 #navi,
body.page-id-3818 #breadcrumb,
body.page-id-3818 #post-3818 > .article > header,
body.page-id-3818 #post-3818 .entry-title,
body.page-id-3818 #post-3818 .post-meta {
  display: none !important;
}

body.page-id-3818 #body,
body.page-id-3818 #body-in,
body.page-id-3818 #main,
body.page-id-3818 #post-3818,
body.page-id-3818 #post-3818 .article,
body.page-id-3818 #post-3818 .entry-content,
body.page-id-3818 #the-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-3818 #post-3818 .article,
body.page-id-3818 #post-3818 .entry-content {
  border-top: 0 !important;
  box-shadow: none !important;
}

body.page-id-3818 .consignment-page {
  margin-top: 0 !important;
  padding-top: 12px;
}
