.flex-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 23px
}

:root .kiyaku-nav {
	display: block;
	width: 312px;
	height: 100%;
	font-family: Yu Gothic, sans-serif;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	top: 94px;
	left: calc(max(50%, 565px) + 255px)
}

:root .kiyaku-nav, :root .kiyaku-nav _:-ms-lang(x) {
	left: 820px
}

@media (min-width:1130px) {
	:root .kiyaku-nav, :root .kiyaku-nav _:-ms-lang(x) {
		left: calc(50% + 255px)
	}
}

:root .kiyaku-nav__list {
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

:root .kiyaku-nav__item {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #e4e4e4
}

:root .kiyaku-nav__item:last-child {
	border-bottom: none
}

:root .kiyaku-nav__link {
	display: block;
	color: #294c7a;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	position: relative;
	padding: 20px 0 20px 40px
}

:root .kiyaku-nav__link:before {
	content: "";
	position: absolute;
	top: 46%;
	left: 20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #abb3bf
}

:root .kiyaku-nav__link:hover {
	color: #3081c9
}

.kiyaku-document {
	display: block;
	width: 780px;
	color: #3b3b3b;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 auto 0 0
}

.kiyaku-document__section {
	margin-bottom: 40px
}

.kiyaku-document__heading {
	color: #294c7a;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.5
}

.kiyaku-sentences__heading {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 5px
}

.kiyaku-sentences__text {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 20px
}

.kiyaku-sentences__link {
	color: #157792
}
