/*------------------------------------
会社概要用CSS
------------------------------------*/
#company_sec1 .page-default-title h2 {
  border-bottom: none;
}
#company_sec1 .page-default-title .description {
  margin-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--color-main);
}
#company_sec1 .message {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
#company_sec1 .message .item-right {
  width: 30%;
}
#company_sec1 table {
  margin: 60px auto 20px;
}
#company_sec1 table th {
  padding: 18px;
  text-align: left;
  width: 35%;
  font-weight: 400;
}
#company_sec1 table td {
  padding: 18px;
  text-align: left;
  width: 65%;
  line-height: 1.8;
}
#company_sec1 table thead tr th.table-title {
  background-color: var(--color-main);
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  border-radius: 20px 20px 0 0;
  padding: 12px;
}
#company_sec1 table tr:nth-child(odd) td,
#company_sec1 table tr:nth-child(odd) th  {
  background-color: #f9f9f9;
}
#company_sec1 .map iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 1080px) {
  #company_sec1 .message {
    gap: 0;
  }
  #company_sec1 .message .item-right {
    width: 40%;
  }
  #company_sec1 table thead tr th.table-title {
    font-size: 1.3rem;
    border-radius: 15px 15px 0 0;
    padding: 12px;
  }
  #company_sec1 table {
    margin: 40px auto 20px;
  }
}

@media only screen and (max-width: 767px) {
  #company_sec1 table th {
    padding: 12px;
    font-size: 0.9rem;
  }
  #company_sec1 table td {
    padding: 12px;
    font-size: 0.9rem;
  }
  #company_sec1 .message {
    flex-direction: column;
  }
  #company_sec1 .message .item-left h2 p {
    font-size: 1.1rem;
  }
  #company_sec1 .message .item-left p {
    font-size: 0.8rem;
  }
  #company_sec1 .message .item-right {
    width: 60%;
    margin: 10px auto 0;
  }
  #company_sec1 table thead tr th.table-title {
    font-size: 1.1rem;
    border-radius: 12px 12px 0 0;
    padding: 10px;
  }
  #company_sec1 table th,
  #company_sec1 table td {
    padding: 10px;
    font-size: 0.8rem;
  }
  #company_sec1 table {
    margin: 20px auto;
  }
  #company_sec1 .map iframe {
    height: 250px;
  }
}