/*全体設定*/
header,
footer {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

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


/*header*/
header {
    background-image: url(../img2023/header_bottom.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 18px;
}

/* パンくず nav */
.nav_pan {
    font-size: 10px;
    margin: 10px 0 0 0;
    color: #333;

}

.nav_pan a {
    text-decoration: underline;
    color: #666;
}


/* footer */
footer {
    background-image: url(../img2023/footer_bg.jpg);
    background-repeat: repeat-x;
    height: 223px;
    font-size: 9pt;
    line-height: 160%;
}

footer a {
    color: #333;
}

footer a:hover {
    text-decoration: underline;
}

#sitemap {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

#sitemap::after {
    content: "";
    display: block;
    clear: both;
}

#sitemap00 ul {
    display: flex;
    justify-content: center;
    margin: 25px 0 0;
    padding: 0;
}

#sitemap00 li {
    margin: 0 10px;
}

.footer_rogo {
    text-align: center;
    padding-top: 30px;
}

.footer_rogo p {
    margin-top: 10px;
}

.footer_category {
    padding-top: 30px;
}

.footer_category h4 {
    margin: 0;
    font-weight: bold;
}

.footer_category ul {
    padding: 0;
}


/*copyright*/
#copyright {
    border-top: 1px solid #666;
    text-align: center;
    padding-top: 0px;
    margin-top: 5px;
}