@charset "utf-8";
.bg1 {
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #0CC;
}

.title {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	width: 100%;
	font-size: 26px;
	background-image: url(images/img01.jpg);
	background-size: 130px auto; 
	background-repeat: no-repeat;
	letter-spacing: 3px;   /* ✅ 調整字距 */
}

.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #888;
}
