@charset "Shift_JIS/*
  index
------------------------------------------------------------------------------*/
#section01 form .mod-table02 .field.error input{
  background-color: #fff0f0;
  border-color: #ff6d6d;
}
#section01 form .mod-table02 .field .txt-annotation{
  display: none;
}
#section01 form .mod-table02 .field.error .txt-annotation{
  display: block;
  color: #fe0000;
}
.submit-button:disabled {
  background-image: none;
  border: 2px solid #d2d2d2;
  cursor: not-allowed;
}
.submit-button:disabled:hover{
  background-color: #d2d2d2;
  color: #fff;
  border: 2px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .select_wrap,
  .select_wrap > select {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .select_wrap,
  .select_wrap > select {
    width: 320px;
  }
}
