@charset "UTF-8";
/* ---------------------------------------- */
/*  共用表單設定                              */
/* ---------------------------------------- */
.field-full {
  width: 100%;
}
.field-half {
  width: 49%;
}

@media screen and (max-width: 568px) {
  .field-half {
    width: 100%;
  }
}
.form-style-border {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 15px 0;
  color: #555555;
}
.form-style-border input, .form-style-border textarea, .form-style-border .select select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.form-style-border input, .form-style-border textarea {
  margin-top: 5px;
  padding: 5px;
  box-sizing: border-box;
  outline: none;
  resize: none;
  transition: 0.5s;
}
.form-style-border input:focus, .form-style-border textarea:focus {
  border: 1px solid #333333;
}
.form-style-border textarea {
  height: 100px;
}

.form-btn-double-col {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 15px auto 0 auto;
}
@media screen and (max-width: 568px) {
  .form-btn-double-col {
    width: 100%;
  }
}

.select {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.select::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  background: url("../images/icon-arrow-down.svg") no-repeat;
}
.select select {
  padding: 5px;
  font-size: 16px;
  width: 100%;
  color: #000000;
  appearance: none;
}
.select select:focus {
  outline: 0;
}

.captcha {
  display: flex;
  align-items: center;
}
.captcha img {
  margin-top: 5px;
  margin-left: 15px;
}

@media screen and (max-width: 568px) {
  .captcha input, .captcha img {
    width: 50%;
  }
}
/* ---------------------------------------- */
/*  內文表格樣式設定                           */
/* ---------------------------------------- */
.table-scroll {
  overflow: auto;
}

.table-style-main {
  text-align: center;
}
.table-style-main thead {
  background-color: #888888;
  color: #ffffff;
}
.table-style-main th {
  text-align: center;
}
.table-style-main th {
  padding: 15px;
}
.table-style-main td {
  padding: 10px 15px;
}
.table-style-main tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
@media screen and (max-width: 568px) {
  .table-style-main th, .table-style-main td {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .table-style-main th, .table-style-main td {
    min-width: 110px;
  }
}

.waste {
  font-size: 16px;
}
.waste th, .waste td {
  width: 10%;
}

.board_directors {
  line-height: 28px;
}
.board_directors td {
  font-size: 16px;
  text-align: left;
  padding: 15px;
}
.board_directors td:first-child, .board_directors td:nth-child(2) {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .board_directors th:first-child {
    min-width: 100px;
  }
  .board_directors th:nth-child(2) {
    min-width: 195px;
  }
  .board_directors th:nth-child(4) {
    min-width: 265px;
  }
}

.stakeholder__table {
  text-align: left;
}
.stakeholder__table tr td:first-child {
  text-align: center;
}
.stakeholder__table ul {
  padding: 0 0 0 25px;
}
@media screen and (min-width: 769px) {
  .stakeholder__table th:first-child {
    min-width: 150px;
  }
  .stakeholder__table th:not(:first-child) {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .stakeholder__table th {
    min-width: 250px;
  }
  .stakeholder__table th:first-child {
    min-width: 150px;
  }
}

/*# sourceMappingURL=form.css.map */
