﻿@charset "UTF-8";
/* --------------------------------------------------------------------
	BtoB
--------------------------------------------------------------------- */
/* 	header
--------------------------------------------------------------------- */
.header_logo {
  width: 168px;
  height: 51px;
  background-image: url(/cms/smz/img/usr/btob/common/logo_head.png);
  background-repeat: no-repeat;
  background-position: top -20px left;
    background-size: 100% auto;
}
.header_logo a {
  display: block;
  width: 168px;
  height: 51px;
}
.header_logo:has(> a):hover {
  opacity: .7;
}

.header_right {
  display: flex;
  height: 100%;
}
.header_list {
  margin-right: 36px;
}
.header_list_top, .header_list_bottom {
  display: flex;
  justify-content: flex-end;
}
.header_list_top {
  margin: 0 0 25px auto;
  font-size: 10px;
}
.header_list_top li {
  padding-top: 3px;
  padding-bottom: 3px;
}
.header_list_tel {
  margin-right: 18px;
  padding-right: 18px;
  padding-left: 17px;
  font-size: 18px;
  font-weight: 600;
  background-image: url(/cms/smz/img/usr/common/icon_tel.png);
  background-repeat: no-repeat;
  background-position: top 10px left;
  background-size: 12px auto;
  border-right: 1px solid #fff;
}
.header_list_bottom > li {
  margin-right: 36px;
  /*white-space: nowrap;*/
}
.header_list_bottom > li:last-child {
  margin-right: 0;
}
.header_list_bottom > li span:hover, .header_list_bottom > li a:hover {
  color: var(--ecbeing_bb_color_navyblue3);
  text-decoration: none;
}
.header_list_bottom > li > a i {
  display: none;
}
@media screen and (max-width: 950px) {
  .header_inner {
    padding: 10px 3.5% 12px;
  }
  .header_list {
    margin-right: 18px;
  }
  .header_list_bottom > li {
    font-size: 15px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: var(--sp_header_height);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  }
  .header_inner {
    display: block;
    height: 100%;
    padding: 18px 0;
    box-sizing: border-box;
  }
  .header_logo {
    width: auto;
    height: 30px;
    background-position: top -23px left;
    background-size: 150px auto;
    margin-left: 16px;
  }
  .header_logo a {
    width: 150px;
    height: 30px;
  }
  .header_right {
    display: none;
    height: calc(100vh - var(--sp_header_height));
    position: fixed;
    top: var(--sp_header_height);
    width: 100%;
    color: #000;
    flex-direction: column;
    background: #fff;
    overflow-y: auto;
    z-index:100;
  }
  .header_list {
    margin: 0 15px;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 120px;
  }
  .header_list_top, .header_list_bottom {
    display: block;
  }
  .header_list_top {
    margin: 40px auto 0;
    font-size: 12px;
    text-align: center;
  }
  .header_list_tel {
    margin-right: 0;
    padding-right: 0;
    padding-left: 20px;
    font-size: 20px;
    background-position: top 7px left;
    background-size: 14px auto;
    border-right: none;
    margin-bottom: 12px;
  }
  .header_list_top li:not(.header_list_tel) a {
    margin: 0 3px;
  }
  .header_list_bottom > li {
    margin-right: 0;
    border-bottom: 1px solid #E7E7E7;
  }
  .header_list_bottom > li:last-child:has(> .js-header-acc-menu-active) {
    border-bottom: none;
  }
  .header_list_bottom > li > a {
    position: relative;
    display: block;
    padding: 19px 0;
  }
  .header_list_bottom > li > a i {
    display: block;
    font-size: 14px;
    color: var(--ecbeing_bb_color_navyblue3);
  }
  /* ハンバーガーメニュー */
  .hamburger-menu {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: var(--hamburger-width);
    height: var(--hamburger-height);
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
  }
  .hamburger-menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: var(--hamburger-line-height);
    background-color: var(--hamburger-line-color);
    border-radius: 2px;
    transition: top var(--hamburger-transition-duration) ease-in-out, opacity var(--hamburger-transition-duration) ease-in-out, transform var(--hamburger-transition-duration) ease-in-out;
  }
  .hamburger-menu span:nth-child(1) {
    top: 0;
  }
  .hamburger-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .hamburger-menu span:nth-child(3) {
    bottom: 0;
  }
  .hamburger-menu.js-hm-active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .hamburger-menu.js-hm-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.js-hm-active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
