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

	カーポートプランニングご希望フォーム
	/mailform/form30/regist/input.html

//////////////////////////////////////////////////////////*/

#contents_wide * {
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}

/* アイコン付のテキストリンク */
.wrapper a.link::before {
	content: "";
	display: inline-block;
	margin-right: 3px;
	border: 3px solid transparent;
	border-left: 6px solid #2467c5;
	vertical-align: middle;
}

/*--------------------------------
	エラー時
--------------------------------*/
input.invalidBgColor,
textarea.invalidBgColor {
	background-color: #fff7f7;
}
/*===================================
	プレースホルダー
===================================*/

/* Google Chrome, Safari, Opera 15+, Android, iOS*/
#contents_wide ::-webkit-input-placeholder {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1;
	vertical-align: middle;
}

/* Firefox 18-*/
#contents_wide :-moz-placeholder {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1;
	vertical-align: middle;
}

/* Firefox 19+*/
#contents_wide ::-moz-placeholder {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1;
	vertical-align: middle;
}

/* IE 10+*/
#contents_wide :-ms-input-placeholder {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1;
	vertical-align: middle;
}

#contents_wide textarea::placeholder {
	line-height: 1.7;
}

/* ====================================================
	お知らせ
====================================================*/
#info {
	width: 590px;
	margin: 30px auto 30px;
	padding: 10px 20px;
	border-radius: 0;
	border: 1px solid #fdd;
	background: #fee;
	font-size: 14px;
}
#info h3 {
	margin: 0 auto 6px;
	/*padding-bottom: 6px;*/
	/*border-bottom: 1px dotted #900;*/
	font-weight: bold;
	text-align: center;
}

/* ====================================================
	お問い合わせページ
====================================================*/
.wrapper {
	width: 634px;
	margin: 32px auto 0;
}
.form-ttl_txt {
	margin-bottom: 20px;
}
.form-ttl_copy {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.7;
}
.nav_step {
	margin-bottom: 30px;
}
.mailform_instruction {
	margin-bottom: 30px;
	font-size: 14px;
	text-align: center;
}
.mailform_instruction .strong {
	padding: 3px;
	background-color: #ffeeee;
}
/* ---------------------------------------
	条件選択
----------------------------------------*/
.form-condition-info-wrap {
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.form-condition-info_ttl,
.form-contact-info_ttl {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 41px;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
}
#tbl-condition-info {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
}
#tbl-condition-info tr {
	border-bottom: 1px solid #ccc;
}
#tbl-condition-info th,
#tbl-condition-info td {
	border-bottom: 1px solid #ccc;
}
#tbl-condition-info tr:last-of-type {
	border-bottom: none;
}
#tbl-condition-info th {
	width: 119px;
	font-weight: normal;
	background-color: #fbfbfb;
	border-right: 1px solid #ccc;
}
#tbl-condition-info td {
	padding: 20px;
}
#tbl-condition-info .capa,
#tbl-condition-info .mtype,
#tbl-condition-info .budget,
#tbl-condition-info .priority_performance {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#tbl-condition-info .capa li,
#tbl-condition-info .mtype li,
#tbl-condition-info .budget li,
#tbl-condition-info .priority_performance li {
	display: flex;
	align-items: center;
	min-width: 112px;
	line-height: 20px;
}
#tbl-condition-info input {/* ラジオ */
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	box-sizing: border-box;
	padding-left: 28px;
	line-height: 20px;
	width: 18px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	background: url("/public/img/mailform/form30/regist/bg_radio.png") left center no-repeat;
}
#tbl-condition-info input:checked {/* 選択中ラジオボタン */
	background-image: url("/public/img/mailform/form30/regist/bg_radio_checked.png");
}
#tbl-condition-info label {
	cursor: pointer;
}
.message textarea {
	width: 454px;
	height: 185px;
	padding: 10px;
	font-size: 13px;
	border: 1px solid #ccc;
}
/* ---------------------------------------
	フォーム
----------------------------------------*/
.form-contact-info-wrap {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table#contact {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 auto 20px;
}
table#contact th {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table#contact td {
	border-bottom: 1px solid #ddd;
}
table#contact th.message {
	border-right: none;
}
table#contact td.message {
	border-bottom: none;
}
table#contact th {
	width: 117px;
	background: #fbfbfb;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 1.7;
	white-space: nowrap;
}
table#contact td {
	padding: 15px 15px;
	padding-left: 20px;
	font-size: 13px;
	text-align: left;
}
table#contact td.tips {/* 入力ミス表示 */
	width: 15px;
	padding: 0;
	border-right: none !important;
	background: #fffbfb;
}

/* 入力要素共通
--------------------------------*/
table#contact input,
table#contact textarea {
	padding: 7px 10px;
	border-radius: 2px;
	border: 1px solid #bbb;
	box-shadow: inset 1px 1px 2px #eee;
	font-size: 16px;
}
table#contact input:focus,
table#contact textarea:focus {
	border-color: #4af !important;
	box-shadow: 0px 0px 4px #ddf;
}
table#contact input {
	line-height: 1;
}
table#contact textarea {
	line-height: 1.5;
}
table#contact select {
	display: inline-block;
}

/* 名前入力
--------------------------------*/
table#contact .name_kanji {
	text-indent: 1em;
}
table#contact td.name {
	padding-right: 0;
}
table#contact td.name input {
	display: inline-block;
	width: 162px;
	margin: 5px 0 5px 7px;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 1;
}
table#contact input#name1 {
	margin-right: 22px;
}
table#contact input#name1_kana {
	margin-right: 9px;
}

/* 都道府県
--------------------------------*/
table#contact select {
	margin: 0 5px;
	padding: 3px;
	border-radius: 2px;
	border: 1px solid #bbb;
	box-shadow: inset 1px 1px 2px #eee;
}

/* メールアドレス
--------------------------------*/
input#jq_mailaddress {
	width: 426px;
	font-size: 20px !important;
	font-family:Arial, Helvetica, verdana,sans-serif;
}
p.attention {/* メール注釈 */
	margin-top: 7px;
	font-size: 11px;
}
p.attention span {
	cursor: pointer;
	color: #0031ac;
	font-size: 12px;
	text-decoration: underline;
}

/* 電話番号
--------------------------------*/
input#jq_tel {
	width: 426px;
}

/* お問い合わせ内容
--------------------------------*/
table#contact th.message {
	padding-top: 10px;
	padding-bottom: 0;
	border-bottom: none;
	background-color: #fff;
	text-align: center;
	font-size: 15px;
}
table#contact td.message {
	padding: 10px 15px 15px;
	border-top: none;
}
table#contact td.message textarea {
	width: 96%;
	max-width: 96%;
	padding: 10px;
	font-size: 13px;
}

/* 確認ボタン
--------------------------------*/
p.bt_submit {
	margin: 25px auto;
	text-align: center;
}

/* ---------------------------------------
	ご注意
----------------------------------------*/
ul.comment {
	width: 540px;
	margin: 0 auto;
}
ul.comment li {
	margin-bottom: 3px;
	padding-left: 1em;
	font-size: 11px;
	text-indent: -1em;
}

/* ---------------------------------------
	セキュリティ表示
----------------------------------------*/
.security {
	width: 540px;
	margin: 20px auto;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
.security dl {
	float: left;
	display: table;
	width: 48%;
}
.security dl.cont_secom {
	float: right;
}
.security dt,
.security dd {
	display: table-cell;
	vertical-align: middle;
}
.security dt {
	padding-right: 10px;
}
.security dt img {
	width: 62px;
}
.security dt form {
	overflow: hidden;
	height: 62px;
}
.security dd {
	margin-left: 5px;
	font-size: 13px;
	line-height: 1.35;
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
}


/* ---------------------------------------
	その他お問い合わせ
----------------------------------------*/
.other-contact {
	margin: 40px auto 100px;
}
.other-contact li {
	float: left;
	border: 1px solid #ddd;
}
.other-contact li img {
	vertical-align: bottom;
}

/* FAX
-------------------------------*/
.other-contact li.fax {
	float: right;
	display: table;
	width: 264px;
	height: 119px;
	text-align: center;
	vertical-align: middle;
}
.other-contact li.fax img {
	margin-top: 19px;
}
.other-contact li.fax a {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	color: #2467c5;
	text-decoration: underline;
}
.other-contact li.fax a:hover {
	text-decoration: none;
}

/* よくあるご質問
-------------------------------*/
.other-contact dl {
	clear: both;
	margin-top: 16px;
	padding: 18px 20px 18px 30px;
	border: 1px solid #ddd;
	font-size: 13px;
}
.other-contact dt {
	margin-bottom: 10px;
}
.other-contact dt a {
	color: #2467c5;
	text-decoration: underline;
}
.other-contact dt a:hover {
	text-decoration: none !important;
}

/* ---------------------------------------
	エラー確認メッセージ
----------------------------------------*/
#confirm_message {
	position: relative;
	width: 400px;
	margin: -10px auto 20px;
	padding: 0;
	border: 1px solid #a00;
	border-radius: 2px;
	/*box-shadow: 2px 2px 2px #ccc;*/
}
/*#confirm_message:after {
	content: " ";
	position: absolute;
	bottom: -12px;
	left: 175px;
	border-top: 10px solid #a00;
	border-left: 10px solid white;
	border-right: 10px solid white;
}*/
#confirm_message h3 {
	margin: 0;
	padding: 5px;
	background: #a00;
	color: white;
	font-weight: bold;
	text-align: center;
}
#confirm_message ul {
	margin: 10px;
	list-style: decimal;
}
#confirm_message ul li {
	margin-left: 30px;
	padding: 4px 10px;
	border-bottom: 1px solid #fff;
	color: #f00;
	font-size: 12px;
}


