@charset "UTF-8";

/* text */
.l-content .c-text--attention {
  padding-left: 18px;
  background: url("/maker/misumi/mech/product/cvs/bv/common/img/icon_attention.png") no-repeat 0 2px;
}

/* display */
.l-content .c-flex {
  display: flex;
  align-items: flex-end;
}
.l-content .c-right {
  margin-left: auto;
}

/* list */
.l-content .c-list--define > dt {
  float: left;
  width: 85px;
}
.l-content .c-list--define > dd {
  float: left;
  width: 845px;
}
.l-content .c-list--define > dd + dd {
  margin-left: 85px;
}

/* table */
.l-content .m-table .gray {
  background-color: #ccc;
}

/* button */
.l-content .section .c-anchorlink {
  padding: 0 9px;
}
.l-content .section .m-btnList--center .m-btn--down {
  width: 180px;
}