/* お問い合わせフォーム・会社概要・送信完了（Contact Form 7 互換の最小スタイル） */
.wpcf7 p { line-height: 1.8; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { width: 100%; max-width: 560px; box-sizing: border-box; border: 1px solid #ccc; background: #fafafa; padding: 8px 10px; font-size: 14px; line-height: 1.5; }
.wpcf7 textarea { min-height: 200px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: none; border-color: #3F7985; background: #fff; }
.wpcf7 .wpcf7-not-valid { border-color: #b20000; }
.wpcf7 .wpcf7-not-valid-tip { display: block; color: #b20000; font-size: 12px; margin-top: 4px; }
.wpcf7 .wpcf7-response-output { margin: 0 0 1.5em; padding: 10px 14px; border: 2px solid #ffb900; background: #fff8e5; }
.wpcf7 .wpcf7-validation-errors { border-color: #f7e700; }
.wpcf7 .wpcf7-mail-sent-ok { border-color: #398f14; background: #f2fbef; }
.wpcf7 input.wpcf7-submit:hover { background-color: #3F7985; }
.cf-turnstile { margin: 10px 0; }
.company_table { width: 100%; border-collapse: collapse; margin: 0 0 2em; font-size: 14px; }
.company_table th, .company_table td { border: 1px solid #ddd; padding: 12px 15px; text-align: left; vertical-align: top; line-height: 1.8; }
.company_table th { width: 120px; background: #f5f5f5; white-space: nowrap; }
.company_table p { margin: 0 0 .8em; line-height: 1.8; }
.post .post_tag { margin: 20px 0; line-height: 2; }
.post .post_tag li { display: inline-block; margin: 0 6px 0 0; font-size: 12px; }
.post .post_tag li.tag_label { color: #777; }
.post .post_tag li a { background: #eee; padding: 2px 8px; border-radius: 3px; }
.no_post { padding: 20px; background: #fff; border: 1px solid #ddd; }
#post_list .image_area img, #recent_post .image img, #related_post .image img, .recommend_widget .image img, .recommend_widget2 .image img { object-fit: cover; }
@media screen and (max-width: 640px) { .company_table th { width: 80px; } }
/* 移行中のサンプル表示であることを示す注記（本移行後は本文に含まれないため自然に消える） */
.sample_note { margin: 2em 0 0; padding: 10px 14px; background: #fff8e5; border: 1px solid #ffe08a; color: #7a5c00; font-size: 12px; line-height: 1.8; }
