
.inquiryBlock {
  margin: 0 0 20px 0;
}
.inquiryBlock ul {
  padding: 10px 30px ;
}
.inquiryBlock li {
  list-style: disc;
  padding: 0 0 0.5em 0;
}

.inquiryBlock p {
  margin: 1em 0 1em 0;
}

.inqAttentionBlock .agreeMessage {
  text-align: center;
}
.inqAttentionBlock {
  padding: 30px 40px;
  background: #e1e5ea;
}
.inqAttentionBlock .btn {
  text-align: center;
  padding: 20px 0 0 0;
}
.inqAttentionBlock .btn .agree {
  padding: 0 40px 0 0;
}
.inqAttentionBlock .btn .disagree {
  padding: 0 0 0 40px ;
}

.inquiryBlock table {
  background: #e1e5ea;
  width: 100%;
  margin: 0 0 15px 0;
}

.inquiryBlock table th,
.inquiryBlock table td {
  border: #fff solid 1px;
  text-align: left;
  vertical-align: top;
}
.inquiryBlock table td {
  width: 320px;
}
.inquiryBlock table td textarea {
  width: 95%;
}
.inquiryBlock table th {
  width: 190px;
}
.inquiryBlock table th strong {
  color: #f00;
}
.inquiryBlock .submitUnit {
  text-align: center;
  padding: 20px 0 0 0;
}
.inquiryBlock .submitUnit input {
  margin: 0 40px;
}

.innerBox p {
  margin : 0 0 0 50px;
}
.inquiryBlock table.innerBoxTable {
  background: none;
  margin: 0 0 0 50px;
}
.inquiryBlock table.innerBoxTable th {
  width: 4em;
  font-weight: bold;
}
.inquiryBlock .formNote {
  color: #f00;
  font-weight: bold;
  text-align: right;
}
