@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: #654321;
  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;
}


/* button */
.return_btn {
    width: 500px;
    margin: 16px auto 60px;
}

.return_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    position: relative;
    border-radius: 0.28em;
    background-color: #bf0000;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;

}

.return_btn a:after {
    position: absolute;
    right: 8px;
    bottom: 0px;
    top: 0;
    margin: auto 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #ffffff;
}

.return_btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* alcor */
.ecm-alcor-name{
  height: 3.9em;
}