.contents-wrapper-1,
.contents-wrapper-2{
	display: flex;
	flex-flow: column;
	align-items: center;
	font-size: 15px;
	margin-top: 25px;
}

.contents-wrapper-1{
	border-bottom: 10px solid #F4F4F4;
}


.bold{
	font-weight: bold;
}

.pinktext{
	color: #FF6969
}

.yellow-border-bottom{
	display: inline-block;
	border-bottom: 10px solid #ffee90;
	height: 10px;
}

.introduce-mg-phone-text{
	position: relative;
	margin: 20px 0;
}

.introduce-mg-phone-text::before{
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	border-right: 1px solid #C3C9CB;
	transform: rotate(-30deg);
	left:-50px;
	top:18px;

}

.introduce-mg-phone-text::after{
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	border-right: 1px solid #C3C9CB;
	transform: rotate(30deg);
	right:-15px;
	top:2px;

}

.whats-mg-phone-block{
	position: relative;
	width: 200px;
	height: 65px;
	padding: 0 8px 0 16px;
	background-color: #C3C9CB;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.whats-mg-phone-block::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px solid #C3C9CB;
	top:100%;
	left:50%;
	margin-left:-12px;
}

.whats-mg-phone-block img{
	width: 47px;
	height: 47px;
}

.whats-mg-phone-text{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	width: 140px;
}

.contents-wrapper-1 p,
.contents-wrapper-2 p{
	font-size: 15px;
	margin: 25px 0 35px;
}

.girl-image-wrapper img{
	width:100%;
	margin: 15px 0;
}

.app-step {
	position: relative;
	width: 220px;
	font-size: 15px;
	font-weight: 500;
	padding-left:70px;

}


.app-step::before{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	background-color: #414141;
	width: 56px;
	height: 28px;
	border-radius: 5px;
	top:0;
	bottom:0;
	left:0;
	margin:auto;

}

.app-step.num01::before{
	content: "Step 1";
}
.app-step.num02::before{
	content: "Step 2";
}


.icon-balloon-wrapper{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.icon-balloon-wrapper img{
	width: 238px;
	height: 119px;
}

.after-install-statement{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 267px;
	height: 75px;
	border: 1px solid #FF6969;
	border-radius: 10px;
}

.after-install-statement span{
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #ff4444;
	padding-left: 1em;
}

.after-install-statement span::after{
	position: absolute;
	content: "※";
	color: #FF6969;
	top:0%;
	left:0%;
}


.install-button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 298px;
	height: 70px;
	color: #fff;
	background-color: #46D540;
	border-radius: 40px;
	margin-top: 20px;
	margin-bottom: 60px;
	text-decoration: none;
	box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.install-button img{
	width: 32px;
	margin: 0 10px 0 25px;
}

.start-button{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 285px;
	height: 70px;
	color: #fff;
	background-color: #2EBDE8;
	border-radius: 40px;
	margin-top: 5px;
	margin-bottom: 60px;
	text-decoration: none;
	box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.3);
}


.start-button img{
	width: 40px;
	margin: 0 20px 0 24px;
	}


.install-button span,
.start-button span{
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}




.mg-phone-starting-link-button{
	width: 55px;
	height: 55px;
	margin-top: 25px;
}

.mg-phone-starting-link-button img{
	width: 100%;
}

.after-registration-statement{
	display: flex;
	align-items: center;
	width: 298px;
	height: 70px;
	border-radius: 13px;
	border: 1px solid #FF6969;
	margin: 15px 0;
	padding: 15px 0;
	font-size: 14px;
	line-height: 21px;
}

.after-registration-statement-komejirushi-block{
	width: 15%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	padding-right: 5px;
}

.after-registration-statement-main-text{
	display: flex;
	flex-direction: column;
	width: 85%;
	height: 100%;
	line-height: 1.6;
}

.after-registration-statement-main-text .pinktext{
	font-size: 18px;
	font-weight: bold;
	color: #ff4444;

}



.after-registration-statement-div-section span{
	font-size: 15px;}




.gray-text-band{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 73px;
	background-color: #F2F2F2;
	font-size: 15px;
	color: #2a2a2a;
	margin-bottom: 30px;
}

.smartphone-touch-image{
	width: 78px;
	padding-left: 25px;
	margin: 15px 0;
}

.division-line{
	width: 298px;
	height: 60px;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 15px;

}

.division-line +span{
	margin-right: 115px;
}

.before-playing-caution-bullets{
	padding-bottom: 25px;
	font-size: 15px;
}

.before-playing-caution-bullets li{
	list-style-type: disc;
}
