.index_page .make_map_block{
  background-color:#fff;
  border-bottom:2px solid #3f948f;
}
.index_page .make_map_block__inner{
  max-width: 1260px;
  padding: 70px 20px 130px;
  font-weight:bold;
  text-align:center;
  font-size:32px;
  letter-spacing: 15px;
  color:#166772;
  background:url(../img/newsttl.png) no-repeat #fff;
  background-size:cover;
  background-position: center bottom;
}
.information{
  max-width:980px;
  margin:0 auto 80px auto;
}
.information .ttl{
  padding:40px 20px;
  font-size:24px;
}
.information .nlist{
  padding:0 20px;
}
.information .nlist a{
  display: flex;
  padding:10px 0;
  margin-bottom:10px;
  line-height:1.7;
}
.information .nlist .date{
  width:11%;
}
.information .nlist .icon{
  width:12%;
  margin-right:2%;
}
.information .nlist .icon span{
  display: block;
  background-color:#ecf3f3;
  font-size:12px;
  text-align: center;
  padding:5px;
}
.information .nlist .txt{
  width:75%;
  font-feature-settings: "palt";
}
.information .nlist a:hover .txt{
  text-decoration: underline;
}
.information .d-date{
  padding: 40px 40px 15px 40px;
}
.information h1.ttl{
  padding:0 40px 30px 40px;
  font-size:24px;
  line-height: 1.4;
}
.information .d-gnr{
  padding: 0 40px 40px 40px;
}
.information .d-gnr span{
  display: inline-block;
  background-color:#ecf3f3;
  font-size:12px;
  text-align: center;
  padding:5px 25px;
  line-height:1.7;
}
.information .d-inr{
  padding:0 40px 40px 40px;
  line-height:2;
  margin-bottom:1em;
}
.information .d-inr p{
  margin-bottom:1.5em;
}
.information .d-inr img{
  max-width:100%;
  margin-bottom:1em;
}
.information .d-inr .page_lnks{
  background:#fff;
  text-align: center;
  padding:20px 0;
  font-size:0;
  border-top:1px solid #eee;
}
.information .d-inr .page_lnks li{
  display: inline-block;
  margin:10px 6px;
  font-size:.9rem;
  color:#166772;
}
.information .d-inr .page_lnks li a{
  color:#166772;
  text-decoration: underline;
  display: inline-block;
  margin-right:12px;
}
.information .d-inr .page_lnks .sp{
    display: none;
}
table#roadlist{
  border:1px solid #eee;
  background:#fff;
  padding:20px 0;
  font-size:0;
  border-top:1px solid #eee;
}
table#roadlist th{
  border:1px solid #eee;
  border-spacing:3px;
  font-size:.9rem;
  background: #ecf3f3;
}
table#roadlist td{
  border:1px solid #eee;
  border-spacing:3px;
  font-size:.9rem;
}
table#roadlist .sp{
    display: none;
}
table#poilist{
  border:1px solid #eee;
  background:#fff;
  padding:20px 0;
  font-size:0;
  border-top:1px solid #eee;
}
table#poilist th{
  border:1px solid #eee;
  border-spacing:3px;
  font-size:.9rem;
  background: #ecf3f3;
}
table#poilist td{
  border:1px solid #eee;
  border-spacing:3px;
  font-size:.9rem;
}
table#poilist .sp{
    display: none;
}
.footer_lnks{
  background:#fff;
  text-align: center;
  padding:20px 0;
  font-size:0;
  border-top:1px solid #eee;
}
.footer_lnks li{
  display: inline-block;
  margin:10px 6px;
  font-size:.9rem;
  color:#166772;
}
.footer_lnks li a{
  color:#166772;
  text-decoration: underline;
  display: inline-block;
  margin-right:12px;
}
.footer_lnks .sp{
    display: none;
}
#pagetop{
  position: fixed;
  right:25px;
  bottom:20px;
  width:30px;
  height:30px;
  cursor: pointer;
  display: none;
}
#pagetop:before{
  display: block;
  content:"";
  position: absolute;
  top:10px;
  left:0;
  width:20px;
  height:2px;
  background:#000;
  transform:rotate(-45deg);
}
#pagetop:after{
  display: block;
  content:"";
  position: absolute;
  top:1px;
  left:22px;
  width:2px;
  height:20px;
  background:#000;
  transform:rotate(-45deg);
}

@media screen and (max-width: 768px) {

  .index_page .make_map_block__inner{
    font-size:24px;
  }
  
  .information .d-gnr span{
    display: inline-block;
    background-color:#ecf3f3;
    font-size:12px;
    text-align: center;
    padding:5px 25px;
    line-height:1.7;
  }
  .information .d-date{
    padding: 40px 20px 15px 20px;
  }
  .information h1.ttl{
    padding:0 20px 30px 20px;
  }
  .information .d-gnr {
      padding: 0 20px 40px 20px;
  }
  .information .d-inr{
    padding:0 20px 40px 20px;
    line-height:2;
    margin-bottom:1em;
  }
  .footer_lnks .pc{
    display: none;
  }
  .footer_lnks .sp{
    display: inline;
  }
  .information .nlist a{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .information .nlist .date{
    width:auto;
  }
  .information .nlist .icon{
    width:90px;
    margin-left:10px;
  }
  .information .nlist .icon span{
    font-size:10px;
    padding:4px 5px;
  }
  .information .nlist .txt{
    width:100%;
    padding:2px 0 15px 0;
    border-bottom:1px solid #eee;
  }

  

}