<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ttl01 {
	position: relative;
	margin-bottom: 2rem;
	padding: 0.5em 0 0.2em 0.6em;
	border-left: 6px solid #3498db;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}
.ttl01:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.list {
	margin: 0 0 30px;
}
.list-item {
}
.list-item + .list-item {
  margin-top: 15px;
}
.list-link {
	display: block;
  padding: 15px;
	border: 1px solid #ccc;
	transition: opacity .3s;
}
.list-link:hover {
	text-decoration: none;
}
.list-ttl {
  font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.list-tagbox {
  margin-top: 10px;
}
.list-tag {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px;
	background: #999;
  font-size: 14px;
	color: #fff;
}
.list-txt {
	margin-top: 10px;
  font-size: 13px;
	color: #000;
	line-height: 1.5;
}

/* ä½“é¨“è«‡ãƒãƒŠãƒ¼ */
.experiences_banner {
	margin: 30px 0 40px;
}
.experiences_banner-inner {
	max-width: 740px;
	margin: 0 auto;
}
.experiences_banner-txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}
.experiences_banner-link {
	font-size: 16px;
	line-height: 1.5;
	text-decoration: underline;
}
@media screen and (max-width: 789px) {
	.experiences_banner {
		margin: 30px 0;
	}
	.experiences_banner-inner {
		padding: 0 20px;
	}
	.experiences_banner-txt {
		font-size: 14px;
	}
	.experiences_banner-link {
		font-size: 14px;
	}
}</pre></body></html>