/* ----------------------------------------
	inquiry-form
---------------------------------------- */
.inquirytable {
	width: 1000px;
	margin: 50px auto;
}
.inquirytable tbody {}
.inquirytable tr {}
.inquirytable th {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 200px;
	align-items: center;
}
.inquirytable th p {}
.inquirytable th span:not(:empty).form_required {
	background: #ff4a32;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 20px;
	border-radius: 3px;
}
.inquirytable th,
.inquirytable td {
	padding: 10px;
}
.inquirytable td {
	width: 770px;
}
.inquirytable td input[type="text"],
.inquirytable td textarea {
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #ccdae4;
	background: #f5f9fc;
	font-family: "游ゴシ�?ク�?", "Yu Gothic", YuGothic, 'Noto Sans Japanese', Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "?��?�� ?��ゴシ�?ク", "MS PGothic", sans-serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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;
}
.inquirytable td label input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.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: 0 auto;
	font-size: 20px;
	display: block;
	font-family: "Noto Sans JP", メイリオ, "ＭＳ Ｐゴシック", "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;
}
.form_note {
	font-size: 11px;
	text-align: center;
}
.form_note br {
	display: none;
}
.form_note a {
	text-decoration: underline;
}
.form_note a:hover {
	color: #73a5cd;
}

#jc_btn_submit {
		cursor: pointer;
		-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: 0 auto 20px;
		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 {
		-webkit-appearance: none;
		border: 2px solid #2799FB;
		background: #2799FB;
		color: #fff;
	}
	#jc_btn_submit.jcjs_btn_ok:hover {
		color: #2799FB;
		background: #fff;
	}
	.personal_text{
		font-size: 12px;
		line-height: 2.6;
	    color: #666;
		text-align: center;
		margin-bottom: 50px;
	}
	.personal_text a{
		text-decoration: underline;
		color: #666;
		line-height: 2.6;
	}

.g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom:30px;
}

/* ----------------------------------------
	cms_movie
---------------------------------------- */
.movie_contents_wrap{
	width:100%;
	margin: 100px auto;
}