.page-hero {
  background: #FEF8EE;
  padding: 48px 0;
  border-bottom: 1px solid #E8E0D0;
}
.page-hero__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1E3260;
  margin: 0 0 12px;
}
.page-hero__title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: #1A1A2E;
  margin: 0;
  line-height: 1.3;
}
.policy-section {
  padding: 64px 0 80px;
  background: #fff;
}
.policy-content {
  max-width: 800px;
  margin: 0 auto;
}
.policy-intro {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 40px;
}
.policy-content h2 {
  font-size: 17px;
  font-weight: 700;
  color: #1A1A2E;
  margin: 48px 0 14px;
  padding-left: 12px;
  border-left: 3px solid #1E3260;
}
.policy-content p {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  margin: 0 0 12px;
}
.policy-content ul {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  margin: 0 0 12px;
  padding-left: 1.5em;
}
.policy-content ul li {
  margin-bottom: 4px;
}
.policy-date {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid #E8E0D0;
  color: #888;
  font-size: 14px;
  text-align: right;
}

/* ==========================================
   Contact Form  /  mail.php
========================================== */
.contact-section {
  padding: 64px 0 80px;
}
.contact-form-wrap {
  max-width: 700px;
  margin: 0 auto;
  background: #FAFAFA;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  padding: 48px;
}
.contact-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
.mform-select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 9px 12px;
  padding-right: 32px;
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 0.88rem;
  color: #333;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .2s;
  box-sizing: border-box;
  cursor: pointer;
}
.mform-select:focus {
  outline: none;
  border-color: #9e005d;
  box-shadow: 0 0 0 3px rgba(158,0,93,.12);
}
.contact-errors {
  background: #fff5f5;
  border: 1px solid #ffcdd2;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 28px;
}
.contact-errors p {
  font-size: 14px;
  font-weight: 700;
  color: #c00;
  margin-bottom: 8px;
}
.contact-errors ul {
  list-style: disc;
  padding-left: 20px;
}
.contact-errors li {
  color: #c00;
  font-size: 14px;
  line-height: 1.7;
}
.contact-success {
  text-align: center;
  padding: 56px 0 32px;
}
.contact-success__icon {
  font-size: 52px;
  color: #6BB88F;
  margin-bottom: 20px;
}
.contact-success__title {
  font-size: 22px;
  font-weight: 700;
  color: #1A1A2E;
  margin-bottom: 16px;
}
.contact-success__msg {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 40px;
}
.contact-back-btn {
  display: inline-block;
  background: #1E3260;
  color: #fff;
  border-radius: 50px;
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.contact-back-btn:hover {
  opacity: .8;
  color: #fff;
}
@media (max-width: 640px) {
  .contact-form-wrap { padding: 28px 20px; }
}
