@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

.lp-50th {
	position: relative;
	color: #1D0A60;
	font-size: clamp(0.875rem, 0.567rem + 0.64vw, 1rem);
	font-weight: 500;
	letter-spacing: normal;
	overflow: clip;
}
.lp-50th p {
	margin: 1em 0 0;
}
.lp-50th .inner {
	max-width: 1080px;
}

.lp-50th .page-head {
	display: flex;
	align-items: center;
	gap: clamp(1.25rem, -1.827rem + 6.41vw, 2.5rem);
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
	padding: 20px;
}
.lp-50th .page-head .head-logo {
	width: clamp(6.25rem, 1.327rem + 10.26vw, 8.25rem);
	flex-shrink: 0;
}
.lp-50th .page-head .head-lead {
	font-size: clamp(0.813rem, 0.351rem + 0.96vw, 1rem);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	flex: 1;
}

.lp-50th .fv {
	position: relative;
	padding: 40px 20px 80px;
	color: #fff;
	background-color: #1D0A60;
}
/*.lp-50th .fv:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: linear-gradient(to bottom in oklab, #1D0A60, #fff 85%);
}*/
.lp-50th .fv-body {
	width: 100%;
	max-width: 1080px;
	margin-inline: auto;
}
.lp-50th .fv-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.lp-50th .fv h1 {
	margin: 0;
	font-family: 'Jost', 'Noto Sans JP', Meiryo, "sans-serif";
	font-size: min(12vw, 128px);
	line-height: 1.1;
}
.lp-50th .fv h1 > span {
	color: #ee1c25;
	-webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}
.lp-50th .fv-text > *:first-child {
	margin-top: 0;
}
.lp-50th .fv-img {
	position: relative;
	margin: 40px 0 0;
	filter: drop-shadow(0px 0px 80px color-mix(in srgb, #fff 75%, transparent));
	z-index: 1;
	}

.lp-50th .lp-section {
	padding: 0 20px;
}
.lp-50th .content-wrap {
	position: relative;
	display: flex;
	gap: clamp(2.5rem, -3.654rem + 12.82vw, 5rem);
	padding: 0 0 80px;
}
.lp-50th .content-nav {
	flex-shrink: 0;
	padding: 80px 0 0;
	font-family: "Google Sans Flex", 'Jost', 'Noto Sans JP', Meiryo, "sans-serif";
}
.lp-50th .content-nav ul {
	position: sticky;
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, -0.231rem + 2.56vw, 1.5rem) 0;
	left: 0;
	top: 72px;
	margin: 0;
	padding: 0;
}
.lp-50th .content-nav li {
	margin: 0;
	padding: 0;
}
.lp-50th .content-nav li:before {
	content: none;
}
.lp-50th .content-nav a {
	position: relative;
	display: flex;
	gap: 16px;
	padding: 0;
	color: #1D0A60;
	font-size: clamp(0.875rem, 0.26rem + 1.28vw, 1.125rem);
	font-weight: 700;
	text-decoration: none;
}
.lp-50th .content-nav a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin: 0.25em 0 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.lp-50th .content-nav li a.is-current {
}
.lp-50th .content-body {
	flex: 1;
}
.lp-50th .content-body > *:first-child {
	margin-top: 0;
}
.lp-50th .content-block {
	/*min-height: 40vh;*/
	margin: 0;
	padding: 72px 0;
	color: #1D0A60;
	/*background-color: #fff;
	padding: 32px;
	border-radius: 16px;*/
}
.lp-50th .content-block h3 {
	width: fit-content;
	margin: 0;
	padding: 0;
	color: #1D0A60;
	font-size: clamp(1.25rem, 0.635rem + 1.28vw, 1.5rem);
	font-weight: 700;
	letter-spacing: normal;
}
.lp-50th .content-block .block-lead {
	margin: -0.5em -0.5em 0;
	padding: 0.5em;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	background-color: color-mix(in srgb, #1D0A60 15%, transparent);
	border-radius: 4px;
}

.lp-50th .content-block h4 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: clamp(0.875rem, 0.721rem + 0.32vw, 0.938rem);
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.5;
	border: none;
}

.lp-50th .content-block:not(:has(h3)) h4 {
	font-weight: 700;
}
.lp-50th .content-block h5 {
	margin: -0.5em 0 0;
	padding: 0;
	color: #1D0A60;
	font-size: clamp(0.875rem, 0.721rem + 0.32vw, 0.938rem);
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5;
	border: none;
}
.lp-50th .content-block .block-body ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0.25em 1em;
	margin: 0;
	/*font-size: 0.875rem;*/
	color: #000;
}
.lp-50th .content-block .block-body h4 + ul {
	margin-top: -0.75em;
}
.lp-50th .content-block .block-body h5 + ul {
	margin-top: -1em;
}
.lp-50th .content-block .block-body ul li {
	margin: 0;
	padding: 0 0 0 1.5em;
}
.lp-50th .content-block .block-body ul li:before {
	content: "\e5cc";
	inset: 0.05em 0 0 0;
	width: fit-content;
	height: auto;
	font-family: 'Material Icons';
	font-size: 1.5em;
	line-height: 1;
	background: none;
	border-radius: 0;
	pointer-events: none;
}
.lp-50th .content-block a {
	color: #000;
	text-decoration: none;
}
.lp-50th .content-block a:hover {
	opacity: 0.6;
}

