/* Start custom CSS for heading, class: .elementor-element-130bf15 */.yakudati {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  width: 100px;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-6bff78d */.yakudati2 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.yakudati2:before, .yakudati2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
.yakudati2:before {
  left: 7px;
}
 .yakudati2:after {
  right: 7px;
}/* End custom CSS */