@charset "utf-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 769px) {
.hedImg_in::after {
  content: '';
  display: inline-block;
  width: 70%;
  height: 180px;
  background: url("../images/sitemap/hed_img.jpg")  center center no-repeat;
  background-size: cover;
  margin-top: 20px;
}


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

.smList li a {
color: #303030;
}

.smList li a:hover {
color: #0ECC8A;
}

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


.sitemap {}

.sitemap p { text-align: center; padding: 50px 0 100px; font-size: 1.6em;}
.sitemap p a { position: relative;}
.sitemap p a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; width: 30px; height: 2px; background: #e24b6b; margin: auto;}

.sitemap ul { display: flex; flex-wrap: wrap; text-align: center; list-style: none;}
.sitemap ul > li { width: calc( 100% / 3 ); padding: 40px 0; border-right: dotted 2px #f7c9cb; box-sizing: border-box; margin: 0 0 20px;}
.sitemap ul > li:nth-child(3n+3) { border-right: none;}
.sitemap ul > li > a { font-size: 1.4em; position: relative;}
.sitemap ul > li > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; width: 30px; height: 2px; background: #e24b6b; margin: auto;}
.sitemap ul > li > a + ul { display: block; margin: 40px auto auto;}
.sitemap ul > li > a + ul > li { width: 100%; padding: 0; border-right: none; box-sizing: border-box; margin: 0;}
.sitemap ul > li > a + ul > li > a { font-size: 1.0em; position: inherit; color: #666;}
.sitemap ul > li > a + ul > li > a::after { content: ""; position: inherit;}



/*---------*/
.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_in::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100px;
  background: url("../images/sitemap/hed_img.jpg")  center center no-repeat;
  background-size: cover;
  margin-top: 10px;
}

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

.smList li a {
color: #303030;
}

.smList li a:hover {
color: #0ECC8A;
}

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


.sitemap {}

.sitemap p { text-align: center; padding: 50px 0 100px; font-size: 1.8em;}
.sitemap p a { position: relative;}
.sitemap p a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; width: 30px; height: 2px; background: #e24b6b; margin: auto;}

.sitemap ul { display: block; /*flex-wrap: wrap;*/ text-align: center; list-style: none;}
.sitemap ul > li { width: 100%; padding: 40px 0; border-top: dotted 2px #f7c9cb; box-sizing: border-box; margin: 0 0 20px;}
.sitemap ul > li:nth-child(3n+3) { border-right: none;}
.sitemap ul > li > a { font-size: 1.6em; position: relative;}
.sitemap ul > li > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; width: 30px; height: 2px; background: #e24b6b; margin: auto;}
.sitemap ul > li > a + ul { display: block; margin: 40px auto auto;}
.sitemap ul > li > a + ul > li { width: 100%; padding: 0; border-top: none; box-sizing: border-box; margin: 0;}
.sitemap ul > li > a + ul > li > a { font-size: 1.2em; position: inherit; color: #666;}
.sitemap ul > li > a + ul > li > a::after { content: ""; position: inherit;}


/*---------*/
.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 {

}


}
