/*-------------------------------------------
  お問い合わせ
-------------------------------------------*/
div.content-container .inner{
  width: 100%;
  max-width: 100%;
  background-color: #F3F3F3;
}
div.estimate-navigation{
  max-width: 980px;
  position: static;
  padding: 20px 0 0 50px;
  margin: auto;
}
ul.List {
  display: flex;
  align-items: center;
}
.List-Item{
  display: list-item;
}
ul.List li a span{
  top: 0;
}
li.List-Item:first-of-type a.List-Item-Link::before {
  content: "";
  background: url(../img/ico-home.png) no-repeat 0 0 / contain;
  width: 25px;
  height: 25px;
  margin-right: .3em;
}
li.List-Item a.List-Item-Link:first-of-type {
  display: flex;
  align-items: center;
}
li.List-Item span, li.List-Item a.List-Item-Link::after,
li.List-Item span a {
  font-size: 1.25rem;
  color: #000000;
}

.List-Item:not(:last-child):after {
  content: none;
}
.contact-confirm-content {
  white-space: pre-wrap;
}

@media (max-width: 767px){
  div.estimate-navigation{
    padding: 10px 0 0 30px;
  }
  ul.List {
    padding-top: 10px;
  }
  li.List-Item:first-of-type a.List-Item-Link::before {
    width: 20px;
    height: 18px;
  }
  li.List-Item span,
  li.List-Item a.List-Item-Link::after, li.List-Item span a {
    font-size: 1.2rem;
    color: #000000;
  }
}
