.tcos-bootstrap-scope {
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
}
.article .tcos-bootstrap-scope p,
.tcos-bootstrap-scope p {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  line-height: 1.7 !important;
  letter-spacing: normal !important;
}
.article .tcos-bootstrap-scope .page-header > p,
.tcos-bootstrap-scope .page-header > p {
  margin-bottom: 0 !important;
}
.article .tcos-bootstrap-scope .cta-banner p,
.tcos-bootstrap-scope .cta-banner p {
  margin-bottom: 1rem !important;
}
.tcos-bootstrap-scope h1,
.tcos-bootstrap-scope h2,
.tcos-bootstrap-scope h3,
.tcos-bootstrap-scope h4,
.tcos-bootstrap-scope h5,
.tcos-bootstrap-scope p,
.tcos-bootstrap-scope li,
.tcos-bootstrap-scope td,
.tcos-bootstrap-scope th,
.tcos-bootstrap-scope a,
.tcos-bootstrap-scope span,
.tcos-bootstrap-scope div,
.tcos-bootstrap-scope .btn {
  font-family: inherit !important;
}
.tcos-bootstrap-scope .price {
  font-family: inherit !important;
  font-weight: bold !important;
  color: #dc3545 !important;
  font-size: 1.75rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
}
.tcos-bootstrap-scope .btn {
  font-size: 1rem !important;
}
.tcos-bootstrap-scope .collapse:not(.show) {
  display: none;
}
.tcos-bootstrap-scope .collapse.show {
  display: block;
}
.tcos-bootstrap-scope .container {
  max-width: 800px !important;
  padding: 0 !important;
}
.tcos-bootstrap-scope .page-header {
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #868e96;
  box-shadow: none;
}
.article .tcos-bootstrap-scope .page-header h1,
.tcos-bootstrap-scope .page-header h1 {
  font-size: 1.8rem !important;
  font-weight: bold !important;
  color: #0056b3 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  line-height: 1.35 !important;
  letter-spacing: normal !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  text-shadow: none !important;
}
.article .tcos-bootstrap-scope .page-nav,
.tcos-bootstrap-scope .page-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  padding: 15px !important;
  border-radius: 8px !important;
  margin-bottom: 30px !important;
  border: 1px solid #868e96 !important;
  box-shadow: none !important;
  text-align: center !important;
  height: auto !important;
  width: auto !important;
  position: static !important;
  float: none !important;
}
.article .tcos-bootstrap-scope .page-nav a,
.tcos-bootstrap-scope .page-nav a {
  display: inline-block !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: nowrap !important;
  margin: 5px 10px !important;
  color: #495057 !important;
  text-decoration: none !important;
  font-size: 0.9rem !important;
  font-weight: bold !important;
  line-height: normal !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  flex: 0 0 auto !important;
}
.article .tcos-bootstrap-scope .page-nav a:hover,
.tcos-bootstrap-scope .page-nav a:hover {
  color: #0d6efd !important;
  text-decoration: underline !important;
}
.article .tcos-bootstrap-scope .section-card,
.tcos-bootstrap-scope .section-card {
  padding: 0 !important;
  border-radius: 0;
  margin-bottom: 1.25rem;
  border: none !important;
  box-shadow: none;
  background-color: transparent !important;
  background: none !important;
}
.article .tcos-bootstrap-scope h2,
.tcos-bootstrap-scope h2 {
  background-image: none !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: initial !important;
  color: #333 !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 2px solid #0d6efd !important;
  border-left: none !important;
  padding: 0 0 10px 0 !important;
  margin: 0 0 16px 0 !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
}
.article .tcos-bootstrap-scope h2.text-danger,
.tcos-bootstrap-scope h2.text-danger {
  color: #dc3545 !important;
  border-bottom-color: #dc3545 !important;
}
.tcos-bootstrap-scope .feature-icon {
  color: #0d6efd;
  margin-right: 8px;
}
.tcos-bootstrap-scope .card-img-product {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background-color: #e9ecef;
  padding: 10px;
}
.tcos-bootstrap-scope .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.tcos-bootstrap-scope .product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s;
  cursor: pointer;
}
.tcos-bootstrap-scope .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.tcos-bootstrap-scope .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}
.tcos-bootstrap-scope .card-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  line-height: 1.3;
  letter-spacing: normal;
}
.tcos-bootstrap-scope .series-name {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 1.4;
  letter-spacing: normal;
}
.tcos-bootstrap-scope .price-box {
  margin-top: 12px;
  background-color: #fff5f5;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}
.article .tcos-bootstrap-scope .price-box p.price-label,
.tcos-bootstrap-scope .price-box p.price-label {
  font-size: 0.8rem;
  color: #dc3545;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
  letter-spacing: normal;
}
.article .tcos-bootstrap-scope .price-box p.price,
.tcos-bootstrap-scope .price-box p.price {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.tcos-bootstrap-scope .search-banner {
  background-color: #f1f3f5;
  border: 2px dashed #adb5bd;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  margin: 20px 0;
  font-weight: bold;
  color: #6c757d;
  display: block;
  text-decoration: none;
}
.tcos-bootstrap-scope .search-banner:hover {
  color: #0d6efd;
  border-color: #0d6efd;
}
.tcos-bootstrap-scope .cta-banner {
  background: linear-gradient(135deg, #0d6efd, #0dcaf0);
  color: white;
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
  margin-top: 20px;
}
.article .tcos-bootstrap-scope h3,
.tcos-bootstrap-scope h3 {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-left: none !important;
  border-bottom: none !important;
  padding: 0 !important;
  margin: 0 0 12px 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
}
.article .tcos-bootstrap-scope .cta-banner h3,
.tcos-bootstrap-scope .cta-banner h3 {
  color: #fff !important;
  font-weight: bold !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
}
.article .tcos-bootstrap-scope h5,
.tcos-bootstrap-scope h5 {
  border: none !important;
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: 1.35 !important;
  letter-spacing: normal !important;
}
.article .tcos-bootstrap-scope h5.card-title,
.tcos-bootstrap-scope h5.card-title {
  font-size: 1.6rem !important;
  font-weight: bold !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  padding-left: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
}
.article .tcos-bootstrap-scope h5.border-start.border-primary,
.tcos-bootstrap-scope h5.border-start.border-primary {
  border: none !important;
  border-left: 4px solid #0d6efd !important;
  padding-left: 0.5rem !important;
  margin-top: 1rem !important;
  margin-bottom: 0.75rem !important;
  line-height: 1.5 !important;
}
.article .tcos-bootstrap-scope h5.border-start.border-success,
.tcos-bootstrap-scope h5.border-start.border-success {
  border: none !important;
  border-left: 4px solid #198754 !important;
  padding-left: 0.5rem !important;
  margin-top: 1.25rem !important;
  margin-bottom: 0.75rem !important;
  line-height: 1.5 !important;
}
.article .tcos-bootstrap-scope .product-card .card-header,
.tcos-bootstrap-scope .product-card .card-header {
  margin: 0 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
}
.article .tcos-bootstrap-scope .product-card .card-body,
.tcos-bootstrap-scope .product-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  line-height: 1.5;
}
.article .tcos-bootstrap-scope .product-card .card-body > a.btn,
.tcos-bootstrap-scope .product-card .card-body > a.btn {
  margin-top: auto !important;
  position: relative;
  z-index: 2;
}
.article .tcos-bootstrap-scope .card-body,
.tcos-bootstrap-scope .card-body {
  line-height: 1.5;
}
.article .tcos-bootstrap-scope .badge.bg-primary,
.tcos-bootstrap-scope .badge.bg-primary {
  background-color: #0d6efd !important;
}
.article .tcos-bootstrap-scope .badge.bg-secondary,
.tcos-bootstrap-scope .badge.bg-secondary {
  background-color: #6c757d !important;
}
.article .tcos-bootstrap-scope .badge.bg-success,
.tcos-bootstrap-scope .badge.bg-success {
  background-color: #198754 !important;
}
.article .tcos-bootstrap-scope .badge.bg-danger,
.tcos-bootstrap-scope .badge.bg-danger {
  background-color: #dc3545 !important;
}
.article .tcos-bootstrap-scope .badge.bg-warning,
.tcos-bootstrap-scope .badge.bg-warning {
  background-color: #ffc107 !important;
}
.article .tcos-bootstrap-scope .badge.bg-info,
.tcos-bootstrap-scope .badge.bg-info {
  background-color: #0dcaf0 !important;
}
.article .tcos-bootstrap-scope ol,
.tcos-bootstrap-scope ol {
  padding-left: 1.5rem !important;
  margin-bottom: 1rem !important;
}
.article .tcos-bootstrap-scope ol li,
.tcos-bootstrap-scope ol li {
  list-style-type: decimal !important;
  margin: 0 0 0.5em 0 !important;
}
.article .tcos-bootstrap-scope ul li,
.tcos-bootstrap-scope ul li {
  list-style-type: disc !important;
  margin: 0 0 0.5em 1.5em !important;
}
.article .tcos-bootstrap-scope .table-responsive,
.tcos-bootstrap-scope .table-responsive {
  overflow-x: visible !important;
  max-width: 100%;
}
.article .tcos-bootstrap-scope table,
.tcos-bootstrap-scope table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed !important;
}
.article .tcos-bootstrap-scope table th,
.article .tcos-bootstrap-scope table td,
.tcos-bootstrap-scope table th,
.tcos-bootstrap-scope table td {
  border: 1px solid #dee2e6 !important;
  padding: 0.5rem !important;
  font-size: inherit !important;
  background-color: inherit !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}
.article .tcos-bootstrap-scope table tr:nth-of-type(2n+1),
.tcos-bootstrap-scope table tr:nth-of-type(2n+1) {
  background-color: inherit !important;
}
.article .tcos-bootstrap-scope .table-custom th,
.tcos-bootstrap-scope .table-custom th {
  background-color: #f8f9fa !important;
  vertical-align: middle !important;
}
.article .tcos-bootstrap-scope .table-custom td,
.tcos-bootstrap-scope .table-custom td {
  vertical-align: middle !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-primary,
.tcos-bootstrap-scope .card-body a.btn-primary,
.article .tcos-bootstrap-scope .card-body button.btn-primary,
.tcos-bootstrap-scope .card-body button.btn-primary {
  color: #fff !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-primary:hover,
.tcos-bootstrap-scope .card-body a.btn-primary:hover,
.article .tcos-bootstrap-scope .card-body button.btn-primary:hover,
.tcos-bootstrap-scope .card-body button.btn-primary:hover {
  color: #fff !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-primary,
.tcos-bootstrap-scope .card-body a.btn-outline-primary {
  color: #0d6efd !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-primary:hover,
.tcos-bootstrap-scope .card-body a.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-info,
.tcos-bootstrap-scope .card-body a.btn-outline-info {
  color: #0dcaf0 !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-info:hover,
.tcos-bootstrap-scope .card-body a.btn-outline-info:hover {
  color: #fff !important;
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-danger,
.tcos-bootstrap-scope .card-body a.btn-outline-danger {
  color: #dc3545 !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-danger:hover,
.tcos-bootstrap-scope .card-body a.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-success,
.tcos-bootstrap-scope .card-body a.btn-outline-success {
  color: #198754 !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-success:hover,
.tcos-bootstrap-scope .card-body a.btn-outline-success:hover {
  color: #fff !important;
  background-color: #198754 !important;
  border-color: #198754 !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-dark,
.tcos-bootstrap-scope .card-body a.btn-outline-dark {
  color: #212529 !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-dark:hover,
.tcos-bootstrap-scope .card-body a.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-secondary,
.tcos-bootstrap-scope .card-body a.btn-outline-secondary {
  color: #6c757d !important;
}
.article .tcos-bootstrap-scope .card-body a.btn-outline-secondary:hover,
.tcos-bootstrap-scope .card-body a.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}
.article .tcos-bootstrap-scope .alert,
.tcos-bootstrap-scope .alert {
  margin-bottom: 1rem !important;
}
.tcos-bootstrap-scope #products-deep,
.tcos-bootstrap-scope #products-middle,
.tcos-bootstrap-scope #products-front-open,
.tcos-bootstrap-scope #products-wide {
  scroll-margin-top: 1rem;
}
.tcos-bootstrap-scope .series-table-btn {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  padding: 0.35rem 0.5rem;
  line-height: 1.3;
  white-space: normal;
}
.tcos-bootstrap-scope .series-table-btn .series-table-btn__name {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.tcos-bootstrap-scope .series-table-btn .series-table-btn__label {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}
.tcos-bootstrap-scope .products-type-block {
  margin-bottom: 2rem;
  padding: 1.25rem 1rem 1rem;
  border: 1px solid #868e96;
  border-radius: 8px;
}
.tcos-bootstrap-scope #products-deep.products-type-block {
  border-left: 5px solid #0d6efd;
  background-color: #f0f6ff;
}
.tcos-bootstrap-scope #products-middle.products-type-block {
  border-left: 5px solid #6c757d;
  background-color: #f8f9fa;
}
.tcos-bootstrap-scope #products-front-open.products-type-block {
  border-left: 5px solid #0dcaf0;
  background-color: #f0fcff;
}
.tcos-bootstrap-scope #products-wide.products-type-block {
  border-left: 5px solid #ffc107;
  background-color: #fffbf0;
}
.tcos-bootstrap-scope .products-type-block h3 {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  color: #333 !important;
  background: none !important;
  border-left: none !important;
}
.article .tcos-bootstrap-scope .cabinetTable table,
.tcos-bootstrap-scope .cabinetTable table {
  font-size: 0.9em;
  margin-bottom: 0;
}
.article .tcos-bootstrap-scope .cabinetTable table td,
.article .tcos-bootstrap-scope .cabinetTable table th,
.tcos-bootstrap-scope .cabinetTable table td,
.tcos-bootstrap-scope .cabinetTable table th {
  background-color: #fff !important;
  vertical-align: middle;
}
.tcos-bootstrap-scope .cabinetTable table img {
  max-width: 120px;
  height: auto;
}
.tcos-bootstrap-scope .card-body a.btn-success,
.tcos-bootstrap-scope .card-body a.btn-success:hover {
  color: #fff !important;
}
.tcos-bootstrap-scope .cabinet-price-table {
  font-size: 0.85em;
}
.tcos-bootstrap-scope .cabinet-price-table th {
  white-space: nowrap;
  background-color: #f8f9fa !important;
}
.tcos-bootstrap-scope .cabinet-tokka .text-danger {
  font-weight: bold !important;
}
.tcos-bootstrap-scope .fplus-estimate-box {
  margin-top: 1.25rem;
  padding: 1.25rem 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, #fff8f8 0%, #fff5f5 50%, #ffffff 100%);
  border: 2px solid #dc3545;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(220, 53, 69, 0.12);
}
.tcos-bootstrap-scope .fplus-estimate-box__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6c757d;
  margin: 0 0 0.5rem !important;
  letter-spacing: 0.05em;
}
.tcos-bootstrap-scope .fplus-estimate-box__price {
  font-size: 1.75rem;
  font-weight: 800;
  color: #dc3545 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.02em;
}
.tcos-bootstrap-scope .fplus-estimate-box__suffix {
  font-size: 1rem;
  font-weight: 600;
  color: #6c757d;
}
.tcos-bootstrap-scope .fplus-estimate-box__note {
  font-size: 0.8rem;
  color: #6c757d;
  margin: 0.75rem 0 0 !important;
  line-height: 1.5 !important;
}
.tcos-bootstrap-scope .fplus-pattern-img {
  max-height: 240px !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
.tcos-bootstrap-scope .fplus-rail-grid img {
  height: 140px !important;
  max-height: 140px !important;
  width: 100% !important;
  object-fit: contain !important;
  display: block !important;
}
.tcos-bootstrap-scope .fplus-panel-price-card {
  height: 100%;
  padding: 1.25rem 1rem;
  text-align: center;
  background: linear-gradient(135deg, #fff8f8 0%, #fff5f5 50%, #ffffff 100%);
  border: 2px solid #dc3545;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(220, 53, 69, 0.12);
}
.tcos-bootstrap-scope .fplus-panel-price-card__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  margin: 0 0 0.5rem !important;
  letter-spacing: 0.05em;
}
.tcos-bootstrap-scope .fplus-panel-price-card__price {
  font-size: 1.6rem;
  font-weight: 800;
  color: #dc3545 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}
.tcos-bootstrap-scope .fplus-panel-price-card__unit {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6c757d;
}
.tcos-bootstrap-scope .fplus-door-grid .col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
}
.tcos-bootstrap-scope .fplus-door-grid img {
  height: 180px !important;
  max-height: 180px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  margin: 0 auto;
  display: block !important;
}
.tcos-bootstrap-scope .card.h-100.w-100 {
  display: flex;
  flex-direction: column;
}
.article .tcos-bootstrap-scope.firstplus-page .card .card-img-top,
.tcos-bootstrap-scope.firstplus-page .card .card-img-top {
  height: 180px !important;
  max-height: 180px !important;
  min-height: 180px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  flex: 0 0 180px !important;
}
.tcos-bootstrap-scope .card.h-100.w-100 .card-body {
  flex: 1 1 auto;
}

/* dw-top-page */
.tcos-bootstrap-scope .rank-badge {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 10;
}
.tcos-bootstrap-scope .rank-1 {
  background: linear-gradient(135deg, #FFD700, #FDB931);
}
.tcos-bootstrap-scope .rank-2 {
  background: linear-gradient(135deg, #C0C0C0, #E0E0E0);
}
.tcos-bootstrap-scope .rank-3 {
  background: linear-gradient(135deg, #CD7F32, #E6A171);
}
.tcos-bootstrap-scope .rank-other {
  background: #6c757d;
}
.tcos-bootstrap-scope .guide-box {
  background-color: #f1f8ff;
  border: 1px solid #cce5ff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.tcos-bootstrap-scope .guide-item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 0.8rem;
  border: 1px solid #dee2e6;
}
.tcos-bootstrap-scope .guide-target {
  font-weight: bold;
  color: #0056b3;
  width: 35%;
  flex-shrink: 0;
}
.tcos-bootstrap-scope .guide-arrow {
  color: #ccc;
  margin: 0 10px;
}
.tcos-bootstrap-scope .guide-result {
  width: 65%;
}
.tcos-bootstrap-scope .guide-result span {
  font-weight: bold;
  color: #d9534f;
  display: block;
  margin-bottom: 0.2rem;
}
.tcos-bootstrap-scope .guide-result small {
  color: #666;
  font-size: 0.85rem;
}
.tcos-bootstrap-scope .cabinet-box {
  background: #fff3cd;
  border: 2px solid #ffeeba;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
  position: relative;
}
.tcos-bootstrap-scope .cabinet-title {
  color: #856404;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.tcos-bootstrap-scope .cabinet-title i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #d39e00;
}
.tcos-bootstrap-scope .maker-card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.tcos-bootstrap-scope .maker-body > a.btn {
  position: relative;
  z-index: 2;
}
.tcos-bootstrap-scope .maker-header {
  padding: 1rem 1.5rem;
  border: none !important;
  border-bottom: none !important;
  border-radius: 7px 7px 0 0;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #fff !important;
}
.tcos-bootstrap-scope .maker-card.border-primary .maker-header {
  background-color: #0d6efd !important;
}
.tcos-bootstrap-scope .maker-card.border-danger .maker-header {
  background-color: #dc3545 !important;
}
.tcos-bootstrap-scope .maker-card.border-success .maker-header {
  background-color: #198754 !important;
}
.tcos-bootstrap-scope .maker-card.border-dark .maker-header {
  background-color: #212529 !important;
}
.tcos-bootstrap-scope .maker-card.border-secondary .maker-header {
  background-color: #6c757d !important;
}
.tcos-bootstrap-scope .maker-card.border-info .maker-header {
  background-color: #0dcaf0 !important;
}
.tcos-bootstrap-scope .maker-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.tcos-bootstrap-scope .maker-price {
  background: #f8f9fa;
  padding: 0.8rem;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: bold;
  color: #d9534f !important;
}
.tcos-bootstrap-scope .maker-point {
  margin-bottom: 1rem;
}
.tcos-bootstrap-scope .maker-point strong {
  display: block;
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

/* dw-top-page: メーカーカード内ボタンの高さ */
.tcos-bootstrap-scope.dw-top-page #maker .maker-body > a.btn {
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
  line-height: 1.4 !important;
}
.tcos-bootstrap-scope .reason-box {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.tcos-bootstrap-scope .reason-icon {
  font-size: 2.5rem;
  color: #0056b3;
  margin-bottom: 1rem;
}
.tcos-bootstrap-scope .reason-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #333 !important;
  line-height: 1.4 !important;
}
.article .tcos-bootstrap-scope .reason-box p.reason-desc,
.tcos-bootstrap-scope .reason-box p.reason-desc {
  font-size: 0.9rem !important;
  color: #555 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.6 !important;
}
.article .tcos-bootstrap-scope .reason-box a.text-primary,
.tcos-bootstrap-scope .reason-box a.text-primary {
  color: #0d6efd !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
}
.tcos-bootstrap-scope .guide-link-card {
  transition: 0.2s;
}
.tcos-bootstrap-scope .guide-link-card:hover {
  background-color: #f1f8ff !important;
  border-color: #0056b3 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.tcos-bootstrap-scope.dw-top-page .cta-banner {
  background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  margin: 1.5rem 0;
  color: #333;
}
.tcos-bootstrap-scope.dw-top-page .cta-banner .step-box {
  color: #333 !important;
}
.tcos-bootstrap-scope.dw-top-page .cta-banner .step-number {
  color: #d9534f !important;
}
.tcos-bootstrap-scope .cta-title {
  font-weight: bold;
  color: #d9534f;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.tcos-bootstrap-scope .step-box {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 1rem;
  border: 1px solid #fecfef;
  height: 100%;
}
.tcos-bootstrap-scope .step-number {
  font-size: 1.2rem;
  color: #d9534f;
  font-weight: bold;
  display: block;
  margin-bottom: 0.3rem;
}

/* dw-top-page: 価格の下の余白を確保 */
.tcos-bootstrap-scope.dw-top-page .price-box p.price {
  margin-bottom: 0.75rem !important;
}

/* dw-top-page: おすすめ（ランキング）価格ボックスとボタンの間隔 */
.tcos-bootstrap-scope.dw-top-page #ranking .price-box {
  margin-bottom: 0.75rem !important;
}

/* dw-top-page: H2の色・余白をHTML想定に揃える */
.tcos-bootstrap-scope.dw-top-page .section-card > h2,
.tcos-bootstrap-scope.dw-top-page #ranking h2,
.tcos-bootstrap-scope.dw-top-page #type h2,
.tcos-bootstrap-scope.dw-top-page #maker h2,
.tcos-bootstrap-scope.dw-top-page #check h2,
.tcos-bootstrap-scope.dw-top-page #price h2,
.tcos-bootstrap-scope.dw-top-page #reason h2,
.tcos-bootstrap-scope.dw-top-page #knowledge h2 {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid #0056b3 !important;
  border-left: none !important;
  padding: 0 !important;
  padding-bottom: 0.5rem !important;
  margin: 1.25rem 0 1.5rem 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 1.4rem !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  color: #0056b3 !important;
}
.tcos-bootstrap-scope.dw-top-page #check > h3.h5 {
  font-size: 1.05rem !important;
  font-weight: bold !important;
  color: #0056b3 !important;
  margin: 0 0 0.5rem 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.tcos-bootstrap-scope.dw-top-page #check .accordion {
  border: 1px solid #cce5ff;
  border-radius: 6px;
  overflow: hidden;
}
.tcos-bootstrap-scope.dw-top-page #check .accordion-item {
  border: 0;
  border-bottom: 1px solid #dee2e6;
}
.tcos-bootstrap-scope.dw-top-page #check .accordion-item:last-child {
  border-bottom: 0;
}
.tcos-bootstrap-scope.dw-top-page #check summary.accordion-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0056b3 !important;
  background-color: #fff !important;
  border: 0;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}
.tcos-bootstrap-scope.dw-top-page #check summary.accordion-button::-webkit-details-marker {
  display: none;
}
.tcos-bootstrap-scope.dw-top-page #check details[open] > summary.accordion-button {
  background-color: #f1f8ff !important;
}
.tcos-bootstrap-scope.dw-top-page #check summary.accordion-button::after {
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 0.75rem;
  content: "";
  border: solid #0056b3;
  border-width: 0 2px 2px 0;
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.tcos-bootstrap-scope.dw-top-page #check details[open] > summary.accordion-button::after {
  transform: rotate(-135deg);
}
.tcos-bootstrap-scope.dw-top-page #check .accordion-body {
  padding: 0.65rem 1rem 0.85rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
  background: #fff;
}
.article .tcos-bootstrap-scope.dw-top-page a.btn-cta,
.tcos-bootstrap-scope.dw-top-page a.btn-cta,
.article .tcos-bootstrap-scope.dw-top-page a.btn.btn-cta,
.tcos-bootstrap-scope.dw-top-page a.btn.btn-cta {
  display: inline-block !important;
  background-color: #d9534f !important;
  background-image: none !important;
  border: none !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 1.1rem !important;
  padding: 0.8rem 2rem !important;
  border-radius: 30px !important;
  box-shadow: 0 4px 6px rgba(217,83,79,0.3) !important;
  text-decoration: none !important;
  line-height: 1.5 !important;
}
.article .tcos-bootstrap-scope.dw-top-page a.btn-cta:hover,
.tcos-bootstrap-scope.dw-top-page a.btn-cta:hover,
.article .tcos-bootstrap-scope.dw-top-page a.btn.btn-cta:hover,
.tcos-bootstrap-scope.dw-top-page a.btn.btn-cta:hover {
  background-color: #c9302c !important;
  background-image: none !important;
  color: #fff !important;
  text-decoration: none !important;
}
.article .tcos-bootstrap-scope a.btn-cta,
.tcos-bootstrap-scope a.btn-cta {
  background-color: #d9534f !important;
  color: #fff !important;
  font-weight: bold;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  font-size: 1.1rem;
  box-shadow: 0 4px 6px rgba(217,83,79,0.3);
  text-decoration: none !important;
}
.article .tcos-bootstrap-scope a.btn-cta:hover,
.tcos-bootstrap-scope a.btn-cta:hover {
  background-color: #c9302c !important;
  color: #fff !important;
}
.article .tcos-bootstrap-scope h3,
.tcos-bootstrap-scope h3 {
  font-size: 1.1rem !important;
  font-weight: bold !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
  border-left: 4px solid #0056b3 !important;
  padding-left: 10px !important;
  background: none !important;
  border-bottom: none !important;
  color: #333 !important;
}
.article .tcos-bootstrap-scope .cta-banner h3,
.tcos-bootstrap-scope .cta-banner h3 {
  color: #fff !important;
  border-left: none !important;
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  .tcos-bootstrap-scope .guide-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .tcos-bootstrap-scope .guide-target {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .tcos-bootstrap-scope .guide-arrow {
    display: none;
  }
  .tcos-bootstrap-scope .guide-result {
    width: 100%;
  }
}

/* dw-top-page 最終CTA ボタン（無料見積・LINE） */
.tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 {
  text-align: center !important;
}
.article .tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 > a.btn,
.tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 > a.btn,
.article .tcos-bootstrap-scope.dw-top-page .text-center.mb-5 > a.btn,
.tcos-bootstrap-scope.dw-top-page .text-center.mb-5 > a.btn {
  width: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
  margin: 0.5rem 0.75rem !important;
  vertical-align: middle;
  font-size: 1.25rem !important;
  padding: 0.5rem 1rem !important;
  line-height: 1.5 !important;
}
.article .tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 > a.btn.btn-cta,
.tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 > a.btn.btn-cta,
.article .tcos-bootstrap-scope.dw-top-page .text-center.mb-5 > a.btn.btn-cta,
.tcos-bootstrap-scope.dw-top-page .text-center.mb-5 > a.btn.btn-cta {
  font-size: 1.25rem !important;
  padding: 0.5rem 1rem !important;
  border-radius: 30px !important;
}
.article .tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 > a.btn-success,
.tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 > a.btn-success,
.article .tcos-bootstrap-scope.dw-top-page .text-center.mb-5 > a.btn-success,
.tcos-bootstrap-scope.dw-top-page .text-center.mb-5 > a.btn-success {
  color: #fff !important;
  background-color: #198754 !important;
  border-color: #198754 !important;
}
.article .tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 > a.btn-success:hover,
.tcos-bootstrap-scope.dw-top-page .section-card.text-center.mb-5 > a.btn-success:hover,
.article .tcos-bootstrap-scope.dw-top-page .text-center.mb-5 > a.btn-success:hover,
.tcos-bootstrap-scope.dw-top-page .text-center.mb-5 > a.btn-success:hover {
  color: #fff !important;
  background-color: #157347 !important;
  border-color: #146c43 !important;
}

