@charset "utf-8";


.conUnit01{}
.conUnit01 .img{}
.conUnit01 .txtwrap{
	width:90%;
	margin:40px auto 0;
	text-align: left;
}
.conUnit01 .txtwrap .txt01 br,
.conUnit01 .txtwrap .txt02 br{
	display: none;
}

@media (min-width:768px) {
	.conUnit01{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.conUnit01.rvs{
		flex-direction: row-reverse;
	}
	.conUnit01 .img{
		width:60%;
	}
	.conUnit01 .txtwrap{
		width:40%;
		margin:0;
		padding:0 5%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.conUnit01 .txtwrap .txt01 br,
	.conUnit01 .txtwrap .txt02 br{
		display: block;
	}
}




