<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.projectname {
	padding: 0;
}
h2.page-title + .projectname{
	margin-top: 80px;
}
.projectname section {
	border-radius: 20px;
	background-color: #ef8575;
	color: #fff;
	padding: 16px 40px;
	box-sizing: border-box;
	background-image: linear-gradient(to right, rgba(247, 93, 139, 1), rgba(254, 163, 64, 1));
}
.projectname section p{
	font-size: 1.6rem;
	line-height: 1.6em;
}
.projectname section p:first-child {
	font-weight: bold;
}
/* ==========================================================
 スマートフォン対応（559px以下）
========================================================== */
@media (max-width: 559px) {
	.projectname section {
		padding: 15px 20px;
		font-size: 1rem;
	}
}</pre></body></html>