@charset "UTF-8";

/* CSS Document */
.mainVisual {
	background-image: url(../img/6place/pt-6place01.jpg);
}

.pageBody {}

.pageBody_inner {}

.mainTitle {}

.subTitle {}

.history {
	margin-bottom: 60px;
}

.history_title {}

.history_headline {}

.history_sect {
	margin-bottom: 3em;
}

.history_text {
	margin: 0 0 1em;
}

.history_pic {
	margin: 25px 0 0;
}

.history_pic_leftCol {
	width: 490px;
	float: left;
}

.history_fig {}

.history_fig>figcaption.-left {
	text-align: left;
}

.history_pic_rightCol {
	width: 490px;
	float: right;
}

.history_box {}

.history_box_leftCol {
	width: 430px;
	float: left;
}

.history_box_rightCol {
	width: 490px;
	float: right;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.mainVisual {}

	.pageBody {}

	.pageBody_inner {}

	.mainTitle {}

	.subTitle {}

	.history {
		margin-bottom: 40px;
	}

	.history_title {}

	.history_headline {}

	.history_text {}

	.history_pic {}

	.history_pic_leftCol {
		width: 49%;
	}

	.history_fig {}

	.history_fig>figcaption.-left {}

	.history_pic_rightCol {
		width: 49%;
	}

	.history_box {}

	.history_box_leftCol {
		width: 100%;
		float: none;
	}

	.history_box_rightCol {
		width: 100%;
		float: none;
		max-width: 490px;
		margin: 25px auto 0;
	}

	.history_sect {
		margin-bottom: 2em;
	}
}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.mainVisual {}

	.pageBody {}

	.pageBody_inner {}

	.mainTitle {}

	.subTitle {}

	.history {
		margin-bottom: 25px;
	}

	.history_title {}

	.history_headline {}

	.history_text {}

	.history_pic {}

	.history_pic_leftCol {
		width: 100%;
		float: none;
		max-width: 490px;
		margin: 0 auto;
	}

	.history_fig {}

	.history_fig>figcaption.-left {}

	.history_pic_rightCol {
		width: 100%;
		float: none;
		max-width: 490px;
		margin: 15px auto 0;
	}

	.history_box {}

	.history_box_leftCol {}

	.history_box_rightCol {}
}