/*PCサイト*/
@media only screen and (min-width: 897px) {
/*============================
#title
============================*/
section#title {
	position: relative;
}
/*============================
#eiji-title
============================*/
section#title img#eiji-title {
	width: auto;
	height: 98rem;
}
section#title div.inner {
	width: 1200rem;
	margin: 0 auto;
	overflow: hidden;
}
section#title div.inner h2 {
	float: right;
	font-size: 39rem;
	padding-bottom: 3rem;
	margin-top: 25rem;
	padding-bottom: 15rem;
	border-bottom: 1rem solid #fff;
}
/*============================
#cont01
============================*/
section#cont01 {
}
section#cont01 h2 {
	background-color: #343434;
	text-align: center;
	font-size: 30rem;
	padding: 14rem 0 21rem;
	margin-top: 50rem;
}
section#cont01 div.inner {
	width: 1200rem;
	margin: 0 auto;
}
section#cont01 div.inner h3 {
	font-size: 28rem;
	background-image: url("../img/common/title_back01.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100%;
	padding-bottom: 30rem;
	padding-left: 70rem;
	margin-top: 60rem;
}

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: 1200rem;
	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;
}
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: 10rem 10rem 15rem!important;
}


}