
.inform-1 {
    width: 100%;
    display: inline-block;
}

.inform-2 {
    width: 100%;
	position:absolute;
	margin-top:-547vw;
	width: 95%;
	margin-left:2%;
}

.inform-3 {
    width: 100%;
	position:absolute;
	margin-top:-180vw;
	width: 95%;
	margin-left:2%;
}
.inform-4 {
    width: 100%;
	position:absolute;
	margin-top:-30vw;
	width: 95%;
	margin-left:2%;
}


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;
}
.boot{
	max-width:800px;
	margin: 0 auto;
}