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


/*PC*/
@media print, screen and (min-width: 768px) {
 
#hed .hed_bg {
background: url("../images/sitemap/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
  }
    
    
    
.content_inner{width: 80%; margin: 80px auto 150px; position: relative;}
    
.smList {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 50px;}
    
.smList::after{content: ""; width: 30%; display: block;}
    
.smList li { width: 25%;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 50px;}   
.smList li span{font-size: 1.2rem;
    display: block;
    line-height: 1;}
    
.smList li:nth-child(n+4) {margin-top: 50px;}
    
  .smList li p {
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
    font-weight: 500;
    font-size: 0.8em;
  }
    
.smList li p span{display: block; padding-left: 15px; margin-top: 5px;}
    
 .smList li p::before {
    width: 15px;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    left: 0px;
    background-color: #000;
  }
    
    
    
}



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

#hed .hed_bg {
background: url("../images/sitemap/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
  }
    
#hedImg .hed_tit h2 {display: inline-block;text-align: center;}
    
    
.content_inner{margin: 80px auto; position: relative; padding: 0 3%;}
    
.smList {margin-bottom: 50px;}
    
.smList::after{content: ""; width: 30%; display: block;}
    
.smList li {font-size: 1rem; font-weight: bold; margin-top: 30px;}   

.smList li span{display: block;}
    
.en{font-size: 1.2rem;}
    
.smList li:nth-child(n+4) {}
    
  .smList li p {
    padding-left: 30px;
    position: relative;
    margin-top: 20px;
    font-weight: 500;
    font-size: 0.8em;
  }
    
 .smList li p::before {
    width: 15px;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: 0px;
    background-color: #000;
  }
    

}