/*スマホ最適化*/
@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.content {
}
section.content h2 {
	background-color: #343434;
	text-align: center;
	font-size: 29rem;
	padding: 20rem 0 21rem;
	margin-top: 40rem;
	margin-bottom: 30rem;
}
section.content>div.inner {
	width: 95%;
	margin: 0 auto;
}
section.content>div.inner>p {
	font-size: 16.5rem;
	line-height: 2.6;
	margin-bottom: 14rem;
}
section.content>div.inner>p span {
	display: block;
	padding-left: 16.5rem;
}
section.content>div.inner>ul {
	overflow: hidden;
	margin-top: 45rem;
}
section.content>div.inner>ul>li {
	margin-bottom: 30rem;
}
section.content>div.inner>ul>li:nth-of-type(3) {
	margin-right: 0;
}
section.content>div.inner>ul>li>h3 {
	font-size: 25rem;
	background-image: url("../img/common/title_back02.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100%;
	padding-bottom: 20rem;
	padding-left: 52rem;
}
section.content>div.inner>ul>li>img {
	display: block;
	margin-top: 17rem;
}
section.content>div.inner>ul>li>p {
	font-size: 18rem;
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 18rem;
	margin-top: 5rem;
}
/*============================
#cont02
============================*/
section#cont02{
	background-color: #343434;
	background-color: #fff;
	color: #000;
	padding: 02rem 0 60rem;
	margin: 80rem 0 100rem;
	font-weight: 800;
}

section#cont02 h2{
	background-color: #fff;
	margin-bottom: 18rem;
}

/*============================
#cont04
============================*/
section#cont04{
	padding-bottom: 80rem;
}
}