﻿@charset "utf-8";
/* CSS Document */
.img01 .btn {
    top: 17.1%;
}
.img01 .btn.afterStep{
    top: 77.0%;
}
.img3 {
    top: -2px;
}
.img7 .btn2{
    top: 5.0%;
    max-width: 270px;
    margin-left: 16px;
    transition-duration: 0.5s;
}
.img7 .btn2:hover{
	transform: scale(1.05);
	transition-duration: 0.5s;
}
.img8 .btn{
    bottom: 160px;
}
/*----------------SP design-------------------------------*/

@media (max-width:667px){
    .img7 .btn2{
        top: 5.1%;
        max-width: 180px;
        margin-left: 13px;
    }
    .img8 .btn{
        bottom: 95px;
    }
}