@charset "UTF-8";
/* ==================================================================
   Thin Glass Solutions（2026 リニューアル）追加スタイル  rev.3
   既存 CSS の末尾に追記してください。
   ------------------------------------------------------------------
   実 DOM
     <section id="detail2_" class="thinglasssolutions_">
       <div class="detail_ egs1_">
         <div class="body_"> … </div>
   ※ #detail_ は存在しないため、rev.2 の #detail_… セレクタは無効でした。
     本ファイルは .thinglasssolutions_ .detail_ .body_ …（詳細度 0,3,1 以上）
     で指定し、既存の .detail_ .body_ …（0,2,1）に確実に優先させます。
   ------------------------------------------------------------------
   rev.3 変更点
   ・flex（.row/.column/img.pic）方式を廃止し、元ページと同じ
     float（img.fl / img.fr + .clearfix）方式に統一。
     ラッパー div が CMS で落ちても崩れません。
   ・フロート回り込みのため .body_ 内の p を block 化。
   ・01 の一覧を 02 と同じ見出し付きテーブル（.func_table.app_table）に変更。
   ================================================================== */


/* ==================================================================
   ★最重要★ フロート回り込みを有効にするための土台
   既存 .detail_ .body_ p { display:inline-block } のままだと、
   p が BFC となりフロート画像に回り込まず下へ落ちます。
   ================================================================== */
/* CMS が生成するクラスなしの無名ラッパー div を block 化。
   既存の .detail_ .body_ div { display:inline-block } のままだと
   ラッパーが内容幅に縮み、中の .contact を中央寄せしても動きません。
   :not([class]) により、クラス付きの既存ブロックには一切影響しません。 */
.thinglasssolutions_ .detail_ .body_ div:not([class]) {
  display: block;
  width: 100%;
}

.thinglasssolutions_ .detail_ .body_ p {
  display: block;
  line-height: 2;
}
.thinglasssolutions_ .detail_ .body_ .clearfix {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
}
/* 見出し・表・ブロック要素はフロートの下から始める */
.thinglasssolutions_ .detail_ .body_ h2,
.thinglasssolutions_ .detail_ .body_ h3,
.thinglasssolutions_ .detail_ .body_ h4,
.thinglasssolutions_ .detail_ .body_ table,
.thinglasssolutions_ .detail_ .body_ #customs,
.thinglasssolutions_ .detail_ .body_ .afis_box,
.thinglasssolutions_ .detail_ .body_ .product_list,
.thinglasssolutions_ .detail_ .body_ .contact {
  clear: both;
}
/* 画像（左右互い違い用） */
.thinglasssolutions_ .detail_ .body_ img.fl {
  float: left;
  width: 420px;
  max-width: 45%;
  height: auto;
  margin: 0 30px 20px 0;
}
.thinglasssolutions_ .detail_ .body_ img.fl2{
  width: 300px;
}
.thinglasssolutions_ .detail_ .body_ img.fr {
  float: right;
  width: 400px;
  max-width: 45%;
  height: auto;
  margin: 0 0 20px 30px;
}
.thinglasssolutions_ .detail_ .body_ img.fr2{
  width: 280px;
}
/* 横並びにせず、テキストの下に中央配置する画像 */
.thinglasssolutions_ .detail_ .body_ img.imgcenter {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 30px auto;
}


/* ---------- MV エリア ---------- */
.thinglasssolutions_ .ttl_wrap .main_ttl_wrap .main_lead {
  display: block;
  line-height: 2;
  text-align: left;
}
.thinglasssolutions_ .ttl_wrap .main_ttl_wrap .contact.top_btn {
  margin-top: 32px;
}


/* ---------- 3カード ----------
   .egs1_ が付与されている場合は既存 CSS が効きますが、
   付与されない環境でも同じ見た目になるよう定義しています。      */
.thinglasssolutions_ .feature_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-top: 60px;
  border-bottom: 1px solid #d9e2ec;
  padding: 30px 0;
}
.thinglasssolutions_ .feature_card {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 30px;
  position: relative;
}
.thinglasssolutions_ .feature_card + .feature_card {
  border-left: 1px solid #d9e2ec;
}
.thinglasssolutions_ .feature_card_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.thinglasssolutions_ .feature_card_head img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.thinglasssolutions_ .feature_card_head h3 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #001f6b;
  margin: 0;
}
.thinglasssolutions_ .feature_card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.thinglasssolutions_ .feature_card ul li {
  font-size: 14px;
  color: #333;
  padding: 4px 0 4px 14px;
  position: relative;
}
.thinglasssolutions_ .feature_card ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: #666;
}
.thinglasssolutions_ a.feature_card_link {
  display: inline-block;
  color: #001f6b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.thinglasssolutions_ a.feature_card_link:hover {
  text-decoration: underline;
}


