@charset "utf-8";
/* ==========================================================
	スマホ 640px以下
========================================================== */

@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.address,
#formTable input.educational,
#formTable .textarea {
	width: 95%;
}
#formTable .edu_Y {
	width: 20%;
}
#formTable .edu_M {
	width: 10%;
}
#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▲*/


