﻿*, *::before, *::after {
	box-sizing: border-box;
}

body {
	color: #444;
}

h1 {
	text-align: center;
	color: #b76e27;
}

input {
	font-size: 16px;
	padding: 4px;
	min-width: 120px;
}

button {
	font-size: 14px;
	padding: 2px 4px;
}

.toplink {
	font-size: 24px;
	color: #0000ff;
}

#terms {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 10pt;
	color: #339933;
	text-align: left;
}

.fieldset1 {
	border: 1px solid #808080;
}

.content {
	width: 600px;
	font-size: 12pt;
	line-height: 18pt;
	text-align: left;
}

.logo {
	text-align: center;
	margin: 40px auto 0 auto;
}

.logo img {
	width: 100%;
	max-width: 400px;
}

#title h1 {
	display: none;
}

.textRed {
	color: #ff7070;
}

.text01 {
	font-size: 12pt;
	line-height: 18pt;
}

.text03 {
	color: #FF0000;
	font-size: 12pt;
}

.text04 {
	font-size: 13px;
}

.text04 a {
	text-decoration: none;
	color: #808080;
}

.text04 a:hover {
	text-decoration: underline;
}

.list01 {
	font-size: 12pt;
	line-height: 18pt;
	color: #339933;
	list-style-type: none;
}

.copy {
	font-size: 12px;
}

.cel01 {
	padding: 4px;
	font-weight: normal;
	font-size: 10pt;
	text-align: right;
	background-color: #99CC99;
	color: #FFFFFF;
}

.cel02 {
	padding: 4px;
	font-size: 10pt;
	text-align: left;
	background-color: #CCEECC;
}

.selectfile {
	padding: 5px;
}

.text05 {
	text-align: center;
}

.box01 {
	margin: auto;
	max-width: 740px;
	width: 100%;
}

.box02 {
	font-size: 12px;
	width: 100px;
}

#confirm {
	display: none;
}

.tbl01 table, th, td {
	border: 1px solid #808080;
	padding: 8px;
	margin: 0;
}

.tbl01 {
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
}

.tbl01 th {
	text-align: right;
}

.btn01 {
	background: #99cc99;
	background-image: -webkit-linear-gradient(top, #99cc99, #669966);
	background-image: -moz-linear-gradient(top, #99cc99, #669966);
	background-image: -ms-linear-gradient(top, #99cc99, #669966);
	background-image: -o-linear-gradient(top, #99cc99, #669966);
	background-image: linear-gradient(to bottom, #99cc99, #669966);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	border: none;
}

.btn01:hover {
	background: #669966;
}

.exclusion {
	margin-left: auto;
	font-size: 12px;
	color: #808080;
	padding: 3px 8px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color 0.15s, color 0.15s;
}

.exclusion:hover {
	border-color: #c20000;
	color: #c20000;
}

.exclusion input[type="checkbox"] {
	margin-right: 4px;
	vertical-align: middle;
}

#filedrag {
	width: 100%; /* 重要 */
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 50px 0;
	margin: 1em 0;
	border: 2px dashed #99CC99;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover {
	border-color: #99CC99;
	background-color: #e0ffe0;
	border-style: solid;
}

.progress {
	margin: 2px auto;
	background: #DDDDDD;
	overflow: hidden;
}

.progressBar {
	height: 3px;
	width: 0;
	background: #375fe3;
}

.progressLabel {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px 14px;
	margin: 6px 0;
	border: 1px solid #d8d8d8;
	border-left: 3px solid #b76e27;
	border-radius: 6px;
	background: #fafafa;
	font-family: "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
	font-size: 13px;
	color: #404040;
	line-height: 1.5;
	word-break: break-all;
	transition: background 0.15s, border-color 0.15s;
}

.progressLabel:hover {
	background: #fff2e0;
	border-color: #b76e27;
}

.progressBar.success {
	background-color: #00FF00;
}

.progressBar.failed {
	background-color: #FF0000;
}

.downloadurl {
	width: 100%;
	font-size: 16px;
	border: none;
	resize: none;
}

.downloadurl:hover {
	/*	background-color: #ffff80; */
}

.filelist img {
	vertical-align: middle;
	margin: 2px 4px 0 0;
	width: 24px;
	height: 24px;
}

.copyable {
	font-size: 18px;
	line-height: 1.5;
	color: #0000ff;
	cursor: pointer;
}

.column {
	border: 1px solid #9C9;
	border-radius: 8px;
	padding: 16px 20px;
	font-size: 15px;
	background-color: #efe;
}

/* GA4 計測告知バナー（黙示的同意方式） */
.ga-notice {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(40, 40, 40, 0.95);
	color: #f0f0f0;
	padding: 12px 16px;
	font-size: 13px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}
.ga-notice[hidden] { display: none; }
.ga-notice-text { flex: 1; }
.ga-notice-text a { color: #ffc080; text-decoration: underline; }
.ga-notice-close {
	flex: 0 0 auto;
	background: #b76e27;
	color: #fff;
	border: none;
	padding: 6px 14px;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
}
.ga-notice-close:hover { background: #d08030; }
@media (max-width: 600px) {
	.ga-notice { flex-direction: column; align-items: stretch; gap: 8px; font-size: 12px; }
	.ga-notice-close { align-self: flex-end; }
}