@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 850px;
}

/* -----------------------------------------------------------
	con_lnk
----------------------------------------------------------- */
.con_lnk {
  margin: 60px 0;
}
.con_lnk ul li {
  width: calc(100% / 3);
}
.con_lnk ul li:nth-child(4) {
  border-left: 1px dotted #777777;
}
.con_lnk ul li:has(a[href*="#lnk_3"]) {
  display: none;
}

#lnk_3 {
  display: none;
}
