.page-event img {
	max-width: 100%;
}

.u-xs-visible {
	display: none;
}

.u-md-visible {
	display: block;
}

.u-mt-2 {
	margin-top: 2em;
}

.u-mb-1 {
	margin-bottom: 1em;
}

.u-mb-2 {
	margin-bottom: 2em;
}

.u-text-center {
	text-align: center;
}

.event-main-desc {
	max-width: 930px;
	margin: 0 auto;
	text-align: left;
	width: 90%;
}

.event-sns-content {
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
}

.event-sns-content-desc {
	text-align: center;
}

.event-sns-content-strong {
	font-weight: bold;
	text-decoration: underline;
}

.event-sns-content-img-lists {
	margin-bottom: 2em;
	display: flex;
	justify-content: center;
}

.event-sns-content-img-item:not(:first-child) {
	margin-left: 16px;
}

.event-sns-content-img-item img {
	max-width: 100%;
}

.event-sns-content-item-title {
	font-weight: bold;
	display: inline-block;
	border: 1px solid #e0e0e0;
	background: #e0e0e0;
	padding: 0.6em 0.625em 0.3em;
	margin: 0 0 1em;
}

.sub-heading {
	padding: 0 0 0.5em 0;
	font-size: 2em;
	text-align: center;
	margin: 0 auto 1.5em;
	width: 80%;
	border-bottom: 1px solid #e0e0e0;
}

.button {
	width: 100%;
	max-width: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 0;
	border: 0;
	background-color: #335b4c;
	color: #fff !important;
	display: inline-block;
	text-align: center;
	transition: background-color 0.3s;
}

.button:hover {
	background-color: #003220;
}

.event-link-text {
	color: #1a73e8 !important;
	text-decoration: underline !important;
	word-break: break-word;
}
.event-link-text:hover {
	text-decoration: none !important;
}

@media screen and (min-width: 1025px) {
	#dealerPage section h1 {
		width: 80%;
	}
}

@media screen and (max-width: 1024px) {
	.sub-heading {
		font-size: 1.25em;
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.u-xs-visible {
		display: block;
	}
	.u-md-visible {
		display: none;
	}
	.event-main-desc {
		font-size: 14px;
	}
	.event-sns-content {
		width: 90%;
		font-size: 14px;
	}
	.event-sns-content-desc {
		text-align: left;
	}
	.button {
		max-width: none;
	}
}
.event_link{
	color : #6e6c64!important;
}
