@charset "utf-8";

@media (max-width: 1200px) and (min-width: 981px) {
  div#cont {
    width: 1220px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  div#leaf_sub {
    display: block;
  }
}
@media (max-width: 980px) and (min-width: 769px) {
  div#header {
    width: 100%;
  }
}

h2,
h3,
h4 {
  line-height: 1.6;
  letter-spacing: 0;
}
p {
  line-height: 1.6;
  letter-spacing: 0;
}

.m_underLayer {
  padding-bottom: 0 !important;
}
.m_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m_content + .m_content {
  margin-top: 90px;
}
.leaf_cont_footer {
  padding-top: 40px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 768px) {
  .m_content + .m_content {
    margin-top: 60px !important;
  }
  /* .leaf_cont_footer {
    padding-bottom: 100px !important;
  } */
}

/* 背景色 */
.leaf_cont_bg_gr {
  background-color: #eaf3f1 !important;
}
.leaf_cont_bg_bl {
  background-color: #ecf9ff !important;
}
.leaf_cont_bg_pink {
  background-color: #fff0f4 !important;
}

/* フッター部ボタン */
.leaf_cont_bg_pink #leaf_new_footer.leaf_latest_footer div a {
  background-color: rgba(255, 71, 159, 1);
  border: 1px solid rgba(255, 71, 159, 1);
}
.leaf_cont_bg_pink #leaf_new_footer.leaf_latest_footer div a:hover {
  color: rgba(255, 71, 159, 1);
  background-color: #fff;
}
.leaf_cont_bg_pink #leaf_new_footer.leaf_latest_footer div a:hover::after {
  color: rgba(255, 71, 159, 1);
}

