.elementor-15483 .elementor-element.elementor-element-eec1df7:not(.elementor-motion-effects-element-type-background), .elementor-15483 .elementor-element.elementor-element-eec1df7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.tokyoia.com/wp-content/uploads/2022/02/test.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-15483 .elementor-element.elementor-element-eec1df7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 0px 6px 0px;}.elementor-15483 .elementor-element.elementor-element-eec1df7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-15483 .elementor-element.elementor-element-eec1df7 > .elementor-shape-bottom svg{height:77px;}.elementor-15483 .elementor-element.elementor-element-ed11cc0 > .elementor-element-populated{margin:0px 0px 50px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );}.elementor-15483 .elementor-element.elementor-element-4c35d64{--spacer-size:10px;}@media(max-width:1024px){.elementor-15483 .elementor-element.elementor-element-eec1df7 > .elementor-shape-bottom svg{height:34px;}.elementor-15483 .elementor-element.elementor-element-eec1df7{padding:110px 0px 60px 0px;}.elementor-15483 .elementor-element.elementor-element-ed11cc0 > .elementor-element-populated{padding:0px 0px 0px 0px;}}@media(min-width:1367px){.elementor-15483 .elementor-element.elementor-element-eec1df7:not(.elementor-motion-effects-element-type-background), .elementor-15483 .elementor-element.elementor-element-eec1df7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-15483 .elementor-element.elementor-element-eec1df7:not(.elementor-motion-effects-element-type-background), .elementor-15483 .elementor-element.elementor-element-eec1df7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-15483 .elementor-element.elementor-element-eec1df7{padding:100px 0px 60px 0px;}}/* Start custom CSS for html, class: .elementor-element-467bf46 */.voice-section {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 1rem;
}

.voice-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  border-left: 5px solid #1a73e8;
  padding-left: 12px;
}

.voice-section h3 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  color: #1a73e8;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

.voice-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.voice-header {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.voice-header strong {
  display: block;
  font-size: 1.2rem;
}

.voice-header span {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 0.95rem;
}

.voice-card p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .voice-grid {
    grid-template-columns: 1fr;
  }

  .voice-card {
    padding: 16px;
  }

  .voice-section h2 {
    font-size: 1.5rem;
  }
}/* End custom CSS */