/*PCサイト*/
@media only screen and (min-width: 897px) {
/*============================
#cont01
============================*/
section#cont01 {
	margin-top: 40px;
}
section#cont01 div.inner {
}
section#cont01 div.inner h2 {
	background-color: #FDC4D2;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 15px 0 17px;
}
section#cont01 div.inner table {
	margin-top: 20px;
}
section#cont01 div.inner table tbody {
}
section#cont01 div.inner table tbody tr {
}
section#cont01 div.inner table tbody tr th {
	width: 30%;
	font-size: 22px;
}
section#cont01 div.inner table tbody tr td {
	width: 70%;
	font-size: 22px;
}
/*============================
#cont02
============================*/
section#cont02 {
	margin-top: 80px;
}
section#cont02 div.inner {
}
section#cont02 div.inner h2 {
	background-color: #FDC4D2;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 15px 0 17px;
}
section#cont02 div.inner table {
	width: 100%;
	margin-top: 30px;
}
section#cont02 div.inner table tbody {
	width: 100%;
}
section#cont02 div.inner table tbody tr {
	width: 100%;
	margin-bottom: 30px;
	display: block;
}
section#cont02 div.inner table tbody tr th {
	display: block;
	text-align: left;
	margin-right: 10px;
	vertical-align: top;
	padding-top: 5px;
}
section#cont02 div.inner table tbody tr th span {
	color: red;
	display: inline-block;
	margin-left: 8px;
	font-size: 12px;
}
section#cont02 div.inner table tbody tr td {
	font-size: 16px;
	line-height: 1.8;
/*	width: 747px;*/
width: 100%;
margin-top: 12px;
display: block;
}
section#cont02 div.inner table tbody tr td input {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
}
section#cont02 div.inner table tbody tr td textarea {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
}
section#cont02 div.inner input[type="submit"]  {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	transition: opacity 0.5s ease-out;
	background-image: url();
	width: 350px;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	background-color: #FDC4D2;
	color: #fff;
	letter-spacing: 0.2em;
	cursor: pointer;
	padding: 10px 0;
}

}