@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

#ui1038 {
	color: #111;
}

#ui1038 .section {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui1038 .section::after {
	content: "";
	display: block;
	clear: both;
}

#ui1038 .section h1 {
	text-align: center;
}

#ui1038 .section ol {
	width: 820px;
	margin: 0 auto;
	list-style: decimal;
}

#ui1038 .section ol li span {
	display: block;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {

#ui1038 {
  padding: 20px 0;
}

#ui1038 .section {
	width: 100%;
}

#ui1038 .section h1 img {
	height: auto;
}

#ui1038 .section ol {
	width: 100%;
	padding: 0 10px 0 30px;
}

}
