@charset 'utf-8';

/* ------------------------------
 お見積もり・お問い合わせ 設定
------------------------------ */

#breadcrumb_list {
	margin: 0 auto 40px;
}

#tel_header_contact {
	top: 48px;
}

.tl-set h1 {
	float: left;
	width: 390px;
}

.tl-set p {
	width: 300px;
	color: #333;
	font-weight: normal;
}

.tl-set p img {
	margin-right: 5px;
}

#footer p small {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background-color: #dedede;
}

/* コピー */

#copy {
	padding: 10px;
	color: #06c;
	font-weight: bold;
	background-color: #ebf7ff;
}

/* 必須表記 */

p span.err {
	color: #c00;
}

span.err {
	padding-left: 5px;
	color: #c00;
}

/* 表組 */

#contact_form {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: separate;
	border-spacing: 0;
}

#contact_form th {
	width: 200px;
	padding: 15px 10px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
	white-space: nowrap;
	text-align: right;
	background:
		#f6f6f6 url(/img/contact/bg_contact_form.png) repeat-y
		left top;
	border-bottom: 1px solid #ddd;
}

.important,
.optional {
	padding: 5px 50px 5px 0;
}

.important {
	background: url(/img/contact/important.png) no-repeat right center;
}

.optional {
	background: url(/img/contact/optional.png) no-repeat right center;
}

#contact_form td {
	padding: 15px 10px;
	color: #000;
	font-size: 15px;
	line-height: 1.8;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

#contact_form td span {
	color: #666;
	font-size: 11px;
}

#contact_form td span.ex_bottom {
	display: block;
	margin-bottom: 5px;
}

#contact_form td span.ex_top {
	display: block;
	margin-top: 5px;
}

/* フォーム部品 */

.input_small {
	width: 50px;
	margin-right: 5px;
	padding: 2px;
	font-size: 16px;
	border: 1px solid #999;
}

.input_normal {
	width: 300px;
	padding: 3px;
	font-size: 16px;
	border: 1px solid #999;
}

.select_normal {
	padding: 2px;
	font-size: 16px;
	border: 1px solid #999;
}

.radio {
	display: inline;
	padding: 5px;
	font-size: 16px;
}

.radio input {
	margin-right: 5px;
}

.textarea_normal {
	width: 380px;
	height: 10em;
	padding: 2px;
	overflow: auto;
	font-size: 16px;
	border: 1px solid #999;
}

/* IMEモード */

.active {
	ime-mode: active;
}

.disabled {
	ime-mode: disabled;
}

/* サブミット */

#submit_area {
	padding: 20px;
	text-align: center;
	background-color: #f6f6f6;
}

#submit_area input {
	padding: 5px 20px;
	color: #000;
	font-size: 16px;
}

/* フォームフロー */

.form_flow_wrapper,
#form_flow_wrapper_current {
	margin-bottom: 10px;
	padding-bottom: 22px;
	background:
		url(/img/contact/bg_flow_bottom.png) no-repeat left
		bottom;
}

#form_flow_wrapper_last,
#form_flow_wrapper_last_current {
	margin-bottom: 0;
	padding-bottom: 10px;
	background:
		url(/img/contact/bg_flow_last_bottom.png) no-repeat left
		bottom;
}

#form_flow_wrapper_current {
	background:
		url(/img/contact/bg_flow_current_bottom.png) no-repeat
		left bottom;
}

#form_flow_wrapper_last_current {
	background:
		url(/img/contact/bg_flow_last_current_bottom.png)
		no-repeat left bottom;
}

.form_flow_wrapper dl,
#form_flow_wrapper_current dl,
#form_flow_wrapper_last dl,
#form_flow_wrapper_last_current dl {
	padding: 10px 15px 0 15px;
	background: url(/img/contact/bg_flow_top.png) no-repeat;
}

#form_flow_wrapper_current dl {
	background: url(/img/contact/bg_flow_current_top.png) no-repeat;
}

#form_flow_wrapper_last_current dl {
	background: url(/img/contact/bg_flow_current_top.png) no-repeat;
}

.form_flow_wrapper dt,
#form_flow_wrapper_current dt,
#form_flow_wrapper_last dt,
#form_flow_wrapper_last_current dt {
	height: 44px;
	padding-top: 10px;
	text-indent: -9999px;
}

.form_flow_wrapper dd,
#form_flow_wrapper_current dd,
#form_flow_wrapper_last dd,
#form_flow_wrapper_last_current dd {
	font-size: 12px;
	line-height: 1.6;
}

#form_flow_wrapper_current dd,
#form_flow_wrapper_last_current dd {
	color: #fff;
}

#flow_1 {
	background: url(/img/contact/bg_flow_1.png) no-repeat;
}

#flow_1_current {
	background: url(/img/contact/bg_flow_1_current.png) no-repeat;
}

#flow_2 {
	background: url(/img/contact/bg_flow_2.png) no-repeat;
}

#flow_2_current {
	background: url(/img/contact/bg_flow_2_current.png) no-repeat;
}

#flow_3 {
	background: url(/img/contact/bg_flow_3.png) no-repeat;
}

#flow_3_current {
	background: url(/img/contact/bg_flow_3_current.png) no-repeat;
}

/* フッタ背景 */

#footer_wrapper {
	padding-top: 47px;
	background: #4099d1 url(/img/footer/bg_footer.png) repeat-x;
}

