@charset "UTF-8";
/* CSS Document */
.flex_1{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_2{
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_1 img{
	width: 50%;
	height: auto;
}
.flex_2 img{
	width: 50%;
	height: auto;
}
.mark1{
	position: relative;
	width: 50%;
	padding: 30px;
}
/*------------------*/
.switch1{
	position: absolute;
	display: block;
	width: 240px;
	padding: 10px 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;/* 17px */
	line-height: 1.4;
	color: #FFFFFF;
	text-align: center;
	left: 0;
	background: #6E4589;
	overflow: hidden;
}
.switch2{
	position: absolute;
	display: block;
	width: 240px;
	padding: 10px 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;/* 17px */
	line-height: 1.4;
	color: #FFFFFF;
	text-align: center;
	right: 0;
	background: #6E4589;
	overflow: hidden;
}
.switch3{
	display: block;
	width: 240px;
	padding: 10px 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;/* 17px */
	line-height: 1.4;
	color: #FFFFFF;
	text-align: center;
	margin: 50px auto 0;
	background: #6E4589;
}