@charset "utf-8";
p,
div,
span,
dl,
dt,
dd,
body,
html,
input[type="text"],
textarea {
	padding:0;
	margin:0;
}

body {
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

.pc_hidden {
	display:none;
}

.float_none {
	float:none;
}

.clearfix:after	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

h2 {
	font-weight:bold;
	font-size:16px;
	letter-spacing:0.1em;
	color:#fff;
	background-color:#CC131B;
	padding:10px;
	margin:0;
	}
h3 {
	font-size:20px;
	margin:20px 0;
	padding:0;
}

#wrapper {
	height: auto;
	width: 100%;
}

.coment2 {
		display:block;
		padding-left:5px;
	}

/*ヘッダー*/
#headerArea {
	height: auto;
	width: 100%;
	border-bottom:solid 2px #D62B43;
}
#header {
	margin: 0px auto;
	height: auto;
	width: 700px;

}

#header img {
	padding: 10px 0;
	float:left;
	margin-right:20px;
}


#header h1 {
	display:block;
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	text-align:right;
	position: relative;
	margin-left:150px;
  top: 50%;
  -webkit-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
}

h1.h1_title {
	margin:0;
	padding:0;
}


/*メインイメージ*/
#teaserArea {
	height: auto;
	width: 100%;
}
#teaser {
	height: auto;
	width: 700px;
	margin:0 auto;
	padding:20px 0;
}

/*コンテンツ*/
#contentsArea {
	height: auto;
	width: 100%;
}
#contents {
	margin: 0px auto;
	height: auto;
	width: 700px;
}

.tel {
	font-weight:bold;
	color:#D72225;
	text-decoration:none;
}
#step {
	height: auto;
	width: auto;
	margin:20px 0 40px 0;
}
#formBlock {
	height: auto;
	width: auto;
	background:url(../images/form_bk.jpg) repeat;
	padding:10px;
	margin-bottom:20px;
}

#formBlock dl {
	background:#fff;
	width:auto;
	height:auto;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

#formBlock dl dt {
	height:auto;
	padding: 9px 0 0 9px;
	width:189px;
	float:left;
}

#formBlock dl dd {
	background:#fff;
	padding: 5px;
	height: auto;
	width:468px;
	float:right;
	border-left:solid 1px #ccc;
}

#formBlock dl dd textarea {
    width: 378px;
    height: 198px;
	margin-left:5px;
	padding:5px;
	border:#ccc 1px solid;
}

#formBlock dl dd textarea:focus {
    width: 378px;
    height: 198px;
}

#formBlock dl dd br {
	display: none;
}

#formBlock dl dd p {
	float:left;
    line-height: 20px;
}

#formBlock dl.formend {
	border-bottom:solid 1px #ccc;
}

input[type="text"] {
	border:#ccc 1px solid;
	height:20px;
	padding: 4px 5px;
	margin:0 5px;
}

input[type="text"]:focus {
	height:18px;
}

.form_box {
	margin:0;
	padding:0;
}

.input_text:focus {
	background:#FCF9D5;
	border:#ccc 2px solid;
}

input[type="radio"] {
	margin: 5px 0 5px 10px;
}

.input_rdo {
	padding:5px;
}

.input_rdo:valid,
input[type="checkbox"] .valid {
	background:none;
}

textarea {
	padding:2px;
}

#formBlock dl dd select {
	float:left;
	margin:0 5px 5px 5px;
	border:#ccc 1px solid;
	padding: 4px 5px;
}

#formBlock dl dd select:focus {
	background:#FCF9D5;
}

.hissu {
	font-size:12px;
	padding:0 3px;
	color:#fff;
	background:#E30C10;
	border-radius:3px;
	float:right;
	margin: 1px 10px 0 0;
}

.nini {
	font-size:12px;
	padding:0 3px;
	color:#fff;
	background:#777;
	border-radius:3px;
	float:right;
	margin: 1px 10px 0 0;
}

