@charset "utf-8";
/* CSS Document */

body{
    background: #E5F8F3;
   text-align: center;
}

h1{
    color: #545454;
    text-align: center;
}

p{
    font-size: 16px;
    display: inline-block;
    text-align: left;
     font-family: "fot-tsukuardgothic-std", sans-serif;
font-weight: 400;
font-style: normal;
}

span{
    color:  #E7A5C9;
    font-size: 20px;
    font-weight: bold;
}

.pagetop
    {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
    }
 
.pagetop a
    {
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover
{
    opacity: 0.85 ;
}


img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px){
    p{
        font-size: 14px;
    }
}