.lp-50th .content-body .block-title {
	display: flex;
	align-items: center;
	gap: clamp(1rem, -1.462rem + 5.13vw, 2rem);
}
.lp-50th .content-body .block-title.center {
	justify-content: center;
	text-align: center;
}
.lp-50th .content-body h2 {
	display: flex;
	flex-direction: column;
	gap: 0.25em 0;
	margin: 0;
	padding: 0;
	font-size: clamp(1.75rem, -0.096rem + 3.85vw, 2.5rem);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.1;
	flex-shrink: 0;
}
.lp-50th .content-body h2:has(+ .title-lead) {
	width: calc(8em + clamp(1rem, -1.462rem + 5.13vw, 2rem) + 1px);
	padding-right: clamp(1rem, -1.462rem + 5.13vw, 2rem);
	border-right: 1px dotted #1D0A60; 
}

.lp-50th .content-body h2 .en {
	width: fit-content;
	padding: 0.225em 0.5em 0.125em;
	color: #fff;
	font-family: "Google Sans Flex", 'Jost', 'Noto Sans JP', Meiryo, "sans-serif";
	font-size: 0.7em;
	font-weight: 600;
	line-height: 1.1;
	border-radius: 4px;
}

.lp-50th .content-body .block-title .title-lead {
	flex: 1;
	line-height: 1.5;
}
.lp-50th .content-body .block-title .title-lead > *:first-child {
	margin-top: 0;
}
.lp-50th .content-body .block-title .title-lead > *:last-child {
	margin-bottom: 0;
}
.lp-50th .content-body .block-body {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: clamp(1rem, -1.462rem + 5.13vw, 2rem);
	margin: clamp(1.5rem, -0.962rem + 5.13vw, 2.5rem) 0 0;
}
/*.lp-50th .content-body #action_01 .block-body,
.lp-50th .content-body .block-body:has(> *:only-child) {
	grid-template-columns: repeat(1, 1fr);
}*/
.lp-50th .content-body .block-body:has(> *:only-child) ul {
	flex-direction: row;
	width: 100%;
}
.lp-50th .content-body .block-body:has(> *:only-child) li {
	min-width: calc(100% / 2 - 1em * 1 / 2);
}
.lp-50th .content-body .block-body > *:first-child {
	margin-top: 0;
}
.lp-50th .content-body .block-body > *:last-child {
	margin-bottom: 0;
}
.lp-50th .content-body .block-body .item {
	position: relative;
	display: flex;
  flex-direction: column;
  gap: 18px 0;
	padding: clamp(1.5rem, 0.269rem + 2.56vw, 2rem) clamp(1rem, -0.231rem + 2.56vw, 1.5rem);
	font-size: 0.875rem;
	border: 6px solid color-mix(in srgb, #1D0A60 15%, #fff);
	/*border-right-width: 8px;
	border-bottom-width: 8px;*/
	border-radius: 12px;
	overflow: hidden;
}
.lp-50th .content-body .block-body .item .block-set {
  gap: 18px;
}
.lp-50th .content-body .block-body .item .block-set > * {
	display: flex;
  flex-direction: column;
  gap: 18px 0;
}
/*.lp-50th .content-body .block-body .item:after {
	content: "";
	position: absolute;
	display: block;
	right: calc(clamp(1rem, -0.231rem + 2.56vw, 1.5rem) * -1);
	bottom: calc(clamp(1rem, -0.231rem + 2.56vw, 1.5rem) * -1);
	width: clamp(4rem, -0.923rem + 10.26vw, 6rem);
	height: clamp(4rem, -0.923rem + 10.26vw, 6rem);
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%23060c5c" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%23060c5c" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>') no-repeat center top;
	background-size: contain;
	opacity: 0.5;
	pointer-events: none;
	z-index: -1;
}*/
.lp-50th .content-body .block-body .item.bg-wht {
	color: #000;
	background-color: #fff;
}
.lp-50th .content-body .block-body .item.bg-wht:after {
	content: none;
}

.lp-50th .content-body #action_01 h3,
.lp-50th .content-body #action_01 h4,
.lp-50th .content-nav li:nth-child(1) a {
	color: #e94b25;
}
.lp-50th .content-body #action_01 h2 .en {
	background-color: #e94b25;
}
.lp-50th .content-body #action_01 .block-body .item {
	border-color: #e94b25;
}
.lp-50th .content-nav li:nth-child(1) a:before,
.lp-50th .content-body #action_01 .block-body .item:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%23e94b25" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%23e94b25" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>')
}

