body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui,
    sans-serif !important;
}

body {
  font-family: main, sans-serif;
  background: #f7f7f7;
}

a {
  text-decoration: none;
  color: inherit;
}

.softbank-header {
  background: #fff;
  border-bottom: 1px solid #cce0ff;
  font-family: sans-serif;
}

.softbank-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 0px 10px;
}

.softbank-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  height: 18px;
}

.divider {
  width: 1px;
  height: 20px;
  background: #ccc;
}

.phone-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.phone-icon {
  height: 25px;
}

.phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.phone-text .title {
  font-size: 14px;
  color: #333;
}

.phone-text .subtitle {
  font-size: 12px;
  color: #666;
}

.menu-btn {
  background: #2d8cff;
  border: none;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
}

.menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
}

.menu-text {
  font-size: 10px;
  margin-top: 4px;
}

@media (min-width: 769px) {
  .logo {
    height: 24px;
  }

  .menu-btn span {
    width: 24px;
  }

  .menu-text {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .softbank-container {
    padding: 0px 0px 0px 8px;
  }

  .logo {
    height: 16px;
  }

  .phone-icon {
    height: 55px;
  }

  .menu-btn {
    padding: 8px 10px;
    width: 55px;
    height: 55px;
  }

  .menu-btn span {
    width: 16px;
  }
}

main {
  background: #fff;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px;
}

main h1 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -1.1px;
}

.articleMeta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 16px;
}

.metaLeft {
  display: flex;
  align-items: center;
  gap: 8px;
}

.metaLeft span {
  color: #949494;
  font-size: 12px;
}

.toComments {
  color: #3474ce;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.toComments img {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
}

.smileContainer {
  display: flex;
}

.smileContainer img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.smileContainer img:not(:first-child) {
  margin-left: -4px;
}

.smileContainer img:first-child {
  z-index: 3;
}

.smileContainer img:nth-child(2) {
  z-index: 2;
}

.metaMedia {
  display: flex;
  align-items: center;
  gap: 6px;
}

.metaMedia a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metaMedia a:not(.x) img {
  width: 30px;
  height: 30px;
}

.x img {
  width: 100%;
  height: 100%;
}

.sb-footer {
  background: #e6e9ed;
  color: #333;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sb-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 16px;
  max-width: 980px;
  width: 100%;
}

.sb-footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.sb-footer__jp {
  font-size: 10px;
  color: #333;
  margin: 0 0 18px;
}

.sb-footer__copy {
  font-size: 10px;
  color: #5b5f63;
  margin: 0;
}

@media screen and (max-width: 774px) {

  main {
    grid-template-columns: 1fr;
  }

  .metaRight {
    display: none;
  }

  .metaLeft {
    width: 100%;
    flex-direction: row-reverse;
  }

  .metaLeft>span {
    margin-left: auto;
  }
}

.main-content {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.article-meta-date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin: 20px 0;
  color: #1a1a1a;
}

.article-lead {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.9;
  font-weight: 500;
}

.article-text {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.9;
}

.article-text strong {
  color: #1a1a1a;
}

.article-subheading {
  font-size: 17px;
  font-weight: 700;
  margin: 30px 0 15px;
  color: #1a1a1a;
  padding-left: 12px;
  border-left: 4px solid #0072C6;
}

.proof-section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px 20px;
  margin: 25px 0;
  border: 1px solid #e8e8e8;
}

.proof-header {
  font-size: 13px;
  color: #666;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.proof-header-dot {
  width: 8px;
  height: 8px;
  background: #4caf50;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.proof-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.proof-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}

.proof-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ddd;
  flex-shrink: 0;
  overflow: hidden;
}

.proof-avatar img {
  width: 100%;
  height: 100%;
}

.proof-name {
  font-weight: 700;
  font-size: 15px;
}

.proof-title {
  font-size: 12px;
  color: #666;
}

.proof-verified {
  margin-left: auto;
  background: #e8f5e9;
  color: #2e7d32;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.proof-amount {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #2e7d32;
  margin: 15px 0;
}

.proof-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
}

.proof-detail {
  text-align: center;
}

.proof-detail-value {
  font-weight: 700;
  font-size: 15px;
  color: #1a1a1a;
}

