/*-----------------------------------------------
	/contact/
-----------------------------------------------*/
#jc_btn_submit {
	-webkit-appearance: none;
	border: 2px solid #ccc;
	background: #eee;
	color: #777;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 40px auto 60px;
	font-size: 20px;
	display: block;
	font-family: "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}
#jc_btn_submit.jcjs_btn_ok {
	cursor: pointer;
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
}
#jc_btn_submit.jcjs_btn_ok:hover {
	color: #2799fb;
	background: #fff;
}
.inquirytable {
	width: 780px;
	margin: 50px auto;
	background:#fff;
	padding:40px;
}
.inquirytable th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 255px;
	/*background-color: #FFF;*/
	border: none;
	font-size: 16px;
	text-align: left;
	line-height: 48px;
}
.inquirytable th span.form_required,
.inquirytable th span.form_any {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	margin: 14px 0;
	border-radius: 3px;
}
.inquirytable th span.form_required {
	border: 1px solid #ff4a32;
	color: #ff4a32;
	background: #FFE8E5;
}
.inquirytable th span.form_required:empty {
	display: none;
}
.inquirytable th span.form_any {
	border: 1px solid #326CFF;
	color: #326CFF;
	background: #E5ECFF;
}
.inquirytable th,
.inquirytable td {
	padding: 10px;
}
.inquirytable td {
	width: 770px;
}
.inquirytable td input[type="text"],
.inquirytable td input[type="tel"],
.inquirytable td textarea,
.inquirytable td select {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 3px;
}
.inquirytable td input[type="text"],
.inquirytable td textarea {
	width: 100%;
}
.inquirytable td select {
	cursor: pointer;
	height: 46px;
	margin-right: 5px;
}
.inquirytable td textarea {
	height: 150px;
	display: block;
}
.inquirytable td label {
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	cursor: pointer;
	border-radius: 3px;
	padding: 10px 15px;
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 16px;
}
.inquirytable td label input {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.inquirytable td label input[type="checkbox"],
.inquirytable td label input[type="radio"] {
	vertical-align: middle;
	margin-top: 0;
	margin-left: 0;
}
.inquirytable td input[type="text"]:hover,
.inquirytable td textarea:hover,
.inquirytable td select:hover,
.inquirytable td label:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.inquirytable input[type="submit"] {
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	cursor: pointer;
	margin: 20px auto 0;
	font-size: 20px;
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inquirytable input[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.inquiryend {
	margin: 100px auto;
	/*width: 1000px;*/
	border: 10px solid #eee;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.ui-datepicker-trigger {
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
	cursor: pointer;
	padding: 10px 15px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	vertical-align: bottom;
}
img.ui-datepicker-trigger:hover {
	background: #f9fcf5;
	border: 1px solid #d6eaba;
}
.inquirytable td span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.cms_submitbtn button[type="submit"] {
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
	border-radius: 30px;
	width: 400px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 #999;
	padding: 0 40px;
	font-weight: bold;
	margin: 20px auto 0;
	font-size: 20px;
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.cms_submitbtn button[type="submit"]:hover {
	color: #2799fb;
	background: #fff;
}
.form_address {}
/* form_error
	---------------------------------------- */
.jcjs_sferr {
	color: #ff4a32;
	font-weight: bold;
}
.form_error_cell {
	background: #FFE8E5;
}
/* fin
	---------------------------------------- */
.form_fin_txt {
	border: 10px solid #eee;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_fin_txt span {
	margin-bottom: 40px;
	font-size: 22px;
	display: block;
	font-weight: bold;
}
.form_fin_txt p {
	font-size: 14px;
}
.form_fin {
	width: 100%;
}
.form_fin tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 3px;
}
.form_fin th, .form_fin td {
	font-size: 14px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_fin th {
	text-align: left;
	background: #FAFAF9;
	width: 25%;
}
.form_fin td {
	width: 75%;
}
.form_fin td p {
	padding: 10px;
	margin-left: 20px;
	background: #fcfcf5;
	border: 1px solid #f0f0ce;
	margin-top: 5px;
	font-size: 13px;
}
.form_fin_link {
	margin: 0 auto 60px;
}
.form_fin_link a {
	display: block;
	background: #111;
	border: 1px solid #111;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	width: 400px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}
.form_fin_link a:hover {
	color: #111;
	background: #fff;
}
.fo_err {
	background-color: #ffe8e5 !important;
	border: 1px solid #ffb7ad !important;
}
.form_pri {
	text-align: center;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 20px;
}
.form_pri a {
	color: #0000ee;
	text-decoration: underline;
}
.form_pri a:hover {
	color: #000;
	text-decoration: none;
}


/*form*/

.form_wrap{
	background-color:#fff;
	padding:20px 40px 30px;
	border:1px solid #ccc;
	width:900px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:60px;
	border-radius:10px;
}

.form_wrap_ttl h2{
	font-size:22px;
	line-height:42px;
	border-bottom:1px solid #ccc;
}

.form_wrap h3{
	font-size:22px;
	line-height:42px;
	text-align:center;
	margin:30px auto;
}

.form_wrap p{
	font-size:14px;
	line-height:26px;
}

.form_wrap p.red{
	font-size:14px;
	line-height:26px;
	color:red;
}
.form_wrap p.small{
	font-size:12px;
	line-height:18px;
	color:red;
}
.form_wrap_image{
	margin:0 auto;
	margin-bottom:30px;
	text-align:center;
}

.form_text{
	font-size:12px;
	line-height:20px;
	text-align:center;
}