:root {
	--color-black: #333;
	--color-gray-60: #999;
	--color-gray-80: #ccc;
	--color-brand: #10069f;
	--color-white: #fff;
	--color-red: #f00;
}
.cl-container {
	max-width: 91.4667%;
	margin-right: auto;
	margin-left: auto;
}
.cl-pr {
	margin-top: 42px;
	margin-bottom: 42px;
}
.cl-pr_heading {
		text-align: center;
		margin-bottom: 6px;
		line-height: 1.3;
	}
.cl-pr_subheading {
		text-align: center;
		font-weight: bold;
		margin-bottom: 6px;
		line-height: 1.3;
	}
.-common .cl-pr_container > div {
				height: auto !important;
			}
.cl-pr iframe {
		transform: scale(1) !important;
	}
.cl-pr_banner {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
.cl-featureSection + .cl-featureSection {
		margin-top: 42px;
	}
.cl-featureSection_heading {
		font-weight: bold;
		border-left: 6px solid #10069f;
		border-left: 6px solid var(--color-brand);
		padding-left: 6px;
		font-size: 16px;
		margin-bottom: 12px;
	}
.cl-featureSection_headingLink,
		.cl-featureSection_headingLink:visited {
			color: #333;
			color: var(--color-black);
			text-decoration: none;
		}
.cl-featureSection_headingLink:hover {
			color: #333;
			color: var(--color-black);
			text-decoration: underline;
		}
.cl-featureSection + .cl-attention_wrapper {
		margin-top: 24px;
	}
.cl-featureList {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 13px;
	line-height: 1.3;
}
.cl-featureList + .cl-featureList {
		margin-top: 6px;
	}
.cl-featureList_itemLink,
		.cl-featureList_itemLink:hover,
		.cl-featureList_itemLink:visited {
			color: #333;
			color: var(--color-black);
			text-decoration: none;
		}
.cl-attention {
	color: #999;
	color: var(--color-gray-60);
	font-size: 12px;
}
.cl-siteNav {
	background-color: #f9f9f9;
	border-top: 1px solid #ccc;
	border-top: 1px solid var(--color-gray-80);
	padding-top: 24px;
	padding-bottom: 24px;
	margin-top: 42px;
}
.u-color-white {
		color: #fff;
		color: var(--color-white);
	}
.u-color-orange {
		color: var(--color-orange);
	}
.u-color-teal {
		color: var(--color-teal);
	}
.u-color-red {
		color: #f00;
		color: var(--color-red);
	}
.u-weight-normal {
		font-weight: normal;
	}
.u-weight-bold {
		font-weight: bold;
	}
.u-align-center {
		text-align: center;
	}
.u-align-right {
		text-align: right;
	}
.u-align-left {
		text-align: left;
	}
.u-note {
	color: #555;
	font-size: 0.90em;
	line-height: 1.35;
}
.u-responsiveImg {
		width: 100%;
		height: auto;
	}
.u-highlighted {
		display: inline;
		font-weight: inherit;
		background: linear-gradient(transparent 65%, var(--color-sim-highlighted) 0%);
		padding: 0.2px;
	}
@media screen and (min-width: 768px) {
.cl-pr_banner {
			max-width: 600px
	}
.cl-featureSection + .cl-featureSection {
			margin-top: 0
	}
.cl-featureSection_heading {
			margin-bottom: 18px
	}
.cl-featureSection + .cl-attention_wrapper {
			margin-top: 36px
	}
.cl-featureList {
		flex-flow: wrap row
}
.cl-featureList_item {
			width: calc(50% - 6px)
	}
.-hikaku .cl-featureList_item,
		.-tabipro .cl-featureList_item {
				width: 100%
		}
			.cl-featureList_itemLink:hover {
				text-decoration: underline;
			}
.cl-siteNav {
		padding-top: 36px;
		padding-bottom: 36px
}
.cl-siteNav_container {
			display: flex;
			gap: 24px
	}
.cl-siteNav_content {
			width: calc(50% - 12px)
	}
.u-only-mobile {
				display: none
		}
}
@media screen and (min-width: 992px) {
.cl-container {
		max-width: 992px
}
.cl-featureList_item {
			width: calc(33.333% - 8px)
	}
.-hikaku .cl-featureList_item,
		.-tabipro .cl-featureList_item {
				width: calc(50% - 6px)
		}
.u-only-tablet {
				display: none
		}
.u-lower-tablet {
				display: none
		}
}
@media screen and (max-width: 991px) {
.u-only-desktop {
				display: none
		}
}
@media screen and (max-width: 767px) {
.u-only-tablet {
				display: none
		}
.u-upper-tablet {
				display: none
		}
}
