@charset "utf-8";

html { font-size: .875em; }
input[type=text], select, textarea { font-size: 1.15em; }
select {
  padding-right: 25px;
  background-size: 16px 6px;
}

.main { padding: 0 10px 90px; }

/*--- detailBlock ---*/
.detailBlock { margin-top: 40px; padding-top: 20px; }
.detailBlock p { margin-top: 20px; line-height: 1.75; }

/*--- inquiryBtn ---*/
.negative {
  padding: 15px;
  min-width: 45%;
}
.negative:before {
  margin-top: -5px;
}

/*== inquery ==*/
#inquiry .main .inner { width: 100%; }
.flow { display: table; width: 100%; table-layout: fixed; }
.flow>span { display: table-cell; width: auto; }
#inquiry th,
#inquiry td { display: block; }
#inquiry th { padding-bottom: 0; width: 100%; border: 0; }
#inquiry td { padding-top: 5px; }
#inquiry tr th.inqCategory { padding-top: 24px; }
