@charset "utf-8";

/*
# =================================================================
# センター主催イベント（夏の大公開2023）
# =================================================================
*/
#fest-2023 > section {
	margin-top: 20px;
}
#fest-2023 > section:first-child {
	margin-top: 0;
}
#fest-2023 h2 {
	border-left: none;
	margin-top: 0;
	font-size: 24px;
}
#fest-2023 h2 a {
	color: inherit;
	text-decoration: underline;
}
#fest-2023 h2 a:hover {
	text-decoration: none;
}
.emoji {
	font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}
.note {
	font-size: 15px !important;
	color: #d70000;
	margin-left: 20px !important;
	margin-top: 20px !important;
	line-height: 1.5;
}
.red {
	color: #d70000;
}
.line-orange-30 {
	background: linear-gradient(transparent 70%, #f7d999 70%);
}
.m20-t { margin-top: 20px; }
.m5-b { margin-bottom: 5px; }
.m50 { margin: 50px 0; }
.m70-t { margin-top: 70px; }
.f08em { font-size: 0.8em; }
.lh15 { line-height: 1.5; }

.f23-info {
	position: relative;
	padding: 20px;
	border: solid 5px #ffcb8a;
	border-radius: 3px 0;
}
.f23-info:before,
.f23-info:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: solid 4px #ffcb8a;
	border-radius: 50%;
}
.f23-info:after {
	top: -20px;
	left: -20px;
}
.f23-info:before {
	bottom: -20px;
	right: -20px;
}
.f23-info p {
	font-size: 18px;
	margin-top: 0;
}

#sugoroku { border: 10px solid #9CC2E6; padding: 25px; }
#sugoroku h2 { color: #0580F4; font-weight: bold; }

#gacha { border: 10px solid #F4B3B9; padding: 25px; }
#gacha h2 { color: #F63F50; font-weight: bold; }

#emakimono { border: 10px solid #ACC771; padding: 25px; }
#emakimono h2 { color: #86BB13; font-weight: bold; }

#sugoroku-s {
	position: relative;
	background: #D6EAFB;
	box-shadow: 0 0 0 5px #D6EAFB;
	border: dashed 2px white;
	color: #505050;
	padding: 25px;
}
#sugoroku-s:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #8EC0FF #fff #8EC0FF;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
#sugoroku-s p {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#sugoroku-s ul {
	color: #454545;
	font-size: 17px;
	line-height: 1.6;
}
#sugoroku-s li {
	margin-bottom: 20px;
}
.related-page {
	border: dashed 2px #ccc;
	padding: 10px;
	margin-top: 16px;
}
.related-page h4 {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}
.btn-f23-fest {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	background-color: #265599;
	padding: 14px 28px;
	text-decoration: none !important;
	border-radius: 4px;
}
.btn-f23-fest:hover {
	opacity: 0.9;
}

#fest-2023 .report .summary ul {
	font-size: 20px;
}
#fest-2023 .report,
#fest-2023 .report figure,
#fest-2023 .report .report-body {
	padding: 0;
}
@media (min-width: 811px) {
	#fest-2023 .report.rep-col-3.swap {
		grid-template-columns: 70% 30%;
	}
}
@media (max-width: 810px) {
	#fest-2023 .report {
		display: block;
	}
	.sugoroku-s-img {
		text-align: center;
		margin-top: 16px;
	}
}
@media (min-width: 920px) {
	#fest-2023 h2 {
		font-weight: normal;
		line-height: 1.4;
	}
	.sugoroku-s-img {
		text-align: right;
		margin-top: -110px;
	}
}
