.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;
}
.faq{
  max-width:980px;
  margin:0 auto 80px auto;
}
.faq .ttl{
  padding:40px 20px;
  font-size:24px;
}
.faq .elist{
  padding:0 20px;
}
.faq .elist li{
  border:1px solid #ddd;
  padding:20px;
  border-radius:10px;
  margin-bottom:20px;
}
.faq .elist li .code{
  font-size:20px;
  margin-bottom:15px;
}
.faq .elist li .code span{
  font-weight:bold;
  display: inline-block;
  margin-right:20px;
}
.faq .elist li .qes{
  padding-bottom:15px;
  line-height:1.7;
}
.faq .elist li .ans{
  background-color:#f3f3f3;
  padding:15px;
  line-height:1.7;
}
.faq .elist li .ans a{
  text-decoration: underline;
}
.faq .qlist{
  padding:0 20px;
  height: 450px;
  overflow-y: scroll;
}
.faq .qlist .sttl{
  background:#ddd;
  padding:15px 10px;
  margin-bottom:10px;
}
.faq .qlist-inr{
  margin-bottom:15px;
}
.faq .qlist-inr li a{
  display: block;
  padding:10px;
  line-height: 1.8;
}
.faq .alist{
  padding:0 20px;
}
.faq .alist li{
  border:1px solid #ddd;
  padding:20px;
  border-radius:10px;
  margin-bottom:20px;
}
.faq .alist li .qes{
  padding-bottom:15px;
  line-height:1.7;
  font-size:20px;
}
.faq .alist li .ans{
  background-color:#f3f3f3;
  padding:15px;
  line-height:1.7;
}
.faq .alist li .ans a{
  text-decoration: underline;
}
.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;
}
.b-line{
  border: none;
  border-top:1px solid #ddd;
  margin-top:30px;
}
#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);
}
.qlist-inr .error-list {
  text-align: center;
}
.qlist-inr .error-list strong{
  color: #166772;
  font-weight:bold;
}

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

  .index_page .make_map_block__inner{
    font-size:24px;
  }

  .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;
  }

  

}