@charset "utf-8";
/* CSS Document */
.mainMenu {
    z-index: 10000;
}

/*PC*/
@media print, screen and (min-width: 769px) {



/*--------hed_img------------*/

#hedImg {
background: url(../images/sitemap/hed_img.jpg) center center no-repeat;
background-size: cover;
}

/*-------------------------------*/
.smList {
width: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.smList li {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}

.smList li:nth-child(n+4) {
margin-top: 6%;
}

.smList li h3 {
margin-bottom: 20px;
padding-left: 25px;
font-size: 1.8rem;
letter-spacing: .1em;
line-height: 1.875;
position: relative;
font-weight: 500;
transition-property: background;
}

.smList li h3:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0;
margin-top: -6px;
margin-right: 0px;
width: 8px;
height: 8px;
border-top: 2px solid #c90d0d;
border-right: 2px solid #c90d0d;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.smList li a {
color: #303030;
}

.smList li a:hover {
color: #c90d0d;
}

.smList li p {
padding-left: 50px;
position: relative;
margin-bottom: 10px;
letter-spacing: .2em;
line-height: 1.875;
}

.smList li p:last-child {
margin-bottom: 0px;
}

.smList li p:before {
width: 14px;
height: 1px;
display: block;
content: '';
position: absolute;
top: 13px;
left: 25px;
background-color: #c90d0d;
}

/*---------*/
.nf404Wrap {
background-color: #ebf3f5;
padding: 50px;
margin-bottom: 80px;
}
.nf404Wrap h4 {
text-align: center;
font-size: 3rem;
line-height: 1;
margin-bottom: 20px;
}
.nf404Wrap p {
text-align: center;
}


}




/*----------------------------------------------------*/




/*sp*/
@media only screen and (max-width: 768px) {



/*--------------------*/

#hedImg {
background: url(../images/sitemap/hed_img.jpg) center center no-repeat;
background-size: cover;
}


/*-------------------------------*/
.smList {
width: 100%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}

.smList li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-bottom: 40px;
}

.smList li:last-child {
margin-bottom: 0;
}

.smList li h3 {
margin-bottom: 20px;
padding-left: 25px;
font-size: 1.8rem;
letter-spacing: .1em;
line-height: 1.875;
position: relative;
font-weight: 500;
transition-property: background;
}

.smList li h3:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0;
margin-top: -6px;
margin-right: 0px;
width: 8px;
height: 8px;
border-top: 2px solid #c90d0d;
border-right: 2px solid #c90d0d;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.smList li a {
color: #303030;
}

.smList li a:hover {
color: #c90d0d;
}

.smList li p {
padding-left: 50px;
position: relative;
margin-bottom: 10px;
letter-spacing: .2em;
line-height: 1.875;
}

.smList li p:last-child {
margin-bottom: 0px;
}

.smList li p:before {
width: 14px;
height: 1px;
display: block;
content: '';
position: absolute;
top: 13px;
left: 25px;
background-color: #c90d0d;
}

/*---------*/
.nf404Wrap {
background-color: #ebf3f5;
padding: 20px;
margin-bottom: 80px;
}
.nf404Wrap h4 {
text-align: center;
font-size: 2rem;
line-height: 1.5;
margin-bottom: 20px;
}
.nf404Wrap p {

}


}