.proof-detail-label {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

.proof-quote {
  background: #fffde7;
  border-left: 3px solid #f9a825;
  padding: 15px;
  margin-top: 18px;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  border-radius: 0 6px 6px 0;
}

.faq-section {
  margin: 25px 0;
}

.faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 12px;
}

.faq-question {
  font-size: 15px;
  font-weight: 700;
  color: #0072C6;
  margin-bottom: 10px;
}

.faq-answer {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
}

.target-section {
  background: #f0f7ff;
  border: 1px solid #d0e3f5;
  border-radius: 8px;
  padding: 25px 20px;
  margin: 25px 0;
}

.target-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.target-list {
  list-style: none;
}

.target-list li {
  padding: 8px 0;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.target-list li::before {
  content: "✓";
  color: #0072C6;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.calculator {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px 20px;
  margin: 30px 0;
}

.calculator-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #1a1a1a;
}

.calculator-value-display {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #0072C6;
}

.calculator-slider {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #e0e0e0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.calculator-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0072C6;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 114, 198, 0.3);
}

.calculator-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0072C6;
  cursor: pointer;
  border: none;
}

.calculator-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 12px;
  color: #999;
}

.calculator-results {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 18px;
  margin-top: 25px;
  border: 1px solid #e8e8e8;
}

.calculator-result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  color: #333;
}

.calculator-result-row:last-child {
  border-bottom: none;
}

.calculator-result-value {
  font-weight: 700;
  font-size: 17px;
  color: #2e7d32;
}

.calculator-result-row.highlight {
  background: #e8f5e9;
  margin: 12px -18px -18px;
  padding: 15px 18px;
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}

.calculator-result-row.highlight .calculator-result-value {
  color: #1b5e20;
  font-size: 20px;
}

.calculator-disclaimer {
  text-align: center;
  font-size: 11px;
  color: #999;
  margin-top: 15px;
}

.onboarding {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px 20px;
  margin: 30px 0;
}

.onboarding-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
  color: #1a1a1a;
}

.onboarding-subtitle {
  text-align: center;
  color: #666;
  font-size: 13px;
  margin-bottom: 25px;
}

.onboarding-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onboarding-step {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
}

.onboarding-step:hover {
  border-color: #0072C6;
}

.onboarding-step-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
}

.onboarding-step-number {
  width: 30px;
  height: 30px;
  background: #0072C6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.onboarding-step-title {
  font-weight: 700;
  font-size: 14px;
  flex: 1;
  color: #1a1a1a;
}

.onboarding-step-icon {
  font-size: 12px;
  color: #999;
  transition: transform 0.3s;
}

.onboarding-step.open .onboarding-step-icon {
  transform: rotate(180deg);
}

.onboarding-step-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.onboarding-step.open .onboarding-step-content {
  max-height: 150px;
}

