.news-nav-item {
  margin-right: .5em;
}
.news-nav-item:last-child {
  margin-right: 0;
}

#nav-impresion,
#nav-impresion .news-nav-link{
  max-width: 160px;
}
.news-nav-item.nav-impresion .news-nav-link {
  color: #fff;
  border: 2px solid #FF6868;
  background-color: #FF6868;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

.news-nav-item.nav-impresion .news-nav-link:hover {
  background-color: rgba(255, 104, 104, 0.8);
  border: 2px solid rgba(255, 104, 104, 0.8);
}

.news-nav-item.nav-impresion .news-nav-link span {
  padding-left: 1.75em;
}

.news-nav-item.nav-impresion .news-nav-link span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/base/impresion-icon.png") no-repeat center/cover;
}

@media screen and (max-width: 1279.98px) {
  .news-nav-item.nav-impresion .news-nav-link span::before {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 1099.98px) {
  .news-nav-item.nav-impresion .news-nav-link span::before {
    width: 18px;
    height: 18px;
  }
}


/*メニュー位置*/


  .main-nav .nav-orthodontics .nav-link {
    padding-left: 3em;
  }

  @media screen and (max-width: 1099.98px) {
    .nav-container{
      padding-top: 20px;
    }
  .news-nav{
    display: block;
    position: absolute;
    top: 540px;
  }
  .news-nav li{
    margin-bottom: 1em;
    margin-left: 1em;
  }
  
}

#detail-body table{
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
#detail-body th,
#detail-body td{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 12px;
}


@media screen and (min-width: 1100px) {
  .header.fixed .header-contact {
    margin-left: 0em;
  }
}

.bgf{
  background:#fff !important; 
}
