.container {
  padding: 80px 20px;
}

/* ¥È¥Ã¥×title */
h1.line {
	overflow: hidden;
	text-align: center;
}
h1.line span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
h1.line span::before,
h1.line span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
h1.line span::before {
	right: 100%;
}
h1.line span::after {
	left: 100%;
}

.dl-vertical-list {
  padding: 0 3em 0 0;
}
.dl-vertical-list:last-child {
  padding: 0;
}

.dl-vertical-list__title {
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .dl-vertical-list {
    padding-right: 0;
  }
}
