/* レイアウト */
.rekishi_chapter {
	display: flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-flow: row-reverse;
	box-sizing: border-box;
	padding-top: .24rem;
	margin-bottom: .24rem;
}
.rekishi_chapter .flexslider {
	width: 30%;
	margin-bottom: 0;
	line-height:1;
	background-color: #FBF9F3;
	border:none;
}
.rekishi_chapter .flexslider ul {
	position: relative;
}
.flexslider .slides img {
	margin: 0;
}
.flex-direction-nav {
	margin-top: -.2rem;
}
.rekishi_chapter .rekishi_text {
	width: 65%;
	box-sizing: border-box;
	padding-left: .2rem;
	padding-right: .2rem;
}
/*　レイアウト メディアクエリ */
	/* 少画面PCとタブレット */
	@media screen and (min-width: 681px) and (max-width: 999px) {
		.rekishi_chapter .flexslider {
			width: 40%;
		}
		.rekishi_chapter .rekishi_text {
			width: 55%;
		}
	}
	/* スマホとタブレット */
	@media screen and (max-width: 680px) {
		.rekishi_chapter {
			display: block;
			padding-top: .2rem;
			margin-bottom: .4rem;
		}
		.rekishi_chapter .flexslider {
			width: 100%;
		}
		.rekishi_chapter .rekishi_text {
			width: 100%;
			padding-left: 0;
			padding-right: 0;
		}
	}