body {
/*
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    position: relative;
*/
}

.pdl20 {
    padding-left: 20px !important;
}

#g_nav {
	display: block;
}

#sitemap_top {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/sitemap_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	max-width: 1920px;
	max-height: 400px;
	padding-top: 20.83%;
	position: relative;
}

#sitemap_top .top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 150;
    margin: 0;
    padding: 0;
}

#sitemap_archive {
    padding: 60px 0 50px;
    width: 90%;
    margin: 0 auto;
    border-bottom: dotted 1px #999;
}

.sitemap_inner {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    -webkit-transition: opacity 1.8s ease;
    transition: opacity 1.8s ease;
    display: flex;
    flex-wrap: wrap;
}

.sitemap_inner .col {
    margin: 0 13px;
    width: calc((99.99% - 13px* 2* 3) / 3);
}

.sitemap-list .ttl {
    margin: 0 0 22px
}

.sitemap-list .ttl .ttllink {
    display: table;
    width: 100%;
    box-sizing: border-box;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-left: 5px solid #999;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 7px 4px 12px;
    position: relative;
}

.sitemap-list .ttl .ttllink:after {
    font-family: 'FontAwesome';
    content: '\f138';
    font-size: 1.4rem;
    line-height: 1.2;
    color: #333;
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sitemap-list .ttl .ttllink:hover,
.sitemap-list .ttl .ttllink:hover:after {
    color: #999;
}

.sitemap-list .ttl .ttllink span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.sitemap-list .sandaiyamayakei .ttllink {
    border-left: 5px solid #5f9ea0;
}

.sitemap-list .sandaiyamayakei .ttllink:hover,
.sitemap-list .sandaiyamayakei .ttllink:hover:after {
    color: #5f9ea0;
}

.sitemap-list .yakei100zan .ttllink {
    border-left: 5px solid #1e90ff;
}

.sitemap-list .yakei100zan .ttllink:hover,
.sitemap-list .yakei100zan .ttllink:hover:after {
    color: #1e90ff;
}

.sitemap-list .yakei100zan .submenu {
    margin: 10px 12px 8px;
}

.sitemap-list .yakei100zan .submenu li {
    margin: 0 0 5px;
    line-height: 1.5;
    position: relative;
    padding-left: 1.1em;
    background-color: rgba(0,0,0,0);
    border: none;
}

.sitemap-list .yakei100zan .submenu li a {
    text-decoration: underline;
    display: table;
    color: #f1f1f1;
}

.sitemap-list .yakei100zan .submenu li a span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
}

.sitemap-list .yakei100zan .submenu li a:hover {
    color: #999;
}

.sitemap-list .yakei100zan .submenu li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    display: inline-block;
    color: #1e90ff;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
}


.sitemap-list .maplist .ttllink {
    border-left: 5px solid #33AF5F;
}

.sitemap-list .maplist .ttllink:hover,
.sitemap-list .maplist .ttllink:hover:after {
    color: #33AF5F;
}

.sitemap-list .maplist .submenu {
    margin: 10px 12px 8px;
}

.sitemap-list .maplist .submenu li {
    margin: 0 0 5px;
    line-height: 1.5;
    position: relative;
    padding-left: 1.1em;
    background-color: rgba(0,0,0,0);
    border: none;
}

.sitemap-list .maplist .submenu li a {
    text-decoration: underline;
    display: table;
    color: #f1f1f1;
}

.sitemap-list .maplist .submenu li a span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 15px;
}

.sitemap-list .maplist .submenu li a:hover {
    color: #999;
}

.sitemap-list .maplist .submenu li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    display: inline-block;
    color: #33AF5F;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
}

.sitemap-list .atogaki .ttllink {
    border-left: 5px solid #3A3A7A;
}

.sitemap-list .atogaki .ttllink:hover,
.sitemap-list .atogaki .ttllink:hover:after {
    color: #3A3A7A;
}

.sitemap-list .official .ttllink {
    border-left: 5px solid #c2d5eb;
    font-size: 13px;
}

.sitemap-list .official .ttllink:hover,
.sitemap-list .official .ttllink:hover:after {
    color: #c2d5eb;
}

#info_frame {
    padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .sitemap_inner .col {
        margin: 0;
        width: 100%;
    }
}