.lp-50th .content-body #action_02 h3,
.lp-50th .content-body #action_02 h4,
.lp-50th .content-nav li:nth-child(2) a {
	color: #f39a26;
}
.lp-50th .content-body #action_02 h2 .en {
	background-color: #f39a26;
}
.lp-50th .content-body #action_02 .block-body .item {
	border-color: #f39a26;
}
.lp-50th .content-nav li:nth-child(2) a:before,
.lp-50th .content-body #action_02 .block-body .item:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%23f39a26" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%23f39a26" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>')
}

.lp-50th .content-body #action_03 h3,
.lp-50th .content-body #action_03 h4,
.lp-50th .content-nav li:nth-child(3) a {
	color: #cd5e9f;
}
.lp-50th .content-body #action_03 h2 .en {
	background-color: #cd5e9f;
}
.lp-50th .content-body #action_03 .block-body .item {
	border-color: #cd5e9f;
}
.lp-50th .content-nav li:nth-child(3) a:before,
.lp-50th .content-body #action_03 .block-body .item:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%23cd5e9f" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%23cd5e9f" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>')
}

.lp-50th .content-body #action_04 h3,
.lp-50th .content-body #action_04 h4,
.lp-50th .content-nav li:nth-child(4) a {
	color: #33a5d2;
}
.lp-50th .content-body #action_04 h2 .en {
	background-color: #33a5d2;
}
.lp-50th .content-body #action_04 h3,
.lp-50th .content-body #action_04 .block-body .item {
	border-color: #33a5d2;
}
.lp-50th .content-nav li:nth-child(4) a:before,
.lp-50th .content-body #action_04 .block-body .item:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%2333a5d2" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%2333a5d2" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>')
}

.lp-50th .content-body #action_05 h3,
.lp-50th .content-body #action_05 h4,
.lp-50th .content-nav li:nth-child(5) a {
	color: #ee7b45;
}
.lp-50th .content-body #action_05 h2 .en {
	background-color: #ee7b45;
}
.lp-50th .content-body #action_05 .block-body .item {
	border-color: #ee7b45;
}
.lp-50th .content-nav li:nth-child(5) a:before,
.lp-50th .content-body #action_05 .block-body .item:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%23ee7b45" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%23ee7b45" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>')
}

.lp-50th .content-body #action_06 h3,
.lp-50th .content-body #action_06 h4,
.lp-50th .content-nav li:nth-child(6) a {
	color: #0033a1;
}
.lp-50th .content-body #action_06 h2 .en {
	background-color: #0033a1;
}
.lp-50th .content-body #action_06 .block-body .item {
	border-color: #0033a1;
}
.lp-50th .content-nav li:nth-child(6) a:before,
.lp-50th .content-body #action_06 .block-body .item:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%230033a1" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%230033a1" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>')
}

.lp-50th .content-body #action_07 h3,
.lp-50th .content-body #action_07 h4,
.lp-50th .content-nav li:nth-child(7) a {
	color: #13834c;
}
.lp-50th .content-body #action_07 h2 .en {
	background-color: #13834c;
}
.lp-50th .content-body #action_07 .block-body .item {
	border-color: #13834c;
}
.lp-50th .content-nav li:nth-child(7) a:before,
.lp-50th .content-body #action_07 .block-body .item:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%2313834c" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%2313834c" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>')
}

