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

h1{ font-size: 1.5rem;
	margin: 100px auto 0;
}
.guide-wrapper{
	width: 80%;
	margin: 0 auto;
}
.guide-top h2{
	font-size: 1.2rem;
	margin-bottom: 40px;
}
.checkin{
	margin: 0 auto;
	width: 50%;
}
.checkin h3{
	font-size: 1.5rem;
}
.checkin p{
	font-size: 1rem;
	line-height: 1.3rem;
	text-align: left;
}

.step{
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 4px 4px 11px -3px rgba(0, 0, 0, 0.4);
	margin: 20px auto;
	width: 50%;
	padding: 30px;
}

.step h2,.checkout h2{
	background-color: #71BDD0;
	border-radius: 20px;
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 10px;
}
.step p,.checkout p{
	margin: 0 auto;
	width: 95%;
	text-align: left;
	font-size: 1rem;
	line-height: 1.7rem;
	
}
.step img{
	margin-top: 20px;
	width: 90%;
	max-width: 300px;
	margin: 10px auto;
}
.checkout{
	width: 50%;
	margin: 0 auto 50px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 4px 4px 11px -3px rgba(0, 0, 0, 0.4);
	padding: 30px;
}
 h3{text-align: center;
	font-size: 1.5rem;
	margin-bottom: 20px;
	border-bottom: 1.3px solid #333;
      display: inline-block;
}


.triangle {
	margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 40px solid #71bdd0;
  border-bottom: 0;
}
@media screen and (max-width: 1100px) {
	.guide-wrapper{
		width: 90%;
	}
	.checkout,.checkin,.step{
		width: 70%;
	}
}