@charset "utf-8";
/* CSS Document */

h2 {
	font-size:30px;
	text-align:center;
	margin:70px auto;
	}
p.txt {
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
	line-height: 36px;
	color: #333;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	}

.confirm {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color:#EFEFEF;
	padding:30px;
	width:98%;
	max-width:660px;
	margin:0 auto 70px auto;
	text-align:center;
	box-sizing:border-box;
	}

.confirm h3{
	width:100%;
	font-size:20px;
	margin-bottom:30px;
	margin-top:0px;
	}

/*******BTN*******/

.btn {
	width: 218px;
	height: 50px;
	border-radius: 10px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size:16px;
	margin:0 15px;
}
.btn:hover {
	background: #E60039;
	text-decoration:none;
	color:#FFF;
}
.btn:hover:before {
	color:#FFF;
}
.link-arrow:hover{
	text-decoration:none;
	color:#E60039;
	}

.btn.link-arrow.a-left-circle:before{
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:10px;
	display:inline-block;
	color:#E60039;
	}
.btn.link-arrow.a-left-circle:hover:before{
	color:#fff;
	}
a.link-arrow:hover{
	text-decoration:none;
	color:#fff;
	}
.btn, .btn::before, .btn::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 750px) {
h2 {
	font-size:20px;
	margin:30px auto;
	}
p.txt {
	font-size:14px;
	margin-bottom:15px;
	text-align:left;
	}
p.txt br{
	display:none;
	}
.btn {
	width: 120px;
	margin:0 5px;
}
.confirm {
	padding:20px;
	margin:0 auto 30px auto;
	}

.confirm h3{
	font-size:18px;
	margin-bottom:20px;
	}
}