@charset "utf-8"; .form_hide { display: none; } input:focus, textarea:focus, select:focus { border: 1px solid #ff9900; outline: 0; } .form_err, .form_err ~ label { background-color: #fff0f5; color: #d93025} /* チェックボックス */ .checkbox { width: 100%; margin-top: 5px; } .checkbox-parts::before { top: 0; } .checkbox-input:checked + .checkbox-parts::after { top: 4px; } .checkbox-input { display: none; } .checkbox-parts { padding-left: 20px; position: relative; margin-right: 20px; } .checkbox-parts::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 15px; height: 15px; border: 1px solid #ccc; border-radius: 4px; } .checkbox-input:checked + .checkbox-parts { color: #316da1; } .checkbox-input:checked + .checkbox-parts::after { content: ""; display: block; position: absolute; top: -5px; left: 5px; width: 7px; height: 14px; transform: rotate(40deg); border-bottom: 3px solid #316da1; border-right: 3px solid #316da1; } /* ファイルアップロード閉じるボタン */ .file_close { position: absolute; top: -4px; right: -8px; width: 1.4em; height: 1.4em; border: 0.3em solid #ffffff; border-radius: 100%; background-color: #888888; cursor: pointer; } .file_close::before { position: absolute; top: 0.2em; left: 0.6em; width: 0.2em; height: 1em; content: ""; background-color: #ffffff; transform: rotate(45deg); } .file_close::after { position: absolute; top: 0.6em; left: 0.2em; width: 1em; height: 0.2em; content: ""; background-color: #ffffff; transform: rotate(225deg); } /* reCAPTCHA v3 */ .grecaptcha-badge { margin-bottom: 90px; } /* ファイルドロップエリア */ .file_drop { position: relative; width: 100%; height: 10rem; border: 1px solid; cursor: pointer; background-color: #ddd; } /* ファイルドラッグ時 */ .file_drag { background-color: #eee; } /* ファイルセット時 */ .file_set { background-color: #eee; border-color:#f96; } /* ファイルアップロード閉じるボタン */ .file_close { position: absolute; font-size: 1.5em; font-weight: bold; border: 1px solid #999; color: #999; display: flex; justify-content: center; align-items: center; border-radius: 100%; width: 1.3em; line-height: 1.3em; cursor: pointer; transition: .2s; } /* ファイルアップロード閉じるボタン */ /* .file_close { position: absolute; top: -4px; right: -8px; width: 1.4em; height: 1.4em; border: 0.3em solid #ffffff; border-radius: 100%; background-color: #888888; cursor: pointer; } .file_close::before { position: absolute; top: 0.2em; left: 0.6em; width: 0.2em; height: 1em; content: ""; background-color: #ffffff; transform: rotate(45deg); } .file_close::after { position: absolute; top: 0.6em; left: 0.2em; width: 1em; height: 0.2em; content: ""; background-color: #ffffff; transform: rotate(225deg); } */