@charset "utf-8";

/* index */

body#inquiry {
	background-color: #f2f7fb;
	color: #131313
}
h2 {
	margin: 0px auto 50px;
	padding-top: 125px;
	font-size: 24px;
	text-align: center;
}
.inner p {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
}
.inner p.caution {
	padding-top: 3px;
}
table {
	width: 100%;
	margin: 0 auto 50px;
	border-collapse: collapse;
}
th,
td {
	padding: 30px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 14px;
}
td span {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
td span.mb10 {
	margin-bottom: 10px;
}
td p.ok,
td p.err {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}
td p.err {
	color: #FF0000;
}
th {
	width: 185px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}
th span {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #008083;
	border-radius: 2px;
	color: #FFF;
	font-size: 12px;
}
ul.attention {
	border: 2px solid #008083;
	padding: 30px 40px;
	list-style-type: disc;
	line-height: 1.5;
}
ul.attention li {
	margin-left: 12px;
	margin-bottom: 10px;
	font-size: 13px;
}
ul.attention li span {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #008083;
	border-radius: 2px;
	font-size: 12px;
	color: #FFF;
}
ul.attention a{
	color: #131313;
	text-decoration: underline;
}
ul.attention a:hover {
	color: #aaa;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
h3 {
	margin-bottom: 20px;
	border-left: #008083 5px solid;
	padding-left: 7px;
	font-size: 24px;
}
.subm {
	margin: 40px auto 150px;
	text-align: center;
	
}
input,
textarea {
	border: 1px solid #cfdbe5;
	background-color: #fff;
	padding: 2%;
}
input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #008083;
}
input.widthmax,
textarea.widthmax {
	width: 96%;
}
.subm input {
	width: 300px;
	height: 80px;
	background-color: #d83b44;
	border-radius: 3px;
	border: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.subm input:hover {
	background-color: #f8676f;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* 確認画面 */
.box {
	width: 100%;
	margin-bottom: 150px;
	text-align: center;
	overflow: hidden;
}
.box input {
	width: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.box.return input {
	border: 1px solid #999;
	background-color: #999;
}
.box.return input:hover {
	border-color: #bbb;
	background-color: #bbb;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.box.confirm input.back {
	width: 200px;
	border: 1px solid #999;
	background-color: #999;
	margin-right: 50px;
}
.box.confirm input.back:hover {
	border-color: #bbb;
	background-color: #bbb;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.box.confirm input.send {
	border: 1px solid #d83b44;
	background-color: #d83b44;
}
.box.confirm input.send:hover {
	border-color: #f8676f;
	background-color: #f8676f;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* thanks */
body#inquiry_thanks {
	background-color: #f2f7fb;
	color: #131313
}
#inquiry_thanks h3 {
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-left: none;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
}
#inquiry_thanks p {
	font-size: 14px;
	line-height: 1.6;
}
