/*スマホ最適化*/
@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;
}
section#cont01 div.inner {
	width: 95%;
	margin: 0 auto;
}
section#cont01 div.inner h3 {
	font-size: 20.5rem;
	background-image: url("../img/common/title_back02.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 55rem;
	padding-bottom: 18rem;
	padding-left: 50rem;
	margin-top: 45rem;
	line-height: 1.3;
}
section#cont01>div.inner>div.wrap {
}
section#cont01>div.inner>div.wrap>p {
	font-size: 18rem;
	line-height: 1.8;
	margin-top: 15rem;
}
section#cont01>div.inner>div.wrap>address {
	font-size: 21.5rem;
	line-height: 1.8;
	display: inline-block;
	margin-top: 15rem;
}

table {
	width: 100%;
	margin: 0 auto;
	margin-top: 40rem;
}
table>tbody {
}
table>tbody>tr {
	display: block;
	margin-bottom: 30rem;
}
table>tbody>tr>th {
	display: block;
	font-size: 20rem;
	text-align: left;
	height: 27rem;
}
table>tbody>tr>th span {
	background-color: #da2f1a;
	padding: 5rem 10rem 6rem;
	color: #fff;
	display: inline-block;
	border-radius: 15rem;
	font-size: 16rem;
}

table>tbody>tr>td {
	display: block;
}
table > tbody > tr > td input {
	width: 100%;
	font-size: 16rem;
	padding: 10rem 5rem;
	margin-top: 10rem;
	border-radius: 6rem;
}
table > tbody > tr > td select {
	width: 100%;
	font-size: 16rem;
	padding: 10rem 5rem;
	margin-top: 10rem;
	border-radius: 6rem;
	color: #000!important;
	height: 36px!important;
}
table > tbody > tr > td textarea {
	width: 100%;
	font-size: 16rem;
	padding: 10rem 5rem;
	margin-top: 10rem;
	border-radius: 6rem;
}
input[type="submit"] {
    width: 100%;
    color: #fff;
    background-color: #da2f1a;
    cursor: pointer;
   	padding: 15rem 5rem 10rem;
    font-size: 24rem;
    margin-top: 20rem;
	border-radius: 6rem;
	border: none;
}

.wpcf7-not-valid-tip {
	font-size: 17rem!important;
	display: inline-block!important;
	padding-top: 6rem;
}
.wpcf7-response-output {
	font-size: 20rem!important;
	color: red!important;
	padding: 12rem 10rem 14rem!important;
	line-height: 1.4!important;
}


}
