div.participant {
	display: flex;
	align-items: center;
}

div.notice_transfer {
	display: block !important;
	border: 1px solid var(--border);
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 50px;
}

div.notice_transfer p {
	width: 100% !important;
}

.tab {
	display: inline-block;
	width: 210px;
}

.tab2 {
	display: inline-block;
	width: 100px;
}


.bold {
	color: var(--JBAblue);
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
}

.m_top {
	margin-top: 10px
}

.m_bottom {
	margin-bottom: 50px
}

.selectbox2 {
	display: inline-flex;
	align-items: center;
	position: relative;
}

.selectbox2::after {
	position: absolute;
	right: 15px;
	width: 10px;
	height: 7px;
	background-color: var(--JBAblue);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}

.selectbox2 select {
	appearance: none;
	color: #000;
	width: auto;
	height: 2.5em;
	padding: .4em calc(.8em + 20px) .4em .8em;
	border: 1px solid var(--border);
	background-color: #fff;
	border-radius: 4px;
	font-size: 1em;
	cursor: pointer;
}

.part_member input {
	display: block;
	max-width: 400px;
	margin-bottom: 10px;
}


.zip {
	margin-right: 10px
}

.field:has(input[type="radio"][value="代表者及びスタッフ"]:checked) .open_field {
	display: block;
	opacity: 1;
	animation-name: fadeIn;
	animation-fill-mode: forwards;
	animation-duration: 1s;
	margin-bottom: 10px;
}

div.box > div {
	align-items: flex-start !important;
}

div.open_field {
	padding: 20px;
	border: solid 1px var(--border);
	border-radius: 5px;
}

div.open_field .box-form {
	margin-top: 15px
}

#result1,
.strong {
	font-weight: bold;
	font-size: 2em;
	margin-right: 5px;
}

div.comment {
	display: block;
}

h2.cancel {
	margin-bottom: 20px !important;
}

.notice_transfer p span {
	display: inline-block;
	width: 300px;
}

div.cancelbox {
	border-top: 1px solid var(--border);
	margin: 15px 0
}


@media only screen and (max-width: 800px) {
	div.cancelbox p span {
		width: 100%;
		border-top: 1px solid var(--border);
		margin-top: 10px;
		padding-top: 10px;
	}

}
