/* Atlas Plan 追加スタイル */

/* 書体・両端揃え */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: 'palt' 1;
}
#contents .messageTxt p,
.messageInfo p,
.TopintBox .hlg01,
.newsContent,
.worksContent,
.companyTable,
.companyBusiness,
.page-custom .entry-content,
.single .entry-content {
  text-align: justify;
  text-justify: inter-ideograph;
}
.newsList ul { list-style: none; margin: 0; padding: 0; }
.newsList li { border-bottom: 1px solid #e0e0e0; padding: 15px 0; }
.newsList li time { display: inline-block; margin-right: 15px; color: #888; font-size: 0.9em; }
.newsList li a { color: #ed6d00; text-decoration: none; }
.newsList li a:hover { text-decoration: underline; }
.newsContent { max-width: 1050px; margin: 0 auto 40px; line-height: 1.8; }
.btnBack { text-align: center; margin: 30px 0; }
.btnBack a { color: #ed6d00; }
.worksGallery { max-width: 1050px; margin: 0 auto 40px; }
.worksGalleryItem { margin-bottom: 20px; }
.worksGalleryItem img { max-width: 100%; height: auto; display: block; }
.worksContent { max-width: 1050px; margin: 0 auto 40px; line-height: 1.8; }

/* トップお知らせセクション */
.topNewsSection {
  margin-bottom: 50px;
  padding: 30px 0 20px;
  background: linear-gradient(to bottom, #fafafa 0%, transparent 100%);
}
.topNewsList { max-width: 1050px; margin: 0 auto; padding: 0 20px; }
.topNewsList ul { max-width: 800px; margin: 0 auto; }
.topNewsList .newsMore { text-align: center; margin-top: 25px; }
.topNewsList .newsMore a {
  color: #ed6d00;
  font-weight: bold;
  padding: 8px 24px;
  border: 1px solid #ed6d00;
  display: inline-block;
  border-radius: 4px;
}
.topNewsList .newsMore a:hover { background: #ed6d00; color: #fff; text-decoration: none; }

/* 会社案内テーブル */
.companyTable {
  max-width: 1050px;
  margin: 0 auto 40px;
}
.companyTable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.companyTable th,
.companyTable td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  vertical-align: top;
  text-align: left;
}
.companyTable th {
  width: 180px;
  min-width: 140px;
  background: #f8f8f8;
  font-weight: 600;
  color: #333;
}
.companyTable td {
  background: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .companyTable th,
  .companyTable td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .companyTable th {
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-top: 12px;
  }
  .companyTable th:first-child {
    margin-top: 0;
  }
  .companyTable tr {
    border-bottom: 1px solid #ddd;
  }
}

/* 会社案内：テーブル内リスト */
.companyTableList {
  margin: 0;
  padding-left: 1.25em;
  line-height: 1.7;
}
.companyTableList li {
  margin-bottom: 0.65em;
}
.companyTableList li:last-child {
  margin-bottom: 0;
}

/* 会社案内：事業内容（画像なし cntInfo） */
.companyBusiness {
  max-width: 1050px;
  margin: 0 auto 50px;
  padding: 0 10px;
  box-sizing: border-box;
}
.companyBusinessHeading {
  margin: 0 0 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}
.companyBusiness .cntInfo {
  width: 100%;
  max-width: 1050px;
}
.companyBusiness .cntTxt {
  width: 100% !important;
  float: none !important;
}
.companyBusiness .cntTxt p:not(.cntTit) {
  line-height: 1.8;
}
