body.page-registration .nav-right a[href="registration.html"] {
    color: #00eef9;
}
.title {
    display: none;
}
.domestic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: calc(100vh - 0px);
	margin: 0 auto;
	z-index: 0;
    max-width: 1000px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.domestic-inner {
	max-width: 600px;
}
.registration-title {
	font-size: clamp(1.5rem, 10vw, 2rem);
	z-index: 3;
	position: relative;
	color: #5851ff;
    font-weight: 700;
	text-align: center;
}
.hurikomi{
	margin: 5px;
}
h2 {
	text-align: center;
}
h3 {
	font-size: clamp(0.8rem, 2vw, 1rem);
}
.registration-fees-wrapper,
.events {
    max-width: 600px;
	margin: 0;
	text-align: center;
}
.registration-h2-wrapper {
    padding: 30px 60px ;
	text-align: center;
}
.fee-category {
	justify-content: center;
	gap: 10px;
	margin: 20px
}
.table-wrapper {
	border-radius: 5px;
	overflow: hidden;
    display: inline-block;
	max-width: 270px;
}
table {
	font-size: 1rem;
	margin: 2px;
}
table th, td { 
    text-align: left;
	padding: 5px;
}
.events {
	text-align: center;
}
.events {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.events-list {
	max-width: 300px;
}
.events-list ul {
	text-align: left;
	padding: 10px;
	margin: 0 auto;
}
.events-list li {
	font-size: 1rem;
}
.event-p,
.legal {
    text-align: left;
	margin: 10px 0;
}
.form-button,
.form-button-download {
    display: inline-block;
    padding: 1px 10px;
    background:#0061ff;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
	margin: 10px;
	text-align: center;
	font-size: 1rem;
	font-weight: normal
}
@media (max-width: 1075px) {
	.registration-wrapper {
	text-align: center;
	}
	.registration-fees {
		display: block;
	}
}
@media (max-width: 747px) {
}
@media (max-width: 480px) {
	.registration-title {
		margin-top: 60px;
	}
	.registration-h2-wrapper {
    padding: 30px;
	}
}