/* seal_ssl */
#seal_ssl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#seal_ssl p {
	box-sizing: border-box;
	width: 100%;
	padding: 3% 0;
	color: #666;
	font-size: 11px;
	line-height: 1.8;
}

/* 完了画面 */

#bookmark_wrapper {
	width: 684px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	background:
		url(/img/contact/bg_bookmark_wrapper.png) no-repeat left
		bottom;
}

#bookmark_inner {
	width: 684px;
	padding: 15px 0 10px 0;
	text-align: center;
	background: url(/img/contact/bg_bookmark_inner.png) no-repeat;
}

#bookmark_inner p {
	display: inline;
	font-size: 14px;
}

#bookmark_inner a {
	display: block;
	width: 184px;
	height: 52px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/img/contact/btn_bookmark.png) no-repeat;
}

#bookmark_inner a:hover {
	background-position: 0 -52px;
}

#regist_inner {
	padding: 20px 0 40px;
	text-align: center;
	background-color: #eef8fa;
}

#regist_inner a {
	display: block;
	width: 184px;
	height: 52px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/img/contact/btn_bookmark.png) no-repeat;
}

#regist_inner a:hover {
	background-position: 0 -52px;
}

#bnr_copyki-pr,
#bnr_houjin-keitai,
#bnr_pr {
	display: block;
	width: 595px;
	margin: 15px auto 0 auto;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

#bnr_copyki-pr a,
#bnr_houjin-keitai a,
#bnr_pr a {
	display: block;
	width: 595px;
	height: 150px;
	text-indent: 0;
	background: none;
}

/* タグの隙間制御 */

#tags {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 1px;
	background-color: #005b94;
}

.checkboxes {
	display: inline;
	margin-right: 10px;
}

.checkboxes input {
	margin-right: 5px;
}

/* H1（お見積もり依頼（お問い合せ）フォーム） */

#bg_tl_contact {
	position: relative;
	width: 704px;
	height: 58px;
	margin-bottom: 30px;
}

#bg_tl_contact h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 704px;
}

#bg_tl_contact p {
	position: absolute;
	top: 17px;
	right: 70px;
}

#bg_tl_contact p img {
	margin-right: 5px;
	vertical-align: middle;
}

#phone_ex_p {
	margin: 10px 0 0 0;
}

#phone_ex_p span {
	margin-right: 10px;
	color: #333 !important;
	font-size: 13px !important;
}

#ex_timesale {
	display: none;
	margin: 0;
	color: #c00;
	font-weight: bold;
	font-size: 13px;
}

#biz_wrapper {
	width: 460px;
}

#biz_box_l {
	float: left;
	width: 318px;
	margin-right: 10px;
}

#biz_thumb {
	float: left;
	width: 132px;
	height: 82px;
	margin-bottom: 0 !important;
}

#biz_thumb img {
	display: none;
}

#biz_box_l select {
	width: 315px;
}

#biz_box_l input {
	width: 30px !important;
}

/* 120327_DLPOテスト */

#bnr_contact {
	margin-bottom: 10px !important;
}

/* 130118_DLPOテスト */

#btn_confirm_1,
#btn_confirm_2,
#btn_confirm_3,
#btn_confirm_4,
#btn_confirm_5,
#btn_regist_1,
#btn_regist_2,
#btn_regist_3,
#btn_regist_4,
#btn_regist_5 {
	display: block;
	width: 170px;
	height: 57px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

#btn_regist_1,
#btn_regist_2,
#btn_regist_3,
#btn_regist_4,
#btn_regist_5 {
	margin: 0 auto 10px auto;
}

#btn_confirm_1 {
	background: url(/img/contact/btn_confirm_1.png) no-repeat;
}

#btn_confirm_2 {
	background: url(/img/contact/btn_confirm_2.png) no-repeat;
}

#btn_confirm_3 {
	background: url(/img/contact/btn_confirm_3.png) no-repeat;
}

#btn_confirm_4 {
	background: url(/img/contact/btn_confirm_4.png) no-repeat;
}

#btn_confirm_5 {
	background: url(/img/contact/btn_confirm_5.png) no-repeat;
}

#btn_regist_1 {
	background: url(/img/contact/btn_regist_1.png) no-repeat;
}

#btn_regist_2 {
	background: url(/img/contact/btn_regist_2.png) no-repeat;
}

#btn_regist_3 {
	background: url(/img/contact/btn_regist_3.png) no-repeat;
}

#btn_regist_4 {
	background: url(/img/contact/btn_regist_4.png) no-repeat;
}

#btn_regist_5 {
	background: url(/img/contact/btn_regist_5.png) no-repeat;
}

#btn_confirm_1:hover,
#btn_confirm_2:hover,
#btn_confirm_3:hover,
#btn_confirm_4:hover,
#btn_confirm_5:hover,
#btn_regist_1:hover,
#btn_regist_2:hover,
#btn_regist_3:hover,
#btn_regist_4:hover,
#btn_regist_5:hover {
	background-position: 0 -57px;
}

#ipt_back {
	color: #333;
	font-size: 13px;
}

#ipt_back:hover {
	color: #111;
	text-decoration: none;
}

#disp_mess_1 a,
#disp_mess_2 a {
	display: block;
	font-size: 15px;
	line-height: 1.6;
}

#disp_mess_2 a {
	margin-bottom: 5px;
}

/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