/* ---------- Contents ---------- */
.thinglasssolutions_ .detail_content_list .box ul {
  list-style: none;
  margin: 0;
}


/* ==================================================================
   テーブル（01 / 02 共通）
   ================================================================== */
.thinglasssolutions_ .detail_ .body_ .func_table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 10px 0;
  font-size: 15px;
  line-height: 1.8;
}
.thinglasssolutions_ .detail_ .body_ .func_table th,
.thinglasssolutions_ .detail_ .body_ .func_table td {
  border: 1px solid #bdd0e3;
  padding: 14px 16px;
  vertical-align: top;
  text-align: left;
}
.thinglasssolutions_ .detail_ .body_ .func_table thead th {
  background: #001f6b;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.thinglasssolutions_ .detail_ .body_ .func_table tbody th {
  background: #ecf2f8;
  color: #001f6b;
  font-weight: bold;
  width: 20%;
}
.thinglasssolutions_ .detail_ .body_ .func_table tbody tr:nth-child(even) td {
  background: #fafcfe;
}
/* 01 は2列構成 */
.thinglasssolutions_ .detail_ .body_ .app_table tbody th {
  width: 30%;
}
.thinglasssolutions_ p.note_ {
  display: block;
  font-size: 13px;
  color: #808080;
  line-height: 1.8;
  margin: 0 0 40px;
}
.thinglasssolutions_ p.note_:before {
  content: "※";
  padding-right: 4px;
}


/* ==================================================================
   製品事例（横2列・float 方式）
   ================================================================== */
.thinglasssolutions_ .detail_ .body_ .product_list {
  display: block;
  margin: 30px 0 0;
}
.thinglasssolutions_ .detail_ .body_ .product_item {
  display: block;
  float: left;
  width: calc(50% - 15px);
}
.thinglasssolutions_ .detail_ .body_ .product_item + .product_item {
  margin-left: 30px;
}
.thinglasssolutions_ .detail_ .body_ .product_item h4 {
  background: #eee;
  color: #001f6b;
  padding: 5px 10px;
  font-size: 17px;
  margin: 0 0 20px;
  letter-spacing: 0.15em;
  clear: none;
}
.thinglasssolutions_ .detail_ .body_ .product_item > img {
  display: block;
  float: none;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 16px;
}
.thinglasssolutions_ .detail_ .body_ .product_item a.articlelink_ {
  display: block;
  margin: 20px auto 0;
}


/* ==================================================================
   CTA ボタン
   ------------------------------------------------------------------
   既存の .thinglasssolutions_ div.contact { display:flex; justify-content:center }
   は .detail_ .body_ div { display:inline-block } と詳細度が同点（0,2,1）で、
   順序によっては左寄せのまま描画されます。詳細度を上げて中央寄せを確定させ、
   さらに a 側にも margin:auto を持たせて二重に担保します。
   ================================================================== */
.thinglasssolutions_ .detail_ .body_ .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  clear: both;
  margin: 40px 0;
}
.thinglasssolutions_ .detail_ .body_ .contact a {
  margin-left: auto;
  margin-right: auto;
}


/* ==================================================================
   CTA ボタン（長文用）
   ------------------------------------------------------------------
   既存の .thinglasssolutions_ .contact a は width:300px 固定のため、
   長いラベルが収まりません。ラッパーに contact_wide を追加した場合のみ
   幅の縛りを外します（既存の「Contact Us」ボタンには影響しません）。
   ================================================================== */
.thinglasssolutions_ .contact.contact_wide a {
  width: auto;
  min-width: 300px;
  max-width: 100%;
  height: auto;
  min-height: 58px;
  padding: 12px 20px 12px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  font-size: 20px;
  line-height: 1.4;
  text-align: left;
  background-size: cover;
}
.thinglasssolutions_ .contact.contact_wide a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .thinglasssolutions_ .contact.contact_wide a {
    min-width: 0;
    width: 100%;
    font-size: 16px;
    gap: 14px;
    padding: 12px 14px;
  }
  .thinglasssolutions_ .contact.contact_wide a img {
    width: 22px;
  }
}


/* ==================================================================
   04 AFIS 連絡先（Excel 準拠：左＝枠付き情報ボックス／右＝WeChat）
   ================================================================== */
.thinglasssolutions_ .detail_ .body_ .afis_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  margin: 40px 0;
  background: #ecf2f8;
  padding: 30px;
}

