/*faq*/
.qa-1 {
	max-width: 700px;
	margin-bottom: 7px;
	border: 1px solid #d6dde3;
	border-radius: 5px;
}

.qa-1 p {
	position: relative;
	padding: 1em 2em .2em 3em;
	color: #333333;
	font-weight: 600;
}

.qa-1 p::before,
.qa-1 div::before {
	position: absolute;
	left: 1em;
	font-weight: 600;
	font-size: 1.3em;
}

.qa-1 p::before {
	color: #75bbff;
	content: "Q";
}

.qa-1 div {
	position: relative;
	margin: 0;
	padding: .3em 3em 1.5em;
	color: #333;
}

.qa-1 div::before {
	color: #ff8d8d;
	line-height: 1.2;
	content: "A";
}

/*registration-form*/
/* payment */
#registration-form-submission-container .regform-section:nth-child(2) {
	display: none;
}

/* 2025.10.1-1.30 LHD tour display:none & TODO defaults no 
#registration-form-submission-container .regform-section:nth-child(1) fieldset#input-618 .field {
	display: none;
}

#registration-form-submission-container .regform-section:nth-child(1) div[data-html-name="field_868"] {
	display: none;
}

/* 2025.12.5 abstract display:none & TODO registration type defaults choko 
#registration-form-submission-container .regform-section:nth-child(3) {
	display: none;
}

/* 2026.1.30 To include reports in the registration form TODO enable report section 
#registration-form-submission-container .regform-section:nth-child(1) {
	display: none;
}
*/