.onboarding-step-text {
  padding: 0 18px 18px 62px;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

.video-section {
  margin: 30px 0;
}

.video-caption {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.video-placeholder {
  width: 100%;
  min-height: 220px;
  background: #1a1a1a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}

.video-play-btn {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1a1a1a;
}

.video-subcaption {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 25px 0;
}

.trust-item {
  background: #f8f9fa;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 18px 14px;
  text-align: center;
}

.trust-item-icon {
  font-size: 26px;
  margin-bottom: 8px;
}

.trust-item-title {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 4px;
  color: #1a1a1a;
}

.trust-item-text {
  font-size: 11px;
  color: #666;
}

.ranking-section {
  margin: 30px 0;
}

.ranking-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.ranking-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

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

.ranking-number {
  width: 28px;
  font-weight: 700;
  font-size: 14px;
  color: #999;
  text-align: center;
  flex-shrink: 0;
}

.ranking-number.top3 {
  color: #0072C6;
}

.ranking-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0e0e0;
  flex-shrink: 0;
  overflow: hidden;
}

.ranking-avatar img {
  width: 100%;
  height: 100%;
}

.ranking-name {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

.ranking-bar-container {
  width: 100px;
  height: 20px;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}

.ranking-bar {
  height: 100%;
  background: linear-gradient(90deg, #0072C6, #00a0e9);
  border-radius: 10px;
}

.ranking-value {
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  min-width: 90px;
  text-align: right;
  flex-shrink: 0;
}

.ranking-disclaimer {
  font-size: 11px;
  color: #999;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

.form-section {
  background: #1a2332;
  border-radius: 8px;
  padding: 30px 20px;
  margin: 30px 0;
  color: #fff;
}

.form-header {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.form-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}

.form-header-flag {
  font-size: 22px;
}

.form-header-brand {
  font-weight: 700;
  font-size: 15px;
}

.form-pre-text {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

.form-pre-text strong {
  color: #fff;
}

.form-pre-steps {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.form-photo {
  text-align: center;
  margin-bottom: 20px;
}

.form-photo-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #2a3a4a;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  overflow: hidden;
}

.form-photo-name {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

#Send-Us-Message {
  margin-top: 20px;
}

/* #Send-Us-Message form input {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #3a4a5a;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 10px;
  outline: none;
  background: #fff;
  color: #1a1a1a;
  font-family: inherit;
}

#Send-Us-Message form input:focus {
  border-color: #0072C6;
}

#Send-Us-Message form input::placeholder {
  color: #999;
}

#Send-Us-Message form button {
  width: 100%;
  padding: 16px;
  background: #0072C6;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s;
  font-family: inherit;
}

#Send-Us-Message form button:hover {
  background: #005a9e;
}

#Send-Us-Message form button:disabled,
#Send-Us-Message form button:disabled:hover,
#Send-Us-Message form:invalid button:hover,
#Send-Us-Message form:invalid button {
  background: #0072C6 !important;
  cursor: not-allowed !important;
  opacity: .5 !important;
}
 */
.form-privacy {
  margin-top: 15px;
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.form-footer {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.form-footer-logos {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.form-footer-logo {
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.form-copyright {
  margin-top: 12px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}

.comments-section {
  margin: 30px 0;
  padding-top: 25px;
  border-top: 1px solid #eee;
}

.comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.comments-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

.comments-sort {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
}

.comments-sort select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-family: inherit;
}

.comment {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}

.comment:last-child {
  border-bottom: none;
}

.comment-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #e0e0e0;
  overflow: hidden;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
}

.comment-content {
  flex: 1;
}

.comment-author {
  font-weight: 700;
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
}

.comment-text {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 8px;
}

.comment-city {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.comment-actions {
  display: flex;
  gap: 15px;
  font-size: 12px;
  color: #999;
}

.comment-action {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}

.comment-action:hover {
  color: #0072C6;
}

.comment-action.liked {
  color: #0072C6;
}

.comment-time {
  font-size: 11px;
  color: #ccc;
}

.comment-input-section {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.comment-input-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e0e0e0;
  flex-shrink: 0;
  overflow: hidden;
}

.comment-input-fields {
  flex: 1;
}

.comment-input-name {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 8px;
  outline: none;
  font-family: inherit;
}

.comment-input-text {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  min-height: 60px;
  resize: none;
  outline: none;
  font-family: inherit;
}

.comment-input-name:focus,
.comment-input-text:focus {
  border-color: #0072C6;
}

.comment-input-submit {
  margin-top: 8px;
  padding: 9px 20px;
  background: #0072C6;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  float: right;
  font-family: inherit;
  transition: background 0.2s;
}

.comment-input-submit:hover {
  background: #005a9e;
}

.comment-new {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 12px 16px;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  z-index: 998;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sticky-cta.visible {
  transform: translateY(0);
}

.sticky-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-cta-text {
  font-size: 13px;
  color: #333;
}

.sticky-cta-text strong {
  display: block;
  color: #e63946;
  font-size: 14px;
}

.sticky-cta-btn {
  padding: 11px 24px;
  background: #0072C6;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-family: inherit;
  white-space: nowrap;
}

.sticky-cta-btn:hover {
  background: #005a9e;
}

@media (max-width: 600px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .proof-details {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ranking-bar-container {
    display: none;
  }

  .sticky-cta-text span {
    display: none;
  }
}

.article-image,
.video-player {
  width: 100%;
}

.iti--separate-dial-code {
  color: black !important;
}