@charset "utf-8";
/* CSS Document */

#deliberation input,textarea,select,option {
	font-size: 100%;
}
#deliberation #content h4 {
	margin: 30px 0;
}

#deliberation .stepArea {
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
	background: #f1f2f4;
}
#deliberation .stepArea li {
	display: inline-block;
	vertical-align: bottom;
	/display: inline;
	/zoom: 1;
	line-height: 0;
}
#deliberation .stepArea li.step1 {
	width: 34.16%;
}
#deliberation .stepArea li.step2 {
	width: 34.16%;
}
#deliberation .stepArea li.step3 {
	width: 31.66%;
}
#deliberation .section {
	margin: 0 2%;
}

#deliberation .formArea {
	border-bottom: 1px solid #d5dae3;
}

#formTable .whiteLine {
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
	padding: 10px;
}
#formTable .grayLine {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #FFFFFF;
	padding: 10px;
}#formTable .blackLine {
	
	width: 65%;
	display: inline-block;
	vertical-align: top;
    /display: inline;
	/zoom: 1;
	padding-left: 15px;
	border-left: 1px solid #d5dae3;
	height: auto;
}

#formTable .subject {
	width: 30%;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;

	/display: inline;
	/zoom: 1;
}
#formTable .subject p {
	padding-right: 50px;
}
#formTable .subject span {
	display: block;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.3;
	margin-top: 5px;
}
#formTable .subject.must {
	background: url(/images/deliberation/must.png) 90% 3px no-repeat;
	background-position: 90% 3px no-repeat\9;
	background-image: url(../img/important.gif);
	background-color: no-repeat\9;
	-moz-background-size: 43px 20px;
	background-size: 43px 20px;
	min-height: 20px;
}
#formTable .inputItem {
	width: 65%;
	display: inline-block;
	vertical-align: top;



    /display: inline;
	/zoom: 1;
	padding-left: 15px;
	border-left: 1px solid #d5dae3;
	padding-top: 0px;
	font-size: 100%;
}
#formTable .inputItem2 {
	width: 65%;
	display: inline-block;
	vertical-align: top;


    /display: inline;
	/zoom: 1;
	padding-left: 15px;
	height: auto;
}

#formTable input.tel {
	width: 200px;
	height: 30px;
}
#formTable input.name,
#formTable input.email,
#formTable input.url,
#formTable input.service {
	width: 280px;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#formTable input.age{
	width: 80px;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#formTable input.address{
	width: 20%;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#formTable input.address2{
	width: 98%;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#formTable ul li {
	display: inline-block;
	height: 25px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 10px;
}
#formTable ul li.unit,
#formTable ul li.unit2 {
	width: 2.0em;
	height: 25px;
}
#formTable ul li.unit2 {
	margin-left: 1.0em;
}
#formTable input.textarea {
	width: 98%;
	
}


#formTable .cateTitle {
	font-size: 105%;
	font-weight: bold;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#formTable .checkArea_01 {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
}
#formTable .checkArea_02 {
	width: 36%;
	display: inline-block;
	vertical-align: top;
	/display: inline;
	/zoom: 1;
}
#formTable .checkArea_01 label,
#formTable .checkArea_02 label {
	display: block;
}
#formTable .blkDot {
	border-bottom: 2px dotted #000;
	margin: 10px 0;
}
#formTable .personalInfo {
	background: #FFF;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	border: 1px solid #e2e9ef;
	margin-bottom: 10px;
	height: 150px;
	overflow: auto;
}

#formTable .confirmBtn {
	text-align: center;
}
#formTable .confirmBtn input {
	width: 23.3%;
	margin: 50px auto;
}

.nortonArea {
	width: 40%;
	margin: 0 auto;
}
.nortonArea .nortonImg {
	width: 23%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
	margin-right: 1%;
}
.nortonArea .nortonText {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
	font-size: 90%;
}


/* オリジナルソース
.nortonArea {
	width: 35%;
	margin: 0 auto;
}
*/

/* ==========================================================
	エラー画面
========================================================== */

#deliberation.error .errorMessage {
	background: #fdefef;
	padding: 10px;
	color: #de1e1e;
	margin-bottom: 20px;
}
#deliberation.error .errorMessage .detail {
	text-indent: -1.0em;
	padding-left: 1.0em;
}
#deliberation.error .errorLine input,
#deliberation.error .errorLine textarea,
#deliberation.error .errorLine select {
	border: 2px solid #de1e1e;
}
#deliberation.error .errorText {
	color: #de1e1e;
}

/* ==========================================================
	確認画面
========================================================== */

