/*
 Theme Name: GeneratePress Child
 Template: generatepress
 Version: 1.0.0
*/


.marker {
  position: relative;
  display: inline-block;
  line-height: inherit;
  z-index: 0;
}

.marker::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3em;
  height: 0.35em;
  background: #ff6;
  z-index: -1;
}

/* 問い合わせボタンの色 */
.sl-button-submit {
	color: var(--accent) !important;
	background: #fff !important;
	border: 2px solid var(--accent) !important;
	min-width: 100px;
	font-weight: bold !important;
}
.sl-button-submit:hover {
	background: var(--accent) !important;
	color: #fff !important;
}