
.hide {
	display: none;
}

.site-header {
	font-family: -apple-system, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.site-header .site-header__container > div {
	margin: 0 auto;
	padding: 15px 0;
	width: 1060px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.site-header .site-header__navigation {
	text-align: right;
}

.site-header .site-header__navigation a {
	color: #707070;
}

.site-header .site-header__navigation a.site-header__navigation-btn {
	padding: 5px 15px 3px;
	display: inline-block;
	background: #0062b2;
	color: #fff;
	border-radius: 5px;
}

.site-header .site-header__navigation-list {
	margin-top: 5px;
}

.site-header .site-header__navigation-list:first-child {
	margin-top: 0;
}

.site-header .site-header__navigation-item {
	margin-left: 13.328px;
	margin-left: 0.833rem;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}

.site-header .site-header__navigation-item b {
	font-size: 14px;
}

.elem-selectable-list {
	position: relative;
}

.elem-selectable-list .elem-selectable-list__title {
	position: relative;
	border: 1px solid #0062b1;
	color: #0062b1;
	padding: 2px 7px 2px 32px;
}

.elem-selectable-list .elem-selectable-list__title::before {
	content: "";
	display: block;
	height: 26px;
	width: 23px;
	border-right: 1px solid #0062b1;
	position: absolute;
	top: 0;
	left: 0;
	background: 50% 50% no-repeat url(/resources/common-knt/all/img/icon-arrow-0062b1.svg);
}

.elem-selectable-list .elem-selectable-list__title:hover {
	cursor: pointer;
}

.elem-selectable-list .elem-selectable-list__container {
	display: none;
	position: absolute;
	top: 26px;
	z-index: 101;
	background: #fff;
	text-align: left;
	border: 1px solid #0062b1;
}

.elem-selectable-list.this-active .elem-selectable-list__container {
	display: block;
}

.elem-selectable-list .elem-selectable-list__item a {
	display: block;
	color: #0062b1;
	padding: 5px 15px 3px 32px;
	white-space: nowrap;
}

.site-global-navigation {
	text-align: center;
	font-family: -apple-system, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	box-shadow: 0 10px 6px -7px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 10;
}

.site-global-navigation > div {
	width: 1060px;
	margin: 0 auto;
}

.site-global-navigation > div.this-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 100;
	box-shadow: 0 10px 6px -7px rgba(0, 0, 0, 0.16);
}

.site-global-navigation .site-global-navigation__item {
	margin: 0 40px;
	display: inline-block;
	font-size: 20px;
}

.site-global-navigation .site-global-navigation__item a {
	position: relative;
	color: #333;
	display: block;
	padding: 5px 0;
}

.site-global-navigation .site-global-navigation__item a:hover {
	text-decoration: none;
}

.site-global-navigation .site-global-navigation__item a.current::after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0062b2;
	visibility: visible;
}

.site-footer {
	font-family: -apple-system, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-top: 15px;
	padding: 40px 0 20px;
	border-top: 1px solid #ccc;
}

.site-footer > div {
	margin: 0 auto;
	width: 980px;
}

.site-footer .site-footer__navigation ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.site-footer .site-footer__navigation a {
	color: #333;
}

.site-footer .site-footer__copyright-area {
	margin-top: 40px;
}

.site-footer .site-footer__copyright-area small {
	font-size: 14px;
}