#intro {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 1;
	height: 300px;
	font-size: 2.4em;
	line-height: 1.4em;
	background: transparent url(../img/system/img_intro.png) 100% 100% no-repeat;
}

#intro p:nth-of-type(2) {
	text-indent: -0.2em;
}

.point {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 100px auto 0;
	width: 1020px;
}

.point > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.point .pic {
	width: 620px;
}

.point .pic .movie {
	border: 4px solid #bfa46f;
}

.point .desc {
	position: relative;
	z-index: 100;
	width: 360px;
}

.point .desc > h1 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 1em;
	white-space: nowrap;
}

.point .desc > h1 > span {
	padding: 15px 10px;
	background: #000;
	color: #bfa46f;
}

.point .desc > h1 > span:not(:first-child) {
	margin-top: 6px;
}

.point .desc p {
	font-size: 0.85em;
	line-height: 2em;
}

.point:nth-of-type(odd) .pic {
	order: 2;
}

.point:nth-of-type(odd) .pic .normal-slider .slick-dots {
	left: auto;
	right: 0;
}

.point:nth-of-type(odd) .pic .normal-slider .slick-dots > li {
	margin: 0 0 0 5px;
}

.point:nth-of-type(odd) .desc {
	order: 1;
}

.point:nth-of-type(odd) .desc > h1 {
	align-items: flex-start;
}

.column {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 80px auto 0;
	padding: 50px 40px;
	width: 1020px;
	background: #007b9d;
}

.column::before {
	content: "NOTE";
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 45px;
	top: -20px;
	z-index: 10;
	padding: 2px 18px 0;
	height: 50px;
	background: #e8e7ec;
	color: #007b9d;
	font-size: 1.7em;
	line-height: 0;
	font-family: mittwoch, serif;
	font-weight: 400;
}

.column > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.column .pic {
	order: 2;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 540px;
}

.column .pic.c2 > div {
	width: 260px;
}

.column .pic.c2 > div:not(:first-child) {
	margin-left: 20px;
}

.column .desc {
	order: 1;
	width: 370px;
}

.column .desc > h1 {
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 1em;
}

.column .desc p {
	font-size: 0.85em;
	line-height: 2em;
}

.column .desc ul {
	font-size: 0.85em;
	line-height: 1.6em;
}

@media screen and (max-width: 750px) {

#intro {
	left: -40px;
	padding: 0 40px 320px 40px;
	width: calc(100% + 80px);
	height: auto;
	font-size: 1.8em;
	line-height: 1.6em;
}

.point {
	padding: 30px 30px 0;
	width: auto;
}

.point > div {
	display: block;
}

.point .desc {
	position: static;
	margin-top: 50px;
	width: auto;
}

.point .desc > h1 {
	flex-flow: row nowrap;
	align-items: center;
	position: absolute;
	right: 0;
	top: -15px;
	font-size: 1.2em;
	line-height: 1em;
}

.point .desc > h1 > span {
	padding: 15px 10px;
	color: #bfa46f;
}

.point .desc > h1 > span:not(:first-child) {
	margin-top: 0;
	margin-left: -10px;
	padding-left: 0;
}

.point .desc p {
	font-size: 0.95em;
	line-height: 2em;
}

.point:nth-of-type(odd) .desc > h1 {
	right: auto;
	left: 0;
}

.column {
	left: -40px;
	padding: 60px 40px;
	width: calc(100% + 80px);
}

.column::before {
	left: 40px;
	padding: 2px 25px 0;
	font-size: 1.2em;
	line-height: 0;
}

.column > div {
	display: block;
}

.column .pic {
	width: auto;
}

.column .pic > div {
	width: 320px !important;
}

.column .pic > div:not(:first-child) {
	margin-left: 30px;
}

.column .desc {
	padding: 30px 25px 0;
	width: auto;
}

.column .desc > h1 {
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 1em;
}

.column .desc p {
	font-size: 0.9em;
	line-height: 2em;
}

.column .desc ul {
	font-size: 0.9em;
	line-height: 1.6em;
}

}


/*# sourceMappingURL=../map/system.css.map */
