@charset "UTF-8";

html,
span,
input,
label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	vertical-align: baseline;
}

/* body { */
/* 	background-color: #eb1927; */
/* } */

p {
	line-height: 160%;
	font-size: 15px;
	color: #333;
	margin: 0 auto;
}

input {
	vertical-align: middle;
	box-sizing: border-box;
	vertical-align: middle;
	margin-right: 5px;
}

input[type="text"] {
	width: 100%;
}

input[type="submit"] {
	border-radius: 3px;
}

.container {
	padding: 0;
	width: 100%;
	max-width: 760px;
	margin: 0px auto 0px;
	background-color: #fff;
	border-radius: 5px;
}

.container h2 {
	width: 100%;
	text-align: center;
	background-color: #d0000e;
	font-weight: 700;
	font-size: 24px;
	color: white;
	padding: 10px 0;
	margin: 0;
}

.container-inside {
	padding: 20px;
}

.container-inside p {
	line-height: 160%;
	font-size: 15px;
	color: #333;
	margin: 0 auto;
}

.entry-bg {
	background-color: #fefefe;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.entry-bg h3 {
	font-size: 15px;
}

.entry-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 20px;
}

.entry-table th {
	background-color: #f7f7f7;
	width: 30%;
}

/* tdの最大幅を設定　佐藤　20231201 */
.entry-table td {
	max-width: 200px;
}

/* tdの最大幅を設定　佐藤　20231201　ここまで */

.entry-table div {
	display: flex;
}

.entry-table th,
td {
	border: 1px solid #ddd;
	height: 60px;
	padding: 16px;
}

.required {
	width: 3rem;
	height: 1.5rem;
	text-align: center;
	color: #fff;
	background-color: #fd4848;
	align-items: center;
	padding: 4px;
	font-size: 12px;
	line-height: 12px;
	margin-left: auto;
	font-weight: 400;
}

.optional {
	width: 3rem;
	height: 1.5rem;
	text-align: center;
	font-weight: bold;
	color: #000;
	background: #DBDBDB 0% 0% no-repeat padding-box;
	align-items: center;
	padding: 4px;
	font-size: 12px;
	line-height: 12px;
	margin-left: auto;
}

.form-text {
	height: 36px;
	border: 1px solid #aaa;
	font-size: 16px;
	padding: 0 8px;
}

.error {
	color: #b70000;
	display: block;
}

.entry-infomation {
	height: 120px;
	overflow: scroll;
	font-size: 12px;
	padding: 8px;
	border: 1px solid #ddd;
}

.entry-button-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 32px 0 20px;
}

.confirm-button {
	margin: 0 auto;
	width: 200px;
	display: block;
	padding: 10px;
	cursor: pointer;
	font-size: 15px;
	background-color: #d0000e;
	border-radius: 3px;
	color: white;
}

.modify-button {
	margin: 2.5rem auto 1rem auto;
	width: 150px;
	display: block;
	padding: 8px;
	cursor: pointer;
	font-size: 15px;
	color: black;
	border: 1px solid #c0c0c0;
	background-color: #fcfcfc
}

.pc-hidden {
	display: none;
}

.eventSchedule {
	display: table;
}

.sitdown-qr-text {
	font-size: 30px;
}

.login-button {
	/* ボタン風 */
	/* margin: 0 auto;
	display: block;
	padding: 10px 60px;
	cursor: pointer;
	font-size: 20px;
	background-color: #4AA271;
	color: white;
	text-align: center;
	font-weight: bold;
	width: fit-content;
	border-radius: 15px !important;
	box-shadow: 6px 3px 3px lightsteelblue; */
	/* aタグ風 */
	margin: 10px auto 0;
	display: block;
	cursor: pointer;
	font-size: 20px;
	background-color: fff;
	font-weight: bold;
	color: blue;
	border-bottom: solid 1px blue;
	width: fit-content;
	border-radius: 0px !important;
}

.login-button:hover {
	/* ボタン風 */
	/* text-decoration: none;
	color: white; */
	/* aタグ風 */
	text-decoration: none;
	color: #81d4f5;
	border-bottom: solid 1px #81d4f5;
}

/* イベントを選択するセレクタのクラス　佐藤　20231204 */
.event-selector {
	min-width: 200px;
	width: initial !important;
	max-width: 100%;
	height: 33px
}

/* イベントを選択するセレクタのクラス　佐藤　20231204　ここまで */

/* イベント選択時に表示されるチェックリスト 工藤 em-re-021 20250507 */
.SumoSelect>.optWrapper>.options {
	max-height: 310px !important;
}

.member-login {
	text-align: center;
	padding: 20px 0 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.triangle {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 20px solid #d0000e;
	margin: 10px auto 0;
}

.triangle-green {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 20px solid #4AA271;
	margin: 10px auto 0;
}

.form-title {
	width: 100%;
	text-align: center;
	background-color: #d0000e;
	font-weight: 700;
	font-size: 24px;
	color: white;
	padding: 10px 0;
	margin: 0;
}

.form-img {
	max-width: 100px;
	display: flex;
	margin: 0 auto;
}