/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 09:56:39 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

h2 {
	text-align:center;
	padding:20px!important;
	color:#fff;
	background-color:#0092D1!important;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fff!important;
    border:none!important;
}

/* 
.wpforms-entry-preview-value:has(> em) {
 display: none !important;
}
*/

/* 1) 値カラムに <em> がある行（＝画像プレビュー不可の行）を非表示 */
.wpforms-entry-preview-row:has(.wpforms-entry-preview-value em) {
  display: none !important;
}

/* 2) そのような行が1つ以上ある場合、親に1行だけ置き換え表示を追加 */
.wpforms-entry-preview-rows:has(.wpforms-entry-preview-row .wpforms-entry-preview-value em)::before {
  content: "レシート画像：アップロード済み";
  display: block;
  font-weight: 600;
  color: #333;
	margin:0 0 10px 10px;
}



