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

/**
 *
 * PC: 1500px
 * SP: 640px
 *
 */

/* ==========================================================================
   企業概要
   ========================================================================== */

/* --------------------------------------------
   PC
   -------------------------------------------- */
#concept #content .article h3 {
	margin: 35px auto 0;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#concept #content .article p {
	line-height: 1.8;
	text-align: center;
}

#concept #content .section {
	margin: 60px auto 0;
}
#concept #content .section h3 {
	width: 100%;
	font-size: 140%;
	font-weight: bold;
	color: #00a0ea;
	text-align: left;
	border-bottom: 1px #00a0ea solid;
}

#concept #content ul {
	margin: 9px 0 0 25px;
	list-style-type: disc;
	list-style-position: outside;
}
#concept #content ul li {
	margin: 0 0 30px;
	color: #00a0ea;
}
#concept #content ul li span {
	color: #666;
}

/* --------------------------------------------
   SP
   -------------------------------------------- */
@media only screen and (max-width:640px){

	#concept #content .article {
		margin: 20px auto 0;
		padding: 10px;
		background-color: #f4f4f4;
	}
	#concept #content .article h3 {
		margin: 0 auto;
	}
	#concept #content .article br {
		display: none;
	}

	#concept #content .section {
		margin: 40px auto 0;
		width: 96%;
	}

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