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

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

#hedImg_bg { background: #eff0f0; height: 200px; margin-top: 100px; position: relative; }
#hedImg_bg .hed_tit { text-align: center; color: #333!important;}
.logo_index { display: none; }

/*--------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 #d0121b;
border-right: 2px solid #d0121b;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.smList li a {
color: #303030;
}

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

.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: #d0121b;
}




}




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




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

#hedImg_bg { background: #eff0f0; height: 200px; margin-top: 100px; position: relative; }
#hedImg_bg .hed_tit { text-align: center; color: #333!important;}

/*--------------------*/
#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 #d0121b;
border-right: 2px solid #d0121b;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.smList li a {
color: #303030;
}

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

.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: #d0121b;
}




}
