@charset "utf-8";

.post-meta,
.entry-body {
	max-width: 1024px;
	margin: 0 auto;

}

#post-title {
	padding-top: 0
}

/*#post-title span{
  display: block;
  font-size: .6em;
  font-weight: normal;
}*/

#kihon-no-ki .procedure {
	padding: 2em;
	margin-bottom: 2em;
	background: #ececec;
	/*line-height: 1.9*/
}

.procedure h4 {
	margin-top: 0;
}

.procedure ol {
	list-style-type: none;
	padding: 0;
}

.procedure li {
	width: 32%;
	margin-bottom: 2em;
}

.procedure li p {
	padding-left: 25px;
	position: relative;
}

.procedure li p:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-image: url(img/number.jpg);
	background-repeat: no-repeat;
	width: 25px;
	height: 60px;
}

.procedure li:nth-of-type(2) p:before {
	background-position: -25px 0
}

.procedure li:nth-of-type(3) p:before {
	background-position: -50px 0
}

.procedure li:nth-of-type(4) p:before {
	background-position: -75px 0
}

.procedure li:nth-of-type(5) p:before {
	background-position: -100px 0
}

.procedure li:nth-of-type(6) p:before {
	background-position: -125px 0
}

/*.procedure li img{display: block;margin-bottom:10px;}*/

#knack figure {
	width: 49%;
	text-align: center
}

#knack figcaption {
	padding-top: 1em;
	text-align: left
}

.chief li {
	margin-right: 2%
}

.chief .last {
	margin-right: 0
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
	.procedure li {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {}