@charset "UTF-8";
/* Scss Document */
/* ===============================================
   変数・基本設定
=============================================== */
/* Scss Document */

@font-face {
  font-family: "NoteSans Gothic";
  src: url("../font/NoteSansJp-variablefont_wght.ttf") format("truetype");
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.hero {
  background: linear-gradient(to right, #1c8bc1 0%, #e9eef6 20%, #3e63a2 100%);
  background-size: 200% 200%;
  animation: gradientMove 1s ease-in-out infinite;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

/* ===============================================
   全体・共通設定
=============================================== */
body,
header,
foooter,
p,
div,
h1,
h2,
h3,
ul,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #202020;
  font-family: "NoteSans", sans-serif;
  font-size: 1rem;
  text-align: left;
}

.mgl10 {
  margin-left: 10px;
}
.mgl20 {
  margin-left: 20px;
}

ul,
li {
  list-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

p {
  margin-bottom: 10px;
  line-height: 1.7;
  box-sizing: border-box;
}
p.no-mg {
  margin: 0;
}

p.pagetop {
  line-height: 0.7;
}

a:hover {
  color: #006666;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.5;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  word-break: break-all;
  font-size: 0.9rem;
}

/* 共通クラス
----------------------------------------------- */
.all {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

.small {
  font-size: 0.9rem;
  line-height: 140%;
}

.regular {
  font-size: 1rem;
  line-height: 1.6;
}

.normal {
  font-size: 18px;
  font-weight: 400 !important;
}

.txtsmall {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.normal span {
  font-size: 14px;
}

.bigC {
  margin-top: 60px;
  font-size: 1.1rem;
  line-height: 3.6rem;
}

.ls2 {
  letter-spacing: 0.2rem;
}

.bold {
  font-weight: bold;
}

.lBlue {
  color: #1c8bc1;
}

.kon {
  color: #076daa;
}

.yellow {
  color: #f0b500;
}

.white {
  color: #fff;
}

.red {
  color: red;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.textBox {
  margin: 0 auto;
  width: 80%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

a.pdf::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  content: "";
  color: red;
  font-size: 1.8rem;
  padding-left: 5px;
}

/* ===============================================
   ヘッダー
=============================================== */
header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
}

#headerArea {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 180px;
}

/* ===============================================
   各ページタイトルエリア
=============================================== */
h1 {
  margin-top: 220px;
  margin-left: 150px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
}

#pageHeader h1 {
  margin-top: 0;
  margin-left: 0;
  font-size: auto;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
}

h1 .sub-title {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.5;
  display: inline-block;
  padding-top: 10px;
}

.topCatch {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

/* 背景エリア
----------------------------------------------- */
.grayArea {
  background: #ededed;
  width: 100%;
  padding-top: 50px;
}

.grayArea h2 {
  color: #999;
}

.wideArea {
  background: #fff;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.wideArea section {
  width: 100%;
}

.wideArea h2 {
  color: #999;
}

.catalogArea {
  background: #fff;
  width: 1159px;
  margin: 0 auto;
  padding: 50px 0;
}

/* ===============================================
   製品情報関連
=============================================== */
/* タイトルエリア
----------------------------------------------- */
#h1AreaP {
  width: 100%;
  height: 350px;
  background: url(../images/products/header.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaFine {
  width: 100%;
  height: 350px;
  background: url(../images/products/header_fine_floor.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaFineX {
  width: 100%;
  height: 350px;
  background: url(../images/products/header_fine_x.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaCreek {
  width: 100%;
  height: 350px;
  background: url(../images/products/header_creek.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaSystem {
  width: 100%;
  height: 350px;
  background: url(../images/products/header_floor_sysem.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaTras {
  width: 100%;
  height: 350px;
  background: url(../images/products/header_Tras.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaWras {
  width: 100%;
  height: 350px;
  background: url(../images/products/header_Wras.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaOras {
  width: 100%;
  height: 350px;
  background: url(../images/products/header_Oras.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

/* コンテンツエリア
----------------------------------------------- */

.product-detail-head__series-wrap {
  display: flex;
  align-items: center;
  border-left: 8px solid #72afe5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: white;
  padding-left: 15px;
  font-family: sans-serif;
  color: #333;
  margin-top: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}

.product-detail-head__series-wrap p {
  margin: 0;
}

/* H2見出し
----------------------------------------------- */
.h2AreaB {
  width: 100%;
  height: 110px;
  margin-top: -20px;
  background: url(../images/products/h2bldg.png) no-repeat center;
  background-size: 100% 100%;
  background-position: center left;
}

.h2AreaB .bldgH2 {
  width: 900px;
  position: relative;
  margin: 0 auto;
  height: 110px;
  background: url(../images/products/h2_bg.png) no-repeat left;
}

.h2AreaB .bldgH2 h2 {
  position: absolute;
  top: 46px;
  left: 140px;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  color: #fff;
}

.h2AreaH {
  width: 100%;
  height: 110px;
  margin-top: -20px;
  background: url(../images/products/h2hous.png) no-repeat center;
  background-size: 100% 100%;
  background-position: center left;
}

.h2AreaH .housH2 {
  width: 900px;
  position: relative;
  margin: 0 auto;
  height: 110px;
  background: url(../images/products/h2_hous.png) no-repeat left;
}

.h2AreaH .housH2 h2 {
  position: absolute;
  top: 42px;
  left: 140px;
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
  color: #fff;
}

/* H3見出し・MOREボタン
----------------------------------------------- */
h3.pBldg {
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 2px solid #1c8bc1;
  padding: 0;
  margin: 60px 0 20px 0;
}

.moreBldg a {
  background-image: linear-gradient(to right, #1c8bc1, #557cbe, #3e63a2);
  display: block;
  width: 280px;
  height: 60px;
  text-align: center;
  padding: 15px;
  margin: 20px auto;
  color: #fff;
  border-radius: 3px;
}

.moreBldg a:hover {
  background-image: linear-gradient(to right, #66b9e7, #92cdee, #1c8bc1);
  color: #fff;
}

h3.pHous {
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 2px solid #f0b500;
  padding: 0;
  margin: 60px 0 20px 0;
  margin-bottom: 30px;
}

.moreHous a {
  background-image: linear-gradient(to right, #f0b500, #bb9789, #a87b69);
  display: block;
  width: 280px;
  height: 60px;
  text-align: center;
  padding: 15px;
  margin: 20px auto;
  color: #fff;
  border-radius: 3px;
}

.moreHous a:hover {
  background-image: linear-gradient(to right, #f0b500, #fbf5d9, #f0b500);
  color: #fff;
}

/* 吹き出し型タブ
----------------------------------------------- */
.speech-bubble-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 40px auto;
  gap: 0;
}

.speech-bubble-tabs li {
  position: relative;
  flex-grow: 1;
}

.speech-bubble-tabs li a {
  display: block;
  text-align: center;
  padding: 30px;
  background-color: #999;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.speech-bubble-tabs li a:hover {
  background-color: #66b9e7;
  text-decoration: none;
}

.speech-bubble-tabs li:first-child a {
  border-radius: 6px 0 0 6px;
}

.speech-bubble-tabs li:last-child a {
  border-radius: 0 6px 6px 0;
}

.speech-bubble-tabs li.is-active a {
  background-color: #3e63a2;
}

.speech-bubble-tabs li.is-active::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #3e63a2 transparent transparent transparent;
}

/* 詳細ページ
----------------------------------------------- */
.pcontents {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}

.specArea {
  width: 959px;
  margin: 0 auto 80px auto;
}

h3[id],
h4[id] {
  scroll-margin-top: 90px;
}

.anchor-target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

h3.blueLine {
  font-size: 1.6rem;
  font-weight: normal;
  border-left: 8px solid #3e63a2;
  border-bottom: 1px solid #3e63a2;
  padding-left: 10px;
  margin: 40px 0 20px 0;
}

h3.konLine {
  font-size: 1.6rem;
  font-weight: normal;
  border-left: 8px solid #076daa;
  border-bottom: 1px solid #076daa;
  padding-left: 10px;
  margin: 40px 0 20px 0;
}

h4.konBase {
  background: #113c79;
  color: #fff;
  margin: 0;
  margin-top: 60px;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: normal;
}

h4.grayLine {
  color: #202020;
  font-weight: normal;
  border-bottom: 1px solid #999;
  margin: 40px 0 10px 0;
  font-size: 1.4rem;
}

h4.blueLine {
  color: #202020;
  font-weight: normal;
  border-bottom: 2px solid #3e63a2;
  margin: 40px 0 10px 0;
  font-size: 1.1rem;
  padding-bottom: 5px;
}

.rasText {
  margin: 10px 60px;
}

/*回り込み解除flex*/
.flex-layout {
  display: flex;
  align-items: flex-start;
  /* 上揃え */
  /* 下に余白を追加 */
}

.flex-layout figure {
  margin-right: 20px;
  flex-shrink: 0;
  /* 画像が縮まないようにする */
}

.flex-layout p {
  margin: 0;
  /* rasTextのmarginをリセット */
}

.imgFlex {
  display: flex;
}

.imgFlex img {
  width: 50%;
}

.pcontents figure img {
  max-width: 80%;
  height: auto;
}

/* リスト
----------------------------------------------- */
.product-detail-tab__normalList {
    margin: 20px 0 0 40px;
    padding: 0;
    list-style: none;
}

.product-detail-tab__normalList p{
  margin: 0 0 0 10px;
}

.product-detail-tab__normalList li {
    display: flex;
    align-items: baseline; 
}

.product-detail-tab__normalList li::before {
    content: "■";
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
    padding-top: 2px;
    color: #333; 
}

.littleList li {
  list-style-type: square;
  list-style-position: inside;
  padding-bottom: 10px;
}

.mapList {
  margin: 20px 10px;
}

.mapList li {
  list-style-type: disc;
  color: #3e63a2;
  list-style-position: inside;
  margin-left: -10px;
  padding-bottom: 10px;
}

.littleList li {
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 10px;
}

/* タブ・サブリンク
----------------------------------------------- */
ul.tabLink {
  width: 900px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #076daa;
}

ul.tabLink li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-grow: 1;
  text-align: center;
}

ul.tabLink li:first-child {
  border-left: 2px solid #999;
  border-top-left-radius: 5px;
}

ul.tabLink li:last-child {
  border-right: 2px solid #999;
  border-top-right-radius: 5px;
}

ul.tabLink li a {
  background: #999;
  display: block;
  padding: 15px 0;
  font-size: 1.4rem;
  color: #fff;
}

ul.tabLink li a:hover {
  background-image: linear-gradient(to right, #1c8bc1, #557cbe, #3e63a2);
  color: #fff;
  text-decoration: none;
}

ul.subLink {
  width: auto;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

ul.subLink li {
  text-align: center;
  font-size: 1.2rem;
  margin-left: 20px;
  color: #202020;
}

ul.subLink li a {
  color: inherit;
}

ul.subLink li a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "";
  text-decoration: none;
  color: #66b9e7;
}

ul.subLink li a:hover {
  background: #66b9e7;
  color: #fff;
}

ul.sysLink {
  width: auto;
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

ul.sysLink li {
  text-align: center;
  font-size: 1.1rem;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #202020;
  background: #66b9e7;
  padding: 2px 5px;
}

ul.sysLink li a {
  color: inherit;
}

ul.sysLink li a::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "";
  text-decoration: none;
  color: #fff;
}

ul.sysLink li a:hover {
  background: #66b9e7;
  color: #fff;
}

/* テーブル
----------------------------------------------- */
table.specTable {
  width: 80%;
  border-collapse: collapse;
  margin: 10px auto;
  font-size: 1rem;
}

table.specTable caption {
  text-align: center;
}

table.specTable th {
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  background: #66b9e7;
}

table.specTable td {
  border: 1px solid #999;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  background: #e3f5fd;
}

table.specTableSys {
  width: 60%;
  border-collapse: collapse;
  margin: 10px auto;
  font-size: 1rem;
}

table.specTableSys caption {
  text-align: center;
}

table.specTableSys th {
  border: 1px solid #fff;
  padding: 2px;
  text-align: center;
  font-weight: normal;
  background: #66b9e7;
}

table.specTableSys td {
  border: 1px solid #999;
  padding: 2px;
  text-align: center;
  font-weight: normal;
  background: #e3f5fd;
}

table.list-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 1rem;
}

table.list-table td,
table.list-table th {
  border: 1px solid #999;
  padding: 8px;
  text-align: center;
}

table.list-table th:first-child,
table.list-table td:first-child {
  width: 60%;
}

table.list-table th:not(:first-child),
table.list-table td:not(:first-child) {
  width: 10%;
}

table.list-table tr:nth-child(even) {
  background-color: #ededed;
}

table.list-table caption {
  background: #66b9e7;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px;
}

.tokuList {
  margin-left: 20px;
  /* ol全体の左側の余白 */
  padding-left: 20px;
  /* 数字とテキストの間のスペースを確保 */
}

.tokuList li {
  line-height: 2;
  list-style-type: disc;
  /* 番号付きリスト */
  margin-left: 10px;
  padding-bottom: 5px;
  /* 行間の調整 */
}

.specList {
  margin-left: 20px;
  /* ol全体の左側の余白 */
  padding-left: 20px;
  /* 数字とテキストの間のスペースを確保 */
}

.specList li {
  line-height: 2;
  list-style-type: decimal;
  /* 番号付きリスト */
  margin-left: 10px;
  padding-bottom: 5px;
  /* 行間の調整 */
}

/* 背景エリア
----------------------------------------------- */
#breadBackB {
  background: url(../images/products/bk_breadB.jpg) no-repeat;
  height: 58px;
}

#breadBackH {
  background-color: #d4d8db;
  height: 58px;
}

.yellowArea {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

/* ===============================================
   カタログダウンロード関連
=============================================== */
/* タイトルエリア
----------------------------------------------- */
#h1AreaCatalog {
  width: 100%;
  height: 350px;
  background: url(../images/catalog/header.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

/* PDFダウンロードボタン
----------------------------------------------- */
.pdfBox a {
  display: inline-block;
  padding: 5px 30px;
  background: #66b9e7;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s;
}

.pdfBox a:hover {
  background: #3e63a2;
}

.pdfBox a::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  content: "";
  color: #fff;
  font-size: 1.6rem;
  padding-left: 30px;
}

/* カタログページテーブル
----------------------------------------------- */
table.catalogTable {
  width: 80%;
  border-collapse: collapse;
  margin: 10px auto;
  font-size: 1rem;
}

table.catalogTable caption {
  text-align: left;
}

table.catalogTable td {
  width: 50%;
  border: 1px solid #999;
  font-size: 1.2rem;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  background: #fff;
}

/* カタログバナー
----------------------------------------------- */
#catalog {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url(../images/products/banner_catalog.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 164px;
  margin: 50px 0;
  text-decoration: none;
}

#catalog .catalogText {
  background-color: #3e63a2;
  color: #fff;
  padding: 15px 30px;
  border: 2px solid #1c8bc1;
  border-radius: 5px;
  font-size: 1.2rem;
  margin-right: 6%;
  transition: background-color 0.3s;
}

#catalog:hover .catalogText {
  background-color: #66b9e7;
}

/* CADデータ表示・非表示
----------------------------------------------- */
/* img-no-shrinkクラス追加 */
.img-no-shrink {
  max-width: none;
  /* 幅の制限を解除 */
  flex-shrink: 0;
  /* Flexboxで縮小しないようにする */
}

/* --- openArea表示・非表示 --- */
/* チェックボックス自体は非表示にする */
.open-check {
  display: none;
}

/* openAreaを初期状態で非表示にする */
.openArea {
  display: none;
}

/* チェックボックスがチェックされたら、隣接するopenAreaを表示する */
.open-check:checked + .open-button + .openArea {
  display: block;
}

/* ボタンの見た目を整える（任意） */
.open-button {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  padding: 20px;
  background-color: #ededed;
  color: #202020;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 5px;
  text-align: right;
  margin-top: 20px;
}

/* ボタンのテキストを変更する */
.open-button span:after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: " ";
  /* plus */
}

.open-check:checked + .open-button span {
  display: none;
  /* 「開く」を隠す */
}

.open-check:checked + .open-button:after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "閉じる ";
  /* minus */
}

/* ===============================================
   その他のページ
=============================================== */
/* タイトルエリア
----------------------------------------------- */
#h1AreaNews {
  position: relative;
  width: 100%;
  height: 350px;
  text-align: center;
  background: url(../images/others/header.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaNews h1 {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

#h1AreaContact {
  width: 100%;
  height: 350px;
  background: url(../images/others/contact_header.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

#h1AreaRecruit {
  width: 100%;
  height: 350px;
  text-align: center;
  background: url(../images/others/recruit_header.jpg) no-repeat center;
  background-size: cover;
  background-position: center left;
}

/*お問い合わせフォーム等*/
.buttonArea {
  margin: 0 auto;
  text-align: center;
  background: #3e63a2;
  width: 80%;
  padding: 30px 0;
  margin-bottom: 40px;
}

.blueBox {
  display: inline-block;
  background: #ededed;
  color: #202020;
  padding: 10px 30px;
  border-radius: 30px;
}

.blueBox:hover {
  background: #66b9e7;
  color: #fff;
  text-decoration: underline;
}

/* ===============================================
   フッター
=============================================== */
footer {
  width: 100%;
  background-image: linear-gradient(to right, #5d84a6 50%, #66b9e7 50%);
}

footer #footerArea {
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  color: #fff;
}

footer #footerArea .flexBoxF {
  width: 900px;
  margin: 50px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

footer #footerArea .flexBoxF .item p {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

footer #footerArea .flexBoxF .item a:hover {
  color: #fff;
}

footer #footerArea .flexBoxF .item p.grayBox {
  display: inline-block;
  width: 310px;
  background: #ededed;
  color: #000;
  padding: 10px;
  border-radius: 30px;
  margin-top: 10px;
}

footer #footerArea .flexBoxF .item p.grayBox:hover {
  background: #076daa;
  color: #fff;
  text-decoration: underline;
}

footer #addressArea {
  width: 100%;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  background-color: #525051;
  padding: 20px;
  box-sizing: border-box;
}

footer #addressArea ul.fList {
  width: 1159px;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

footer #addressArea ul.fList li {
  margin: 0 10px;
  font-size: 1rem;
}

footer #addressArea ul.fList li a {
  color: #fff;
}

footer #addressArea ul.fList li a:hover {
  color: #e3f5fd;
  text-decoration: underline;
}

footer #addressArea address {
  padding: 10px;
  font-size: 0.9rem;
  height: 30px;
  font-style: normal;
}

/* ===============================================
   ページトップボタン
=============================================== */
a.pagetop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  padding: 20px 22px;
  border-radius: 35px;
  line-height: 1;
  background: #3e63a2;
  color: #fff;
  z-index: 100;
  text-align: center;
  font-size: 2rem;
  scroll-behavior: smooth;
}

a.pagetop::before {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "";
  text-decoration: none;
}

a.pagetop:hover {
  text-decoration: none;
  background: #66b9e7;
  color: #fff;
}

.contact-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin: 60px 0;
}

.contact-link-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 120px;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #1c8bc1;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-link-btn i {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.contact-link-btn:hover {
  background: #3aa5e0;
  color: #fff;
  text-decoration: none;
}

.contact-link-btn .office-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.contact-link-btn .office-list li {
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.contact-link-btn ul.sysLink {
  margin-top: 40px;
}

.contact-link-btn ul.sysLink li {
  text-align: center;
  font-size: 0.9rem;
}


.product-detail {
  max-width: 900px;
  margin: 0 auto;
}

.product-detail-head {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.product-detail-head__inner {
  display: flex;
  padding-bottom: 20px;
}

.product-detail__td--image {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  background-color: #ffffff;
  border: 0.1rem solid #b6e1f5;
}

.product-detail-tab__heading-square-clwhite.metal-form {
  /*background-color: #8f1d2e;*/
  color: #202020;
}

.product-detail-tab__heading-square-clwhite {
  display: inline-block;
  font-size: 18px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  color: #ffffff;
}

.product-detail-tab__heading4--color-mesh-fence {
  color: #683d8b;
}

.product-detail-tab__heading4--color-net-fence {
  color: #3e589a;
}

.product-detail-tab__heading4--color-blindfold-fence {
  color: #0a89c3;
}

.product-detail-tab__heading4--color-vertical-grid {
  color: #4dae9b;
}

.product-detail-tab__heading4--color-high-fence {
  color: #2aa039;
}

.product-detail-tab__heading4--color-specific-customer {
  color: #1f4222;
}

.product-detail-tab__heading4--color-large-gate {
  color: #c07c50;
}

.product-detail-tab__heading4--color-folded-plate {
  color: #055173;
}

.product-detail-tab__heading4--color-snowy-area {
  color: #8fb5db;
}

.product-detail-tab__heading4--color-road-related {
  color: #58835c;
}

.product-detail-tab__heading4--color-metal-form {
  /*color: #8f1d2e;*/
}

.product-detail-tab__heading4--color-makeup-form {
  color: #b16974;
}

.product-detail-tab__heading4--color-steel-plate {
  color: #82c167;
}

.product-detail-tab__heading4--color-disaster-products {
  color: #9cca48;
}

.product-detail-tab__heading4 {
  font-size: 18px;
  font-weight: 700;
}

.product-detail-tab__heading5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}


.product-detail-tab__heading5--add-mg3-rem {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  margin-left: 3rem;
}

.product-detail-tab__heading5-fw-normal {
  font-weight: normal;
  font-size: 18px;
}

.product-detail-tab__heading5--content-wrap {
  display: flex;
  justify-content: center;
  gap: 30%;
}

.product-detail-tab__heading5--content-wrap p {
  text-align: center;
}

.product-detail-tab__heading5--content-wrap p span {
  text-decoration: underline;
}

.product-detail-tab__heading5--content-wrap div:first-child {
  margin-left: 3rem;
}

.product-detail-tab__heading5--content-wrap-detail {
  display: flex;
  justify-content: center;
  gap: 10%;
  padding: 20px 0;
}

.product-detail-tab__heading5--content-wrap-detail div:first-child {
  margin-left: 2rem;
}

.product-detail-tab__heading5.mgl {
  margin-left: 3rem;
}

.product-detail-tab__heading5--color-mesh-fence {
  color: #683d8b;
}

.product-detail-tab__heading5--color-net-fence {
  color: #3e589a;
}

.product-detail-tab__heading5--color-blindfold-fence {
  color: #0a89c3;
}

.product-detail-tab__heading5--color-vertical-grid {
  color: #4dae9b;
}

.product-detail-tab__heading5--color-high-fence {
  color: #2aa039;
}

.product-detail-tab__heading5--color-specific-customer {
  color: #1f4222;
}

.product-detail-tab__heading5--color-large-gate {
  color: #c07c50;
}

.product-detail-tab__heading5--color-folded-plate {
  color: #055173;
}

.product-detail-tab__heading5--color-snowy-area {
  color: #8fb5db;
}

.product-detail-tab__heading5--color-road-related {
  color: #58835c;
}

.product-detail-tab__heading5--color-metal-form {
  color: #8f1d2e;
}

.product-detail-tab__heading5--color-makeup-form {
  color: #b16974;
}

.product-detail-tab__heading5--color-steel-plate {
  /*color: #82c167;*/
}

.product-detail-tab__heading5--color-disaster-products {
  /*color: #9cca48;*/
}

.product-detail-tab__heading5-wrap {
  margin-bottom: 1rem;
}

.add-mg {
  margin: 2rem 0 1rem;
}

.product-detail-tab__heading5-wrap2 {
  margin: 0 0 1rem 0.5rem;
}

.product-detail-tab__wide-box + .product-detail-tab__wide-box .product-detail-tab__heading5-wrap2 {
  margin: 2rem 0 1rem 0;
}

.product-detail-tab__color-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.1rem;
  margin-left: -2%;
}

.product-detail-tab__color-wrapper:last-child {
  margin-bottom: 0;
}

.product-detail-tab__color {
  margin-bottom: 1.1rem;
  margin-left: 2%;
}

.product-detail-tab__color p {
  font-size: 1.1rem;
  line-height: 1.63;
}

.product-detail-tab__color-img-wrap {
  margin-bottom: 0.8rem;
}

.product-detail-tab__color-img-wrap img {
  max-width: 153px;
  max-height: 43px;
}

.product-detail-tab__heading3-hborder {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0.36rem;
  margin-bottom: 0.5rem;
}

.product-detail-tab__heading3--no-border {
  border: none;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 1.5rem 0;
}


.product-detail-tab__heading3--no-border.underline {
  text-decoration: underline;
}

.product-detail-tab__heading3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-left: 0.32rem solid;
  padding-left: 0.36rem;
  margin-bottom: 0.5rem;
}

.product-detail-tab__heading-square {
  display: inline-block;
  font-size: 18px;
  padding: 0.6rem 0.8rem;
  color: #ffffff;
}
.product-detail-tab__heading-square-color-blk {
  display: inline-block;
  font-size: 18px;
  padding: 0.6rem 0.8rem;
  color: #000000;
}
.product-detail-tab__heading-square-color-blk-font-normal {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
}

.product-detail-tab__heading-square.metal-form {
  background-color: #8f1d2e;
}

.product-detail-tab__heading-square.steel-plate {
  background-color: #82c167;
}

.product-detail-tab__heading-square.disaster-products {
  background-color: #9cca48;
}

.product-detail-tab__heading3--color-mesh-fence {
  border-left-color: #683d8b;
}

.product-detail-tab__heading3--color-net-fence {
  border-left-color: #3e589a;
}

.product-detail-tab__heading3--color-blindfold-fence {
  border-left-color: #0a89c3;
}

.product-detail-tab__heading3--color-vertical-grid {
  border-left-color: #4dae9b;
}

.product-detail-tab__heading3--color-high-fence {
  border-left-color: #2aa039;
}

.product-detail-tab__heading3--color-specific-customer {
  border-left-color: #1f4222;
}

.product-detail-tab__heading3--color-large-gate {
  border-left-color: #c07c50;
}

.product-detail-tab__heading3--color-folded-plate {
  border-left-color: #055173;
}

.product-detail-tab__heading3--color-snowy-area {
  border-left-color: #8fb5db;
}

.product-detail-tab__heading3--color-road-related {
  border-left-color: #58835c;
}

.product-detail-tab__heading3--color-metal-form {
  border-left-color: #8f1d2e;
}

.product-detail-tab__heading3--color-makeup-form {
  border-left-color: #b16974;
}

.product-detail-tab__heading3--color-steel-plate {
  border-left-color: #82c167;
}

.product-detail-tab__heading3--color-disaster-products {
  border-left-color: #9cca48;
}

.product-detail-tab__color:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.product-detail-tab__construction-example {
  margin-top: 20px;
  max-width: 40%;
}

.product-detail-tab__heading3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-left: 0.36rem;
  margin: 1.5rem 0;
}

.product-detail-tab__heading3--icon {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  margin: 40px 0 20px;
}

.product-detail-tab__heading3--icon::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #3498db;
  border-radius: 50%;
  margin-right: 12px;
}

.product-detail-tab__heading5--color-metal-form {
  margin: 1rem 0 1rem 5rem;
}

.product-detail-tab__content-section3 {
  margin: 1rem 2rem;
}

.product-detail-tab__content-block {
  margin: 0 30px 50px;
}

.product-detail-tab__content-block .product-detail-tab__caption-column-wrap {
  margin: 0 0 21px;
}


.product-detail-tab__content-block .product-detail-tab__heading-square-box-mgb30 {
  margin: 0 0 30px;
}


.product-detail-tab__figure-wrap.img-add-mg {
  margin-left: 4.5rem;
}
.product-detail-tab__figure-wrap-80-percent {
  text-align: center;
}

.product-detail-tab__figure-wrap-80-percent img {
  width: 80%;
}

.product-detail-tab__content-group {
  display: flex;
  justify-content: space-between;
  margin: 1rem auto;
}

.product-detail-tab__size-image {
  width: 21rem;
}

.product-detail-tab__size-image.second {
  width: 25rem;
}

.product-detail-tab__size-image img,
.product-detail-tab__size-image.second img{
  max-width: 85%!important;
}

.product-detail-tab__column {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 0 1.5rem;
}
.product-detail-tab__column-title {
  margin: 1rem 0 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.product-detail-tab__column-title-gap {
  margin: 1rem 0 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.product-detail-tab__column-title-gap *:nth-child(2) {
  margin-left: 10px;
}

.product-detail-tab__column-title-gap *:nth-child(3) {
  margin-left: 20px;
}

.product-detail-tab__column-first-title {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.product-detail-tab__column-group {
  margin: 30px 0;
}
.product-detail-tab__content-detail {
  margin: 0 30px;
}

.product-detail-tab__column-custom {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 10px;
  align-items: center;
}

.product-detail-tab__column-custom p {
  font-size: 14px;
}
.product-detail-tab__column-custom.underline {
  text-decoration: underline;
}

.product-detail-tab__column-custom .product-detail-tab__column-left {
  flex: 40%;
}

.product-detail-tab__column-custom .product-detail-tab__column-right {
  flex: 60%;
}

.product-detail-tab__column-custom .product-detail-tab__column-left p span {
  padding: 1rem;
}
.product-detail-tab__column-custom
  .product-detail-tab__column-left
  p
  span:not(:first-child) {
  padding: 2.2rem;
}

.product-detail-tab__column-custom
  .product-detail-tab__column-right.flex-column {
  display: flex;
  justify-content: space-around;
}

.product-detail-tab__column2x2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
  row-gap: 1rem;
}

.product-detail-tab__column2x2 .product-detail-tab__half-box {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
.product-detail-tab__half-box__dcresize {
  max-width: 50%;
}

.product-detail-tab__column2x2 .product-detail-tab__half-box figure {
  margin: 0 auto;
}

.product-detail-tab__column2x2 .product-detail-tab__half-box figure img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.product-detail-tab__column2x2
  .product-detail-tab__half-box
  figure
  img.nomargin {
  margin: 0 !important;
}

.product-detail-tab__column2x5 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
  row-gap: 1rem;
}

.product-detail-tab__column2x5 .product-detail-tab__heading5-wrap2 {
  margin: 0 0 1rem 0;
}

.product-detail-tab__column2x5 .product-detail-tab__half-box {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}

.product-detail-tab__column2x5 .product-detail-tab__half-box figure {
  margin: 0 auto;
}

.product-detail-tab__column2x5 .product-detail-tab__half-box figure img {
  width: 90%;
  height: auto;
  display: block;
}

.product-detail-tab__column4x1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  row-gap: 1rem;
  margin: 2rem 0;
  position: relative;
}
.product-detail-tab__column4x1 .product-detail-tab_icon-arrow {
  position: absolute;
  bottom: 67%;
  right: 22%;
}

.product-detail-tab__column4x1 .product-detail-tab__half-box {
  max-width: 21%;
  box-sizing: border-box;
}

.product-detail-tab__column4x1 .product-detail-tab__half-box figure img {
  display: flex;
  width: 100%;
  gap: 0;
  row-gap: 1rem;
}

.product-detail-tab__column4x1 .product-detail-tab__half-box:nth-child(3) {
  margin-left: 28px;
}

.product-detail-tab__table {
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

.product-detail-tab__th {
  background-color: #dbeef4;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  white-space: normal;
  word-break: break-all;
  vertical-align: middle;
  line-height: 1.4;
}

.product-detail-tab__td {
  background-color: #b6e1f5;
  font-weight: normal;
  font-size: 14px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  white-space: normal;
  vertical-align: middle;
  line-height: 1.4;
}

.product-detail-tab__th--cross-section-width {
  width: 400px;
  min-width: 400px;
}

.product-detail-tab__th--cross-section-width {
  width: 400px;
  min-width: 400px;
}

.product-detail-tab__td--file::before {
  content: "\f1c1";
  font-family: FontAwesome;
  color: #05a2dd;
  margin-right: 0.5rem;
}

.product-detail-tab__td--file2::before {
  content: "\f016";
  font-family: FontAwesome;
  color: #05a2dd;
  margin-right: 0.5rem;
}

.product-detail-tab__td--ycenter {
  display: table-cell;
  vertical-align: middle;
}

.product-detail-tab__td--image {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  background-color: #ffffff;
  border: 0.1rem solid #b6e1f5;
}

.product-detail-tab__table-wrap {
  margin: 0 0 2rem;
}
.product-detail-tab__table-wrap.no-mg {
  margin: 0;
}