.hissu_2 {
	font-size:12px;
	padding:0 3px;
	color:#fff;
	background:#E30C10;
	border-radius:3px;
}

#privacy {
	margin-top: 10px;
	padding:10px 0;
	width: auto;
	border: solid 1px #ccc;
	text-align:center;
	background: #fff;
}

#privacy i.fa-files-o {
	font-size:12px;
}

#form_btn {
	text-align:center;
	height: auto;
	width: auto;
	padding:10px 0 0 0;
}

.w100 {
	width:100px;
}


.w100:focus {
	width:98px;
	padding: 4px 6px 4px 4px;
}

.w200 {
	width:200px;
}


.w200:focus {
	width:198px;
	padding: 4px 6px 4px 4px;
}

.w250 {
	width:250px;
}

.w250:focus {
	width:248px;
	padding: 4px 6px 4px 4px;
}

.w400 {
	width:400px;
}

.w400:focus {
	width:398px;
	padding: 4px 6px 4px 4px;
}

button {
	margin: 0;
    border: none;
    background: none;
}

label.error {
	font-weight:bold;
	margin:5px 0 0 5px;
	float:left;
	font-size:12px;
	color:#E30C10;
	background:#F7E8DC;
    padding: 1px 5px;
	border-radius:3px;
}
#privacy label.error {
	float:none;
}
input.error {
    background:#FCE5E6;
}

input[type="text"].valid {
	background:#E7F0FC;
}

#privacy label.message {
	float:none;
}
#ssl_block {
	height: auto;
	width: auto;
	margin-bottom: 90px;
	text-align:center;
	padding: 0 40px;
}

#ssl_block img {
	margin-bottom:10px;
	margin-right: 20px;
	float:left;
}

.input_sample {
	color:#777;
	font-size:11px;
	padding: 5px 5px 0;
}

/*フッター*/
#footerArea {
	height: auto;
	width: 100%;
	background:#888888;
}
#footer {
	font-size:12px;
	color:#fff;
	margin: 0px auto;
	height: auto;
	width: 700px;
	text-align:center;
	padding:20px 0 80px;
}

/*セカンド*/
blockquote {
    margin: 0 0 20px 0;
    padding: 10px 30px;
    background: url(../images/form_bk.jpg) repeat;
}

blockquote.thanks_box {
	padding:60px;
}

blockquote p {
	color:#4E4E4E;
	text-align:center;
	margin:0 0 20px;
}

table.form {
	border:none;
}

table.form th {
	background:#fff;
}

#second_h2 {
	padding:0;
}


/*確認ページ*/
.submit_area {
	height:auto;
	width:400px;
	margin:0 auto;
}

.button_boxL {
	float:left;
	margin-top:10px;
}

.button_boxR {
	float:right;
	margin-top:10px;
}

.button_back {
    height: 45px;
    width: 157px;
    background:url(/form_efo/images/check_back.jpg) no-repeat;
	border:0;
	margin-right:20px;
}

.button_submit {
    height: 45px;
    width: 221px;
    background:url(/form_efo/images/check_submit.jpg) no-repeat;
	border:0;
	text-indent:-9999px;
	margin:0;
}

input[type="submit"] {
	margin:0;
}

/*サンクスページ*/
#contents p.msg,
#contents p.msg2 {
	color:#4E4E4E;
	margin:0 0 20px;
	text-align:left;
	line-height:50px;
}

#contents p.msg_top {
	color:#4E4E4E;
	margin:0 0 20px;
	text-align:left;
}

#contents p.msg a{
	text-decoration:none;
	color:#D70003;
}

.tel a{
	text-decoration:none;
	color:#D70003;
}

.submit_area2 {
	height:auto;
	width:157px;
	margin: 40px auto 0;
}
.top_back {
    height: 45px;
    width: 157px;
    background:url(/form_efo/images/top_back.jpg) no-repeat;
	border:0;
}