/* ----------サブメニュー---------- */
.js-header-acc-menu span {
  cursor: pointer;
}
.js-header-acc-menu-active {
  color: var(--ecbeing_bb_color_navyblue3);
}
.header_list_sub {
  display: none;
  position: fixed;
  top: var(--pc_header_height);
  left: 0;
  width: 100%;
  max-height: calc(90% - var(--pc_header_height));
  background: #fff;
  overflow-y: scroll;
  z-index: 10000;
}
.header_list_sub_inner {
  display: none;
  width: 100%;
}
.header_list_sub_inner h2 {
  width: 100%;
  max-width: 1150px;
  margin: 40px auto 50px;
  font-size: 26px;
  font-weight: 400;
}
.header_list_sub_list {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 64px;
  z-index: 2;
}
.header_list_sub_list .header_list_sub_list_inner {
  width: calc((100% - 24px) / 2);
  margin-right: 24px;
}
.header_list_sub_list .header_list_sub_list_inner:last-of-type {
  margin-right: 0;
}
.header_list_sub_list.header_list_sub_list_3row .header_list_sub_list_inner {
  width: calc((100% - 24px) / 3);
  margin-right: 12px;
}
.header_list_sub_list .header_list_sub_list_inner > h3 {
  padding: 10px 10px 12px 10px;
  border-bottom: 2px solid #DDD;
}
.header_list_sub_list .header_list_sub_list_inner > h3 a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  background: url(/cms/smz/img/usr/common/arrow_circle_wb.png) no-repeat center right;
  background-size: 20px auto;
}
.header_list_sub_list .header_list_sub_list_inner > h3 a:hover {
  opacity: .7;
}
.header_list_sub_list .header_list_sub_list_inner > h3.header_list_sub_list_heading {
  border-bottom: 2px solid var(--ecbeing_bb_color_navyblue3);
}
.header_list_sub_list .header_list_sub_list_inner > h3.header_list_sub_list_heading a {
  color: var(--ecbeing_bb_color_navyblue3);
  background: url(/cms/smz/img/usr/common/arrow_circle_blue.png) no-repeat center right;
  background-size: 20px auto;
}
@media screen and (max-width: 768px) {
  .js-header-acc-menu > span {
    position: relative;
    display: block;
    padding: 19px 0;
  }
  .js-header-acc-menu > span::before, .js-header-acc-menu > span::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    position: absolute;
    right: 8px;
    top: 55%;
    background-color: var(--ecbeing_bb_color_navyblue3);
    border-radius: 2px;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  .js-header-acc-menu > span::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
  }
  .js-header-acc-menu > span.js-header-acc-menu-active::before {
    opacity: 0;
  }
  .js-header-acc-menu > span.js-header-acc-menu-active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .header_list_bottom > li {
    margin-right: 0;
  }
  .js-header-acc-menu-active {
    color: #000;
  }
  .header_list_sub {
    position: static;
    max-height: 100%;
    overflow: unset;
  }
  .header_list_sub_inner h2 {
    display: none;
  }
  .header_list_sub_list {
    display: block;
    margin: 0 auto 64px;
  }
  .header_list_sub_list .header_list_sub_list_inner {
    width: 100%;
    margin-right: 0;
  }
  .header_list_sub_list.header_list_sub_list_3row .header_list_sub_list_inner {
    width: 100%;
    margin-right: 0;
  }
}
/* -----product_common----- */
[class^="header_list_sub_list_product_"] {
  margin-bottom: 20px;
}
[class^="header_list_sub_list_product_"] a:hover {
  color: #000 !important;
  opacity: .58;
}
[class^="header_list_sub_list_product_"] h4 {
  font-size: 14px;
  font-weight: 400;
}
[class^="header_list_sub_list_product_"] h4 span {
  font-size: 11px;
  vertical-align: bottom;
  margin-right: 5px;
}
[class^="header_list_sub_list_product_"] h4 span:hover {
  color: #000 !important;
}
[class^="header_list_sub_list_product_"] .header_list_sub_list_product-logo {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  margin: 4px 10px 4px 15px;
  padding: 6px 10px;
  background: #F6F6F6;
}
[class^="header_list_sub_list_product_"] .header_list_sub_list_product-logo img {
  width: auto;
  height: 34px;
}
[class^="header_list_sub_list_product_"] .header_list_sub_list_product-logo i {
  font-size: 13px;
}
[class^="header_list_sub_list_product_"] p {
  font-size: 12px;
  font-weight: 300;
  margin-left: 15px;
}
[class^="header_list_sub_list_product_"] .header_list_sub_list_product-logo {
  background: #F6F6F6 url(/cms/smz/img/usr/common/icon_blank.png) no-repeat center right;
}
/* ecbeing */
.header_list_sub_list_product_ecbeing h4, .header_list_sub_list_product_ecbeing .header_list_sub_list_product-logo i {
  color: var(--ecbeing_bb_color_navyblue3);
}
.header_list_sub_list_product_ecbeing .header_list_sub_list_product-logo {
  background: var(--ecbeing_color_green5);
}
/* mercart */
.header_list_sub_list_product_mercart h4, .header_list_sub_list_product_mercart .header_list_sub_list_product-logo i {
  color: var(--mercart_color_red);
}
.header_list_sub_list_product_mercart .header_list_sub_list_product-logo {
  background: var(--mercart_color_blue2);
}
.header_list_sub_list_product_mercart .header_list_sub_list_product-logo {
  background: var(--mercart_color_blue2) url(/cms/smz/img/usr/common/icon_blank_red.png) no-repeat center right 10px;
  background-size: 12px auto;
}
/* ecbeing_bb */
.header_list_sub_list_product_ecbeing_bb h4, .header_list_sub_list_product_ecbeing_bb .header_list_sub_list_product-logo i {
  color: var(--ecbeing_bb_color_navyblue);
}
.header_list_sub_list_product_ecbeing_bb .header_list_sub_list_product-logo {
  background: var(--ecbeing_bb_color_navyblue2);
}
.header_list_sub_list_product_ecbeing_bb .header_list_sub_list_product-logo {
  background: var(--ecbeing_bb_color_navyblue2) url(/cms/smz/img/usr/common/icon_blank_nb.png) no-repeat center right 10px;
  background-size: 12px auto;
}
/* ecworks */
.header_list_sub_list_product_ecworks h4, .header_list_sub_list_product_ecworks .header_list_sub_list_product-logo i {
  color: var(--ecworks_color_green);
}
.header_list_sub_list_product_ecworks .header_list_sub_list_product-logo {
  background: var(--ecworks_color_green2);
}
.header_list_sub_list_product_ecworks .header_list_sub_list_product-logo {
  background: var(--ecworks_color_green2) url(/cms/smz/img/usr/common/icon_blank_eg.png) no-repeat center right 10px;
  background-size: 12px auto;
}
/* other_menu */
.header_list_sub_list .header_list_sub_list_inner ul.header_list_sub_list_list {
  margin: 24px 0 0 10px;
}
.header_list_sub_list .header_list_sub_list_inner ul.header_list_sub_list_list li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}
.header_list_sub_list .header_list_sub_list_inner ul.header_list_sub_list_list li span {
  font-weight: bold;
}
/* -----intro_common----- */
.header_list_sub_inner_bg {
  position: relative;
}
.header_list_sub_inner_bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 76%;
  background: var(--ecbeing_bb_color_blue3);
  z-index: 1;
}
.header_list_sub_list.header_list_sub_list_2row-adjust {
  margin-bottom: 40px;
}
.header_list_sub_list.header_list_sub_list_2row-adjust .header_list_sub_list_inner:first-of-type {
  width: 584px;
  margin-right: 44px;
}
.header_list_sub_list.header_list_sub_list_2row-adjust .header_list_sub_list_inner:last-of-type {
  width: calc(100% - 584px - 44px);
}
.header_list_sub_company {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 64px;
  z-index: 2;
}
.header_list_sub_company_search {
  position: absolute;
  top: 0;
  left: 0;
  width: 219px;
  height: 36px;
}
.header_list_sub_company_search::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}
.header_list_sub_company_search select {
  appearance: none;
  width: 219px;
  height: 36px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding-left: 15px;
  background: var(--ecbeing_bb_color_navyblue3);
  border: 1px solid var(--ecbeing_bb_color_navyblue3);
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
}
[class^="header_list_sub_company_tab"] {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 30px;
}
[class^="header_list_sub_company_tab"] li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 36px;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  border: 1px solid #DDD;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
[class^="header_list_sub_company_tab"] li.js-header-company-tab-active {
  color: var(--ecbeing_bb_color_navyblue3);
  border: 1px solid var(--ecbeing_bb_color_navyblue3);
  pointer-events: none;
  cursor: default;
}
.header_list_sub_company_child:not(.js-header-company-list-active) {
  display: none;
}
.header_list_sub_company_child_inner {
  display: flex;
  align-items: flex-start;
}
.global-megamenu__case-lists {
  display: flex;
  flex-wrap: wrap;
  width: 584px;
  margin-right: 44px;
}
.global-megamenu__case-lists li {
  width: 183px;
  min-height: 194px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 8px 15px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
  box-sizing: border-box;
}
.global-megamenu__case-lists li:nth-child(3n) {
  margin-right: 0;
}
.global-megamenu__case-image {
  width: 100%;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
}
.global-megamenu__case-image img {
  display: block;
  height: 60px;
  margin: auto;
}
.global-megamenu__case-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.global-megamenu__case-interview {
  position: relative;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #E7E7E7;
}
a .global-megamenu__case-interview i {
  right: 0;
  font-size: 9px;
  color: var(--ecbeing_bb_color_navyblue3);
}
.global-megamenu__case-interview:hover {
  border-bottom: 1px solid var(--ecbeing_bb_color_navyblue3);
}
.global-megamenu__case-company-link span {
  display: block;
  width: calc(100% - 11px);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-bottom: 3px;
  padding-right: 11px;
  border-bottom: 1px solid #E7E7E7;
  background: url(/cms/smz/img/usr/common/icon_blank_blue.png) no-repeat center right;
  background-size: 9px auto;
}
.global-megamenu__case-company-link span:hover {
  border-bottom: 1px solid var(--ecbeing_bb_color_navyblue3);
}
.global-megamenu__interview {
  width: calc(100% - 584px - 44px);
  /*min-height: 420px;*/
  background: #fff;
  border: 1px solid #DDD;
}
.global-megamenu__interview-image img {
  width: 100%;
}
.global-megamenu__interview:hover .global-megamenu__interview-image {
  opacity: .7;
}
.global-megamenu__interview-detail {
  padding: 8px 16px 24px;
}
.global-megamenu__interview-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.global-megamenu__interview-text {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 12px;
}
.global-megamenu__interview-link-text span {
  position: relative;
  display: table;
  font-size: 12px;
  font-weight: 300;
  padding-right: 30px;
  border-bottom: 1px solid #E7E7E7;
}
a .global-megamenu__interview-link-text i {
  right: 0;
  font-size: 12px;
  color: var(--ecbeing_bb_color_navyblue3);
}

