.module-form {
  margin-top: 16px;
  display: table;
  table-layout: fixed;
  width: 100%; }

.module-form::after {
  margin-top: 20px;
  display: block;
  content: "";
  height: 8px;
  background-color: #f5f5f5;
  margin-left: -16px;
  margin-right: -16px; }

.module-form.underbar::after {
  margin-top: 20px;
  display: block;
  content: "";
  height: 1px;
  background-color: #eeeeee;
  margin-left: -16px;
  margin-right: -16px; }

.module-form .form-group {
  padding-top: 22px;
  width: 100%; }

.module-form .form-group:first-child {
  padding-top: 0; }

.module-form .form-group .form-label {
  height: 26px;
  text-align: left;
  width: 232px;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  line-height: normal;
  font-weight: bold; }

.module-form .form-group .form-label .element-svg {
  vertical-align: middle;
  margin-left: -4px;
  margin-right: 5px; }

.module-form .form-group .form-content {
  vertical-align: top; }

.module-form .form-group .form-content .list-dot {
  margin-top: 12px; }

.module-form .form-group .form-content .module-list {
  margin-bottom: 8px; }

.module-form .form-group .form-content .module-column {
  table-layout: fixed; }

.module-form .form-group .form-content .module-column + .module-column {
  padding-top: 8px; }

.module-form .element-select {
  width: 100%; }

.module-form .files-count {
  font-size: 14px;
  font-weight: normal;
  color: #999999; }

.module-form .files-count span {
  color: #ff5000; }

.module-form .module-form:last-child::after {
  display: none; }

.module-column {
  display: table;
  width: 100%; }

.module-column .column {
  display: table-cell;
  vertical-align: top; }

.module-column .column + .column {
  padding-left: 8px; }

.module-column.column-2 .column {
  width: 50%;
  padding-right: 4px; }

.module-column.column-2 .column + .column {
  padding-left: 4px;
  padding-right: 0; }

.module-paging {
  text-align: center;
  font-size: 0; }

.module-paging .paging-count {
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
  vertical-align: middle;
  font-size: 20px;
  color: #aaa;
  line-height: normal;
  font-weight: normal; }

.module-paging .paging-count em {
  font-style: normal;
  color: #666666; }

.module-paging .paging-items {
  display: table;
  margin: auto; }

.module-paging .paging-item {
  display: table-cell;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px; }

.module-paging .paging-item a {
  display: block;
  min-width: 24px;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  line-height: normal;
  font-weight: normal; }

.module-paging .paging-item a:hover {
  text-decoration: underline; }

.module-paging .element-btn {
  height: auto;
  min-width: 24px;
  border: 0;
  font-size: 0; }

.module-paging .element-btn .element-svg {
  display: block; }

.module-paging .element-btn:hover {
  text-decoration: none; }

.module-paging .element-btn[disabled] .element-svg.icon-arrow-prev {
  background: url("../../images/icon/icon-arrow-prev-disabled.svg") no-repeat 0 0; }

.module-paging .element-btn[disabled] .element-svg.icon-arrow-next {
  background: url("../../images/icon/icon-arrow-next-disabled.svg") no-repeat 0 0; }

.module-consent {
  margin-top: 20px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
  padding-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 13px; }

.module-consent .element-checkbox.right {
  display: block; }

.module-consent .element-checkbox.right .checkbox-input {
  right: auto;
  left: -100px; }

.module-consent .element-checkbox.right .blind {
  display: flex;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  min-height: 40px;
  color: #666666;
  padding-bottom: 8px;
  left: 0;
  border-bottom: 1px solid #666666; }

.module-consent .element-checkbox.right .blind::before {
  top: 50%;
  margin-top: -18px; }

.module-consent .element-checkbox.right input:checked + .blind {
  border-bottom: 1px solid #ff5000;
  color: #ff5000; }

.module-consent .consent-header {
  min-height: 32px; }

.module-consent .consent-header .consent-tit {
  font-size: 16px;
  color: #ff5000; }

.module-consent .consent-body {
  padding-top: 16px;
  vertical-align: top; }

.module-consent .consent-body .p1 {
  text-align: left;
  font-size: 12px;
  color: #666;
  line-height: 20px;
  font-weight: normal;
  word-break: keep-all;
  word-break: break-word; }

.module-consent .consent-body .p1 em a {
  color: #222222; }

.module-consent .consent-body em {
  font-size: 14px; }

.module-consent .consent-body em, .module-consent .consent-body a {
  font-weight: bold;
  color: #222222;
  font-style: normal; }

.module-consent .consent-body .element-checkbox {
  margin-top: 18px; }

.module-consent .consent-body a {
  font-size: 13px;
  color: #666;
  line-height: normal;
  font-weight: normal;
  font-weight: bold;
  text-decoration: underline; }

.module-consent .consent-tit + .consent-content {
  padding-left: 40px; }

.module-consent .consent-tit + .consent-content .p1 {
  text-align: left; }

.module-consent + .module-consent {
  margin-top: 8px; }

.module-search {
  margin-top: 24px;
  position: relative;
  height: 36px; }

.module-search fieldset {
  position: relative;
  border-radius: 18px;
  height: 36px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding-left: 12px;
  padding-right: 80px; }

.module-search .search-action {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 100%;
  border: 0;
  padding: 0;
  background: none; }

.module-search .search-action .element-svg {
  display: block; }

.module-search .element-input {
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  height: 36px;
  border: 0;
  height: 100%;
  background: none; }

.module-search .element-input::-webkit-input-placeholder {
  color: #333;
  font-weight: normal; }

.module-search .element-input::-moz-placeholder {
  color: #333;
  font-weight: normal; }

.module-search .element-input:-ms-input-placeholder {
  color: #333;
  font-weight: normal; }

.module-search .element-input:-moz-placeholder {
  color: #333;
  font-weight: normal; }

.layout-container-top .module-search {
  height: auto; }

.layout-container-top .module-search::after {
  content: "";
  display: block;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 8px;
  height: 4px;
  background-color: #f3f3f3; }

.layout-container-top .module-search .element-input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal; }

.layout-container-top .module-search .element-input::-moz-placeholder {
  color: #999;
  font-weight: normal; }

.layout-container-top .module-search .element-input:-ms-input-placeholder {
  color: #999;
  font-weight: normal; }

.layout-container-top .module-search .element-input:-moz-placeholder {
  color: #999;
  font-weight: normal; }
