@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;
}
h3 {
  margin-bottom: 40px;
  color: #333;
  /* padding-bottom: 8px;
  border-bottom: 1px solid #717171; */
}

/*
 kanban
========================================== */
.furusato_period {
  padding: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #d70000;
  color: #fff;
  margin-bottom: 24px;
}
.kanban_lead {
  padding: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.guide-btn {
  color: #fff !important;
  background-color: #976e2b !important;
  border: 1px solid #976e2b !important;
}

/*
 conTtl
========================================== */
.conTtl {
  margin: 0 auto 24px;
  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;
}

/*
 ancNav
========================================== */
[data-module-name="ecm-floating"][data-static="false"] {
  z-index: unset !important;
}
.ecm-floating-navi-container[data-static="false"][data-sticky="false"] {
  border-bottom: none !important;
}
.ecm-floating-navi-item .ecm-icon-chevron-down {
  color: #0078b5;
}
