/*====================================

  フォーム用CSS

====================================*/
.mgt-5{
  margin-top: 5px;
}
/* エラーメッセージ */
.error-list {
  font-size: 14px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 5px 15px 5px 30px;
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.error-list li {
  margin-bottom: 3px;
  list-style-type: disc;
}
.error-list li:last-child {
  margin-bottom: 0;
}

.request_notice{
  font-weight: bold;
  margin-bottom: 20px;
}
input[type=checkbox]{margin-right:5px;}

.requestTelBlock{
  margin: 0 0 20px;padding: 10px 20px; border: 1px solid #0075c2; border-radius: 4px;
}