@charset "UTF-8";

/* adjust
================================================== */

#contents .headSection .innerBlock {
    width: unset;
}

#contents .headSection .ttl {
	float: none;
    width: auto;
}

#contents .sitemap__col dt > a:hover {
	text-decoration: underline;
}

#contents .sitemap__col li > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #contents {
    	padding: 0;
    }
    #contents .headSection .ttl h1 {
        padding-left: 0;
        background: none;
    }
}