html {
	scroll-behavior: smooth;
}
body {
	font-family:
		"Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
		"ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.8;
	margin: 0;
}
.header {
	background-color: #ffffff;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
a {
	transition: .3s;
}
a:hover {
	opacity: 0.5;
}
li {
	list-style-type: none;
}
.wrap--bhso--header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.header-bar .header-bar-logo {
	line-height: 0;
	margin-top: 18px;
}
.header-bar .header-bar-logo a {
	line-height: 0;
	display: inline-block;
}
.wrap--bhso--header .header-bhso .header-bhso-inner {
	padding: 20px 0 0;
	padding-top: 18px;
	display: flex;
	column-gap: 19px;
}
.wrap--bhso--header .header-bhso .header-bhso-inner img {
	height: 40px;
}
main {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	box-sizing: border-box;
}
h1 {
	font-weight: 700;
	font-style: bold;
	font-size: 34px;
	leading-trim: none;
	line-height: 150%;
	letter-spacing: 0%;
}
#main_header.is-sticky h1 {
	font-size: 24px;
}
.condition-list {
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 1em;
	row-gap: .5em;
	flex-wrap: wrap;
}
.nav-anchor {
	display: flex;
	column-gap: 2em;
	margin-top: 20px;
}
.nav-anchor li {
	display: inline-flex;
	align-items: center;
}
.nav-anchor a {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	box-sizing: border-box;
}
.nav-anchor a::before {
	font-family: 'Material Symbols Outlined';
	content: '\e313';
	color: #FFF;
	background-color: #233D76;
	font-size: 20px;
	width: 20px;
	height: 20px;
	border-radius: 9999px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	padding-top: 1px;
	box-sizing: border-box;
}
section {
	margin-top: 30px;
}
h2 {
	font-size: 26px;
	line-height: 150%;
	letter-spacing: 0%;
}
dl {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 1em 2em;
	margin: 0;
	margin-top: 20px;
	position: relative;
}
dt {
	font-size: 20px;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0%;
	margin-bottom: 10px;
}
dd {
	margin: 0;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
}
dd.link a {
	text-decoration: underline;
	transition: 0.3s;
}
.condition-list li:hover,
dd.link a:hover {
	opacity: 0.5;
}
.condition-list li {
	cursor: pointer;
}
.condition-list li,
dl p.condition {
	font-size: 12px;
	padding: 5px 16px 7px;
	border: 1px solid;
	border-radius: 3px;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	margin-bottom: 10px;
}
dl.classi p.condition {
	display: none;
}
.condition-list li.default,
dl.default p.condition {
	color: #004498;
	border-color: #004498;
	background-color: #F7F7FB;
}
.condition-list li.normal,
dl.normal p.condition {
	color: #004498;
	border-color: #004498;
	background-color: #F7F7FB;
}
.condition-list li.partial_outage,
dl.partial_outage p.condition {
	color: #AE6C00;
	border-color: #AE6C00;
	background-color: #FFFCED;
}
.condition-list li.system_outage,
dl.system_outage p.condition {
	color: #C32508;
	border-color: #C32508;
	background-color: #FFF5F5;
}
.condition-list li.maintenance,
dl.maintenance p.condition {
	color: #666666;
	border-color: #666666;
	background-color: #FAFAFA;
}
.condition-list li.selected {
	color: #ffffff;
}
.condition-list li.selected.default {
	background-color: #004498;
}
.condition-list li.selected.normal {
	background-color: #004498;
}
.condition-list li.selected.partial_outage {
	background-color: #AE6C00;
}
.condition-list li.selected.system_outage {
	background-color: #C32508;
}
.condition-list li.selected.maintenance {
	background-color: #666666;
}
dd p.note {
	margin: 0;
	margin-top: 1em;
}
.footer-bottom {
	border-top: 2px solid #2970bc;
	margin-top: 40px;
}
.footer * {
	font-size: 14px;
}
.footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 18px 20px;
}
.footer-bottom-logo {
	margin-right: 36px;
	line-height: 0;
	margin-top: 0;
}
.footer-bottom-logo a {
	line-height: 0;
	display: inline-block;
}
.footer-bottom-copyright {
	flex: 5;
	font-size: 12px;
	letter-spacing: 0.04em;
}
.footer-bottom-menu {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.footer-bottom-menu-item {
	padding: 0 1em;
	line-height: 1;
}
.footer-bottom-menu-item:last-child {
	padding-right: 0;
	border-left: 1px solid #333;
}
.footer-bottom-menu a {
	transition: .3s;
	color: #333;
	text-decoration: none;
}
/* hover */
.footer-bottom-menu a:hover {
	color: #2970bc;
	opacity: 0.5;
	text-decoration: underline;
}

/* スマホ */
@media screen and (max-width: 767px) {
	.wrap--bhso--header {
		padding: 0 15px;
	}
	.wrap--bhso--header .header-bhso .header-bhso-inner {
		justify-content: space-between;
		align-items: baseline;
		column-gap: 22px;
	}
	.wrap--bhso--header .header-bhso .header-bhso-inner img {
		width: 100%;
		max-height: max-content;
	}
	main {
		padding: 0 15px;
	}
	dl {
		padding: 0.5em 1em;
	}
	.footer-bottom-inner {
		flex-direction: column;
		margin: auto;
		justify-content: center;
		padding: 24px 0 12px;
	}
	.footer-bottom-logo {
		margin: 0 auto;
		order: 1;
		margin-bottom: 12px;
	}
	.footer-bottom-copyright {
		margin: auto;
		line-height: 1;
		order: 3;
	}
	.footer-bottom-menu {
		margin: auto;
		padding: 0;
		order: 2;
		margin-bottom: 24px;
	}
}
