/* 品質方針 */
ol#number {
	list-style: decimal;
	padding-left: 25px;
	width: 580px;
	float: left;
}

#main_wrapper img {
	float: right;
	border: 1px #DFDFDF solid;
}

#main {
	overflow: hidden;
}

@media screen and (max-width: 480px) {
	#main_wrapper #main {
		width: 100%;
	}

	ol#number {
		width: 90%;
	}

	#main_wrapper img {
		float: none;
		margin: 0 auto;
		width: 80%;
		display: block;
	}

}


.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 480px) {
	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}
}

.company_tl {
	text-align: center;
	margin-top: 8%;
}

@media screen and (max-width: 480px) {
	.company_tl {
		font-size: 1.6rem;
		width: 90%;
		text-align: left;
	}
}

.content_txt {
	padding-left: 1em;
	margin-bottom: 10%;
	text-align: center;

}

@media screen and (max-width: 480px) {
	.content_txt {
		width: 90%;
	}
}


.content_txt p {
	font-size: 1.4rem !important;
	line-height: 2 !important;
}

@media screen and (max-width: 480px) {
	.content_txt p {
		font-size: 1.3rem !important;
		line-height: 2 !important;
	}
}