@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


body{
	margin: 0 0;
    width: 100%;
    max-width: 700px;
    margin: auto;
}
img {
	width: 100%;
}
.s-1 {
    background: #ffa8de;
    margin: -250px auto 0;
    padding: 190px 10px 20px;
    color: #FFF;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

.btn {
    display: block;
    width: 90%;
    animation: bound-anim 1.5s infinite;
    max-width: 800px;
    margin:0 auto 0;
}

@keyframes bound-anim {
  0%,100% {top: 0;transform: scale(1);}
  30% {top: -20%;}
  50% {transform: scale(1.1);}
  /*90% {top: 0;transform: scale(1.1,0.8);}*/
}


.s-2{
	background: #ffa8de;
	color:#FFF;
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:auto;
	padding: 20px 0 0 0;
	margin: 30px 0 0 0;
	}
.s-2 strong{
	font-size:80px;
	text-align:center;
	text-align:center;
	background: linear-gradient(transparent 80%, #fcff00 0%);
	color:#F8F8F8;
	padding:0 20px;
	margin:50px auto 10px;
	display:inline-block;
	text-shadow: 3px 3px 5px #000;
}
.s-2 ul{
	width:90%;
	margin:auto;
	display: flex;
	flex-direction: column;
	padding: 30px 0 0;
	width: 96%;
	max-width: 1000px;
	list-style: none;
	}	
.s-2 li{
    position: relative;
    width: 100%;
    margin: 0 0 52px;
    background: #fff;
    font-size:50px;
    font-weight: bold;
    border-radius: 10px;
    text-align:center;
    z-index:10;
    padding:40px 0;
    color: black;
 }
.s-2 span{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	height:80px;
	width:80px;
	border-radius:50%;
	line-height:50px;
	text-align:center;
	margin: 0 auto;
	background: #fff;
	color: #f77;
	font-size: 40px;
	}	
.s-2 li h3{
	display:inline-block;
	color: #ffb300;
	margin:0 0;
	}


h2.last{
	text-align:center;
	font-size:40px;
	margin-bottom: 30px;
	}
.last span{
	color:#009F00;
	font-size:45px;
	}	



footer{
	background: #ffa8de;
	color: white;
	padding: 20px 0;
	text-align: center;
	margin-top: 30px;
}
footer p{
	margin: auto;
}


@media screen and (max-width: 670px){
.s-1 {
   margin: -150px auto 0;
   padding: 100px 10px 20px;
}

.s-2 li {
	font-size:20px;
	margin: 0 0 45px;
	}
.s-2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    /* background: #000; */
    /* color: #fff; */
    font-size:30px;
 }
h2.last {
    font-size: 25px;
}
.last span {
    color: #009F00;
    font-size: 30px;
}
	
	
}