@charset "utf-8";

/* --------------------------------
	body
-------------------------------- */
body{
}

.inq-form1 input,
.inq-form1 select,
.inq-form2 input,
.inq-form2 select,
.inq-form3 input{
	font-size:16px !important;
	padding: 5px;
}
.inq-form1,
.inq-form2,
.inq-form3{
	font-size:16px;
}
.fwS{
	width: 4em;
}
.fwL{
	width: 100%;
}

.inq-err{
	padding:5px 0 0;
	color:#cc0000;
}

/* --------------------------------
	inq-main-box
-------------------------------- */
.inq-main-box{
}
.inq-main-box-tit{
}
.inq-flow{
	text-align:center;
	padding:7px 0 0 0;
	margin-bottom:13px;
}
.inq-tx{
	line-height:1.5em;
	padding:0 7px 0 7px;
	margin: 0 0 20px;
	font-size:14px;
}
.inq-tx2{
	font-size: 13px;
	line-height: 1.3;
	margin: 5px 20px 0 0;
}

/* --------------------------------
	フォーム共通パーツ
-------------------------------- */

.inq-form-info-ti{
	background: #edeec6;
	-webkit-box-shadow: 0px 1px 0px 0px #ddd, inset 0px 1px 0px 0px #fff; /* Safari, Chrome用 */  	
	border-top:1px solid #d1c26e;
	border-bottom:1px solid #d1c9b5;
	padding:4px 15px;
	margin: 0 0 10px;
	color:#333333;
	font-weight:bold;
	font-size:16px;
}
.inq-form-info-ti .inq-req{
	color:#cc0000;
	font-size:93%;
}
.inq-form-info-ti .inq-any{
	color:#666;
	font-size:93%;
}
.inq-form-info-ex{
	color:#666666;
    margin: 3px 0 0 0;
    display: inline-block;
    font-size: 12px;
}
.inq-form-info-inp{
	padding: 0 15px 10px;
	line-height: 1.3;
}
.inq-form-info-inp input[type="text"]{
	box-sizing: border-box;
}
.inq-form-info-inp textarea{
	box-sizing: border-box;
}


.inq-form-info-inpTxt{
	margin: 0 0 5px;
	line-height: 1.3;
}

