.fv-ttl-area {
  padding-bottom: 20px;
}
.ttl-area-img {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: 6%;
  width: 30%;
  height: auto;
  background: linear-gradient(
    to bottom,
    rgba(202, 229, 149, 0.6) 0%,
    rgba(202, 229, 149, 0.2) 60%
  );
  z-index: 1;
}
@media (max-width: 499px) {
	.ttl-area-img {
		top: 25px;
		right: 1%;
	}
}
.page-name {
  display: block;
  padding-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #d84917;
  letter-spacing: 0.08em;
  text-align: left;
}
.content-ttl2 {
  border-color: #ed6c83;
}
.fv-lead {
  position: relative;
  z-index: 2;
}

.example__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1em 0 1em 2em;
  margin: 1.5em 0;
  background-color: #eee;
}
.example__item {
  padding: 1em 0;
  border-bottom: 1px dotted #aaa;
}
/* .example__item:first-of-type {
  border-top: 1px dotted #aaa;
} */

.example__item a {
  display: block;
  padding-left: 2.8em;
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(0, 114, 49, 0.9);
}
.example__item a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: bold;
  display: inline-block;
  margin-left: -2em;
  padding-right: 0.8em;
  color: #e00;
  transform: scale(1.5, 1.5);
  transform-origin: center;
}
.example__item a .small {
  display: inline-block;
  font-size: 90%;
  font-weight: 500;
}
