<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ========== メッセージ ========== */
main h2 {background: url(../message/title_bg_pc.jpg) no-repeat center #2f9afe;}

#main {
	width: 900px;
	margin: auto;
	text-align: center;
}

#main h3 {
	margin: 0 0 30px;
	color: #2074fe;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

#main .text p {
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 1.5em;
}

/** タブレット
===================================*/
@media screen and (max-width: 1210px){
main h2 {background-size: cover;}
}


/** スマートフォン
===================================*/
@media screen and (max-width: 768px){
main h2 {
	height: 125px;
	line-height: 1.2em;
	background: url(../message/title_bg_sp.jpg) no-repeat center #2f9afe;
	background-size: 100%;
}

main h2 span {
	padding: 50px 0 0;
	display: block;
}

#main .text p {
	font-size: 14px;
}

}</pre></body></html>