body {
    line-height: 1.8;
    margin: 0;
    color: #333;
    background: #f7f9fb;
}


.section h2 {
    color: #4B6EF0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-top: 40px;
    font-size: 22px
}


.section h3 {
    color: #4B6EF0;
    margin-top: 25px;
}

.section {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

ul {
    padding-left: 20px;
}

.pdf-link {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 18px;
    background: #4B6EF0;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.pdf-link:hover {
    background: #004999;
}

.section:first-of-type {
    padding-top: 20px;
}

.page_head .ttl h2.ft32 {
    color: #000;
    border: none;
}


#header a,
#header a:visited,
#header a:hover,
#header a:active {
    color: #fff !important;
}
/* PCだけ本文を中央寄せ */
@media screen and (min-width: 960px) {
    body.koudou #contents > .wd1200_96 {
        width: 1200px !important;
        margin: 0 auto !important;
    }
}

/* 行動計画ページでは wrapper を必ずリセット */
body.koudou#wrapper,
body.koudou #wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* footer の中央寄せだけ解除 */
body.koudou footer .wd1200_96 {
    margin: 0 !important;
}