/* 背景パーツ */
.leaf_func_list_sec {
  position: relative;
}
.leaf_func_list_sec::after {
  content: "";
  position: absolute;
  width: 563px;
  height: 6842px;
  right: -420px;
  top: -80px;
  z-index: 0;
  background-image: url(/resource/img/leaf/bg_leaf_func.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.leaf_func_list_sec.leaf_eval_func_list::after {
  background-image: url(/resource/img/leaf/bg_leaf_func_bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.leaf_func_list_sec.leaf_stresscheck_func_list::after {
  background-image: url(/resource/img/leaf/bg_leaf_func_pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .leaf_func_list_sec::after {
    content: none;
  }
}

/* 改行 */
.br_sp {
  display: none;
}
@media (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

/* セクション */
.leaf_cont_sec + .leaf_cont_sec {
  margin-top: 90px;
}
.leaf_textBox_sec {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.1);
  padding: 30px;
}
@media (max-width: 768px) {
  #article,
  .m_search,
  #func_lineup {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .leaf_func_top_sec,
  #leaf_new_footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .leaf_textBox_sec {
    padding: 20px 15px;
  }
  .leaf_strenght_sec {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 見出し */
.subtitle {
  width: 100%;
}
.leaf_cont_sec h3 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.leaf_cont_sec h3 + ul {
  margin-top: 40px;
}
.leaf_cont_sec h3 + div {
  margin-top: 40px;
}
.leaf_cont_sec h3 + p {
  margin-top: 15px;
}
h3 + .leaf_cont_subHead {
  margin-top: 15px;
}
.leaf_cont_subHead {
  font-size: 16px;
  font-weight: normal !important;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .leaf_cont_sec h3 {
    font-size: 30px;
    margin: 0 !important;
  }
  .leaf_cont_sec h3 + p {
    margin-top: 0;
  }
}

/* ボタン */
.leaf_func_btn {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  background: rgb(81, 191, 188);
  background: linear-gradient(
    90deg,
    rgba(81, 191, 188, 1) 0%,
    rgba(76, 179, 176, 1) 25%,
    rgba(67, 160, 157, 1) 50%,
    rgba(63, 150, 147, 1) 65%,
    rgba(58, 139, 137, 1) 80%,
    rgba(57, 137, 135, 1) 100%
  );
  transition: 0.2s;
  letter-spacing: 0;
}
.leaf_func_btn.leaf_eval_func_btn {
  background: rgb(108, 193, 220);
  background: linear-gradient(
    90deg,
    rgba(108, 193, 220, 1) 0%,
    rgba(91, 182, 214, 1) 20%,
    rgba(75, 173, 209, 1) 42%,
    rgba(33, 147, 194, 1) 65%,
    rgba(17, 127, 175, 1) 85%,
    rgba(12, 121, 170, 1) 100%
  );
}
.leaf_func_btn.leaf_stresscheck_func_btn {
  background: rgb(255, 138, 193);
  background: linear-gradient(
    90deg,
    rgba(255, 138, 193, 1) 0%,
    rgba(255, 133, 191, 1) 25%,
    rgba(255, 118, 183, 1) 48%,
    rgba(255, 92, 170, 1) 75%,
    rgba(255, 71, 159, 1) 100%
  );
}
.leaf_func_btn:hover {
  opacity: 0.7;
}

/* ページ内リンクナビ */
.leaf_link_nav_box {
  position: fixed;
  width: 265px;
  height: 260px;
  bottom: 80px;
  right: 35px;
  background-color: #fff;
  border: 2px solid #398987;
  padding: 20px;
  z-index: 20;
}
.leaf_link_nav_box.leaf_link_nav_box_4item {
  height: 210px;
}
.nav_box_close_btn.leaf_link_nav_box_4item {
  bottom: 275px;
}
.leaf_link_nav_box.leaf_link_nav_box_6item {
  height: 330px;
  bottom: 60px;
}
.nav_box_close_btn.leaf_link_nav_box_6item {
  bottom: 375px;
}
@media (max-width: 768px) {
  .nav_box_close_btn.leaf_link_nav_box_4item {
    bottom: 256px;
  }
}

.leaf_link_nav_item {
  position: relative;
  padding-left: 20px;
  transition: 0.2s;
}
.leaf_link_nav_item a {
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.leaf_link_nav_item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  border-top: 2px solid #398987;
  border-right: 2px solid #398987;
  transform: rotate(45deg);
  transition: 0.2s;
}
.leaf_link_nav_item:hover {
  opacity: 0.7;
}
.leaf_link_nav_item:hover::before {
  opacity: 0.7;
}
.leaf_link_nav_item + .leaf_link_nav_item {
  margin-top: 20px;
}
.nav_box_close_btn {
  position: fixed;
  bottom: 325px;
  right: 22px;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #398987;
  border: 1px solid #398987;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  text-align: center;
  z-index: 999;
  transition: 0.2s;
}
.nav_box_close_btn:hover {
  opacity: 0.7;
}
.leaf_nav_box_openBtn {
  position: fixed;
  width: 240px;
  height: 30px;
  right: 35px;
  bottom: 30px;
  background: none;
  border: none;
  transition: 0.2s;
  z-index: 9999;
}
.leaf_nav_box_openBtn:hover {
  opacity: 0.7;
}
.eval_link_nav_box {
  border-color: #052674;
}
.stresscheck_nav_box {
  border-color: #dc5394;
}
.eval_link_nav_box .leaf_link_nav_item::before {
  border-color: #052674;
}
.stresscheck_nav_box .leaf_link_nav_item::before {
  border-color: #dc5394;
}
.boc_close_btn_b {
  background-color: #052674;
  border-color: #052674;
}
.boc_close_btn_p {
  background-color: #dc5394;
  border-color: #dc5394;
}

@media (max-width: 768px) {
  .leaf_link_nav_box {
    bottom: 60px;
  }
  .nav_box_close_btn {
    bottom: 303px;
  }
  .leaf_nav_box_openBtn {
    right: 20px;
    bottom: 60px;
  }
}

/* 画像 */
.leaf_image img {
  width: 100%;
  max-width: 100%;
  height: 181px;
}

/* ページトップ */
.leaf_func_top_sec .bc_l {
  width: 60%;
  padding: 0 !important;
}
.leaf_func_top_sec .bc_r {
  width: 40%;
}
.leaf_func_title {
  color: #333;
  font-size: 40px !important;
  text-align: left !important;
  margin-top: 25px;
}
.leaf_func_title_subtext {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.leaf_func_title_subtext {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.leaf_func_title + .leaf_func_title_subtext {
  margin-top: 20px;
}
.leaf_func_top_btn_sec {
  display: flex;
  margin-top: 25px;
}
.leaf_func_top_btn_l + .leaf_func_top_btn_r {
  margin-left: 20px;
}
.leaf_func_top_sec {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .leaf_func_image_sec_pc {
    width: 100%;
    max-width: 75%;
    margin-left: auto;
  }
  .leaf_func_image_sec_sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .leaf_func_title {
    font-size: 36px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  .leaf_func_title {
    margin-top: 0px;
  }
  .leaf_func_title_subtext {
    font-size: 14px;
    text-align: center;
  }
  .leaf_func_title + .leaf_func_title_subtext {
    margin-top: 0;
  }
  .leaf_func_top_btn_sec {
    display: block;
  }
  .leaf_func_top_btn_l + .leaf_func_top_btn_r {
    margin-left: 0;
    margin-top: 20px;
  }
  .leaf_func_top_sec .bc_l,
  .leaf_func_top_sec .bc_r {
    width: 100%;
    height: auto;
  }
  .leaf_func_top_sec .bc_l + .bc_r {
    margin-top: 30px;
  }
  .leaf_func_top_sec {
    display: block !important;
  }
  .leaf_func_image_sec_pc {
    display: none;
  }
  .leaf_func_image_sec_sp {
    display: block;
  }
  #leaf_func_top + .leaf_func_image_sec_sp {
    margin-top: 20px;
  }
}

/* 機能一覧 */
.leaf_func_list_sec {
  padding: 60px 40px 65px;
  margin-top: 40px;
  margin-bottom: 45px;
}
.leaf_eval_func_list .leaf_func_list_item a::before {
  border-color: #052674;
}
.leaf_stresscheck_func_list .leaf_func_list_item a::before {
  border-color: #dc5394;
}
.leaf_func_top_sec + .leaf_func_list_sec {
  margin-top: 60px;
}
.leaf_func_list_head_sec {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.leaf_func_list_item h4 {
  width: 245px;
  color: #398987;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #398987;
  text-align: center;
  padding: 8px;
}

.leaf_eval_func_list h4 {
  border-color: #1b8192;
  color: #1b8192;
}
.leaf_stresscheck_func_list h4 {
  border-color: #dc5394;
  color: #dc5394;
}
.leaf_eval_detail .leaf_detail_cat {
  border-color: #1b8192;
  color: #1b8192;
}
.leaf_stresscheck_detail .leaf_detail_cat {
  border-color: #dc5394;
  color: #dc5394;
}

.leaf_eval_detail .leaf_detail_btn_check::before {
  background-image: url(/resource/img/leaf/ico_check_jinji.svg);
}

.leaf_eval_detail .leaf_detail_btn_option::before {
  width: 20px;
  height: 20px;
  background-image: url(/resource/img/leaf/ico_rench_blue.png);
}

.leaf_func_list_item a {
  color: #333 !important;
  font-size: 16px;
  position: relative;
  font-weight: bold !important;
  transition: 0.2s;
  padding-left: 20px;
  letter-spacing: 0;
}
.leaf_func_list_item a:hover {
  opacity: 0.7;
}
.leaf_func_list_item a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 6px;
  left: 0;
  border-top: 2px solid #398987;
  border-right: 2px solid #398987;
  transform: rotate(45deg);
  transition: 0.2s;
}
.leaf_func_list_item a:hover::before {
  opacity: 0.7;
}
.leaf_func_list_item + .leaf_func_list_item {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .leaf_func_list_head_sec {
    display: block;
  }
  .leaf_func_list + .leaf_func_list {
    margin-top: 30px;
  }
  .leaf_func_list_item h4 {
    width: 100%;
  }
  .leaf_func_list_head_sec {
    display: block;
  }
  .leaf_func_list + .leaf_func_list {
    margin-top: 40px;
  }
  .leaf_func_list_sec {
    padding: 30px 20px;
  }
}

.leaf_detail_item {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.1);
  padding: 30px;
}
.leaf_detail_item + .leaf_detail_item {
  margin-top: 20px;
}
.leaf_detail_inr {
  display: flex;
  justify-content: space-between;
}
.leaf_detail_cat {
  width: 160px;
  color: #398987;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #398987;
  padding: 4px 2px 2px 2px;
  letter-spacing: 0;
}
.leaf_detail_cat + h4 {
  margin-top: 20px;
}
.leaf_detail_text {
  display: flex;
  flex-direction: column;
  width: 55%;
}
.leaf_image {
  width: 328px;
  height: 181px;
}
.leaf_image img {
  border: 1px solid #707070;
}
.leaf_func_image_sec .leaf_image {
  width: 100%;
  height: auto;
}
.leaf_func_image_sec .leaf_image img {
  height: auto;
}
.leaf_func_image_sec .leaf_image img {
  border: none;
}
.leaf_detail_text h4 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.leaf_detail_text h4 + p {
  margin-top: 20px;
}
.leaf_detail_text p {
  font-size: 16px;
  font-weight: normal !important;
  margin-bottom: 20px;
}
.leaf_detail_text a {
  width: 70px;
  margin-top: auto;
}
.leaf_text_link {
  color: #052674;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #052674;
  padding-bottom: 5px;
  letter-spacing: 0;
}
.leaf_text_link:hover {
  border-bottom: 1px solid #fff;
  padding-top: 1px;
  margin-bottom: -1px;
}
.leaf_detail_btn_sec {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin-top: 30px;
  gap: 10px 20px;
}
.leaf_detail_btn_sec + .leaf_detail_btn_sec {
  margin-top: 15px;
}
.leaf_detail_btn {
  position: relative;
  color: #333;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #dddddd;
  border-radius: 30px;
  padding: 10px 40px;
  transition: 0.2s;
}
.leaf_detail_btn:hover {
  opacity: 0.7;
}
.leaf_detail_btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 15px;
  top: 17px;
  border-top: 2px solid #398987;
  border-right: 2px solid #398987;
  transform: rotate(45deg);
  transition: 0.2s;
}
.leaf_eval_detail .leaf_detail_btn::after {
  border-color: #052674;
}
.leaf_eval_option_list .leaf_option_list_item::after {
  border-color: #052674;
}
.leaf_stresscheck_detail .leaf_detail_btn::after {
  border-color: #dc5394;
}
.leaf_str_option_list .leaf_option_list_item::after {
  border-color: #dc5394;
}
.leaf_detail_btn:hover::after {
  opacity: 0.7;
}
.leaf_detail_btn_option {
  position: relative;
  letter-spacing: 0;
}
.leaf_detail_btn_check {
  position: relative;
  letter-spacing: 0;
}
.leaf_detail_btn_option::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 18px;
  left: 14px;
  top: 11px;
  background-image: url(/resource/img/leaf/ico_rench.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.leaf_detail_btn_option:hover::before {
  opacity: 0.7;
}
.leaf_detail_btn_check::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
  background-image: url(/resource/img/leaf/ico_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.leaf_detail_btn_check:hover::before {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .leaf_detail_item {
    padding: 20px;
  }
  .leaf_detail_inr {
    display: block;
  }
  .leaf_detail_text + .leaf_detail_image {
    margin-top: 20px;
  }
  .leaf_detail_btn_sec {
    display: block;
  }
  .leaf_detail_btn_sec + .leaf_detail_btn_sec {
    margin-top: 20px;
  }
  .leaf_detail_btn_sec div + div {
    margin-top: 20px;
  }
  .leaf_detail_text {
    width: 100%;
  }
  .leaf_detail_image {
    width: 100%;
  }
  .leaf_detail_text h4 {
    font-size: 22px;
  }
  .leaf_detail_text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .leaf_detail_text h4 + p {
    margin-top: 5px;
  }
  .leaf_detail_cat {
    width: 105px;
  }
  .leaf_detail_cat_splg {
    width: 160px;
  }
  .leaf_detail_cat + h4 {
    margin-top: 10px;
  }
  .leaf_buying_detail .leaf_detail_item h4 {
    font-size: 20px;
    margin-top: 15px;
  }
  .leaf_buying_detail .leaf_detail_item h4 + p {
    margin-top: 15px;
  }
  .leaf_detail_btn_sec {
    width: 100%;
  }
  .leaf_image {
    width: 100%;
  }
}

/* Leafの強み */
.leaf_strength {
  display: flex;
  justify-content: space-between;
}
.leaf_strength_item {
  flex: 1;
}
.leaf_strength_item + .leaf_strength_item {
  margin-left: 20px;
}
.leaf_strength_item h4 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.leaf_strength_item p {
  font-weight: 400;
}
.leaf_strength_item h4 + p {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .leaf_strength {
    display: block;
  }
  .leaf_strength_item + .leaf_strength_item {
    margin-top: 30px;
    margin-left: 0;
  }
  .leaf_strength_item h4 + p {
    font-size: 14px;
    font-weight: normal !important;
    margin-top: 15px;
  }
}

/* 便利なオプション */
.leaf_option_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.leaf_option_list_item {
  width: 45%;
  position: relative;
  transition: 0.2s;
  padding-left: 30px;
  margin-bottom: 30px;
}

.leaf_option_list_item:hover {
  opacity: 0.7;
}
.leaf_option_list_item::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 23px;
  left: 0;
  top: 0;
  background-image: url(/resource/img/leaf/ico_rench.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.leaf_eval_option_list .leaf_option_list_item::before {
  background-image: url(/resource/img/leaf/ico_rench_blue.png);
}
.leaf_str_option_list .leaf_option_list_item::before {
  background-image: url(/resource/img/leaf/ico_rench_pink.png);
}
.leaf_option_list_item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 0;
  top: 20px;
  border-top: 2px solid #398987;
  border-right: 2px solid #398987;
  transform: rotate(45deg);
  transition: 0.2s;
}
.leaf_option_list_item:hover::before {
  opacity: 0.7;
}
.leaf_option_list_item:hover::after {
  opacity: 0.7;
}
.leaf_option_text_sm,
.leaf_option_text_lg {
  color: #333;
  font-weight: bold;
}
.leaf_option_text_sm {
  font-size: 15px;
}
.leaf_option_text_lg {
  font-size: 18px;
}
@media (min-width: 769px) {
  .leaf_textBox_sec.leaf_option_box {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .leaf_option_list {
    display: block;
  }
  .leaf_option_list_item {
    width: 100%;
  }
  .leaf_option_list_item + .leaf_option_list_item {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .leaf_option_text_sm,
  .leaf_option_text_lg {
    font-size: 14px;
  }
  .leaf_option_list_item {
    padding-left: 40px;
  }
  .leaf_option_list_item::before {
    top: 3px;
  }
  .leaf_option_list_item::after {
    width: 5px;
    height: 5px;
    right: 0px;
  }
}

/* 活用例・お客様事例・コラム */
.leaf_textBox_list {
  display: flex;
  justify-content: space-between;
}
.leaf_textBox_item {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 0.1);
  padding: 20px 15px 40px 15px;
}
.leaf_textBox_item_head {
  margin-bottom: 40px !important;
}
.leaf_textBox_item + .leaf_textBox_item {
  margin-left: 15px;
}

.leaf_textBox_item h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  /* margin-bottom: auto; */
}
.leaf_textBox_item p {
  font-size: 16px;
  font-weight: normal !important;
  margin: 40px 0;
}
.leaf_textBox_item a {
  width: 70px;
  margin-top: auto;
}
.leaf_textBox_list + .leaf_func_btn_sec {
  width: 474px;
  margin: 40px auto 0 auto;
}
@media (max-width: 768px) {
  .leaf_textBox_item h4 {
    margin-bottom: 10px;
  }
  .leaf_textBox_item p {
    font-size: 14px;
  }
  .leaf_textBox_list {
    display: block;
  }
  .leaf_textBox_item + .leaf_textBox_item {
    margin-top: 20px;
    margin-left: 0;
  }
  .leaf_textBox_list + .leaf_func_btn_sec {
    width: 100%;
  }
}

/* ストレスチェック支援サービス */
.leaf_str_detail_img {
  width: 191px;
}
.leaf_str_detail_img .leaf_image {
  width: 191px;
}
.leaf_str_detail_text {
  width: 70%;
}
@media (max-width: 768px) {
  .leaf_str_detail_img,
  .leaf_str_detail_text {
    width: 100%;
  }
}

/* ページ下部 */
@media (max-width: 1250px) {
  #leaf_new_footer {
    width: 470px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #leaf_new_footer {
    width: 100% !important;
  }
}

/* フッター部 */
#func_lineup h3 {
  margin: 10px 0;
}
.leaf_function_top_footer {
  padding-bottom: 60px !important;
  margin-top: 60px;
}
.leaf_function_top_footer .m_content__inner {
  padding-top: 60px !important;
}
.leaf_function_top_footer #func_lineup {
  margin-top: 0 !important;
}
.leaf_function_top_footer .m_search {
  margin: 0 !important;
}