@charset "UTF-8";
.support{
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 500px;
	margin-top: 70px;
	background-image: url("../image/support-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#supportContainer{
	width: 100%;
	padding: 100px 0 0 0;
	background-color: #ebebf5;
}
.contents{
	left:0;
	right:0;
	margin: 0 auto;
	max-width: 1024px;
}
.flexBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
.supportContents{
	padding: 50px 0;
}
.supportContents h2{
}
.supportContents h2 i{
	padding: 0 10px 0 0;
	color: #666;
}
.supportContents p{
	padding: 20px 0 0 0;
	line-height: 1.8em;
	font-size: 1.2em;
	text-align: justify;
}
.supportContents .supportLeft{
	width: 70%;
	margin: 0 10% 0 0;
}
.supportContents .supportRight{
	width: 20%;
}
.supportContents .supportRight img{
	width: 100%;
}
@media screen and (max-width: 1024px) {
	#supportContainer{
		padding: 25px 0;
	}
	.contents{
		width: 90vw;
		padding: 25px 0;
	}
}
@media screen and (max-width: 414px) {
	.flexBox{
		display: block;
	}
	.supportContents .supportLeft{
		width: 100%;
	}
	.supportContents .supportRight{
		width: 100%;
	}
	.supportContents .supportRight img{
		width: 60%;
		padding: 5% 20%;
	}
}