@media screen and (min-width: 769px) {
  .global-megamenu__case-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
  }
  .global-megamenu__case-image img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .header_list_sub_inner_bg::after {
    width: calc(100% + 15px);
    height: 88%;
    margin-right: -15px;
  }
  .header_list_sub_list.header_list_sub_list_2row-adjust {
    margin-bottom: 40px;
  }
  .header_list_sub_list.header_list_sub_list_2row-adjust .header_list_sub_list_inner:first-of-type {
    width: 100%;
    margin-right: 0;
  }
  .header_list_sub_list.header_list_sub_list_2row-adjust .header_list_sub_list_inner:last-of-type {
    width: 100%;
  }
  .header_list_sub_company {
    padding-bottom: 32px;
    margin-bottom: 40px;
  }
  .header_list_sub_company_search {
    position: relative;
    width: 182px;
    height: 28px;
    margin-bottom: 14px;
    margin-left: 12px;
  }
  .header_list_sub_company_search select {
    width: 182px;
    height: 28px;
  }
  .sp_scroll:has(> [class^="header_list_sub_company_tab"]) {
    width: calc(100% + 15px);
    margin-bottom: 14px;
    margin-right: -15px;
  }
  [class^="header_list_sub_company_tab"] {
    margin: 0;
    width: max-content;
    padding-bottom: 5px;
  }
  [class^="header_list_sub_company_tab"] li {
    width: auto;
    height: 28px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 15px;
  }
  [class^="header_list_sub_company_tab"] li:last-child {
    margin-right: 16px;
  }
  .header_list_sub_company_child_inner {
    display: block;
  }
  .global-megamenu__case-lists {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .global-megamenu__case-lists li {
    width: calc(95% - 20px);
    min-height: 100%;
    margin: 0 auto 20px;
    padding: 12px 10px 12px 5px;
    display: flex;
  }
  .global-megamenu__case-lists li:nth-child(3n) {
    margin-right: auto;
  }
  .global-megamenu__case-image {
    width: 45%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    display: flex;
    margin-right: 15px;
    padding-right: 10px;
    border-right: 1px solid #E7E7E7;
  }
  .global-megamenu__case-item-inner {
    width: 100%;
  }
  .global-megamenu__interview {
    width: 94%;
    margin: auto;
  }
  .global-megamenu__case-image img {
    width: 100%;
    height: auto;
    max-width: 160px;
  }
}
/* -----seminar_common----- */
.header_list_sub_list .header_list_sub_list_inner ul.header_list_sub_list_bnr {
  margin: 24px 0 0 0;
}
.header_list_sub_list_thum li {
  margin-bottom: 12px;
  padding: 0 10px 12px;
  border-bottom: 1px solid #E7E7E7;
}
.header_list_sub_list_thum li a {
  display: flex;
}
.header_list_sub_list_thum li figure {
  flex-shrink: 0;
  margin-right: 16px;
}
.header_list_sub_list_thum li a:hover figure {
  opacity: .7;
}
.header_list_sub_list_thum li figure img {
  width: 100%;
}
.header_list_sub_list_thum li h3 {
  font-size: 14px;
  font-weight: 500;
}
.header_list_sub_list_thum li p {
  font-size: 12px;
  font-weight: 300;
  margin-top: 5px;
}
.header_list_sub_list_thum.hlslt124 li figure {
  width: 124px;
}
.header_list_sub_list_thum.hlslt164 li figure {
  width: 164px;
}
.header_list_sub_bg_gray {
  padding: 40px 0 50px;
  background: #F6F6F6;
}
.header_list_sub_bg_gray .header_list_sub_list {
  margin-bottom: 0;
}
.header_list_sub_inner .header_list_sub_bg_gray h2 {
  margin: 0 auto 10px;
}
.header_list_sub_txt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 3px;
}
.header_list_sub_txt p {
  font-size: 16px;
  font-weight: 300;
}
.header_list_sub_txt a {
  font-size: 14px;
  font-weight: 300;
  padding-right: 45px;
  background: url(/cms/smz/img/usr/common/arrow_circle_wb.png) no-repeat center right;
  background-size: 20px auto;
}
.header_list_sub_txt a:hover {
  opacity: .7;
  color: var(--ecbeing_bb_color_navyblue3) !important;
}
.header_list_sub_list_thum_row ul {
  display: flex;
  margin: 30px 0 0 0;
}
.header_list_sub_list_thum_row li {
  width: calc((100% - 24px)/ 2);
  margin-right: 24px;
  background: #fff;
}
.header_list_sub_list_thum_row li:nth-child(2n) {
  margin-right: 0;
}
.header_list_sub_list_thum_row li a {
  display: flex;
}
.header_list_sub_list_thum_row li a:hover {
  opacity: .7;
  text-decoration: none;
}
.header_list_sub_list_thum_row li a:hover .header_list_sub_list_thum_row_icon {
  color: #000 !important;
}
.header_list_sub_list_thum_row li a:hover h3 {
  color: var(--ecbeing_bb_color_navyblue3) !important;
}
.header_list_sub_list_thum_row li figure {
  flex-shrink: 0;
  width: 240px;
  margin-right: 16px;
}
.header_list_sub_list_thum_row li figure img {
  width: 100%;
}
.header_list_sub_list_thum_row_inner {
  padding: 10px 10px 10px 0;
}
.header_list_sub_list_thum_row_icon {
  display: table;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0 5px;
  background: #F6F6F6;
}
.header_list_sub_list_thum_row li h3 {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .header_list_sub_bg_gray {
    position: relative;
    padding: 40px 15px 50px;
    width: calc(100% + 30px - 30px);
    margin-left: -15px;
  }
  .header_list_sub_inner .header_list_sub_bg_gray h2 {
    display: block;
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .header_list_sub_txt p {
    font-size: 12px;
  }
  .header_list_sub_txt a {
    position: absolute;
    top: 42px;
    right: 15px;
    padding-right: 30px;
  }
  .header_list_sub_list_thum_row li {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
  }
  .header_list_sub_list_thum_row li a {
    display: block;
  }
  .header_list_sub_list_thum_row li figure {
    width: 100%;
    margin-right: 0;
  }
  .header_list_sub_list_thum_row_inner {
    padding: 14px 5px;
  }
  .header_list_sub_list_thum_row_icon {
    font-size: 10px;
  }
  .header_list_sub_list_thum_row li h3 {
    font-size: 14px;
  }
}
/* -----modal----- */
.js-header-acc-overlay {
  display: none;
  position: fixed;
  top: var(--pc_header_height);
  left: 0;
  width: 100%;
  height: calc(100% - var(--pc_header_height));
  background: #000000D6;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .js-header-acc-overlay {
    display: none !important;
  }
}
/* ----------ボタン---------- */
.header_btn {}
.header_btn li {
  width: 148px;
  height: 34px;
  margin: 4px 0;
  border-radius: 2px;
}
.header_btn li a {
  width: 100%;
  height: 100%;
}
.header_btn li a:hover {
  background: #ffffff33;
}
.header_btn li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 8px;
}
.btn_color_navyblue3 {
    background: var(--ecbeing_bb_color_navyblue3);
}
@media screen and (max-width: 768px) {
  .header_btn {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 16px);
    padding: 16px 8px;
    background: #F6F6F6;
    z-index: 2;
    transition: all 0.5s;
  }
  .header_btn li {
    width: calc(50% - 5px);
    height: 48px;
    margin: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
  }
  .header_btn li a {
    width: 100%;
    height: 100%;
    color: #fff !important;
  }
  .header_btn li a i {
    font-size: 10px;
  }
}

/* ----------調整---------- */
.adjust_none {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .adjust_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header_list_sub_list.header_list_sub_list_3row .header_list_sub_list_inner.adjust_3row_2 {
    width: calc((100% + 64px) / 3);
  }
  .header_list_sub_list.header_list_sub_list_3row .header_list_sub_list_inner.adjust_3row_3 {
    width: calc((100% - 104px) / 3);
  }
}