@charset"UTF-8";


 img{
  width: 100%;
 }

.access{
    width: 85%;
    margin: auto;
    padding: 10vw 0;
    background-color: white;
}

.button{
    width: 80%;
    margin: auto;
    display: block;
    position: relative;

}

.button img{
    position: absolute;
    left: 50%;
    top: -26vw;
    transform: translate(-50%,-50%);
    display: block;
}

.fv{
    position: relative;
    top: -56vw;
    width: 90%;
}

h3{
    padding: 0 0 5vw;
    text-align: center;
    line-height: 1.5;
    font-size: 4vw;

}

p{
    font-size: 10px;
}

body{
    text-align: center; 
    max-width: 730px;
    margin: auto;
    box-shadow: 0  rgba(255, 0, 131, 0.8);
}


@media screen and (min-width:730px){

    .button img{
        top: -12em;
    }
        .fv{
        top: -25.2em;
    }

}