@charset "UTF-8";

.section07{
    text-align: center;
}
.fv_tie{
    text-align: center;
    line-height: 100px;
    font-size: 46px;
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
    background: #005fa1;
}
.sitemaplist01 a{
     color: #4d4d4d;
}
.sitemaplist01 a:hover{
     color: #919191;
}
.sitemaplist01 a:visited{
     color: #4d4d4d;
}
.sitemaplist02 a{
     color: #4d4d4d;
}
.sitemaplist02 a:hover{
     color: #919191;
}
.sitemaplist02 a:visited{
     color: #4d4d4d;
}
.sitemaplist03 a{
     color: #4d4d4d;
}
.sitemaplist03 a:hover{
     color: #919191;
}
.sitemaplist03 a:visited{
     color: #4d4d4d;
}
.sitemaplist04 a{
     color: #4d4d4d;
}
.sitemaplist04 a:hover{
     color: #919191;
}
.sitemaplist04 a:visited{
     color: #4d4d4d;
}
.sitemaplist05 a{
     color: #4d4d4d;
}
.sitemaplist05 a:hover{
     color: #919191;
}
.sitemaplist05 a:visited{
     color: #4d4d4d;
}
.sitemaplist06 a{
     color: #4d4d4d;
}
.sitemaplist06 a:hover{
     color: #919191;
}
.sitemaplist06 a:visited{
     color: #4d4d4d;
}
.sitemap_box{
    margin: 120px auto;
    padding: 0 0 0 150px;
    display: inline-block;
}
.sitemap_box li{
    margin-bottom: 80px;
    font-size: 45px;
    list-style: none;
    text-align: left;
    display: block;
}
.sitemaplist01{
    position: relative;
}
.sitemaplist01::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #005fad;
}
.sitemaplist02{
    position: relative;
}
.sitemaplist02::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #fff000;
}
.sitemaplist03{
    position: relative;
}
.sitemaplist03::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #ff0072;
}
.sitemaplist04{
    position: relative;
}
.sitemaplist04::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #30ff00;
}
.sitemaplist05{
    position: relative;
}
.sitemaplist05::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #ff7b00;
}
.sitemaplist06{
    position: relative;
}
.sitemaplist06::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background-color: #000000;
}
@media screen and (max-width: 960px) {
    .fv_tie p{
      font-size: 30px;
    }
    .sitemaplist01 a{
         font-size: 24px;
    }
    .sitemaplist01::before {
     position: absolute;
     content: "";
     width: 7px;
     height: 40px;
     top: 64%;
     transform: translateY(-50%);
     left: -25px;
     background-color: #005fad;
 }
    .sitemaplist02 a{
         font-size: 24px;
    }
    .sitemaplist02::before {
     position: absolute;
     content: "";
     width: 7px;
     height: 40px;
     top: 64%;
     transform: translateY(-50%);
     left: -25px;
 }
    .sitemaplist03 a{
         font-size: 24px;
    }
    .sitemaplist03::before {
     position: absolute;
     content: "";
     width: 7px;
     height: 40px;
     top: 64%;
     transform: translateY(-50%);
     left: -25px;
 }
    .sitemaplist04 a{
         font-size: 24px;
    }
    .sitemaplist04::before {
     position: absolute;
     content: "";
     width: 7px;
     height: 40px;
     top: 64%;
     transform: translateY(-50%);
     left: -25px;
 }
    .sitemaplist05 a{
         font-size: 24px;
    }
    .sitemaplist05::before {
     position: absolute;
     content: "";
     width: 7px;
     height: 40px;
     top: 64%;
     transform: translateY(-50%);
     left: -25px;
 }
    .sitemaplist06 a{
         font-size: 24px;
    }
    .sitemaplist06::before {
     position: absolute;
     content: "";
     width: 7px;
     height: 40px;
     top: 64%;
     transform: translateY(-50%);
     left: -25px;
 }
 .sitemap_box{
     margin-bottom: 50px;
      margin-top: 70px;
      padding: 0 0 0 75px;
 }
  }