/*!
Theme Name: hello-elementor child
Template: hello-elementor
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget,
.elementor-widget-heading,
.elementor-widget-text-editor {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS Mincho", serif;
}

.ttline {
  margin-top: 50px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

.ttline div {
  margin-top: -17px !important;
}

.ttline:before,
.ttline:after {
  border-top: 1px solid #bbb;
  content: "";
  flex-grow: 1;
}

.ttline:before {
  margin-right: 2rem;
}

.ttline:after {
  margin-left: 2rem;
}

.fst h2 {
  margin-top: 10px !important;
}

/* !________________________________________iPhone*/
@media screen and (max-width: 766px) {
  .ttline {
    display: block;
    margin-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
  }
  .elementor-slideshow__header > i:first-of-type {
    margin-left: 40px !important;
  }
}/*# sourceMappingURL=style.css.map */