/* ===============================
   Layout
=============================== */

.contact-wrap{

max-width:900px;
margin:60px auto;
padding:20px;

}

.contact-heading{

font-size:28px;
margin-bottom:30px;

}

/* ===============================
   Product Card
=============================== */

.contact-product{

display:flex;
gap:20px;
align-items:center;

background:#f7f7f7;
padding:25px;
border-radius:6px;
margin-bottom:30px;

}

.product-image img{

width:140px;
border-radius:6px;

}

.product-info{

flex:1;

}

.product-title{

font-size:22px;
font-weight:600;
margin-bottom:5px;

}

.product-ref{

color:#555;
margin-bottom:5px;

}

.product-price{

font-size:20px;
color:#c40000;
margin-bottom:5px;

}

.product-id{

font-size:14px;
color:#777;

}

/* ===============================
   Note
=============================== */

.contact-note{

font-size:14px;
margin-bottom:30px;
color:#555;

}

/* ===============================
   Form
=============================== */

.contact-form{

max-width:600px;

}

.form-group{

margin-bottom:20px;

}

.form-group label{

display:block;
font-weight:600;
margin-bottom:6px;

}

.form-group input,
.form-group select,
.form-group textarea{

width:100%;
max-width:600px;

padding:10px;

font-size:14px;

border:1px solid #ccc;
border-radius:4px;

box-sizing:border-box;

}

.form-group textarea{

height:120px;

}

/* ===============================
   Button
=============================== */

.contact-submit{

background:#000;
color:#fff;

padding:14px 22px;

border:none;

cursor:pointer;

font-size:15px;

}

.contact-submit:hover{

opacity:0.9;

}

/* ===============================
   Mobile
=============================== */

@media (max-width:768px){

.contact-product{

flex-direction:column;
align-items:flex-start;

}

.product-image img{

width:120px;

}

.contact-form{

max-width:100%;

}

}

.form-hint {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* ===============================
   Trust Block（安心）
=============================== */

.contact-trust {
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 18px 20px;
  margin: 10px 0 30px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.7;
}

.contact-trust p {
  margin: 0 0 6px;
}

/* ===============================
   Strong Message（安心ワンフレーズ）
=============================== */

.contact-note-strong {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  color: #111;
}

/* ===============================
   Payment Link
=============================== */

.payment-guide-link {
  margin-top: 10px;
  font-size: 13px;
}

.payment-guide-link a {
  color: #0050ff;
  text-decoration: none;
}

.payment-guide-link a:hover {
  text-decoration: underline;
}

/* ===============================
   Button 強化（高級感）
=============================== */

.contact-submit {
  letter-spacing: 0.04em;
}

.contact-submit:hover {
  opacity: 0.85;
}

.contact-delivery-note {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
  line-height: 1.6;
}

.contact-retry {
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 1.6;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}