@charset "shift_jis";

.project-content {
    h1 {
    background: #222;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin: 56px 0 24px;
    padding: 10px 16px;
    text-align: center;
    }

    h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    margin: 48px 0 24px;
    }

  h3 {
        font-size: 22px;
        font-weight: bold;
        line-height: 32px;
        margin: 40px 0 24px;
        }
        
     p {
    font-size: 16px;
    line-height: 28px;
    margin: 24px 0;
    }
}

