@charset "utf-8";
/* CSS Document */

/*_______________________________

            SP
_______________________________*/

/*       /sitemap/         */



h1,h2,h3,h4,h5,dt{
	font-family: 'Sawarabi Mincho', serif;
}


/*     key_v
____________________*/

.key_v {
    height: 120px;
    position: relative;
    background: url("/sitemap/img/main.jpg") no-repeat center 33% #b3b3b3;
	background-blend-mode: multiply;
}
.key_v h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}







/*     contents
____________________*/

.contents {
    margin: 20px auto;
    box-sizing: border-box;
    padding:0 10px;
	overflow: hidden;
}


.contents section{
	margin-bottom: 30px;
}
.contents section:last-of-type{
	margin-bottom: 0;
}
.contents h2 {
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.contents h3,
.contents h3 a{
	font-size: 15px;
	padding: 5px 0;
	color: #b79f7c;
	display: block;
}

.contents dt{
	font-size: 14px;
	margin-bottom: 5px;
}
.contents li{
	font-size: 13px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.contents li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding: 5px 5px 5px 20px;
    box-sizing: border-box;
}
.contents li a:before {
    content: "";
    position: absolute;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 5px;
    height: 5px;
    display: block;
    left: 8px;
    top: 8px;
    margin: auto;
}
.contents a{
	position: relative;
}
.contents a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #b79f7c transparent;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 5px;
}