@charset "UTF-8";
.advantage{
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 100vh;
	margin-top: 70px;
	background-image: url("../image/advantage-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#advantage{
	max-width: 1024px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	 -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-bottom: 150px;
}
.category{
	position: relative;
	background-color: #fff;
	width: 295px;
	height: 400px;
	margin:10px;
	border-radius: 20px;
}
.advantage-icon{
	width: 110px;
	padding:40px 95px 0 95px; 
}
.advantage-text{
	text-align: center;
	padding: 20px;
}
#advantage  h2{
	font-size: 1.6em;
	letter-spacing: 0.1em;
	color: #0050c8;
	margin-bottom: 20px;
}
#advantage h4{
	font-size: 1.15em;
	margin:20px 0;
	text-align: justify;
	letter-spacing: 0em;
}
.btn {
	position: absolute;
	display: block;
	width: 220px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #0050c8;
	border: 2px solid #0050c8;
	transition: .4s;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 40px;
}
.btn:hover {
	background: #0050c8;
	color: #fff;
}
@media screen and (max-width: 1024px) {
	#advantage{
		width: 90vw;
		margin-bottom: 100px;
		-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}
}
@media screen and (max-width: 768px) {
	.category{
		width: 155px;
		height: 270px;
		margin: 5px;
	}
	.advantage-icon{
		width: 60px;
		padding:20px 47.5px 0 47.5px; 
	}
	.advantage-text{
		text-align: center;
		padding: 10px;
	}
	#advantage  h2{
		font-size: 1em;
		letter-spacing: -0.07em;
	}
	#advantage h4{
		font-size: 0.9em;
	}
	.btn {
		width: 110px;
		padding: 0.3em;
		bottom: 20px;
	}
}