@charset "UTF-8";#footer .headline-h2.hl-inblock-ul {
    color: #fff;
}
.wpml-ls-flag {
  margin-right: 5px;
  vertical-align: middle;
}


.gallery .gallery-title {
  color: #ffffff;
  background: #363387;
}

.contact-form-table .wpcf7-list-item {
  margin-right: 10px;
  display: inline-block;
}
.custom-form .field-group {
  display: flex;
  flex-direction: row;
}
.custom-form .announce {
  margin-top: 20px;
}
.custom-form .announce + .field-group-title {
  margin-top: 20px;
}
.custom-form .field-group-title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 3px dashed;
}
.custom-form .field-group-title + .field-group {
  border-top: 1px solid;
}
.custom-form .field-name {
  width: 250px;
  margin: 0;
  align-content: center;
}
.custom-form .field {
  flex: 1;
}
.custom-form .note {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  padding: 0 10px;
}
.custom-form .acceptance-list {
  margin: 0;
}
.custom-form .acceptance-list li {
  background: none;
  padding-left: 10px;
}
@media (max-width: 689px) {
  .custom-form .field-group {
    flex-direction: column;
  }
  .custom-form .field-name {
    width: 100%;
  }
}
