@charset "shift_jis";
/* CSS Document */

html {
    scroll-behavior: smooth;
}

.cpp {
    margin: 70px auto;
    max-width: 700px;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.8;
    color: #333;
}

.cpp h3 {
    font-size: 30px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#section01,
#section02,
#section03,
#section04,
#section05,
#section06 {
    margin: 0 auto 100px auto;
    max-width: 600px;
}

.header {
    text-align: center;
}

