@charset "UTF-8";
.colorBlue {
  color: #166ea1 !important;
}

.colorWhite {
  color: #FFF !important;
}

.colorRed {
  color: #ed3b18 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1172px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-lg-3, .col-lg-4, .col-lg-8, .col-lg-9, .col-xl-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
}

.align-items-center {
  align-items: center !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (min-width: 768px) {
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.p-3 {
  padding: 1rem !important;
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .ps-lg-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .me-md-3 {
    margin-right: 1rem !important;
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 768px) {
  .me-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .ms-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
}

.font-size14 {
  font-size: 0.875rem !important;
}

.font-size17 {
  font-size: 1.0625rem !important;
}

.font-size20 {
  font-size: 1.25rem !important;
}

.font-size24 {
  font-size: 1.5rem !important;
}

.font-size28 {
  font-size: 1.75rem !important;
}

.font-size30 {
  font-size: 1.875rem !important;
}

.font-size33 {
  font-size: 2.0625rem !important;
}

.bold900 {
  font-weight: 900 !important;
}

.lineheight1 {
  line-height: 1 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.radius6 {
  border-radius: 6px !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .order-md-0 {
    order: 0 !important;
  }
}

@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.333333% !important;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.666667% !important;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.333333% !important;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.666667% !important;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25% !important;
  }
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.marginBtm80 {
  margin-bottom: 80px !important;
}

.marginBtm120 {
  margin-bottom: 120px !important;
}

.padY100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.padY60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

section {
  margin-bottom: 2rem;
}

.section {
  margin-bottom: 2rem;
}

.colorBlue {
  color: #166ea1 !important;
}

.colorWhite {
  color: #FFF !important;
}

.colorRed {
  color: #ed3b18 !important;
}

.pageTtl {
  height: 100px;
  background: #577b6f;
}
.pageTtl#service {
  background: url("../images/pages/ttl_bg_service.jpg") center top no-repeat;
  background-size: cover;
}
.pageTtl .container {
  height: 100%;
}
.pageTtl h2 {
  width: 100%;
  color: #FFF;
  text-shadow: 0px 0px 4px #333;
  font-weight: 700;
  text-align: center;
  font-size: 200%;
}
@media only screen and (min-width: 768px) {
  .pageTtl {
    height: 300px;
  }
  .pageTtl h2 {
    padding-top: 60px;
    font-size: 280%;
    letter-spacing: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .pageTtl {
    height: 400px;
  }
  .pageTtl h2 {
    font-size: 320%;
    letter-spacing: 4px;
  }
}

.serviceBlueBack {
  background: #166ea1;
}
@media only screen and (min-width: 992px) {
  .serviceBlueBack {
    background: #166ea1 url("../images/pages/service_pic03.jpg") 66vw 50% no-repeat;
  }
}
@media only screen and (min-width: 1400px) {
  .serviceBlueBack {
    background: #166ea1 url("../images/pages/service_pic03.jpg") 63vw 50% no-repeat;
  }
}

.ttlAboutFR {
  position: relative;
  color: #FFF;
  font-size: 160%;
  line-height: 1.5;
  font-weight: 900;
}
.ttlAboutFR .baloonFR {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -40px;
  left: -20px;
}
@media only screen and (min-width: 768px) {
  .ttlAboutFR {
    font-size: 200%;
  }
}
@media only screen and (min-width: 992px) {
  .ttlAboutFR .baloonFR {
    width: 100px;
    height: 100px;
    left: -60px;
  }
}
@media only screen and (min-width: 1200px) {
  .ttlAboutFR {
    padding-left: 0px;
    font-size: 260%;
  }
  .ttlAboutFR .baloonFR {
    width: 120px;
    height: 120px;
    top: -70px;
    left: -130px;
  }
}

.ttlSetsubi {
  height: 100px;
  background: url("../images/index/index_chatch01.jpg") 50% 50% no-repeat;
}
.ttlSetsubi .container {
  height: 100%;
}
.ttlSetsubi h3 {
  width: 100%;
  color: #FFF;
  text-shadow: 0px 0px 4px #333;
  font-weight: 900;
  letter-spacing: 6px;
}
@media only screen and (min-width: 768px) {
  .ttlSetsubi {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .ttlSetsubi h3 {
    font-size: 300%;
  }
}
@media only screen and (min-width: 1200px) {
  .ttlSetsubi {
    height: 400px;
  }
}

.tableSetsubi {
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.tableSetsubi th, .tableSetsubi td {
  padding: 4px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 90%;
  font-weight: 500;
}
.tableSetsubi th {
  background: #f7f7f7;
}
@media only screen and (min-width: 992px) {
  .tableSetsubi th, .tableSetsubi td {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tableSetsubi th, .tableSetsubi td {
    padding: 20px;
  }
}

.dlSetsubi dt {
  color: #168fa1;
  font-size: 110%;
}
.dlSetsubi dd {
  font-size: 90%;
  font-weight: 500;
}

.lightBlue {
  background: #e7f4f5;
}

.stacImgArea {
  position: relative;
}
.stacImgArea .stacBaloon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media only screen and (min-width: 768px) {
  .stacImgArea .stacBaloon {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -40px;
  }
}

.tableScroll {
  overflow-x: auto;
}

.btnSt02 a {
  display: inline-block;
  padding: 12px 24px;
  background: #ff8a00;
  color: #FFF;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s;
}
.btnSt02 a:hover {
  background: #ff9900;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

.flex {
  display: flex;
}

.header {
  background-color: #f8fafc;
  color: #333;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.header.simple {
  background-color: #2c5282;
  margin-bottom: 30px;
}
.header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  min-height: 70px;
}
@media (max-width: 768px) {
  .header .header-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
  }
}
.header .header-left {
  display: flex;
  align-items: center;
  gap: 15px;
  order: 0;
}
@media (max-width: 768px) {
  .header .header-left {
    flex: 1;
  }
}
.header .header-left .logo_img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .header .header-left .logo_img {
    width: 40px;
    height: 40px;
  }
}
.header .header-left .header-text {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header .header-left .header-text {
    font-size: 20px;
  }
}
.header .header-nav {
  display: flex;
  align-items: center;
  order: 1;
}
@media (max-width: 768px) {
  .header .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #2c5282;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .header .header-nav.mobile-menu-open {
    display: flex;
  }
}
.header .header-nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
@media (max-width: 768px) {
  .header .header-nav .nav-menu {
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 20px 0;
  }
}
.header .header-nav .nav-menu li {
  margin: 0;
}
@media (max-width: 768px) {
  .header .header-nav .nav-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .header-nav .nav-menu li:last-child {
    border-bottom: none;
  }
}
.header .header-nav .nav-menu li a {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header .header-nav .nav-menu li a {
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 0;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
}
.header .header-nav .nav-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .header .header-nav .nav-menu li a:hover {
    transform: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.header .header-nav .nav-menu li a.active {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .header .header-nav .nav-menu li a.active {
    background-color: rgba(255, 255, 255, 0.15);
  }
}
.header .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #333;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  order: 2;
}
@media (max-width: 768px) {
  .header .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
}
.header .mobile-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .mobile-menu-toggle .hamburger-line {
  width: 20px;
  height: 2px;
  background-color: #333;
  margin: 2px 0;
  transition: all 0.3s ease;
  transform-origin: center;
}
.header .mobile-menu-toggle .hamburger-line:nth-child(1) {
  transform: translateY(0);
}
.header .mobile-menu-toggle .hamburger-line:nth-child(2) {
  opacity: 1;
}
.header .mobile-menu-toggle .hamburger-line:nth-child(3) {
  transform: translateY(0);
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav {
  display: none;
}

.page-header {
  background-color: #f8fafc;
  padding: 30px 0;
  border-bottom: 1px solid #e2e8f0;
}
.page-header h1 {
  font-size: 32px;
  color: #2c5282;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-header h1 {
    font-size: 24px;
  }
}
.page-header .breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
  color: #64748b;
}
.page-header .breadcrumb a {
  color: #3b82f6;
  text-decoration: none;
}
.page-header .breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-header .breadcrumb {
    font-size: 12px;
  }
}

.hero {
  background: linear-gradient(rgba(30, 58, 138, 0.8), rgba(59, 130, 246, 0.8));
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 100px 0;
}
.hero h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
  }
}
.hero p {
  font-size: 20px;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero p {
    font-size: 16px;
  }
}

.main-content {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-content.homepage {
  background-color: transparent;
  box-shadow: none;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .main-content {
    padding: 20px;
  }
}

.section {
  margin-bottom: 50px;
}
.section-title {
  font-size: 32px;
  color: #2c5282;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #3b82f6;
  margin: 15px auto 0;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title.small {
  font-size: 24px;
  border-left: 5px solid #2c5282;
  padding-left: 15px;
  text-align: left;
}
.section-title.small:after {
  display: none;
}
@media (max-width: 768px) {
  .section-title.small {
    font-size: 20px;
  }
}

.intro-section {
  text-align: center;
  margin-bottom: 40px;
}
.intro-section .intro-title {
  font-size: 32px;
  color: #2c5282;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .intro-section .intro-title {
    font-size: 24px;
  }
}
.intro-section .intro-subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #666;
}
.intro-section .intro-description {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.content-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.content-text p {
  margin-bottom: 20px;
}

.image-container {
  text-align: center;
  margin: 30px 0;
}
.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.highlight-box {
  background-color: #f0f8ff;
  padding: 20px;
  border-left: 4px solid #2c5282;
  margin: 20px 0;
}

.highlight-text {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
}
.highlight-text h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.feature-list {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
}
.feature-list ul {
  list-style: none;
  padding-left: 0;
}
.feature-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.feature-list li:before {
  content: "●";
  color: #2c5282;
  position: absolute;
  left: 0;
}

.features {
  background-color: #ffffff;
  padding: 60px 0;
  margin: 0 -20px;
}
.features-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.feature-card {
  background-color: #f8fafc;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.feature-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1e3a8a;
}
.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background-color: #3b82f6;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: white;
}

