/* latin */
@font-face {
	font-family: 'ABeeZee';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/abeezee/v14/esDR31xSG-6AGleN2tWkkA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* 標準で入る下線を除去 */
a:hover,
a:focus {
	text-decoration: none;
}

/* 202304 webサイト改修 */
nav.breadcrumb {
	max-width: 992px;
	padding: 0 16px;
	width: 1000px;
	margin: 5px auto 0 auto;
	font-size: 12px;
}

@media only screen and (max-width: 999px) {
	nav.breadcrumb {
		width: auto;
	}
}

nav.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

nav.breadcrumb ul li {
	font-size: 14px;
}

nav.breadcrumb ul a {
	color: #11bdbd;
}

nav.breadcrumb li:not(:last-child)::after {
	display: inline-block;
	margin: 0 .25rem;
	content: ">";
}

nav.breadcrumb li a:hover {
	text-decoration: underline;
	color: #129898;
}

/* --------nkym---------- */
.comm-layout-column:not(:empty) {
	padding-top: var(--lwc-layoutVerticalPadding, 0.75rem);
	padding-bottom: var(--lwc-layoutVerticalPadding, 0.75rem);
}

.siteforceThemeLayoutStarter > .body.isPageWidthFixed-true {
	margin: 0 auto;
	max-width: 100%;
}

/* --------nkym---------- */
