body{
    background-color: #e4e4e4; 
    font-family: 'Noto Sans JP', sans-serif;
}

h1{
    font-size: 60px;
    font-family: 'Noto Sans JP', sans-serif;
}

p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.pp_ttl{
    padding: 120px;
    text-align: center;
    width: 100%;
    background-color: white;
    color: #F4792B;
}


.pp_body{
    margin:  0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 90%;
    height: auto;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); /* ← スクロール時に影が出て少し浮く */
    padding: 32px;
    max-width: 1200px;
}

.pp_body p{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 32px;
    color: #333;
    line-height: 1.75;
}

.pp_body h2{
    background-color: #F4792B;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1;
    padding: 12px 12px 12px 24px;
    border-radius: 4px;
    margin-bottom: 12px;
}


@media (max-width: 763px) {


    h1{
        font-size: 32px;
    }

    .pp_ttl{
        padding: 32px 16px 60px 16px;
    }
}