.page-hikarinosaiten-title h2 {
  font-size: 1.5em;
}
.archive section h2 span {
  margin: 2em auto 0;
}
.page-hikarinosaiten-title p {
  font-size: .9em;
}
.hikarinosaiten_img01 h2 {
	font-size: 1.5em;
	position: relative;
    padding: 0 .5em;
	width: max-content;
}
.hikarinosaiten_img01 h2::before {
	content: '';
	display: block;
	height: 1px;
	width: 100px;
	background-color: #fff;
	position: absolute;
	left: -105px;
	top: 50%;
	transform: translateY(-50%);
}
.hikarinosaiten_img01 h2::after {
	content: '';
	display: block;
	height: 1px;
	width: 100px;
	background-color: #fff;
	position: absolute;
	right: -105px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    #page-hikarinosaiten .programarea dl dd {
        font-size: 14px;
        line-height: 28px;
        margin: 10px 0 20px 0;
    }
}