@charset "utf-8";
.parts--image-text-h._layout001.mynumber_wrap .parts--image { width:160px; margin-left:auto; margin-right:auto; }
.parts--image-text-h._layout001.mynumber_wrap .parts--text_wrap { flex:1; }

.table-tels tr > th { text-align:center; }
@container wciBase (width < 768px) {
  .table-tels { border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
  .table-tels,
  .table-tels tbody { display:block; width:100%; }
  .table-tels tr { display:grid; grid-template-columns:190px 1fr; }
  .table-tels tr > * { border-bottom-width:0; border-right-width:0; }
}

.note_indent { display:inline-block; padding-left:1em; text-indent:-1em; }