@charset "UTF-8";


.select_inq1:after, .btn_zip, .btn_zip span {
  background-image: url(../images/spr_contact.png);
  background-repeat: no-repeat;
}

.btn_zip span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}

label.input_radio:before, label.input_checkbox:before, .btn_confirm, .fotm_list_inline li, .ftxt3, .ftxt4 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.input_inq1, .input_inq2, .input_inq3, .input_inq4,.input_inq5, .select_inq1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input_inq1, .input_inq2, .input_inq3, .input_inq4,.input_inq5, .select_inq1 {
  font-family: Meiryo UI, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

/
.ttl_page {
  font-size: 12px;
  margin-bottom: 30px;
}

/* =================================================================== 

contact テーブル

=================================================================== */
/* ------ ベース ------ */
/*フォーム大枠*/
.tbl_form {
  display: table;
  z-index:10000;
}
.tbl_form > dl {
  display: table-row;
}
.tbl_form > dl > dt {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  background: #999;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
  border-bottom: 1px solid #cccccc;
  float:left;
}
.tbl_form > dl > dd {
  display: table-cell;
  width: 200px;
  color: #333333;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.6;
  border-bottom: 1px solid #cccccc;
  float:left;
}
.tbl_form > dl > dd.tbl_middle_frame {
  padding: 0;
}

/* ------ 入力部分パーツ ------ */
/*共通スタイル*/
label.input_radio:before, label.input_checkbox:before {
/*  background-image: url(../images/spr_contact.png);*/
  background-repeat: no-repeat;
}

.input_inq1, .input_inq2, .input_inq3, .input_inq4,.input_inq5, .select_inq1 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #cccccc;
}

.input_inq1, .input_inq2, .input_inq3, .input_inq4 .input_inq5{
  background-color: #eeeeee;
}
.input_inq1::-webkit-input-placeholder, .input_inq2::-webkit-input-placeholder, .input_inq3::-webkit-input-placeholder, .input_inq4::-webkit-input-placeholder,.input_inq5::-webkit-input-placeholder  {
  color: #cccccc;
  font-size: 12px;
}
.input_inq1:-moz-placeholder, .input_inq2:-moz-placeholder, .input_inq3:-moz-placeholder, .input_inq4:-moz-placeholder, .input_inq5:-moz-placeholder {
  color: #cccccc;
  font-size: 12px;
}
.input_inq1:focus, .input_inq2:focus, .input_inq3:focus, .input_inq4:focus, .input_inq5:focus{
  background-color: #FFF;
}

.input_inq1, .input_inq2, .input_inq3, .input_inq4, .input_inq5, .select_inq1 {
  height: 30px;
  padding: 0 8px;
}

/*input[text,tel,email]*/
.input_inq1 {
  width: 344px;
  float:left;
}

.input_inq-next {
  width: 200px;
  float:left;
  margin:10px 10px 10px 10px;
}

.input_inq2 {
  width: 220px;
  float:left;
  margin:0 0 5px 0;
}

.input_inq3 {
  width: 250px;
}

.input_inq4 {
  width: 200px;
}

.input_inq5 {
  width: 400px;
  margin:100px 10px 10px 10px;
}

/*select*/
select.select_inq1 {
  z-index: 3;
}

.select_inq1 {
  line-height: 30px;
  position: relative;
  width: 90px;
  z-index: 2;
}
.select_inq1:after {
/*  content: "";*/
  display: block;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  background-position: 0px -100px;
  right: 10px;
}

/*input[radio,checkbox]*/
label.input_radio {
  padding-left: 25px;
  position: relative;
}
label.input_radio:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
label.input_radio.selected:before {
  background-position: 0 -20px;
}
label.input_radio input[type="radio"] {
  display: block;
  position: absolute;
  z-index: -10;
}

