@charset "UTF-8";
/*
 common
========================================== */
.annotation {
  color: #333;
  line-height: 130%;
  padding-left: 1.1em;
  position: relative;
}
.annotation:before {
  content: "※";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

/*
 kanban
========================================== */
.furusato_period {
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  /* background-color: #d70000; */
  background-color: #fcf000;
  color: #000;
  margin-bottom: 24px;
}
.kanban_lead {
  padding: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

/*
 conTtl
========================================== */
.conTtl {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.conTtl > span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}

.conTtl > span::before,
.conTtl > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 50px;
}

.conTtl > span::before {
  left: 50%;
  transform: translateX(-100%);
  background-color: #fef100;
}

.conTtl > span::after {
  left: 50%;
  background-color: #d70000;
}
