h1,h2,h3,p,a{
	line-height: 1.5em;
	letter-spacing: 0.06em
}
h1{
	font-size: clamp(22px,(100vw - 600px)* 6 / 600 + 28px, 35px);
	font-weight: 700;
	margin: 20px 0;
	padding: 0;
}
h2{
	font-size: clamp(20px,(100vw - 600px)* 6 / 600 + 25px, 30px);
	font-weight: 700;
	margin: 40px 0 20px;
	padding: 0;
}
h3{
	font-size: clamp(18px,(100vw - 600px)* 6 / 600 + 20px, 25px);
	font-weight: 700;
	margin: 0 0 10px;
}
.datetime,.address,.sponsorship,.cost,.deadline{
	align-items: baseline;
	margin-bottom: 15px;
	gap: 10px;
}
:is(.datetime,.address,.sponsorship,.cost,.deadline) span{
	display: block;
	width: 110px;
	font-weight: 700;
	text-align: center;
	background-color: #ccc;
	padding: 8px;
}
:is(.datetime,.address,.sponsorship,.cost,.deadline) p{
	flex: 1;
}
.eventImg{
	margin: 20px 0;
}
.summaryContents{
	margin: 40px auto 10px;
}
.applicationBtn{
	display: block;
	padding: 20px;
	font-size: clamp(16px,(100vw - 600px)* 6 / 600 + 18px, 20px);
	color: #fff;
	font-weight: 700;
	border-radius: 10px;
	background: #e97132;
	width: min(100% ,500px);
	text-align: center;
}
.applicationBtn:hover{
	opacity: 0.7;
}
.relationContents{
	padding: 20px;
	background: #eee;
}
.solutionLinks,.relatedInformation{
	list-style: disc;
	padding-left: 30px;
}
:is(.solutionLinks,.relatedInformation) li a{
	font-weight: 700;
	font-size: 18px;
	width: fit-content;
	text-decoration: underline;
}
.eventLink{
	text-decoration: underline;
	width: fit-content;
	margin: 10px 0;
}
@media (max-width: 500px){
	.datetime,.address,.sponsorship,.cost,.deadline{
		flex-direction: column;
	}
}