@charset "utf-8";
.re_btn{
  text-align: center;
}
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  background: #82520a;
  transition: .4s;
}
.btn-flat-logo:hover {
  opacity: 0.7;
}
.col_2{
  width: 48%;
}
.sitemap{

}
.sitemap dd ul{
  list-style: none;
  position: relative;
}
.sitemap dd ul li {
  line-height: 1.5;
  padding: 0.2em 0.5em 0.2em 1.7em;
  list-style-type: none!important;
  color: black;
}
.sitemap dd ul li a{
  color: #666;
}
.sitemap dd ul li a:hover{
  color: #ff5500;
  text-decoration: none;
}

.sitemap dd ul li:before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
  color: orange; /*アイコン色*/
}
.sitemap dt{
  background-color: #82520a;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #fff;
}
.sitemap dd{
  margin: 0 0 20px 10px;
}
@media screen and (max-width:768px) {
.left_contents h2.first {
  margin: 15px 0 15px 0;
}
.sitemap dt {
  border-radius: 0px;
}
}
@media screen and (max-width: 480px){
.col_4 {
    width: 48%;
}
}
