@charset "utf-8";

/*===============================
  custom page styles
===============================*/
/* common */
.l-content .c-mainvisual {
  width: 950px;
  height: 190px;
  background: url("/special/nozzle/sample/img/mv.png") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-content .c-title--second {
  padding: 9px 0 9px 22px;
  margin-bottom: 20px;
  border-top: 1px solid #98cddb;
  border-bottom: 1px solid #98cddb;
  background: #f0f9fc url("/special/nozzle/images/nozTitleImage02.png") no-repeat 7px center;
  font-size: 16px;
  font-weight: bold;
}
.l-content .c-title--third {
  margin-bottom: 20px;
  padding: 6px;
  border-left: solid 5px #999;
  background-color: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
}

/* サンプル貸し出しの流れ */
.l-content .c-list--flow .c-list--flow__item + .c-list--flow__item::before {
  display: block;
  padding-left: 7em;
  content: "↓";
}
