@charset "UTF-8";
/*=======================================================
LOWER_MV
=======================================================*/
/* ヘッダー下タイトル */
.bl_lower_mv {
  padding-top: 44px;
}
.bl_lower_mv_ttl span {
  padding-top: 8px;
  line-height: 1.4;
}
.bl_lower_mv_ttl::before,
.bl_lower_mv_ttl::after {
  content: "";
  width: 44px;
  height: 72px;
}
@media screen and (max-width: 750px) {
  .bl_lower_mv {
    padding-top: 32px;
  }
  .bl_lower_mv_ttl span {
    padding-top: 1px;
  }
  .bl_lower_mv_ttl span::after {
    bottom: -20px;
  }
  .bl_lower_mv_ttl::before,
  .bl_lower_mv_ttl::after {
    width: 80px;
    height: 80px;
  }
}
/*=======================================================
CUSTOMER
=======================================================*/
.bl_customer .ly_cont_inner {
  padding: 40px 0 64px;
}
.bl_customer_def {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  counter-reset: defItem;
  margin-bottom: 40px;
}
.bl_customer_ditem {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  counter-increment: defItem;
}
.bl_customer_dttl {
  width: 1024px;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 0 3px 24px;
  font-size: 20px;
  color: #0181c0;
  font-weight: 700;
  background: transparent linear-gradient(270deg, #E2EFFF 0%, #F5FFE5 100%) 0% 0% no-repeat padding-box;
}
.bl_customer_dttl::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 40px;
  background: #93cf30;
  top: 0;
  left: 0;
}
.bl_customer_dttl span {
  padding-left: 1.2em;
  position: relative;
}
.bl_customer_dttl span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(defItem) ".";
}
.bl_customer_ddata .bl_ddata_def__square dt {
  padding-left: calc(1em + 8px);
  position: relative;
}
.bl_customer_ddata .bl_ddata_def__square dt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.bl_customer_ddata,
.bl_customer_ddata .bl_ddata_def,
.bl_customer_ddata .bl_ddata_def div,
.bl_customer_ddata .bl_numList {
  display: grid;
  gap: 8px;
}
.bl_customer_btmDef {
  display: grid;
  gap: 8px;
  justify-content: end;
  text-align: right;
}
#customer_btm_date {
  display: flex;
  gap: 16px;
}
#customer_btm_name .bl_name_def {
  display: flex;
  gap: 16px;
  justify-content: end;
}
@media screen and (max-width: 750px) {
  .bl_customer .ly_cont_inner {
    padding: 40px 0 80px;
  }
  .bl_customer_def {
    gap: 48px;
    margin-bottom: 64px;
  }
  .bl_customer_ditem {
    gap: 28px;
  }
  .bl_customer_dttl {
    width: 100%;
    height: auto;
    padding: 6px 0 10px 32px;
    font-size: 32px;
  }
  .bl_customer_dttl::before {
    width: 12px;
    height: 100%;
  }
  .bl_customer_ddata,
  .bl_customer_ddata .bl_ddata_def,
  .bl_customer_ddata .bl_ddata_def div,
  .bl_customer_ddata .bl_numList {
    gap: 12px;
  }
  .bl_customer_btmDef {
    gap: 12px;
  }
  #customer_btm_date {
    gap: 24px;
  }
  #customer_btm_name .bl_name_def {
    gap: 24px;
  }
}