@charset "UTF-8";

/*  イベント ニュース　詳細　*/


.event-article {
	max-width: 750px;
	margin: 0 auto;
}
.hero-image {
	margin-bottom: 40px;
}
.txt-block {
	margin-bottom: 50px;
}
.block-ttl {
	color: #00A0C8;
	font-size: 1.5rem;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.block-ttl:after {
	width: 350px;
	height: 6px;
	background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
	left: 0;
	bottom: 0;
}
.event-date {
	font-size: 2rem;
	line-height: 2.4em;
}
.event-date span {
	font-size: 3rem;
}
.event-time {
	font-size: 1.3rem;
}
.dot-list li {
	position: relative;
	padding-left: 25px;
	font-size: 1rem;
	line-height: 1.6em;
	margin-bottom: 6px;
}
.dot-list li.large-txt {
	font-size: 1.4rem;
	font-weight: 600;
}
.dot-list li:before {
	width: 14px;
	height: 14px;
	background: #00A0C8;
	border-radius: 3px;
	left: 0;
	top: 7px;
}
.dot-list li.large-txt:before {
	top: 12px;
}
.dot-list li a {
	color: #00A0C8;
	text-decoration: underline;
}
.dot-list li a:hover {
	text-decoration: none;
}
.txt-block p span.large-txt {
	font-size: 1.4rem;
	font-weight: 600;
}
.txt-block p a {
	color: #00A0C8;
	text-decoration: underline;
}
.txt-block p a:hover {
	text-decoration: none;
}
.txt-block .bold-txt {
	font-weight: 600;
}
.green-button, 
.blue-button {
	margin: 30px auto;
}
.bottom-button-wrap {
	border-top: #00A0C8 solid 1px;
	padding-top: 20px;
}

@media screen and (max-width: 834px) {
	.block-ttl {
		color: #00A0C8;
		font-size: 1rem;
	}
	.block-ttl:after {
		width: 220px;
		height: 6px;
		background-image: url("/admission/assets/img/about_img/txt-box-ttl-line.svg");
		background-size: cover;
		background-position: left center;
		left: 0;
		bottom: 0;
	}
	.hero-image {
		margin-bottom: 30px;
	}
	.txt-block {
		margin-bottom: 30px;
	}
	.dot-list li {
		position: relative;
		padding-left: 20px;
		font-size: 1rem;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	.dot-list li.large-txt {
		font-size: 1.4rem;
		font-weight: 600;
	}
	.dot-list li:before {
		width: 12px;
		height: 12px;
		background: #00A0C8;
		border-radius: 3px;
		left: 0;
		top: 6px;
	}
	.dot-list li.large-txt:before {
		top: 11px;
	}
	.txt-block p span.large-txt {
		font-size: 1.2rem;
		font-weight: 600;
	}
	.txt-block p a {
		color: #00A0C8;
		text-decoration: underline;
	}
	.txt-block p a:hover {
		text-decoration: none;
	}
	.green-button, 
	.blue-button {
		margin: 30px auto;
	}
}
