@charset "utf-8";
/* CSS Document */

/* 案件毎にCSSを追加・修正する場合はこちらのファイルを編集してください。
-----------------------------------------------------------------------------*/
.top_contents h2, .tc_contents h2 {
  background-color: #002e11;
  color: #ffffff;
}
.flow_area .item li {
  background-color: #002e11;
}
.top_contents h2, .tc_contents h2 {
  margin-bottom: 20px;
}
.top_contents .contact_area h2, .tc_contents .contact_area h2 {
  margin-bottom: 0px;
}


/* =========================================================
　◆TOPフロートバナー
========================================================= */
.float_bnr {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
}
.float_bnr .float_btn {
  width: 80px;
  height: 80px;
  position: relative;
  background-color: #222222;
  border-radius: 80px;
}
.float_bnr p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-weight: var(--font-strong);
  font-feature-settings: "palt";
}
.float_bnr p span {
  font-size: 14px;
}
.float_bnr a {
  color: #ffffff !important;
}
.float_bnr a:hover {
  text-decoration: none !important;
}
.active {
  opacity: 1;
  visibility: visible;
}
.absolute {
  opacity: 0;
  visibility: hidden;
}