.applications {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
  padding: 60px 0;
  margin: 0 -20px;
}
.applications-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .applications-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.application-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.application-item:hover {
  transform: translateY(-3px);
}
.application-item h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #1e3a8a;
}
.application-item p {
  font-size: 14px;
  color: #64748b;
}

.advantages-grid {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.advantage-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.advantage-item h4 {
  color: #2c5282;
  margin-bottom: 10px;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
}
.about-text p {
  margin-bottom: 20px;
}

.about-image {
  text-align: center;
}
.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.company-history {
  background-color: #ffffff;
  padding: 60px 0;
  margin: 0 -20px;
}
.company-history .history-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.company-history .history-content h3 {
  font-size: 28px;
  color: #1e3a8a;
  margin-bottom: 30px;
}
.company-history .history-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #4b5563;
}

.equipment-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.equipment-table th,
.equipment-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .equipment-table th,
  .equipment-table td {
    padding: 5px;
    font-size: 12px;
  }
}
.equipment-table th {
  background-color: #2c5282;
  color: white;
  font-weight: bold;
}
.equipment-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.equipment-detail {
  margin: 30px 0;
  padding: 20px;
  background-color: #f8fafc;
  border-radius: 5px;
}
.equipment-detail h4 {
  color: #2c5282;
  margin-bottom: 10px;
  font-size: 18px;
}
.equipment-detail p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.process-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .process-flow {
    flex-direction: column;
  }
}

.process-step {
  flex: 1;
  min-width: 250px;
  background-color: #f0f8ff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.process-step h4 {
  color: #2c5282;
  margin-bottom: 15px;
  font-size: 16px;
}

