body {
    font-family: -apple-system, ’Lucida Grande’, ‘Helvetica Neue’, ’Hiragino Kaku Gothic ProN’, ‘游ゴシック’, ’メイリオ’, meiryo, sans-serif;
    text-align: justify;
}

h2,
h3,
th {
    font-weight: normal;
}

* {
    max-height: 100%;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

header,
.content {
    background: #fff;
}

header h1 {
    width: 980px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/common/header-logo.png) right no-repeat;
    font-size: 13px;
    line-height: 50px;
}

nav {
    background: #008269;
    width: 100%;
    height: 60px;
}

nav ul {
    width: 980px;
    margin: 0 auto;
}

nav ul li {
    color: #fff;
    font-size: 14px;
    float: left;
}

nav ul li:nth-child(1) {
    width: 8.5%;
}
nav ul li:nth-child(2) {
    width: 14%;
}
nav ul li:nth-child(3) {
    width: 22%;
}
nav ul li:nth-child(4) {
    width: 16%;
}
nav ul li:nth-child(5) {
    width: 23.5%;
}
nav ul li:nth-child(6) {
    width: 16%;
}

nav ul li a {
    color: inherit;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    width: 100%;
    letter-spacing: 1px;
}

nav ul li a:hover,
.current {
    background: #05a0af;
}

.h1-other {
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 3px;
    padding: 65px 0;
    box-sizing: content-box;
    text-align: center;
}

.h1-other img {
    margin: -7px 10px 0 0;
}

.content {
    font-size: 13px;
    line-height: 26px;
}

.s1,
.s4 {
    background: #f3f1e9;
    padding: 80px 0;
}

.s2,
.s5 {
    background: #ebebdc;
    padding: 80px 0;
}

.s3 {
    padding: 80px 0;
}

ul {
    list-style-type: none;
}

footer {
    width: 100%;
    padding: 60px 0 80px;
}

footer ul {
    width: 550px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer ul li {
    color: #fff;
    font-size: 14px;
    margin: 0 20px 15px;
    border-bottom: 1px solid #fff;
}

footer ul li a {
    color: inherit;
}

footer ul li a:hover {
    color: #ccc;
}

footer img,
footer small {
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 980px) {
    header h1 {
        width: 960px;
    }
}
