@charset "utf-8";
/* CSS Document */

/*_______________________________

            PC
_______________________________*/

/*       /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-size: 920px;
    background-blend-mode: multiply;
}
.edge .key_v,
.msie .key_v {
    background-blend-mode: normal;
}
.edge .key_v:before,
.msie .key_v:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 920px;
    margin: auto;
    background: rgba(0, 0, 0, 0.3);
}
.key_v h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    line-height: 1;
	color: #fff;
    text-align: center;
	max-width: 920px;
    width: 100%;
    display: block;
	padding: 0 30px;
    box-sizing: border-box;
}




/*     contents
____________________*/

.contents {
    margin: 50px auto;
    box-sizing: border-box;
	padding: 0 30px;
	line-height: 1.5;
}

.contents .inner{
	margin: 0 auto;
	max-width: 920px;
}

.contents section{
	margin-bottom: 50px;
}
.contents h2 {
    font-size: 22px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.contents section .inner{
	display: flex;
	flex-wrap: wrap;
}
.contents .box {
    width: calc(100% / 4);
    padding-right: 10px;
    box-sizing: border-box;
}
.contents h3,
.contents h3 a{
	font-size: 16px;
	margin-bottom: 10px;
	color: #b79f7c;
}

.contents dt{
	font-size: 15px;
	margin-bottom: 10px;
}
.contents li{
	font-size: 12px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.contents .inner > li{
	width: calc(100% / 5);
	padding-right: 10px;
    box-sizing: border-box;
}
.contents li a{
	position: relative;
	display: block;
	padding-left: 20px;
}
.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: 3px;
    margin: auto;
}
.contents a{
	position: relative;
}
.contents li 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: 7px;
    margin: auto;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 5px;
}
.contents h3 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: 9px;
    margin: auto;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 5px;
}