#sitemap .secBox { display: flex; justify-content: space-between; flex-wrap: wrap; }
#sitemap .secBox .sec01 { width: calc((100% - 4em) / 3); border: 2px solid #568e1b; background: #fff8e5; border-radius: 5px; margin-bottom: 2em; }
@media only screen and (max-width: 1280px) { #sitemap .secBox .sec01 { width: calc((100% - 2em) / 2); } }
@media only screen and (max-width: 768px) { #sitemap .secBox .sec01 { width: calc((100% - 1em) / 2); } }
@media only screen and (max-width: 576px) { #sitemap .secBox .sec01 { width: 100%; margin-bottom: 1em; } }
#sitemap .secBox .sec01 h2 { background: #568e1b; color: #fff; padding: 0.5em 1em; font-weight: bold; font-size: 1.2em; text-align: center; }
@media only screen and (max-width: 576px) { #sitemap .secBox .sec01 h2 { font-size: 1.1em; } }
#sitemap .secBox .sec01 .sec01__01 { border-top: none; padding: 1.5em 1em; }
#sitemap .secBox .sec01 .sec01__01 ul { list-style: disc; margin-left: 1.5em; font-size: 1.1em; line-height: 2; }
@media only screen and (max-width: 576px) { #sitemap .secBox .sec01 .sec01__01 ul { font-size: 1.05em; line-height: 2.5; } }
#sitemap .secBox .sec01 .sec01__01 ul a { color: #333; text-decoration: underline; }
#sitemap .secBox .sec01 .sec01__01 ul a:hover { text-decoration: none; }
#sitemap .secBox .sec01 .sec01__01 ul a span { vertical-align: middle; }
#sitemap .secBox .sec01 .sec01__01 ul a span[class^="icon"] { color: #666; font-size: 0.8em; display: inline-block; margin-left: 0.5em; }
