/*スマホ最適化*/
@media only screen and (max-width: 896px) {
/*============================
#title
============================*/
section#title {
	position: relative;
}
/*============================
#eiji-title
============================*/
section#title img#eiji-title {
	width: auto;
	height: 40rem;
}
section#title div.inner {
	width: 95%;
	overflow: hidden;
}
section#title div.inner h2 {
	float: right;
	font-size: 29.5rem;
	margin-top: 18rem;
	padding-bottom: 10rem;
	border-bottom: 1rem solid #fff;
}
/*============================
#cont01
============================*/
section#cont01 {
}
section#cont01 h2 {
	background-color: #343434;
	text-align: center;
	font-size: 29rem;
	padding: 20rem 0 21rem;
	margin-top: 40rem;
	margin-bottom: 30rem;
}
section#cont01 div.inner {
	width: 95%;
	margin: 0 auto;
}
section#cont01>div.inner>p {
	font-size: 16.5rem;
	line-height: 2.6;
	margin-bottom: 14rem;
}
section#cont01>div.inner>ul {
	overflow: hidden;
	margin-top: 40rem;
}
section#cont01>div.inner>ul>li {
	margin-bottom: 50rem;
}
section#cont01>div.inner>ul>li:nth-of-type(3) {
	margin-right: 0;
}
section#cont01>div.inner>ul>li>img {
}

/*============================
#cont02
============================*/
section#cont02 {
	margin-top:35rem;
	padding-bottom: 0rem;
}
section#cont02>h2 {
	background-color: #343434;
	text-align: center;
	font-size: 30rem;
	padding: 18rem 0 18rem;
	margin-top: 50rem;
	margin-bottom: 59rem;
	line-height: 1.3;
}
section#cont02>div.inner {
	width: 95%;
	margin: 0 auto;
}
section#cont02>div.inner>ul {
	overflow: hidden;
}
section#cont02>div.inner>ul>li {
	margin-bottom: 35rem;
}
section#cont02>div.inner>ul>li:nth-of-type(2n) {
	float: right;
}
section#cont02>div.inner>ul>li>img {
}

}