.cta-button {
  margin-top: 20px;
  background-color: #dc2626;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}
.cta-button:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

.footer {
  background-color: #1e293b;
  color: white;
  padding: 40px 0 20px;
}
.footer-content {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .footer-content {
    text-align: center;
  }
}
.footer-section h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #60a5fa;
}
.footer-section p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.footer-section a {
  color: #cbd5e1;
  text-decoration: none;
  line-height: 1.6;
}
.footer-section a:hover {
  color: white;
}
.footer-section .footer-menu {
  list-style: none;
}
.footer-section .footer-menu .footer-menu__item {
  margin-bottom: 10px;
}
.footer-section .footer-menu .footer-menu__item .footer-menu__sub {
  margin: 10px 0px 20px 20px;
  list-style: none;
}
.footer-section .footer-menu .footer-menu__item .footer-menu__sub__item {
  margin-bottom: 6px;
}
.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 20px;
  text-align: center;
  color: #9ca3af;
}

.company-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (max-width: 768px) {
  .company-container {
    padding: 20px 15px;
  }
}

.company-header {
  text-align: center;
  margin-bottom: 60px;
}
.company-header h1 {
  font-size: 40px;
  color: #2c5282;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .company-header h1 {
    font-size: 32px;
  }
}

.company-intro {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .company-intro {
    font-size: 16px;
  }
}

.company-table-section {
  margin-top: 60px;
}

.company-table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.company-table th {
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: white;
  padding: 20px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  width: 180px;
  border-bottom: 1px solid #1e3a8a;
}
@media (max-width: 768px) {
  .company-table th {
    padding: 15px;
    width: 120px;
    font-size: 14px;
  }
}
.company-table td {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 768px) {
  .company-table td {
    padding: 15px;
    font-size: 14px;
  }
}
.company-table td strong {
  color: #2c5282;
  font-weight: 600;
}
.company-table tr:hover {
  background-color: #f8fafc;
}
.company-table tr:last-child td,
.company-table tr:last-child th {
  border-bottom: none;
}
.company-table .contact-link {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
}
.company-table .contact-link:hover {
  color: #1e3a8a;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .company-table {
    font-size: 14px;
  }
  .company-table th, .company-table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .company-table th {
    background: #2c5282;
    color: white;
    text-align: center;
    font-weight: bold;
  }
  .company-table td {
    border-left: 4px solid #3b82f6;
    margin-bottom: 10px;
    background: #ffffff;
  }
}

.breadcrumb {
  margin-bottom: 30px;
  font-size: 14px;
  color: #64748b;
}
.breadcrumb a {
  color: #3b82f6;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.text-center {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.form-container {
  background-color: #ffffff;
  max-width: 800px;
  min-height: 50vh;
  padding: 20px;
  margin: 0 auto;
}
.form-container .header {
  background-color: #2c5282;
  color: #f8fafc;
  padding: 15px;
  margin: -20px -20px 20px -20px;
}
.form-container .breadcrumb {
  margin-bottom: 20px;
  font-size: 12px;
}
.form-container .breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}
.form-container .breadcrumb a :hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  font-size: 14px;
}
.form-group textarea {
  height: 120px;
  resize: vertical;
}

.required {
  color: #dc2626;
  font-size: 12px;
}

.form-row {
  display: flex;
  gap: 10px;
}
.form-row .form-group {
  flex: 1;
}

.submit-button {
  background-color: #2c5282;
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}
.submit-button:hover {
  background-color: #1e3a8a;
}

.contact-info {
  background-color: #f0f8ff;
  border: 1px solid #2563eb;
  padding: 20px;
  margin-top: 30px;
}
.contact-info h3 {
  color: #2c5282;
  margin-bottom: 15px;
  font-size: 18px;
}

.contact-details {
  line-height: 2;
}

.phone-number {
  font-size: 18px;
  font-weight: bold;
  color: #2c5282;
}

.business-hours {
  margin-top: 10px;
  font-size: 13px;
  color: #4b5563;
}

.content .section-title {
  font-weight: bold;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