/* ---------------------------------------
 for plugins
--------------------------------------- */

/* jQinputGuide() */
p.jqv_alert {
	display: inline-block;
	margin: 2px !important;
	padding: 3px 10px 3px 5px;
	border: 0px solid #fdd !important;
	background-image: none !important;
	color: #f00 !important;
	font-size: 12px;
	font-weight: bold !important;
	line-height: 1.5 !important;
	text-indent: 0;
}
p.jqv_alert::before {
	content: "!";
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	margin-right: 5px;
	padding: 0 0.1ex 0.1ex;
	border-radius: 1em;
	background: #f00 none repeat scroll 0 0;
	color: white;
	font-family: helvetica, arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
}


/* ================================================
	都道府県選択テーブル
	jQselectExtention()
=============================================== */
/*--------------------------------
	マスク
--------------------------------*/
.mask-jqexpanda {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.1;
	z-index: 9;
}
/* 都道府県入力
-----------------------------------*/
.jqexpanda::before,
.jqexpanda::after {
	content: "";
	display: block;
	position: absolute;
	top: -13px;
	left: 134px;
	width: 0;
	border: 11px solid transparent;
	border-top: none;
	border-bottom: 16px solid #fff;

}
.jqexpanda::before {
	top: -16px;
	border-bottom-color: #1d91f3;
}
.jqexpanda {
	position: relative;
	min-width: 585px;
	margin-top: 22px;
	margin-left: -120px;
	border-radius: 4px;
	border: 2px solid #1d91f3;
	box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-size: 14px;
	font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}
.jqexpanda ul {
	border-bottom: 1px solid #ddd;
}
.jqexpanda ul:last-of-type {
	border-bottom: none;
}
.jqexpanda li {
	float: left;
	padding: 9px;
}
.jqexpanda li.head {
	width: 45px;
	margin: 0 4px -1px 0;
	border-bottom: 1px solid #8ec8f9;
	background-color: #1d91f3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.jqexpanda ul:last-of-type li.head {
	border-bottom:none;
}
.jqexpanda li.option {
	cursor: pointer;
	background-color: #fff;
	color: #0070cf;
	text-decoration: none;
}
.jqexpanda li.option:hover {
	text-decoration: underline;
}
.close_panda {
	position: absolute;
	top: -16px;
	right: -14px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #aaa;
	background:url("/public/img/form/icon_cross-white.png") center center no-repeat #aaa;
	cursor: pointer;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.pandummy {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	/*width: 90px;*/
	/*border: 1px solid #ccc;*/
	/*background:url(/public/img/form/input_back.png) no-repeat left top;*/
}
.pandummy-selected {
	position: relative;
	z-index: 10;
}
.pandummy span {
	display: block;
	padding: 10px 25px 10px 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: url("/public/img/item/order/regist/input/ico_select_arrow.png") 95% center no-repeat #fff;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.08);
	font-size: 15px;
	font-family: meiryo, sans-serif;
	text-align: right;
	cursor: pointer;
	line-height: 1;
}
.pandummy:active span {
	background-position: right -31px;
}
.pandummy:hover {
	color: #000;
	text-decoration: none;

}
a.tip:hover {
	position: relative
}
a.tip span {
	display: none;
}
a.tip:hover span {
	position: absolute;
	top:  10px;
	left: 0px;
	z-index: 100;
	opacity: 0.9;
	display: block;
	width: auto !important;
	min-width: 300px;
	margin: 0px;
	padding: 5px;
	border: #c0c0c0 1px dotted;
	color: #0075d9;
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: left;
	line-height: 1.5;
	background: #fff;
	white-space:nowrap;
	_left:0px;
}
/*見出し変更20131009*/
h1#ttl {
	margin: 20px auto 30px;
	text-align: center;
}

/* info@ex-shop.net自動入力
----------------------------------------------------------------------------*/
.note_mail {
	margin-top: 8px;
}
.note_mail #autoinput-form-noomail {
	padding-left: 20px;
	line-height: 15px;
	background: url("/public/img/item/order/regist/input/bg_cate.png") left center no-repeat;
	cursor: pointer;
}
.note_mail #autoinput-form-noomail.checked {
	background: url("/public/img/item/order/regist/input/bg_cate_selected.png") left center no-repeat;
}

