.dotbar {
	border-bottom:8px dotted var(--mainc);
display:inline-block;
padding-bottom:.3em;
}
.zenmaru {
	  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.marker {
	background:linear-gradient(transparent 70%, #b9e3ee 70%);
color:var(--mainc);
display:inline;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
