@charset "UTF-8";
/* CSS Document */
.kaisya_bg{
 /*   background-image: url("images/img1_03.jpg");
    background-repeat: no-repeat;
    background-position: right center;*/
}
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.4); 
    padding-top: 80px;
    padding-bottom: 80px;
}
.sub_artcle-h3 {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.sub_artcle_in {
        max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/*沿革*/
.sub_contents5 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    }
.sub_artcle_in {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
#sitemap_list li {
/*    display: block;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #009245;
    padding-left: 30px;
    background-position: 0% 10px;
    margin-top: 10px;
    margin-left: 0px;
    text-decoration: none;
}
#sitemap_list li a {
	 color: #009245;
	text-decoration: none;
}
#sitemap_list li a:hover {
	color:#B0B0B0;
	text-decoration: none;
}


#sitemap_list li li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
   border-bottom: 1px dotted #009245;
    padding-left: 50px;
    background-repeat: no-repeat;
}
#sitemap_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
 /* position: absolute;*/
  left : 5%;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
color:#009245;
	margin-right: 2%;
	border-bottom: none;
	
}

#sitemap_list li li a {
	 color: #009245;
	text-decoration: none;
}
#sitemap_list li li a:hover {
	color: #E50213;
	text-decoration: none;
}
#sitemap_list li:last-child {
border:0; /* リストの最後のボーダーを消す */
}


@media screen and (max-width: 768px){
.sub_contents_w-bg {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
    .sub_contents {
    width: 90%;
    padding-bottom: 30px;
        margin-left: auto;
      margin-right: auto;
    }
.sub_artcle_in {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
     }