/* --------------------------------
	コース選択
-------------------------------- */
.inq-form1{
	margin-bottom:20px;
}
.inq-form1-ti{
	background: -webkit-gradient(linear, center top, center bottom, from(#2b488b), color-stop(0.3, #27407a), to(#2b447e));
	border-top:1px solid #27407a;
	border-bottom:1px solid #27407a;
	padding:4px 15px;
	/* margin-bottom:5px; */
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.inq-form1-course-ti{
	background: #edeec6;
	-webkit-box-shadow: 0px 1px 0px 0px #ddd, inset 0px 1px 0px 0px #fff; /* Safari, Chrome用 */  	
	border-top:1px solid #d1c26e;
	border-bottom:1px solid #d1c9b5;
	padding:4px 15px;
	margin: 0 0 10px;
	color:#333333;
	font-weight:bold;
	font-size:16px;
}
.inq-form1-course-ti .inq-req{
	color:#cc0000;
	font-size:93%;
}
.inq-form1-course-se{
	padding:0 15px 10px 15px;
}
.inq-form1-course-se select{
	width: 100%;

}

/* --------------------------------
	あなたの情報
-------------------------------- */
.inq-form2{
	margin-bottom:20px;
}
.inq-form2-ti{
	background: -webkit-gradient(linear, center top, center bottom, from(#2b488b), color-stop(0.3, #27407a), to(#2b447e));
	border-top:1px solid #27407a;
	border-bottom:1px solid #27407a;
	padding:4px 15px;
	/* margin-bottom:5px; */
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}

/* --------------------------------
	お問い合わせ内容
-------------------------------- */
.inq-form3{
	margin-bottom:20px;
}
.inq-form3-ti{
	background: -webkit-gradient(linear, center top, center bottom, from(#2b488b), color-stop(0.3, #27407a), to(#2b447e));
	border-top:1px solid #27407a;
	border-bottom:1px solid #27407a;
	padding:4px 15px;
	/* margin-bottom:5px; */
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.inq-form3-info-ti{
	background: #edeec6;
	-webkit-box-shadow: 0px 1px 0px 0px #ddd, inset 0px 1px 0px 0px #fff; /* Safari, Chrome用 */  	
	border-top:1px solid #d1c26e;
	border-bottom:1px solid #d1c9b5;
	padding:4px 15px;
	margin: 0 0 10px;
	color:#333333;
	font-weight:bold;
	font-size:16px;
}
.inq-form3-info-ti .inq-req{
	color:#cc0000;
	font-size:93%;
}
.inq-form3-info-inp{
	padding: 0 15px 10px;
	line-height: 1.3;
}
.inq-submit-tx{
	text-align:center;
	margin-bottom:10px;
	line-height: 1.3;
}

/* --------------------------------
	送信完了
-------------------------------- */
.inq-finish{
	margin-bottom:20px;
}
.inq-finish-ti{
	background: -webkit-gradient(linear, center top, center bottom, from(#2b488b), color-stop(0.3, #27407a), to(#2b447e));
	border-top:1px solid #27407a;
	border-bottom:1px solid #27407a;
	padding:4px 0 4px 21px;
	margin-bottom:5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
}
.inq-finish-info-ti{
	background: #edeec6;
	-webkit-box-shadow: 0px 1px 0px 0px #ddd, inset 0px 1px 0px 0px #fff; /* Safari, Chrome用 */  	
	border-top:1px solid #d1c26e;
	border-bottom:1px solid #d1c9b5;
	padding:4px 0 4px 21px;
	margin-bottom:5px;
	color:#333333;
	font-weight:bold;
	font-size:16px;
}
.inq-finish-tx{
	padding:4px 21px;
	line-height:1.5em;
}
/* --------------------------------
	入力内容を確認する
-------------------------------- */
.inqmainbox-bt{
	background:#fff4db;
	border-top:1px solid #ffcc8d;
	border-bottom:1px solid #ffcc8d;
	padding:9px 0;
	margin-bottom:57px;
	text-align:center;
}
/* オレンジボタン */
.inqmainbox-bt .confirm{
	/* 角丸 */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	/* グラデーション */
	background: -webkit-gradient(linear, center top, center bottom, from(#fac138),color-stop(0.5, #f18d14), to(#f18d14));
	/* 影 */
	-webkit-box-shadow: 0 0 2px #666;
  /* その他の設定 */
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:10px 30px;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px #666666;
	border:1px solid #ed8400;
}
.inqmainbox-bt .confirm:active{
	background: -webkit-gradient(linear, center top, center bottom, from(#fac138),color-stop(0.5, #f18d14), to(#f18d14));
	text-shadow: 0 0 3px #fff;
}
.inqmainbox-bt .submit{
	/* 角丸 */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	/* グラデーション */
	background: -webkit-gradient(linear, center top, center bottom, from(#fac138),color-stop(0.5, #f18d14), to(#f18d14));
	/* 影 */
	-webkit-box-shadow: 0 0 2px #666;
  /* その他の設定 */
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding:10px 30px;
	margin-bottom:10px;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px #666666;
	border:1px solid #ed8400;
}
.inqmainbox-bt .submit:active{
	background: -webkit-gradient(linear, center top, center bottom, from(#fac138),color-stop(0.5, #f18d14), to(#f18d14));
	text-shadow: 0 0 3px #fff;
}

/* グレーボタン */
.inqmainbox-bt .amend{
	/* 角丸 */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	/* グラデーション */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e6e3));
	/* 影 */
	-webkit-box-shadow: 0 0 2px #666;
  /* その他の設定 */
	color:#333333;
	text-decoration:none;
	text-align:center;
	padding:10px 47px;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	border:1px solid #d3d3d3;
}
.inqmainbox-bt .amend:active{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4e6e3));
	text-shadow: 0 0 3px #fff;
}

/* --------------------------------
	ご質問
-------------------------------- */
.inqbox-tel{
	border-bottom: none;
}
.inqbox-bt{
	border-top: 1px dotted #999999;
}

/* --------------------------------
	ページ先頭に戻る
-------------------------------- */
.totop{
	text-align:center;
	margin-bottom:10px;
}
.totop a{
	/* 角丸 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* グラデーション */
	background: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#e5e7e4));
	/* 影 */
	-webkit-box-shadow: 0 0 2px #666;
  /* その他の設定 */
	color:#333333;
	text-decoration:none;
	text-align:center;
	padding:7px 10px;
	display: inline-block;
	font-weight: bold;
	border:1px solid #d3d3d3;
}



/* --------------------------------
 clearfix
-------------------------------- */
.rankbox-inner li:after,
#headnavi:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .rankbox-inner li,
* html #headnavi{
	zoom: 1;/* IE6 */
}
*:first-child+html .rankbox-inner li,
*:first-child+html #headnavi{
	zoom: 1;/* IE7 */
}

