@charset "UTF-8";

.company-section {
  padding-top: 80px;
}

.company-section table {
    max-width: 1080px;
    border-collapse: collapse;
    margin: 40px auto;
  }
  .company-section table td,
  .company-section table th {
    padding: 10px;
    border: 1px solid #ddd;
  }

  @media screen and (max-width: 600px) {
    /* レスポンシブ対応 */
    .company-section table {
      overflow-x: auto;
      display: block;
    }
  /* 縦並びにするため　追加　20230622 by ando */
  .company-section tr {
    display: flex;
    flex-direction: column;
  }
  .company-section  th {
    background-color:#f5f1e1 ;
    text-align: left;
  }

  .company-section table th {
    border-bottom: none;
  }
    /*ここまで 縦並びにするため　追加　20230622 by ando */
    
  }

  /* --アクセス-- */
  .access-section {
    background-color: #f5f1e1;
    padding: 40px 4%;
    margin: 20px auto;  /* margin: 0 auto; -> margin: 20px auto; 店頭買取で買取できない家電のセクションと店頭へのアクセスセクションがくっついていたため変更 会社概要の見た目は問題なし 20230616 by akiho */
  }

  .address-text {
    padding: 20px;
    text-align: center;
  }
  
  .map-img {
    max-width: 100%;
    background-size:cover ;
  }
