/*body　の指定*/
html {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

p{
    font-size: 0.8rem;
}

p span{
    display: inline-block;
}

/*pazzleの指定*/

.campus-p-btn{
    padding-top: 2vw;
    padding-bottom: 1.5vw;
}

.compact-p-btn{
    padding-bottom: 1.5vw;
}

.ikiiki-p-btn{
    padding-bottom: 2vw;
}

/*キャンパスパズルの指定*/

#campus{
    background-color: #d3edfb;
}

.campus-6{
    padding-top: 2vw;
    padding-bottom: 2vw;
}

/*コンパクトピースパズルの指定*/

#compact{
    background-color: #f4f1d0;
}

.compact-7{
    padding-top: 2vw;
    padding-bottom: 2vw;
}

/*いきいきパズルの指定*/

#ikiiki{
    background-color: #f4d6df;
}

.ikiiki-5{
    padding-bottom: 2vw;
    padding-top: 2vw;
}

.about-3 p{
    background-color: #ecf4d9;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1vw 2vw ;
}

.about-5{
    padding-top: 2vw;
    padding-bottom: 2vw;
}

/*戻る矢印ボタンのCSS*/

#page_top{
    width: 70px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 80px;
    opacity: 0.8;
    border-radius: 15px;
    background-color: #666;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 70px;
    height: 50px;
    text-decoration: none;
    text-align: center;
  }
  #page_top a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f062';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
  }
  
  

@media screen and (max-width: 750px){
    .fv-ranking img{
        max-width: 100%;
    }

    #campus img{
        max-width: 100%;
    }

    #compact img{
        max-width: 100%;
    }

    #ikiiki img{
        max-width: 100%;
    }

    .about-yanoman img{
        max-width: 100%;
    }

    #pazzle img{
        max-width: 90%;
    }

    p{
        font-size: 0.8em;
    }

    p span{
        display: inline-block;
    }
}
@media screen and (max-width: 420px){

    p{
        font-size: 0.3em;
    }

}