:root {
  --docomo-red: #CC0033;
}

html {
  scroll-behavior: smooth;
}

.splide__pagination li:nth-child(n+4) {
  display: none !important;
}

.smooth-scroll-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: opacity 0.3s ease;
}

.smooth-scroll-link:hover {
  text-decoration: none;
  opacity: 0.9;
}

#inquiry-section {
  scroll-margin-top: 100px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.kv-h1-label-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}

.kv-rate-band {
  background: var(--docomo-red);
  display: flex;
  align-items: center;
  padding: 0 48px;
  position: relative;
  gap: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 64px;
}

.kv-rate-band::before,
.kv-rate-band::after {
  content: none;
}

.kv-rate-band__left {
  flex: 1;
  text-align: left;
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.kv-h1-badge {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: var(--docomo-red);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,0.6);
}

.kv-rate-band__title {
  font-size: 30px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  color: #fff !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.kv-rate-band__title-sub {
  display: none;
}

.is-mt-xl {
  margin-top: 30px;
}

.txt.is-l {
  font-size: 16px;
  line-height: 1.8;
}

.txt.is-xl {
  font-size: 20px;
  line-height: 1.6;
}

.l-col.is-bgc-g .l-col-content {
  padding-top: 12px !important;
  padding-bottom: 16px !important;
}

.l-col.is-bgc-g .l-col-content .title.title-1.is-border.is-center {
  margin-top: 10px !important;
  margin-bottom: 16px !important;
}

.flat35-about-section {
  max-width: 960px;
  margin: 4px auto 0;
  padding: 0 20px 16px;
}

.flat35-about-section > h2,
.docomo-strength-section > h2,
.flat35-merit-section > h2,
.comparison-section > h2,
.flat35-cta-section h2 {
  margin-top: 80px;
  margin-bottom: 36px;
}

.bank-loan-title {
  margin-top: 28px !important;
  margin-bottom: 16px !important;
}

.flat35-about-section > h2 {
  margin-top: 24px !important;
  margin-bottom: 28px !important;
}

/* ========== ドコモ・ファイナンス強みセクション ========== */

