@media (max-width: 1024px) {
  .service:where(.astro-O5BWJDHE) {
    flex-direction: column-reverse;
  }
}
.section-ttl:where(.astro-CWIR7EX2) {
  margin-bottom: 5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.section-subtitle:where(.astro-CWIR7EX2) {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--secondary-color);
}
@media (min-width: 1024px) {
  .section-subtitle:where(.astro-CWIR7EX2) {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
td:where(.astro-CWIR7EX2) {
  /*border-bottom: 1px solid var(--secondary-color);*/
  border-bottom-width:1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: var(--secondary-color) !important;
  padding-top: 1.5rem;
  padding-bottom: 1rem !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  td:where(.astro-CWIR7EX2) {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 1024px) {
  tr:where(.astro-CWIR7EX2) {
    display: flex;
    flex-direction: column;
  }
  td:where(.astro-CWIR7EX2) {
    padding: 0.5rem 0;
    border-bottom: 0px !important;
  }
  td:where(.astro-CWIR7EX2):nth-child(even) {
    border-bottom: 1px solid var(--secondary-color) !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1024px) {
  #menu.astro-664DI6VJ {
    background: url('../img/chatan_umi.jpg') center / cover no-repeat !important;
    background-color: transparent !important;
    z-index: 40 !important;
  }
}

div.astro-CWIR7EX2.bg-white\/60:first-of-type {
    margin-bottom: 120px;
}