/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
#business_nav_sec {
  margin-top: 0;
}

.image_box {
  border-radius: 0.6rem;
  overflow: hidden;
}

#business_lead_sec figure {
  background: #fff;
  border: 1px solid #cfcfcf;
}
@media screen and (min-width: 769px) {
  #business_lead_sec figure {
    margin-top: 3rem;
    padding: 3.9rem 29.5rem;
  }
}
@media screen and (max-width: 768px) {
  #business_lead_sec figure {
    margin-top: 4rem;
    padding: 3.9rem 3.9rem;
  }
}

#speciality_asset {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #speciality_asset {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #speciality_asset {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  #speciality_asset .h2_set h2 {
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  #speciality_asset .descbox_items {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #speciality_asset .descbox_items {
    margin-top: 4rem;
  }
}
#speciality_asset .descbox_items .descbox_arrow {
  z-index: 5;
}
@media screen and (min-width: 769px) {
  #speciality_asset .descbox_items .descbox_arrow {
    top: 21.2rem;
  }
}

#speciality_asset .descbox_item > dd figure.wid1 {
  width: 20.2rem;
}
#speciality_asset .descbox_item > dd figure.wid2 {
  width: 43.4rem;
}

#speciality_asset .box {
  display: grid;
}
@media screen and (min-width: 769px) {
  #speciality_asset .box {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4rem;
  }
}