@charset "utf-8";
body{
    background: linear-gradient(
180deg
,#fff,hsla(0,0%,100%,0)),linear-gradient(
181.61deg
,#e4e2eb 2.15%,#fff 25.35%,#edf2f7 74%,#dbeff4 97.77%);
	    background-attachment: fixed;
}
.outer{
	background: #fff;
}
.bg_grn{
	text-align: center;
	background: #2abec7;
	color: #fff;
	font-weight: bold;
	width: 100%;
}
address{
	text-align: center;
	color: #2abec7;
	padding: 3% 3% 180px 3%;
}
#btn_line {
	position: fixed;
	bottom: 15px;
	text-align: center;
	width: 100%;
}
.contact{
	position: relative;
}
.contact .btn{
	position: absolute;
	width: 55%;
	bottom: 7%;
	right: 2%;
}


.contact .btn img {
  animation: anime1 2s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  0% {
    transform: scale(0.95,0.95);
  }
  10% {
    transform: scale(1,1);
  }
  20% {
    transform: scale(0.95,0.95);
  }
  30% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(1,1);
  }
}

@media screen and (max-width:768px) {
#btn_line{
    width: 80%;
    margin: 0 10%;
}
address{
	padding: 3% 3% 110px 3%;
}
}