.lp-50th .content-body #action_08 h3,
.lp-50th .content-body #action_08 h4,
.lp-50th .content-nav li:nth-child(8) a {
	color: #3f3677;
}
.lp-50th .content-body #action_08 h2 .en {
	background-color: #3f3677;
}
.lp-50th .content-body #action_08 .block-body .item {
	border-color: #3f3677;
}
.lp-50th .content-nav li:nth-child(8) a:before,
.lp-50th .content-body #action_08 .block-body .item:after {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M448 341.37V170.61A32 32 0 00432.11 143l-152-88.46a47.94 47.94 0 00-48.24 0L79.89 143A32 32 0 0064 170.61v170.76A32 32 0 0079.89 369l152 88.46a48 48 0 0048.24 0l152-88.46A32 32 0 00448 341.37z" fill="none" stroke="%233f3677" stroke-linecap="round" stroke-linejoin="round" stroke-width="32"/><path fill="none" stroke="%233f3677" stroke-linecap="round" stroke-linejoin="round" stroke-width="32" d="M69 153.99l187 110 187-110M256 463.99v-200"/></svg>')
}

.lp-50th #action_01 .block-lead {
	background-color: color-mix(in srgb, #e94b25 15%, transparent);
}

.lp-50th #action_02 .block-lead {
	background-color: color-mix(in srgb, #f39a26 15%, transparent);
}

.lp-50th #action_03 .block-lead {
	background-color: color-mix(in srgb, #cd5e9f 15%, transparent);
}

.lp-50th #action_04 .block-lead {
	background-color: color-mix(in srgb, #33a5d2 15%, transparent);
}

.lp-50th #action_05 .block-lead {
	background-color: color-mix(in srgb, #ee7b45 15%, transparent);
}

.lp-50th #action_06 .block-lead {
	background-color: color-mix(in srgb, #0033a1 15%, transparent);
}

.lp-50th #action_07 .block-lead {
	background-color: color-mix(in srgb, #13834c 15%, transparent);
}

.lp-50th #action_08 .block-lead {
	background-color: color-mix(in srgb, #3f3677 15%, transparent);
}

.lp-50th .content-body #history h2 {
	margin: 0 auto 0.5em;
	font-size: min(5.3vw, clamp(1.5rem, 0.269rem + 2.56vw, 2rem));
}
.lp-50th .history-cards {
	position: relative;
	display: flex;
	flex-wrap: wrap;
  gap: 24px;
	margin: 30px 0 0;
}
.lp-50th .history-cards .card {
	position: relative;
	width: calc(50% - 12px);
	color: #000;
	font-weight: 600;
	text-decoration: none;
	border-radius: 8px;
	overflow: clip;
}
.lp-50th .history-cards .card .img {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: clip;
}
.lp-50th .history-cards .card .img img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.lp-50th .history-cards .card .title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 8px;
	width: fit-content;
	height: 2.5em;
	margin: -2.5em 0 0;
	padding: 0.25em 1em;
	line-height: 1.5;
	text-align: center;
	background-color: color-mix(in srgb, #fff 90%, transparent);
	border-radius: 0 1em 0 0;
}
.lp-50th .history-cards .card .title::after {
  content: "\e315";
	display: inline-block;
	color: #b60005;
  font-size: 1.5em;
  font-family: 'Material Icons';
  line-height: 1;
  vertical-align: middle;
}
/*.lp-50th .btn {
	width: 100%;
}
.lp-50th .btn.full a {
	min-width: none;
	width: 100%;
}*/
.lp-50th .btn.ghost a {
	width: 100%;
	color: #e94b25;
	font-weight: 700;
	background: #fff;
	border: 2px solid #e94b25;
	border-radius: 9999px;
}
.lp-50th .btn.ghost a:after {
	color: #e94b25;
}

@media screen and (min-width: 768px),print {
	.lp-50th .sp-content-nav {
		display: none;
	}
	.lp-50th .content-nav a:before {
		opacity: 0;
	}
	.lp-50th .content-nav li a.is-current:before {
		opacity: 1;
	}
}

