@charset "UTF-8";
/*-------------------------------------------------
サンプル請求
-------------------------------------------------*/
#conts p + .noteList {
  margin: 5px 0 15px;
}

#conts .about p + p {
  margin-top: 30px;
}

#conts .noteList {
  color: #777;
  font-size: 1.2rem;
}

#conts .noteList li {
  margin-top: 5px;
}
