
.inform-1 {
    width: 100%;
}


img {
    width: 100%;
}


p {
    width: 100%;
    color: #e1251b;
    background-color: #fff;
    font-size: 25px;
    text-align: center;
}

@keyframes spin {
    0% {
        transform: scale(0.85);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.85);
    }
}

.floating {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	display: none;
	padding: 0px 0 20px;
	text-align: center;
	margin: 0 auto;
	width: 90%;
	text-shadow: 0px 2px 1px rgba(60, 60, 60, 0.8);
}
.fl_sp {
  display: block;
  margin-left: auto;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color:rgba(255,144,33,0.8);
  border-radius: 15px;
}
.fl_sp a {   
    margin: 0 0 0 auto;
    padding: 15px 5px;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
}
.fl_sp a:hover {
    background-color:none;
    text-decoration: none;
    border-radius: 15px;
}

.floating {
  position: fixed;
  bottom: 0px;
  right: 0;
  display: none;
  padding: 0px 0 20px;
  text-shadow: 0px 2px 1px rgba(60, 60, 60, 0.8);
}

.fl_pc {
  width: 500px;
}
.button-container {
	with: 100%;
	text-align:center;
	margin-top: -70%;
}

.animated-button {
	with: 100%;
	font-size: 16px;
	color: #fff;
	
	border: none;
	border-radius: 5px;
	cursor: pointer;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
}

body,html{
	margin:0 auto;
}