#nav .nav-list li:nth-child(6) a {
  cursor: default;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  #nav .nav-list li:nth-child(6) a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    height: 1px;
    left: 10%;
    background-color: #FFFF91;
    width: 80%;
  }
}

.color-tel {
  color: #8C4600;
}

.color-line {
  color: #31AD35;
}

.color-mail {
  color: #006CD8;
}

.button-tel {
  font-weight: 700;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .button-tel {
    width: 280px;
    background-color: #8C4600;
    color: #FFF;
    height: 56px;
    font-size: 25px;
  }
}

.button-line {
  background-color: #31AD35;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  width: 356px;
  height: 56px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .button-line {
    width: 280px;
  }
}

.title-form {
  display: flex;
  align-items: center;
}
.title-form .icon {
  margin-right: 5px;
}

.panel-white {
  border-radius: 0;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .panel-white {
    border: 5px solid #E5E5E5;
  }
}
@media only screen and (max-width: 767px) {
  .panel-white {
    padding: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .list-select_shiryo li {
    display: inline-block;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=page_contact.css.map */
