@charset "UTF-8";

/* ===== Extracted from page-contact_minnanoguruho.php block 1 ===== */
.wpcf7-acceptance .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  margin-left: 10px;
  display: inline-block;
}
.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0; 
}

.wpcf7-acceptance span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2px 10px 2px 0;
  width: fit-content;
  cursor: pointer;
  font-size: 16px;
}

.wpcf7-acceptance span.wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  border: 2px solid #b4b9be;
  background-color: #fff;
  flex-shrink: 0;
  box-sizing: border-box;
}

.wpcf7-acceptance span.wpcf7-list-item-label::after {
  content: "✓";
  position: absolute;
  top: 40%;
  left: 4px;
  transform: translateY(-50%) scale(0);
  color: #ee7d80;
  font-size: 20px;
  font-weight:bold;
  transition: transform 0.2s ease;
}

.wpcf7-acceptance input:checked + span.wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}

.privacy-wrap{
 text-align:center; 
 margin-top:25px;
 font-family:"Noto Sans Myanmar", sans-serif;
}
.privacy-wrap span{
 font-family:"Noto Sans Myanmar", sans-serif;
}
.privacy-wrap a{
  color: #0149ff;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.socialinclu-privacypolicy{
  padding: 15px;
}
.recaptcha-privacypolicy{
  padding: 0 15px;
}
.agree{
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
