@charset "utf-8";

/* 参考フォームに合わせた、幅600pxの簡潔な縦組み */
#contact-form { width: 100%; max-width: 600px; padding: 40px; color: #555; border: 1px solid #DDD; border-radius: 0; box-shadow: none; }
#form_wrap .form-tel { width: 100%; max-width: 600px; border: 1px solid #DDD; border-radius: 0; box-shadow: none; background: #fff; }
#form_wrap .form-tel a { color: #555; }
#contact-form dl.mailform dt { display: flex; gap: 4px; margin-bottom: 8px; color: #555; font-size: 16px; font-weight: 400; line-height: 1.6; }
#contact-form dl.mailform dd { margin-bottom: 22px; }
#contact-form input:not([type="radio"]),
#contact-form select,
#contact-form textarea { padding: 12px; border: 1px solid #DDD; border-radius: 0; background-color: #fff; color: #4a4a4a; font-size: 16px; }
#contact-form input:focus-visible,
#contact-form select:focus-visible,
#contact-form textarea:focus-visible,
#contact-form button:focus-visible { outline: 2px solid #666; outline-offset: 2px; }
#contact-form textarea { min-height: 120px; resize: vertical; }
#contact-form .must { font-size: 13px; }
#contact-form .order-product label { font-weight: 400; }
#contact-form .order-product label span { display: block; font-size: 13px; color: #666; }
#contact-form .order-quantity input { width: 100%; font-weight: 400; text-align: left; }
#contact-form dl.mailform .order-total-heading { margin-top: 62.5px; }
#contact-form dl.mailform .order-summary { margin-bottom: 65px; }
#contact-form .order-breakdown { padding: 8px 0 10px; }
#contact-form .order-breakdown p { display: flex; justify-content: space-between; gap: 25px; margin: 0 0 10px; font-size: 15px; }
#contact-form .order-breakdown span { font-weight: 400; font-variant-numeric: tabular-nums; }
#contact-form .order-total-row { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-top: 12px; border-top: 1px solid #DDD; font-size: 15px; font-weight: 700; }
#contact-form #mfp_price { min-width: 0; text-align: right; font-size: 22px; font-weight: 700; line-height: 1.6; font-variant-numeric: tabular-nums; }
#contact-form .order-fee-note { margin-top: 18px; color: #666; font-size: 13px; line-height: 1.7; }
#contact-form .order-fee-note p { font-size: inherit; margin: 0; }
#contact-form .order-fee-note strong { font-weight: 400; }
#contact-form .order-fee-note ul { margin: 8px 0; padding: 0; list-style: none; }
#contact-form .mfp_buttons { display: flex; flex-direction: column; align-items: center; gap: 14px; }
#contact-form .mfp_buttons button[type="submit"] { width: 100%; padding: 14px 25px; background: #333; font-size: 16px; font-weight: 400; border-radius: 0; }
#contact-form .mfp_buttons button[type="reset"] { width: auto; padding: 8px 20px; background: transparent; color: #666; font-size: 13px; text-decoration: underline; }
#contact-form .privacy_link a,
#contact-form .sp-tokusyouhou a { color: #555; text-decoration: underline; }
@media (max-width: 640px) {
    #form_wrap { padding-right: 15px; padding-left: 15px; }
    #contact-form { padding: 25px 18px; }
    #contact-form #mfp_price { font-size: 20px; }
}
