/* 光造形説明ページ専用CSS */

.print-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.print-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 6px solid #005bac;
  padding-left: 12px;
}

.print-news {
  text-align: right;
  margin-bottom: 20px;
}

.print-news img {
  width: 220px;
  height: auto;
}

.print-text {
  line-height: 1.9;
  font-size: 16px;
}

.print-text a {
  color: #005bac;
  font-weight: bold;
  text-decoration: none;
}

.print-text a:hover {
  text-decoration: underline;
}
.print-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.print-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 6px solid #005bac;
  padding-left: 12px;
}

.print-text {
  line-height: 1.9;
  font-size: 15px;
}

.print-text a {
  color: #005bac;
  font-weight: bold;
  text-decoration: none;
}

.print-text a:hover {
  text-decoration: underline;
}