@charset "utf-8";


/* ------------------------------------------- */
/* company */
/* ------------------------------------------- */


@media print,screen and (min-width: 768px){
  .edit-area.company table th{
    width: 238px;
  }
}


.edit-area.company table td a{
  color: #86a449;
  text-decoration: underline;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 1025px){
  .edit-area.company table td a:hover{
    text-decoration: none;
  }
}

@media print,screen and (min-width: 768px){
  .edit-area.company table td a[href^="tel:"]{
    color: #000;
    text-decoration: none;
  }
}
