@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	width:100%;
	margin:0 0;
	}
img.top {
	width:100%;
	max-width:1000px;
	margin:auto;
	display:block;
	}
.s-1{
	background: #ffa500;
	margin:-210px 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-1 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; -4px 4px 0 #f44336, 4px -4px 0 #f44336, -4px -4px 0 #f44336; */
}
img.img01{
	width: 100%;
}


.s-1 ul{
	list-style:none;
	padding:0 0;
	display:flex;
	flex-direction: column;
	text-align:center;
	margin-top:30px;
	}

.s-1 li {
	width:90%;
	font-weight:bold;
	font-size:40px;
	background: #ffffff;
	margin:10px auto;
	padding:20px 0;
	border-radius:15px;
	color: #000000;
	}
.s-1 li:before{
	    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(img/chek.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
	}
	
img.ya{
	margin:auto;
	display:block;
	width:100px;
	}
	
	
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  background: #ffffff;
  border-radius:10px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffffff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
  font-size:40px;
}	

.mous {
		display: flex;
	align-items: center;
	text-align:left;
	font-family: "MS Pゴシック" ;
	font-weight:bold;
	}
.mous img {
    width: 30%;
}
.mous span{
	background: linear-gradient(transparent 80%, #fff05a 0%);
	font-size:45px;
	}	
img.toroku{
	display:block;
	width:100%;
	max-width:1000px;
	margin:50px auto 0;
	}	
.s-2{
	background: #ffa500;
	color:#FFF;
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:auto;
	}
.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: 76px 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: #000;
	font-size: 40px;
	}	
.s-2 li h3{
	display:inline-block;
	color: #f44336;
	margin:0 0;
	}
h2.last{
	text-align:center;
	font-size:60px;
	margin-bottom:0;
	}
.last span{
	color:#009F00;
	font-size:70px;
	}	
.s-3{
	background: #ffa500;
	color:#FFF;
	width:100%;
	max-width:1000px;
	text-align:center;
	margin:20px auto;
	padding:0 0 30px 0;
	}	
	
img.btn01{
	max-width:800px;
	margin:auto;
	display:block;
	}	
br.sp{
	display:none;
	}	
@media screen and (max-width:670px){
	
	
.mous {
		display:block;
	}	
.mous img{
	display:block;
	margin:auto;
	width:50%;
	}
.balloon1-left {
	margin:30px auto 0;
	}	
.balloon1-left:before {
    content: "";
    position: absolute;
    top: -20px;
    left:50%;
    margin-left: -15px;
   border: 20px solid transparent;
  border-bottom: 20px solid #FFF;
}	
	
.s-1 strong {
    font-size: 34px;
    text-align: center;
    text-align: center;
    background: linear-gradient(transparent 80%, #fcff00 0%);
    color: #F8F8F8;
    padding: 0 20px;
    margin: 30px auto 10px;
    display: inline-block;
}	
	
img.ya {
    margin: auto;
    display: block;
    width: 50px;
}	
	
.s-1 ul {
    margin-top:0px;
}	
	
.s-1 li {
    width:100%;
    font-weight: bold;
    font-size:30px;
    /* background: #000000; */
    margin: 10px auto;
    padding:10px 0;
    border-radius: 15px;
}	
br.sp{
	display:block;
	}	
	
.balloon1-left p {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 1.7;
 }	
	
.mous span {
	font-size: 28px;
	}	
.s-2 strong {
    font-size: 34px;
    text-shadow: none;
    margin: 30px auto 10px;
    color: #000000;
 }	
.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;
	}
img.btn01{
	width:70%;
	}	
.s-1 {
    margin: -90px auto 0;
	    padding: 90px 10px 20px;
	}	


img.toroku {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 24px auto 0;
}

.s-2 ul {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 42px 0 0;
    width: 96%;
    max-width: 1000px;
    list-style: none;
}


	
	}	