label.input_checkbox {
  padding-left: 0px;
  position: relative;
  text-align:left;
}
label.input_checkbox:before {
  background-position: 0 -150px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
label.input_checkbox.selected:before {
  background-position: 0 -200px;
}
label.input_checkbox input[type="checkbox"] {
  display: block;
  position: absolute;
  z-index: -10;
}

/*button*/
.btn_box {
  margin-top: 30px;
  text-align: center;
}

.btn_confirm {
  height: 73px;
  position: relative;
}
.btn_confirm span {
  display: block;
  height: 73px;
  line-height: 73px;
  border: 1px solid #ccc;
  background: #666;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_confirm {
  width: 297px;
  background-position: -50px -100px;
}
.btn_confirm span {
  width: 297px;
  background-position: -50px -200px;
}

.btn_zip_frame {
  position: relative;
}

.btn_zip {
  display: block;
  width: 179px;
  height: 31px;
  background-position: -50px 0;
  position: absolute;
  top: 0;
  left: 173px;
}
.btn_zip span {
  display: block;
  width: 179px;
  height: 31px;
  background-position: -50px -50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*フォーム内　リスト*/
.fotm_list_inline li {
  margin-right: 23px;
}
.fotm_list_inline li:last-child {
  margin-right: 0;
}

.fotm_list_block li {
  margin-bottom: 10px;
}
.fotm_list_block li:last-child {
  margin-bottom: 0;
}

/*フォーム内　テキスト*/
.ftxt1 {
  padding-left: 1px;
}

.ftxt2 {
  padding: 0 1px;
}

.ftxt3 {
  width: 95px;
}

.ftxt4 {
  width: 118px;
}

.ftxt5 {
  margin-top: 18px;
  display: block;
  width:220px;
}

/*--部分的調整用スタイル--*/
.td_top {
  border-top: 1px solid #cccccc;
}





/*-セレクト--*/


select{
    color: #B3B3B3;
    height: 30px;
    font-size: 12px;
    padding: 12px 50px 12px 12px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #FFF url(../img/select_arrow.jpg) no-repeat right;
}




 /* 申請
----------------------------------------------------------- */


.clr1{
	color: #C6000F;
	margin-left:7px;
	vertical-align:middle;
}

table.tb1{
	border: solid 1px #CCCCCC;
	width:90%;
	font-size:14px;
	margin:20px 0 0 0;
}

table.tb1 th, table.tb1 td{
	padding: 0.5em;
	border-bottom: solid 1px #CCCCCC;
}

table.tb1 th{
	background-color: #EEE;
	letter-spacing: 0.15em;
	text-align:left;
	width:200px;
}
table.tb1 td{
	background-color: #fff;
}
.btn2{ 
	width:200px;
	padding:10px;
	font-weight:bold;
	margin-top:15px;
	color:#333;
	border:#CCC solid 1px;
}

.con{ 
	padding:5px;
	width:90%;
	border:#CCC solid 1px;
	color:#333;
}

.con-s{ 
	padding:5px;
	width:150px;
	border:#CCC solid 1px;
	color:#333;
}
.con-s2{ 
	padding:5px;
	width:80px;
	border:#CCC solid 1px;
	color:#333;
}

.con2{ 
	padding:5px;
	width:16px;
	margin-right:8px;
	color:#333;
}

.con3{
		padding:5px;
		width:480px;
		height:30px;
		line-height:30px;
		font-weight:bold;
		color:#333;
}

.centering{ 
	width:840px;
	margin:0 auto;
	padding-bottom:30px;
	font-size:14px;
	text-align:left;
	line-height:1.8em;
}

.centering A:link {color:#333;}

.centering A:active {color:#333;}

.centering A:visited {color:#333;}

.centering A:hover {color:#C4151A; font-weight:bold;}

.inq{ 
	background-image:url(../img/con01.jpg);
	background-repeat:no-repeat;
}

.tk{ 
	font-size:16px;
	margin-top:60px;
	padding-bottom:130px;
}

.bl{
	color:#0080CC;
	font-size:18px;
	font-weight:bold;
}
.box_q{
	width:620px;
}

.ch-s{
	width:14px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange-b {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	padding:15px 40px 15px 40px;
	width:300px;
	margin:15px 0 0 0;
	font-size:14px;
	font-weight:bold;
	cursor: pointer; 
}
.orange-b:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange-b:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
.area-form{
	width:150px;
	color:#333;
	padding:5px;
}
.form-area{
	margin:15px 0 0 0;
	color:#333;
	text-align:left;
	line-height:1.8em;
}
.red-f{
	color:#C91418;
}
#box-pr{
	width:748px;
	overflow:scroll;
	height:250px;
	padding:10px;
	border:#CCC solid 1px;
	margin:15px 0 10px 0;
	overflow-x:hidden;
}
#box-pr h2{
	font-size:14px;
	margin:10px 0 0 0;
}
.bold{
	font-weight:bold;
}
.form-1{
	text-align:left;
	margin:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
}
.form-2{
	text-align:left;
	margin:10px 0 0 0;
	height:16px;
	line-height:16px;
	font-size:14px;
}
.form-2-a{
	text-align:left;
	margin:10px 0 0 0;
	font-size:14px;
	line-height:1.8em;
}

.form-title-a{
	text-align:left;
	margin:20px 0 0 0;
	font-size:14px;
	font-weight:bold;
	border:#CCC solid 1px;
	padding:5px;
}