/* 左：情報ボックス */
.thinglasssolutions_ .detail_ .body_ .afis_box .afis_info {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  background: #fff;
  border: 1px solid #001f6b;
}
.thinglasssolutions_ .detail_ .body_ .afis_box p.afis_name {
  display: block;
  margin: 0;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #001f6b;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #001f6b;
}
.thinglasssolutions_ .detail_ .body_ .afis_box .afis_detail {
  display: block;
  padding: 20px;
}
.thinglasssolutions_ .detail_ .body_ .afis_box .afis_detail p {
  display: block;
  line-height: 1.9;
  margin: 0 0 1.2em;
}
.thinglasssolutions_ .detail_ .body_ .afis_box .afis_detail p:last-child {
  margin-bottom: 0;
}

/* 右：WeChat／QR */
.thinglasssolutions_ .detail_ .body_ .afis_box .afis_wechat {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  text-align: center;
}
.thinglasssolutions_ .detail_ .body_ .afis_box p.afis_wechat_ttl {
  display: block;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: bold;
  color: #001f6b;
  line-height: 1.5;
}
.thinglasssolutions_ .detail_ .body_ .afis_box .afis_wechat img {
  display: block;
  float: none;
  width: 200px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.thinglasssolutions_ .detail_ .body_ .afis_box p.afis_wechat_note {
  display: block;
  margin: 12px 0 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.thinglasssolutions_ .contact a:hover{
  text-decoration: underline;
}


/* ==================================================================
   SP
   ================================================================== */
@media screen and (max-width: 768px) {

  /* 画像は回り込み解除して1カラム */
  .thinglasssolutions_ .detail_ .body_ img.fl,
  .thinglasssolutions_ .detail_ .body_ img.fr {
    float: none;
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 16px;
  }
  .thinglasssolutions_ .detail_ .body_ img.imgcenter {
    max-width: 100%;
    margin: 20px auto;
  }

  .thinglasssolutions_ .feature_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .thinglasssolutions_ .feature_card {
    padding: 10px 0;
  }
  .thinglasssolutions_ .feature_card + .feature_card {
    border-left: none;
    border-top: 1px solid #d9e2ec;
    margin-top: 20px;
    padding-top: 20px;
  }

  /* テーブルはカード表示に切り替え */
  .thinglasssolutions_ .detail_ .body_ .func_table,
  .thinglasssolutions_ .detail_ .body_ .func_table tbody,
  .thinglasssolutions_ .detail_ .body_ .func_table tr,
  .thinglasssolutions_ .detail_ .body_ .func_table th,
  .thinglasssolutions_ .detail_ .body_ .func_table td {
    display: block;
    width: auto;
  }
  .thinglasssolutions_ .detail_ .body_ .func_table thead {
    display: none;
  }
  .thinglasssolutions_ .detail_ .body_ .func_table tr {
    margin-bottom: 20px;
    border: 1px solid #bdd0e3;
  }
  .thinglasssolutions_ .detail_ .body_ .func_table th,
  .thinglasssolutions_ .detail_ .body_ .func_table td {
    border: none;
    border-top: 1px solid #bdd0e3;
  }
  .thinglasssolutions_ .detail_ .body_ .func_table tbody th {
    width: auto;
    border-top: none;
    font-size: 16px;
  }
  .thinglasssolutions_ .detail_ .body_ .func_table td:before {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #001f6b;
    margin-bottom: 4px;
  }
  .thinglasssolutions_ .detail_ .body_ .func_table td:nth-of-type(1):before {
    content: "What It Helps to Achieve";
  }
  .thinglasssolutions_ .detail_ .body_ .func_table td:nth-of-type(2):before {
    content: "AGC’s Capabilities";
  }
  .thinglasssolutions_ .detail_ .body_ .app_table td:nth-of-type(1):before {
    content: "Glass Requirements";
  }
  .thinglasssolutions_ .detail_ .body_ .func_table tbody tr:nth-child(even) td {
    background: none;
  }

  /* 製品事例は縦積み */
  .thinglasssolutions_ .detail_ .body_ .product_item {
    float: none;
    width: 100%;
  }
  .thinglasssolutions_ .detail_ .body_ .product_item + .product_item {
    margin-left: 0;
    margin-top: 40px;
  }

  /* AFIS は縦積み */
  .thinglasssolutions_ .detail_ .body_ .afis_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding: 20px 16px;
  }
  .thinglasssolutions_ .detail_ .body_ .afis_box .afis_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .thinglasssolutions_ .detail_ .body_ .afis_box p.afis_name {
    font-size: 17px;
    padding: 12px 14px;
  }
  .thinglasssolutions_ .detail_ .body_ .afis_box .afis_detail {
    padding: 16px 14px;
  }
  .thinglasssolutions_ .detail_ .body_ .afis_box .afis_wechat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .thinglasssolutions_ .detail_ .body_ .afis_box p.afis_wechat_ttl {
    font-size: 17px;
  }
}
