@charset "UTF-8";
/*----------
	/corporate/purpose/
	会社情報 理念体系
----------*/
/* 理念体系 */
.p-purpose__pic02 {
	width: 100%;
	max-width: 250px;
}

.p-purpose__pic03 {
	width: 100%;
	max-width: 298px;
}

.p-purpose__charter {
	margin-top: 24px;
}

.p-purpose__ctitle {
	font-weight: 700;
	color: #0075c2;
	padding: 0 0 0 1.7em;
	position: relative;
}

.p-purpose__ctitlehead {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.p-purpose__ccts {
	padding: 0 0 0 1.7em;
	margin-top: 0.7em;
}

@media (min-width: 768px), print {
	.p-purpose__pic02 {
		max-width: 350px;
	}
	.p-purpose__pic03 {
		max-width: 430px;
	}
	.p-purpose__charter {
		margin-top: 48px;
	}
}