@charset "utf-8";

/*2020.03.26 Ver.1.0*/

body {
    font-family: meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #474747;
    letter-spacing: 0.1em;
}

h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

p{
    margin-bottom: 15px;
}

@media (max-width:768px) {    
    p{
        font-size: 15px;
    }
}

@media (max-width:480px) {

    p{
        font-size: 15px;
    }
    
}