@media screen and (max-width: 940px) {
	.lp-50th .content-body .block-title {
		flex-direction: column;
		align-items: flex-start;
	}
	.lp-50th .content-body h2:has(+ .title-lead) {
		width: auto;
		border: none;
		padding-right: 0;
	}
	.lp-50th .content-body h2:has(+ .title-lead) br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#pagetop {
		display: none !important;
	}
	.lp-50th .page-head .head-lead {
		text-align: left;
	}
	.lp-50th .content-wrap {
		display: block;
	}
	.lp-50th .content-nav {
		padding: 0;
	}
	.lp-50th .content-nav > .list-nav {
		display: none;
	}
	.lp-50th .content-block {
		padding: 40px 0;
	}
	.lp-50th .content-body .block-body {
		grid-template-columns: repeat(1, 1fr);
	}
	.lp-50th .content-block .block-body ul,
	.lp-50th .content-body .block-body:has(> *:only-child) ul {
		flex-direction: column;
	}
	.lp-50th .history-cards .card {
		width: 100%;
	}
	.lp-50th .sp-content-nav {
		display: block;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 995;
	}
	.lp-50th .sp-content-nav.fixed {
		position: fixed;
		top: auto;
		bottom: 0;
	}
	.lp-50th .sp-content-nav.absolute {
		position: absolute;
		top: auto;
		left: -20px;
		width: calc(100% + 40px);
		bottom: 0;
	}
	.lp-50th .sp-content-nav .sp-list-nav {
		display: none;
		margin: 0 10px 8px;
		padding: 16px;
		background: #fff;
		border: 2px solid #ccc;
		border-radius: 8px;
	}
	.lp-50th .sp-content-nav.is-open .sp-list-nav {
		display: block;
	}
	.lp-50th .content-nav a {
		color: #1D0A60 !important;
		opacity: 1 !important;
	}
	.lp-50th .content-nav a br {
		display: none;
	}
	.lp-50th .content-nav a:before {
		margin: 0;
	}
	.lp-50th .sp-content-nav .sp-content-current {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		width: 100%;
		height: 60px;
		padding: 0;
		color: #fff;
		font-size: 1rem;
		font-weight: 700;
		line-height: 160%;
		white-space: nowrap;
		text-overflow: ellipsis;
		background: #1D0A60;
		border: none;
		border-top: 4px solid #fff;
		/*border-radius: 9999px;*/
		outline: none;
		overflow: hidden;
		cursor: pointer;
	}
	.lp-50th .sp-content-nav .sp-content-current:after {
		content: "\e5d2";
		font-family: 'Material Icons';
		display: flex;
		width: 1.5em;
		height: 1.5em;
		align-items: center;
		justify-content: center;
		color: #1D0A60;
		font-size: 1.25em;
		font-weight: 400;
		line-height: 1;
		background-color: #fff;
		border-radius: 100%;
	}
	.lp-50th .sp-content-nav.is-open .sp-content-current:after {
		content: "\e5cd";
	}
	.lp-50th .sp-content-nav:has(li:nth-child(1) a.is-current) .sp-content-current {
		background-color: #e94b25;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(2) a.is-current) .sp-content-current {
		background-color: #f39a26;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(3) a.is-current) .sp-content-current {
		background-color: #cd5e9f;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(4) a.is-current) .sp-content-current {
		background-color: #33a5d2;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(5) a.is-current) .sp-content-current {
		background-color: #ee7b45;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(6) a.is-current) .sp-content-current {
		background-color: #0033a1;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(7) a.is-current) .sp-content-current {
		background-color: #13834c;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(8) a.is-current) .sp-content-current {
		background-color: #3f3677;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(1) a.is-current) .sp-content-current:after {
		color: #e94b25;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(2) a.is-current) .sp-content-current:after {
		color: #f39a26;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(3) a.is-current) .sp-content-current:after {
		color: #cd5e9f;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(4) a.is-current) .sp-content-current:after {
		color: #33a5d2;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(5) a.is-current) .sp-content-current:after {
		color: #ee7b45;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(6) a.is-current) .sp-content-current:after {
		color: #0033a1;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(7) a.is-current) .sp-content-current:after {
		color: #13834c;
	}
	.lp-50th .sp-content-nav:has(li:nth-child(8) a.is-current) .sp-content-current:after {
		color: #3f3677;
	}
}