.docomo-strength-section {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

.docomo-strength-points {
  margin-top: 40px;
}

.strength-point-item {
  padding: 30px;
  margin-bottom: 24px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s;
}

.strength-point-item:hover {
  border-color: var(--docomo-red);
  box-shadow: 0 4px 16px rgba(213, 0, 0, 0.15);
}

.strength-point-item .title {
  margin-bottom: 12px;
  color: var(--docomo-red);
}

.docomo-strength-section .strength-point-number {
  background-color: var(--docomo-red);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 16px;
}

/* ========== メリットセクション ========== */

.flat35-merit-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.flat35-merit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.merit-box-item:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.merit-box-item .title {
  font-size: 16px;
  margin-bottom: 12px;
}

/* ========== 比較表セクション ========== */

.comparison-section {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.comparison-table-container {
  overflow-x: auto;
  margin-top: 30px;
}

.comparison-table-style {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  min-width: 700px;
}

.comparison-table-style thead th {
  padding: 16px;
  font-weight: bold;
  border: 1px solid #ddd;
}

.table-header-item {
  background: #f5f5f5;
  width: 120px;
}

.table-header-flat35 {
  background: #FFF9E6;
  color: #333;
}

.table-header-variable {
  background: #FFFFFF;
  color: #333;
}

.small-text {
  font-size: 13px;
  font-weight: normal;
}

.comparison-table-style tbody td {
  padding: 16px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.table-item-name {
  background: #f5f5f5;
  font-weight: bold;
  width: 120px;
}

.table-cell-flat35 {
  background: #FFF9E6;
}

.table-cell-variable {
  background: #ffffff;
  color: #000000;
}

.merit-highlight {
  color: #FF6B35;
  font-weight: bold;
}

.demerit-highlight {
  color: #000000;
  font-weight: bold;
}

.table-scroll-hint {
  display: none;
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 8px;
}

/* ========== CTAボタン ========== */

.btn-cta-spacing {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.btn-cta-spacing:first-child {
  margin-top: 32px !important;
}

.btn-cta-spacing:last-child {
  margin-bottom: 32px !important;
}

.l-col-content,
.flat35-about-section,
.docomo-strength-section,
.flat35-merit-section,
.comparison-section,
.flat35-cta-section,
.home__reason,
.home__visit,
.home__news,
.kv,
.home__loan {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 1440px) {
  .l-col-content,
  .flat35-about-section,
  .docomo-strength-section,
  .flat35-merit-section,
  .comparison-section,
  .flat35-cta-section,
  .home__reason,
  .home__visit,
  .home__news,
  .home__loan {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .kv {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.df-features-grid {
  margin: 36px auto 0;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.df-features-row {
  display: flex;
  gap: 16px;
}

.df-features-row--top {
  justify-content: center;
}

.df-features-row--top .df-feature-card {
  flex: 0 0 calc(33.333% - 8px);
}

.df-features-row--bottom .df-feature-card {
  flex: 1;
}

.df-feature-card--top:nth-child(1),
.df-feature-card--top:nth-child(2),
.df-feature-card--bottom:nth-child(3),
.df-feature-card--bottom:nth-child(4),
.df-feature-card--bottom:nth-child(5) {
  grid-column: auto;
}

.df-features-grid::after {
  display: none;
}

.df-feature-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.df-feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 4px;
  background: var(--docomo-red);
  border-radius: 10px 0 0 10px;
}

.df-feature-card__num {
  font-size: 11px;
  font-weight: 800;
  color: var(--docomo-red);
  letter-spacing: 0.12em;
  line-height: 1;
  font-family: sans-serif;
  opacity: 0.7;
}

.df-feature-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.02em;
}

.df-feature-card__title em {
  font-style: normal;
  color: var(--docomo-red);
}

.df-feature-card__title .sup,
.df-feature-card__title sup {
  font-size: 10px;
  vertical-align: super;
  color: #999;
  font-weight: 400;
}

.df-feature-card--top .df-feature-card__title {
  font-size: 18px;
}

.docomo-strength-section .home__reason--box-ico img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .df-features-row {
    flex-direction: column;
  }
}

.footer .footer__mark--pmark p,
.footer .footer__mark--fsa p,
.footer .footer__mark--fsa div p {
  letter-spacing: 0.05em !important;
  word-spacing: 0.1em !important;
}

.footer .footer__mark--fsa p {
  letter-spacing: 0.08em !important;
}

.footer .footer__mark--cap {
  letter-spacing: 0.03em !important;
  word-spacing: 0.05em !important;
}

.footer .footer__other--link a {
  letter-spacing: 0.05em !important;
}

.footer .footer__other--copyrights {
  letter-spacing: 0.05em !important;
}

.rate-box-layout {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
}

.rate-box-layout__rate {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 28px;
}

.rate-box-layout__cta {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 0 0 28px;
  border-left: 1px solid #e8e8e8;
  justify-content: flex-start;
}

.rate-cta-btn {
  display: block;
  text-align: center;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  transition: opacity 0.2s, transform 0.2s;
  white-space: normal;
  line-height: 1.4;
}

.rate-cta-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  text-decoration: none !important;
}

.rate-cta-btn--sim {
  background: var(--docomo-red);
  color: #fff !important;
}

.rate-cta-btn--exam {
  background: #fff;
  color: var(--docomo-red) !important;
  border: 2px solid var(--docomo-red);
}

.rate-cta-btn--list {
  background: #f5f5f5;
  color: #333 !important;
  border: 1px solid #ccc;
}

.rate-cta-label {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 6px;
}

.sim__rate--box {
  text-align: center !important;
}

.sim__rate--box .sim__rate--purchase,
.sim__rate--box .sim__rate--guarantee {
  text-align: center !important;
}

.news-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
}

.news-faq-col__heading {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--docomo-red);
  display: block;
}

/* ---- 新着情報 ---- */

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

.home__news--item {
  border-bottom: 1px solid var(--border-light);
}

.home__news--item:last-child {
  border-bottom: none;
}

.home__news--link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  text-decoration: none;
  color: var(--text-primary);
  transition: color 0.2s;
}

.home__news--link:hover {
  color: var(--docomo-red);
}

.home__news--date {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
}

.home__news--title {
  flex: 1;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
  color: inherit;
}

.txt.is-read.is-bottom.is-center a {
  text-decoration: underline;
}

/* ---- FAQ ---- */

.faq-section-wrap {
  margin: 0;
}

.faq-item {
  border-bottom: 1px solid var(--border-light);
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}

.faq-item__question {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--text-primary) !important;
  transition: color 0.2s;
}

.faq-item__question:hover {
  background: none;
  color: var(--docomo-red) !important;
  text-decoration: none !important;
}

