@charset "shift_jis";

/*-----------------------------------------------
	編集可能なファイルです。
-----------------------------------------------*/

h2.cms_h2{
	color:#000;
	font-size:16px;
	line-height:28px;
	text-align: left;
	margin:0px auto 20px auto;
	padding:5px 10px;
	border-left:solid 3px #666;
	border-bottom:solid 1px #CCC;
	display:block;
	clear:both;
	background:#FFFFFF;
}

.container{
	width:1000px;
	margin:20px auto;
	overflow:hidden;
}

.maincontents{
	width:780px;
	float:right;
}
.side{
	width:200px;
	float:left;
}

.cms_back{
	text-align:left;
	margin: 10px auto 10px auto;
	padding:0px 0px 0px 0px;
}
.cms_back a{
	color:#004CD3;
	line-height:18px;
}
.cms_back a:hover{
	text-decoration:none;
	color: #999999;
}

.iframe_pc{
	width:780px;
	height:300px;
	border:none;
}


#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: 30px 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;
}

.form_pri{
	text-align: center;
}

.inquirytable td input[type="tel"]{
	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;
}

#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: 30px 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;
	cursor: pointer;
	-webkit-appearance: none;
	border: 2px solid #2799fb;
	background: #2799fb;
	color: #fff;
}
 #jc_btn_submit:hover {
 	color: #2799fb;
 	background: #fff;
 }

  .form_fin_txt {
  	border: 10px solid #eee;
  	padding: 40px;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	margin: 30px 0px;
  }
  .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;
  }
  