/*スマホ最適化*/
@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 p {
	text-align: center;
	font-size: 24rem;
	margin-top: 10rem;
	line-height: 1.4;
}
section#cont01>div.inner {
	width: 95%;
	margin: 0 auto;
}
section#cont01 div.inner table {
	width: 100%;
	border: 1rem solid #fff;
	margin-top: 40rem;
}
section#cont01 div.inner table thead {
	width: 100%;
}
section#cont01 div.inner table thead tr {
	width: 100%;
	border-bottom: 1rem solid #fff;
}
section#cont01 div.inner table thead tr th {
	font-size: 21rem;
	font-weight: 800;
	padding: 10rem 0 12rem;
	border-right: 1rem solid #fff;
	background-color: #da2f1a;
	line-height: 1.3;
}
section#cont01 div.inner table tbody {
	width: 100%;
}
section#cont01 div.inner table tbody tr {
	width: 100%;
	border-bottom: 1rem solid #fff;
}
section#cont01 div.inner table tbody tr th {
	border-right: 1rem solid #fff;
	font-size: 21rem;
	padding: 10rem 0 10rem;
	background-color: #242424;
	font-weight: 800;
	line-height: 1.3;
}
section#cont01 div.inner table tbody tr td {
	border-right: 1rem solid #fff;
	font-size: 21rem;
	padding: 10rem 0 10rem;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}
section#cont01 div.inner table tbody tr td span {
}
section#cont01>div.inner>ul {
	overflow: hidden;
	margin-top: 45rem;
}
section#cont01>div.inner>ul>li {
	margin-bottom: 30rem;
}
section#cont01>div.inner>ul>li:nth-of-type(3) {
	margin-right: 0;
}
section#cont01>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#cont01>div.inner>ul>li>h3 span{
	font-size: 19rem;
	display: inline-block;
	vertical-align: middle;
}
section#cont01>div.inner>ul>li>img {
	display: block;
	margin-top: 17rem;
}

}