.faq-item__q-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--docomo-red);
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq-item__cat {
  display: none;
}

.faq-item__text {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  flex: 1;
  color: inherit;
}

.faq-item__arrow {
  margin-left: auto;
  color: #ccc;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}

.faq-more-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--docomo-red);
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.faq-more-link:hover { text-decoration: underline; }

#refinance__content .sim__rate--guarantee .data {
  margin-top: 40px;
}

#refinance__content .sim__rate--guarantee .sub {
  margin-bottom: 20px;
}

.kv__bottom {
  margin-bottom: 15px !important;
}

.l-col.hero-section {
  margin-bottom: 20px !important;
}

#refinance__content .sim__rate--guarantee .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
}

#refinance__content .sim__rate--guarantee dt:empty {
  display: none;
}

#new_loan__content .sim__rate--title {
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  padding-top: 0 !important;
}

#new_loan__content .kv-rate-band__note {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 8px !important;
}

#new_loan__content .home__tab--content {
  padding-top: 10px !important;
}

#new_loan__content .sim__rate--box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

#new_loan__content .sim__rate--purchase {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

#new_loan__content .sim__rate--purchase .boxs {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center;
  gap: 0;
}

#new_loan__content .sim__rate--purchase .box-l,
#new_loan__content .sim__rate--purchase .box-r {
  text-align: center;
  flex: 1;
}

#new_loan__content .sim__rate--purchase dt,
#new_loan__content .sim__rate--purchase dd {
  text-align: center;
}

#refinance__content .sim__rate--box {
  display: flex;
  justify-content: center;
}

#refinance__content .sim__rate--purchase {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#refinance__content .sim__rate--purchase .boxs {
  display: flex;
  justify-content: center;
}

#refinance__content .sim__rate--purchase .box-l {
  text-align: center;
  border: none !important;
  border-right: none !important;
  border-left: none !important;
  min-width: 260px;
  width: auto;
}

#refinance__content .sim__rate--purchase .boxs {
  border: none !important;
}

#refinance__content .sim__rate--result .box-l::after,
#refinance__content .sim__rate--result .box-l::before {
  display: none !important;
}

#refinance__content .sim__rate--purchase dt,
#refinance__content .sim__rate--purchase dd {
  text-align: center;
}

.flat35-accordion {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
  background: #fff;
}

.flat35-accordion__trigger {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  gap: 12px;
  transition: background 0.2s;
  border-left: 4px solid #CC0033;
  text-align: left;
}

.flat35-accordion__trigger-hint {
  font-size: 12px;
  color: var(--docomo-red);
  font-weight: bold;
  letter-spacing: 0;
  background: #fff0f3;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  border: 1px solid rgba(204,0,51,0.25);
}

.flat35-accordion__trigger:hover {
  background: #fafafa;
}

.flat35-accordion__trigger-text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.flat35-accordion__icon {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s;
}

.flat35-accordion__icon svg {
  display: block;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.flat35-accordion__icon svg path {
  stroke: #555;
  stroke-width: 2;
  fill: none;
}

/* 開いた状態 */

.flat35-accordion.is-open .flat35-accordion__icon {
  background: #CC0033;
}

.flat35-accordion.is-open .flat35-accordion__icon svg {
  transform: rotate(180deg);
}

.flat35-accordion.is-open .flat35-accordion__icon svg path {
  stroke: #fff;
}

.flat35-accordion__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-top: 0px solid #eee;
}

.flat35-accordion.is-open .flat35-accordion__body {
  border-top: 1px solid #eee;
}

.flat35-accordion__body-inner {
  padding: 24px 24px 28px;
  background: #fafafa;
}

.flat35-cta-fullbleed {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.strength-point-number-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.strength-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 2px solid var(--docomo-red);
  border-radius: 50%;
  flex-shrink: 0;
}

.strength-point-icon svg {
  width: 18px;
  height: 18px;
}

.flat35-cta-section-wrap {
  position: relative;
  overflow: hidden;
  padding: 48px 40px 80px;
  margin: 0;
  background: #f5eef0;
  border-radius: 0;
}

.flat35-cta-section-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #f5eef0 0%, #eddee3 100%);
  z-index: 0;
}

.flat35-cta-town-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  line-height: 0;
}

.flat35-cta-town-bg svg {
  width: 100%;
  height: auto;
  display: block;
}

.flat35-cta-heading-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 32px;
}

.flat35-cta-grid-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.flat35-cta-heading-label {
  display: inline-block;
  background: var(--docomo-red);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 10px 32px;
  line-height: 1.4;
}

