@charset "UTF-8";
.cases_row {
  display: flex;
  gap: 0 30px;
}

.cases_item {
  width: 100%;
  max-width: 307px;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 30px;
}

.heading_bottom {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.nav_flat .nav_flat_tab {
  position: relative;
}

.nav_flat .nav_flat_tab a.nav_flat--active,
.nav_flat .nav_flat_tab span.nav_flat--active {
  color: #333;
}

.nav_flat .nav_flat_tab a.nav_flat--active .txt-emphasis-color,
.nav_flat .nav_flat_tab span.nav_flat--active .txt-emphasis-color {
  color: #004831;
}

.nav_flat .nav_flat_tab .tab_flex {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.nav_flat_tab .action_tab.nav_flat--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 11px 10px 0 10px;
  border-color: #025539 transparent transparent;
  translate: -50% 100%;
}

.nav_flat_tab .action_tab::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.nav_flat_tab.tab01 .action_tab.nav_flat--active::before,
.nav_flat_tab.tab01 .action_tab::before {
  width: 47px;
  height: 32px;
}

.nav_flat_tab.tab02 .action_tab.nav_flat--active::before,
.nav_flat_tab.tab02 .action_tab::before {
  width: 40px;
  height: 24px;
}

.nav_flat_tab.tab01 .action_tab::before {
  background-image: url("/service/security/images/icon_tab_01.png");
}

.nav_flat_tab.tab01 .action_tab.nav_flat--active::before {
  background-image: url("/service/security/images/icon_tab_01_active.png");
}

.nav_flat_tab.tab02 .action_tab::before {
  background-image: url("/service/security/images/icon_tab_02.png");
}

.nav_flat_tab.tab02 .action_tab.nav_flat--active::before {
  background-image: url("/service/security/images/icon_tab_02_active.png");
}

/*お問合せ*/
.contact-full {
  background: #f6f9da;
	padding: 30px 60px;
}

.contact-full .hdg-content {
  border-left: none;
  text-align: center;
  margin-bottom: 35px;
}

.contact-full .list_primary li:before {
  background: #d98827;
}

.contact-btn {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  background: #d98827;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
  padding: 16px 0;
}

.contact-btn .icon-external {
  background-image: url(/assets/images/icon_external_w.svg);
}

.contact-bg {
  background: #f6f9da;
  padding: 30px 60px;
  text-align: center;
}

.hdg_D.hdg_icon-notice {
  display: inline-block;
}

@media screen and (max-width: 1199px) {
  .row.img-8-24-sm-1col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .nav_flat .nav_flat_tab .tab_flex {
    gap: 0 15px;
  }

  .nav_flat_tab.tab01 .action_tab.nav_flat--active::before,
  .nav_flat_tab.tab01 .action_tab::before {
    width: 33.92%;
  }

  .nav_flat_tab.tab02 .action_tab.nav_flat--active::before,
  .nav_flat_tab.tab02 .action_tab::before {
    width: 46.9%;
  }

  .contact-full {
    padding: 30px;
  }
  .cases_row {
    flex-direction: column;
  }

  .cases_item {
    margin-bottom: 25px;
  }

  .cases_item:last-child {
    margin-bottom: 0;
  }
}

.row_end {
  align-items: flex-end;
}
.banner_img {
  max-width: 143px;
}