#deliberation.confirm .btnArea {
	width: 50%;
	margin: 30px auto;
}
#deliberation.confirm .btnArea p {
	width: 46.7%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#deliberation.confirm .btnArea p.sendBtn {
	margin-right: 0;
}
#deliberation.confirm .btnArea input {
	width: 100%;
}


/* ==========================================================
	完了画面
========================================================== */

#deliberation.thanks .thanksMessage {
	margin: 80px 0 0;
	text-align: center;
}
#deliberation.thanks .thanksMessage a { display:inline;}
.name_box li .text {
	height: 25px;
}


@media (max-width: 640px) {
	
/* ==============================
	入力画面
================================= */
#deliberation .stepArea {
	background: none;
	width: 80%;
	margin: 0 auto;
}
#deliberation.form .stepArea li.step1 {
	width: 100%;
}
#deliberation.form .stepArea li.step2 {
	display: none;
}
#deliberation.form .stepArea li.step3 {
	display: none;
}

#deliberation .formArea {
	border-bottom: none;
}

#formTable .whiteLine,
#formTable .grayLine {
	background: #f6f6f6;
	border-top: 1px solid #d5dae3;
	border-bottom: 1px solid #d5dae3;
	margin-bottom: 10px;
}

#formTable .subject {
	width: 95%;
	display: block;
	vertical-align: inherit;
	margin-bottom: 10px;
	font-size: 110%;
}
#formTable .subject.must {
	background: url(/images/deliberation/must.png) 100% 3px no-repeat #f6f6f6;
	-moz-background-size: 43px 20px;
	background-size: 43px 20px;
	min-height: 20px;
}
#formTable .inputItem {
	width: 100%;
	display: block;
	vertical-align: inherit;
	padding-left: 0;
	border-left: none;
}
#formTable input.name,
#formTable .name_box li,
#formTable input.tel,
#formTable input.email,
#formTable input.url,
#formTable input.service,
#formTable .textarea {
	width: 95%;
}
#formTable select {
	width: 100%;
}

#formTable .name_box li input {
	width: 100%;
}

#formTable ul li.unit2 {
	margin-left: 0;
}
#formTable .cateTitle {
	width: 100%;
	display: block;
	vertical-align: inherit;
}
#formTable .checkArea_01,
#formTable .checkArea_02 {
	width: 100%;
	display: block;
}

#formTable .confirmBtn {
	text-align: center;
}
#formTable .confirmBtn input {
	width: 80%;
	margin: 20px auto;
}

.nortonArea {
	width: 100%;
}
.nortonArea .nortonImg {
	width: 30%;
	display: block;
	margin: 0 auto 10px;
}
.nortonArea .nortonText {
	width: 95%;
	display: block;
	margin: 0 auto;
}

/* ==========================================================
	確認画面
========================================================== */

#deliberation.confirm .stepArea li.step1 {
	display: none;
}
#deliberation.confirm .stepArea li.step2 {
	width: 100%;
}
#deliberation.confirm .stepArea li.step3 {
	display: none;
}

#deliberation.confirm .btnArea {
	width: 100%;
	margin: 20px auto;
}
#deliberation.confirm .btnArea p {
	width: 80%;
	margin: 0 auto 10px;
	display: block;
}
#deliberation.confirm .btnArea p.sendBtn {
	margin-right: auto;
}

/* ==========================================================
	完了画面
========================================================== */

#deliberation.thanks .stepArea {
	border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
	background: #d5dae3;
	width: 80%;
	padding: 5px;
}

#deliberation.thanks .stepArea li.step1 {
	display: none;
}
#deliberation.thanks .stepArea li.step2 {
	display: none;
}
#deliberation.thanks .stepArea li.step3 {
	width: 100%;
}
#deliberation.thanks .thanksMessage {
	margin: 20px 0 0;
	text-align: left;
}
#deliberation.thanks .thanksMessage p:first-child {
	font-size: 100%;
}

}/* ▲max-width: 640px end▲*/


@media (min-width: 641px) and (max-width: 980px) {
	
/* ==============================
	入力画面
================================= */


#formTable .subject {
	width: 40%;
}
#formTable .inputItem {
	width: 65%;
}

#formTable .blackLine {
	width: 65%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#formTable .confirmBtn input {
	width: 33.3%;
}
.nortonArea {
	width: 55%;
}

#formTable input.address{
	width: 80px;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#formTable input.address2{
	width: 320px;
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* ==========================================================
	確認画面
========================================================== */

#deliberation.confirm .btnArea {
	width: 70%;
	margin: 30px auto;
}
.inputItem .adress {
	height: 30px;

}


}/* ▲(min-width: 641px) and (max-width: 980px) end▲*/