.flat35-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.flat35-cta-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px 16px 16px;
  text-align: center;
  text-decoration: none !important;
  color: #333 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: box-shadow 0.2s, transform 0.2s;
  border-bottom: 3px solid #CC0033;
}

.flat35-cta-card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.14);
  transform: translateY(-2px);
  text-decoration: none !important;
  color: #333 !important;
}

.flat35-cta-card__icon {
  line-height: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flat35-cta-card__label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #222;
}

.flat35-cta-card__arrow {
  font-size: 12px;
  color: #CC0033;
  font-weight: bold;
}

/* SP版：町の背景を大きく表示 */

.flat35-cta-sub {
  display: none;
}

.flat35-diagram-wrap {
  margin: 28px auto 8px;
  max-width: 820px;
  width: 100%;
  display: block;
}

.flat35-diagram-svg {
  width: 100%;
  height: auto;
  display: block;
}

.flat35-diagram-sp {
  display: none;
}

.flat35-about-txt {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.title.title-1.is-border {
  letter-spacing: 0.08em;
}

.txt.is-l {
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}

.strength-point-item {
  padding: 28px 32px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  border-left: 4px solid #CC0033;
  border-radius: 6px;
}

.merit-box-item {
  padding: 28px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fff;
}

.table-header-flat35 {
  background: #FFF5EC;
  border-top: 3px solid #CC0033 !important;
}

.table-cell-flat35 {
  background: #FFFAF5;
}

.docomo-strength-wrapper {
  background: #fff;
  padding: 48px 0 56px;
}

.docomo-strength-lead {
  background: linear-gradient(135deg, #fff8f0 0%, #fff0e8 100%);
  border: 1px solid #f0ddd0;
  border-radius: 8px;
  padding: 28px 28px;
  margin-top: 24px;
}

/* 数字バッジ */

.merit-box-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  flex-shrink: 0;
}

/* ====================================================
   REDESIGN OVERLAY — typography, spacing, rate, accordion
   ==================================================== */

:root {
  --text-primary: #111;
  --text-secondary: #555;
  --text-muted: #888;
  --border-light: #e8e8e8;
  --bg-section: #f7f8fa;
  --section-gap: 72px;
}

/* --- Typography hierarchy --- */

.title.title-1 { font-size: 30px !important; font-weight: 700 !important; letter-spacing: 0.06em !important; color: var(--text-primary) !important; }

/* 人気商品セクション見出しはやや大きめ */

h2.title.title-1.popular-products-heading { font-size: 36px !important; }

.title.title-3 { font-size: 26px !important; font-weight: 700 !important; color: var(--text-primary) !important; }

.title.title-4 { font-size: 17px !important; font-weight: 700 !important; color: var(--text-primary) !important; }

.txt { font-size: 16px !important; line-height: 1.85 !important; color: var(--text-secondary) !important; }

.txt.is-read.is-sub, .txt.is-read.is-sub.is-indent { font-size: 12px !important; color: var(--text-muted) !important; }

/* --- Section rhythm --- */

.l-col, .l-col.is-bgc-g { padding-top: var(--section-gap) !important; padding-bottom: var(--section-gap) !important; }

.docomo-strength-wrapper { padding-top: var(--section-gap) !important; padding-bottom: var(--section-gap) !important; background: #fff !important; }

/* --- BIG rate numbers --- */

.sim__rate .data dd strong, .sim__rate--result .data dd strong {
  font-size: 64px !important; font-weight: 800 !important; line-height: 1 !important;
  color: var(--docomo-red) !important; letter-spacing: -0.01em !important; display: inline-block !important;
}

.sim__rate .data dd span, .sim__rate--result .data dd span {
  font-size: 18px !important; font-weight: 600 !important; color: var(--docomo-red) !important; vertical-align: middle !important;
}

.sim__rate .data dt, .sim__rate--result .data dt {
  font-size: 12px !important; color: var(--text-muted) !important; margin-bottom: 4px !important;
}

.sim__rate .sub, .sim__rate--result .sub {
  font-size: 13px !important; font-weight: 600 !important; color: var(--text-secondary) !important;
  border-bottom: 1px solid var(--border-light) !important; padding-bottom: 6px !important; margin-bottom: 12px !important;
}

.sim__rate--purchase-title {
  font-size: 12px !important; font-weight: 700 !important; color: var(--text-muted) !important;
  letter-spacing: 0.08em !important; margin-bottom: 16px !important;
}

.sim__rate--title { font-size: 14px !important; font-weight: 600 !important; color: var(--text-muted) !important; letter-spacing: 0.1em !important; }

/* box spacing */

.sim__rate--purchase .box-l { padding: 16px 28px !important; border-right: 1px solid var(--border-light) !important; min-width: 150px !important; }

.sim__rate--purchase .box-r { padding: 16px 28px !important; border-right: none !important; min-width: 150px !important; }

.sim__rate--purchase .data { margin-bottom: 18px !important; }

.rate-box-layout {
  background: transparent !important; border: none !important;
  border-radius: 0 !important; box-shadow: none !important;
  overflow: visible !important; padding: 0 !important;
}

.rate-box-layout__rate { padding: 24px 20px !important; }

.rate-box-layout__cta {
  padding: 16px 20px !important; background: var(--bg-section) !important;
  border-left: 1px solid var(--border-light) !important; justify-content: center !important;
}

/* --- Reduce red --- */

.strength-point-item { border-left-color: #ccc !important; }

.strength-point-item:hover { border-left-color: var(--docomo-red) !important; box-shadow: 0 2px 8px rgba(0,0,0,0.07) !important; }

.strength-point-number { background: #1a1a1a !important; color: #fff !important; }

.strength-point-item .title { color: var(--text-primary) !important; }

.merit-box-number { background: #1a1a1a !important; color: #fff !important; }

.flat35-accordion__trigger { border-left-color: #ccc !important; }

.flat35-accordion.is-open .flat35-accordion__trigger { border-left-color: var(--docomo-red) !important; }

.faq-item__q-mark { background: #444 !important; }

.faq-item__cat { color: var(--text-muted) !important; }

.docomo-strength-lead { background: var(--bg-section) !important; border: 1px solid var(--border-light) !important; }

.home__news { box-shadow: none !important; border: 1px solid var(--border-light) !important; }

.home__news--date { color: var(--text-muted) !important; font-weight: 400 !important; }

.flat35-cta-card { border-bottom-color: #444 !important; }

.flat35-cta-card__arrow { color: #555 !important; }

.comparison-table-style { box-shadow: none !important; border: 1px solid var(--border-light) !important; }

/* --- New generic accordion styles --- */

.redesign-accordion {
  border: 1px solid var(--border-light); border-radius: 10px;
  overflow: hidden; background: #fff; margin-top: 0;
}

.redesign-accordion__trigger {
  width: 100%; background: #fff; border: none;
  padding: 18px 24px; display: flex; align-items: center;
  justify-content: space-between; cursor: pointer;
  font-size: 16px; font-weight: 700; color: var(--text-primary);
  letter-spacing: 0.04em; gap: 12px; transition: background 0.2s;
  border-left: 3px solid #ccc; text-align: left;
}

@media screen and (min-width: 769px) {
.kv {
    margin-top: 4px !important;
  }

.sim__rate {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sim__rate--box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .sim__rate--purchase,
  .sim__rate--guarantee {
    margin: 0 auto;
  }

  .kv-rate-band__note {
    font-size: 13px !important;
    text-align: center !important;
    width: 100%;
  }

  .sim__rate--title {
    text-align: center !important;
    width: 100%;
  }

.flat35-merit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  /* ④⑤ を2列中央に */
  .merit-box-item:nth-child(4) {
    grid-column: 1;
  }

  .merit-box-item:nth-child(5) {
    grid-column: 2;
  }

.redesign-accordion__trigger .title.title-1,
  .flat35-accordion__trigger-text > span:first-child,
  .docomo-strength-section > h2.title.title-1 {
    font-size: 30px !important;
  }
}

.redesign-accordion__trigger:hover { background: #fafafa; }

.redesign-accordion__trigger-inner { display: flex; align-items: center; gap: 12px; flex: 1; }

.redesign-accordion__hint {
  font-size: 11px; font-weight: 600; color: var(--text-muted);
  background: var(--bg-section); padding: 3px 10px;
  border-radius: 20px; white-space: nowrap; border: 1px solid var(--border-light);
}

.redesign-accordion__icon {
  width: 28px; height: 28px; background: #f0f0f0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: background 0.25s;
}

.redesign-accordion__icon svg { display: block; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); }

.redesign-accordion__icon svg path { stroke: #555; stroke-width: 2; fill: none; }

.redesign-accordion.is-open .redesign-accordion__trigger { border-left-color: var(--docomo-red); }

.redesign-accordion.is-open .redesign-accordion__icon { background: var(--docomo-red); }

.redesign-accordion.is-open .redesign-accordion__icon svg { transform: rotate(180deg); }

.redesign-accordion.is-open .redesign-accordion__icon svg path { stroke: #fff; }

.redesign-accordion__body {
  overflow: hidden; max-height: 0;
  transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1);
}

.redesign-accordion.is-open .redesign-accordion__body {
  border-top: 1px solid var(--border-light); max-height: 5000px;
}

.redesign-accordion__body-inner { padding: 28px 28px 32px; background: #fafafa; }

#contents > .txt.is-read.is-bottom,
.txt.is-read.is-bottom.is-center:last-of-type {
  margin-bottom: 12px !important;
}

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

.footer__inner.is-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.footer__inner--other {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

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

html, body {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.redesign-accordion__hint {
  min-width: 140px;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
}

.comparison-section.is-mt-xl {
  margin-top: 16px !important;
}

.sim__rate--box {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media screen and (max-width: 900px) {
.df-features-grid {
    max-width: 100%;
    gap: 12px;
  }
  .df-features-row {
    gap: 12px;
  }
  .df-features-row--top .df-feature-card {
    flex: 1;
  }
  .df-feature-card {
    padding: 20px 20px 16px;
  }
  .df-feature-card__title {
    font-size: 15px;
  }

.rate-box-layout {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .rate-box-layout__rate {
    padding-right: 0;
  }

  .rate-box-layout__cta {
    flex: none;
    width: 100%;
    border-left: none;
    border-top: 1px solid #e8e8e8;
    padding-left: 0;
    padding-top: 16px;
    flex-direction: column;
    gap: 10px;
  }

  .rate-cta-label {
    flex: 0 0 100%;
    margin-bottom: 4px;
  }

  .rate-cta-btn {
    flex: none;
    width: 100%;
    font-size: 15px;
    padding: 14px 12px;
  }

.rate-box-layout {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .rate-box-layout__rate {
    padding: 16px 12px !important;
  }
  .rate-box-layout__cta {
    padding: 14px 12px !important;
    border-top: 1px solid var(--border-light) !important;
    border-left: none !important;
    background: var(--bg-section) !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .rate-cta-btn {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-break: keep-all !important;
    display: block !important;
  }
}

.home__reason--attention {
  margin-top: 20px;
  padding: 0;
}

.attention-title {
  font-size: 12px;
  font-weight: bold;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
  background: none;
  display: block;
}

/* リスト */

.home__reason--attention ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attention-item {
  display: block;
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.7;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 5px;
  word-break: normal;
  overflow-wrap: break-word;
}

.attention-item a {
  color: var(--text-muted);
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: break-word;
}

.flat35-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto;
}

.flat35-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 4px solid #CC0033;
  border-radius: 8px;
  padding: 24px;
  text-decoration: none;
  color: #333;
  transition: all .25s ease;
}

.flat35-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

.flat35-product-card h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

.flat35-product-card p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.flat35-product-card span {
  color: #CC0033;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
.txt.is-read.is-bottom.is-center {
    text-align: left !important;
  }

.kv-rate-band {
    padding: 0 16px;
    min-height: 56px;
  }

  .kv-rate-band__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 12px 0;
  }

  .kv-rate-band__title {
    font-size: 16px !important;
    white-space: normal !important;
  }

  .kv-h1-badge {
    font-size: 10px;
  }

.is-mt-xl {
    margin-top: 24px;
  }

.l-col.is-bgc-g .l-col-content {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
  }


  .l-col.is-bgc-g {
    padding-top: 12px !important;
    padding-bottom: 20px !important;
  }

.flat35-about-section {
    padding: 0 0 12px;
    margin-top: 10px;
  }

.flat35-about-section {
    padding: 24px 16px 60px;
  }

  .flat35-about-section > h2,
  .docomo-strength-section > h2,
  .flat35-merit-section > h2,
  .comparison-section > h2,
  .flat35-cta-section h2 {
    margin-top: 56px;
    margin-bottom: 28px;
  }
  
  .bank-loan-title {
    margin-top: 20px !important;
    margin-bottom: 12px !important;
  }
  
  .flat35-about-section > h2 {
    margin-top: 16px !important;
    margin-bottom: 22px !important;
  }

.docomo-strength-section {
    padding: 0 16px;
  }

  .docomo-strength-lead {
    padding: 20px 16px;
  }

  .strength-point-item {
    padding: 20px;
  }

.flat35-merit-section {
    padding: 0 16px;
  }

  .flat35-merit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

.comparison-section {
    padding: 0 16px;
    margin-bottom: 48px;
  }

  .comparison-table-style {
    font-size: 13px;
    min-width: 600px;
  }

  .comparison-table-style thead th,
  .comparison-table-style tbody td {
    padding: 12px 8px;
  }

  .table-header-item,
  .table-item-name {
    width: 90px;
  }

  .table-scroll-hint {
    display: block;
  }

.btn-cta-spacing {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .btn-cta-spacing:first-child {
    margin-top: 24px !important;
  }

  .btn-cta-spacing:last-child {
    margin-bottom: 24px !important;
  }

.l-col-content,
  .flat35-about-section,
  .docomo-strength-section,
  .flat35-cta-section,
  .home__reason,
  .home__visit,
  .home__news,
  .home__loan {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

 
  .flat35-merit-section,
  .comparison-section {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .kv {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .flat35-about-section .txt.is-l {
    font-size: 13px !important;
  }

  .docomo-strength-lead .txt.is-xl {
    font-size: 16px !important;
  }

  .docomo-strength-lead .txt.is-l {
    font-size: 13px !important;
  }

  .home__news--title {
    font-size: 13px !important;
  }

.kv-rate-band__note {
    font-size: 10px !important;
  }

.news-faq-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home__news--link {
    gap: 10px;
  }

  .home__news--date {
    font-size: 10px;
  }

  .home__news--title {
    font-size: 7px;
    line-height: 1.5;
  }

  .faq-item__question {
    padding: 10px 0;
  }

  .faq-item__text {
    font-size: 11px;
    line-height: 1.45;
  }

  .faq-more-link {
    font-size: 11px;
  }

.flat35-accordion__trigger {
    padding: 16px 16px;
    gap: 8px;
    font-size: 22px;
  }

  .flat35-accordion__trigger-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .flat35-accordion__trigger-text > span:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
  }

  .flat35-accordion__trigger-hint {
    font-size: 12px;
    padding: 4px 12px;
  }

.flat35-cta-heading-label {
    font-size: 15px;
    padding: 10px 20px;
  }

.flat35-cta-town-bg {
    height: 100px;
  }

  .flat35-cta-town-bg svg {
    height: 100px;
    width: auto;
    min-width: 100%;
  }

.flat35-cta-section-wrap {
    padding: 36px 16px 90px;
    border-radius: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .flat35-cta-town-bg svg {
    min-height: 80px;
  }

  .flat35-cta-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 100%;
  }

  .flat35-cta-card {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    padding: 14px 18px;
    gap: 14px;
  }

  .flat35-cta-card__label {
    flex: 1;
    font-size: 14px;
  }

  .flat35-cta-card__arrow {
    margin-top: 0;
  }

.flat35-diagram-wrap {
    margin: 20px 0 8px;
  }

  .flat35-diagram-pc {
    display: none;
  }

  .flat35-diagram-sp {
    display: block;
    width: 100%;
    height: auto;
  }

.flat35-about-txt {
    text-align: left;
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

h2.title.title-1.popular-products-heading { font-size: 20px !important; }

:root { --section-gap: 28px; }
  .title.title-1 { font-size: 22px !important; }
  .sim__rate .data dd strong, .sim__rate--result .data dd strong { font-size: 36px !important; }
  .sim__rate .data dd span, .sim__rate--result .data dd span { font-size: 13px !important; }
  .rate-box-layout__rate { padding: 16px 12px !important; }
  .rate-box-layout__cta { padding: 14px 12px !important; }
  /* min-widthをリセットしてSP2カラムが画面に収まるように */
  .sim__rate--purchase .box-l,
  .sim__rate--purchase .box-r { padding: 10px 8px !important; min-width: 0 !important; }

.flat35-merit-section,
  .comparison-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

  .flat35-merit-section .redesign-accordion,
  .comparison-section .redesign-accordion {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .redesign-accordion__body-inner {
    padding: 16px 16px 20px !important;
  }

  .flat35-merit-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .comparison-table-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

/* --- テキストサイズ --- */
  .txt { font-size: 14px !important; line-height: 1.75 !important; }
  .txt.is-read.is-sub { font-size: 11px !important; }
  .title.title-4 { font-size: 15px !important; }
  .title.title-3 { font-size: 17px !important; }
  .title.title-1 { font-size: 22px !important; }

 
  .redesign-accordion__trigger .title.title-1 {
    font-size: 16px !important;
    letter-spacing: 0.03em !important;
    line-height: 1.35 !important;
  }
  .redesign-accordion__trigger-inner { flex-wrap: wrap; gap: 6px; }

  .rate-cta-btn {
    font-size: 13px !important;
    padding: 12px 8px !important;
    white-space: normal !important;
    line-height: 1.4 !important;
  }
  .rate-box-layout__cta { gap: 8px !important; }

  /
  .btn-anim.btn-red,
  a.btn-anim.btn-red {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: keep-all !important;
    font-size: 13px !important;
    padding: 13px 16px !important;
    line-height: 1.5 !important;
  }
  .btn {
    padding: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* --- h3 inquiry --- */
  h3.title.title-4.is-center {
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
  }

 
  br.pc, br.pc-tb { display: none !important; }
  br.sp { display: inline !important; }

  .l-col-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  /* isnt-pt は上padding消す */
  .l-col-content.isnt-pt {
    padding-top: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* --- product__application --- */
  .product__application--box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .product__application--box-other { padding: 0 !important; }
  .product__application--box-other .box.is-last {
    padding: 16px !important;
    box-sizing: border-box !important;
  }

  .home__simulation { padding: 0 !important; }
  .home__simulation--box { padding: 0 !important; }
  .home__reason { padding: 0 !important; }


  .flat35-merit-section,
  .comparison-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }


  .flat35-merit-grid { margin-top: 16px !important; gap: 12px !important; }


  .docomo-strength-wrapper { padding: 28px 0 36px !important; }
  .docomo-strength-section { padding: 0 16px !important; }
  .docomo-strength-lead {
    padding: 14px 16px !important;
    margin-top: 14px !important;
  }
  .docomo-strength-lead .txt.is-xl { font-size: 14px !important; }
  .docomo-strength-points { margin-top: 14px !important; }
  .strength-point-item { padding: 14px 16px !important; margin-bottom: 10px !important; }

 
  .flat35-about-section > h2,
  .docomo-strength-section > h2,
  .flat35-merit-section > h2,
  .comparison-section > h2,
  .flat35-cta-section h2 {
    margin-top: 32px !important;
    margin-bottom: 14px !important;
  }

  /* --- CTAセクション --- */
  .flat35-cta-section-wrap { padding: 28px 16px 80px !important; }
  .flat35-cta-heading-label { font-size: 14px !important; padding: 8px 16px !important; }

  /* --- FAQ --- */
  .faq-section-wrap { margin: 0 !important; padding: 0 !important; }

  /* --- ニュース --- */
  .home__news { margin: 0 !important; }

 
  html, body { overflow-x: hidden !important; }
  img { max-width: 100% !important; height: auto !important; }
  .tab__content, .home__tab--content, .rate-box-layout { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; overflow: hidden !important; }

.flat35-about-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

.redesign-accordion__trigger-inner {
    flex-wrap: wrap !important;
    gap: 4px 8px !important;
    align-items: center !important;
  }
  .redesign-accordion__trigger-inner .title.title-1 {
    width: 100% !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.02em !important;
    white-space: normal !important;
    margin: 0 !important;
  }
  .redesign-accordion__hint {
    order: 2;
    font-size: 11px !important;
    padding: 3px 10px !important;
    min-width: 0 !important;
    width: auto !important;
  }

.home__reason--attention {
    padding: 0 !important;
    margin-top: 16px !important;
  }
  .attention-title {
    font-size: 10px;
  }
  .attention-item {
    font-size: 10px;
    line-height: 1.55;
    margin-bottom: 4px;
  }

.sim__rate--purchase .box-l,
  .sim__rate--purchase .box-r {
    padding: 10px 8px !important;
    min-width: 0 !important;
  }
  .sim__rate--purchase .data {
    margin-bottom: 8px !important;
  }
  .sim__rate .data dd span,
  .sim__rate--result .data dd span {
    vertical-align: bottom !important;
    line-height: 1 !important;
  }
  /* tab内の区切り線はそのまま維持 */
  .sim__rate--purchase .box-l {
    border-right: 1px solid var(--border-light) !important;
  }

.flat35-products{
    grid-template-columns:1fr;
    gap:12px;
  }

  .flat35-product-card{
    padding:18px;
  }
}