.event_overview > dl {
		display: flex;
		align-items: flex-start;
		padding: 2rem 0;
		border-bottom: solid 1px #DEDEDE;
}

.event_overview > dl:first-child {
		padding-top: 0;
}

.event_overview > dl:last-child {
		border-bottom: none;
		padding-bottom: 0;
}

@media (max-width: 768px) {
		.event_overview > dl {
				flex-wrap: wrap;
				padding: 1.25rem 0;
		}
}

.event_overview > dl dt {
		font-weight: 700;
		flex-shrink: 0;
		width: 300px;
		margin-right: 1rem;
		line-height: 1.8;
}

@media (max-width: 768px) {
		.event_overview > dl dt {
				width: 100%;
				margin-bottom: 0.5rem;
		}
}

.event_overview > dl dd {
		line-height: 1.8;
}

.event_overview > dl dd > :first-child {
		margin-top: 0 !important;
}

.event_overview > dl dd > :last-child {
		margin-bottom: 0 !important;
}

.event_overview > dl dd a[target="_blank"] {
		position: relative;
		margin-right: 1.125rem;
}

.event_overview > dl dd a[target="_blank"]::after {
		position: absolute;
		content: "";
		background-image: url(../../../common/image/ic_blank.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 15px;
		height: 15px;
		margin-left: 0.2rem;
		bottom: 0.1em;
		border: none;
		transform: none;
}
