
/* CSS Document */

.advantaget{
	margin: 5% auto;
	max-width:700px; 
	width:90%;
}
.advantageg{
	background: #f5f5f5;
	padding: 3% 0;
}
.advantage01,
.advantage02{
	position: relative;
	max-width: 1600px;
	margin: 6% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.advantage01 .Photo{
	width: 45%;
	right: 0;
	top: 0;
}
.advantage01 .Txt{
	width: 55%;
	position: relative;
}
.advantage01 .Txt .Txtinner{
	max-width: 700px;
	margin: 0 0 0 auto;
	position: relative;
}
.advantage01 .Txt .num{
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 9rem;
	color: #377dc2;
	font-weight: bold;
	font-family: 'Questrial', sans-serif;
}
.advantage01 .Txt h2{
	padding-left: 70px;
}
.advantage01 .Txt .wwaku{
	margin: -20px auto 30px;
	background: #fff;
	border-radius: 20px 0 0 20px;
	padding: 9% 40px 8%;
}



.advantage02 .Photo{
	width: 45%;
	border-left: 0;
	top: 0;
	order: 1;
}
.advantage02 .Txt{
	width: 55%;
	position: relative;
	order: 2;
}
.advantage02 .Txt .Txtinner{
	max-width: 700px;
	margin: 0 auto 0 0;
	position: relative;
}
.advantage02 .Txt .num{
	position: absolute;
	left: 15px;
	top: 5px;
	font-size: 9rem;
	color: #377dc2;
	font-weight: bold;
	font-family: 'Questrial', sans-serif;
}
.advantage02 .Txt h2{
	padding-left: 80px;
}
.advantage02 .Txt .wwaku{
	margin: -20px auto 30px;
	background: #fff;
	border-radius: 0 20px 20px 0;
	padding: 9% 40px 8%;
}


.advantageg .marubtn a{
	position: absolute;
	bottom: -25px;
	width: 230px;
	right: 40px;
	z-index: 10;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 5px 50px;
	color: #377dc2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	border: 1px solid #377dc2;
	background-color: #377dc2;
	color: #fff;
}
.advantageg .marubtn a:hover{
	color: #377dc2;
	background: #fff;
}


@media only screen and (min-width:1px) and (max-width: 960px) {

.advantage01,
.advantage02{
	margin: 8% auto;
}
}

@media only screen and (min-width:1px) and (max-width: 768px) {


.advantage01,
.advantage02{
	margin: 8% auto;
}
.advantage01 .Photo{
	width: 80%;
	right: 0;
	top: 0;
	margin: -30px 0 0 auto;
}
.advantage01 .Txt{
	width: 90%;
	position: relative;
	margin: 0 0 0 auto;
}
.advantage01 .Txt .num{
	font-size: 7rem;
}
.advantage01 .Txt h2{
	padding-left: 70px;
}
.advantage01 .Txt .wwaku{
	margin: -20px auto 0;
	background: #fff;
	border-radius: 20px 0 0 20px;
	padding: 9% 40px 80px;
}



.advantage02 .Photo{
	width: 80%;
	margin: -30px auto 0 0;
	order: 2;
}
.advantage02 .Txt{
	width: 90%;
	position: relative;
	margin: 0 auto 0 0;
	order: 1;
}

.advantage02 .Txt .num{
	font-size: 7rem;
}
.advantage02 .Txt h2{
	padding-left: 80px;
}
.advantage02 .Txt .wwaku{
	margin: -20px auto 0px;
	background: #fff;
	border-radius: 0 20px 20px 0;
	padding: 9% 40px 80px;
}	
		
.advantageg .marubtn a{
	bottom: 20px;
	right: 20px;
	border-radius: 45px;
	font-size: 1.3rem;
}
	
}
@media only screen and (min-width:1px) and (max-width: 560px) {	

.advantage01 .Photo{
	width: 80%;
	margin: -10px 0 0 auto;
}
.advantage02 .Photo{
	margin: -10px auto 0 0;
}
.advantage01 .Txt h2{
	padding-left: 50px;
}
.advantage02 .Txt h2{
	padding-left: 70px;
}
	
.advantage01 .Txt .wwaku{
	padding: 9% 40px 70px;
}	
.advantage02 .Txt .wwaku{
	padding: 9% 40px 70px;
}	
.advantageg .marubtn a{
	font-size: 1.3rem;
	width: 200px;
}

}