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

  カタログお取り寄せ
  /mailform/form11/regist/

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

#contents_wide * {
  font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}
/*--------------------------------
  エラー時
--------------------------------*/
input.invalidBgColor,
textarea.invalidBgColor {
  background-color: #fff7f7;
}
/* ====================================================
	お知らせ
====================================================*/
#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;
}
/*===================================
  プレースホルダー
===================================*/

/* 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 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;
}
/* ====================================================
  お問い合わせページ
====================================================*/
.wrapper {
  width: 676px;
  margin: 0 auto;
}
.form-ttl {
  margin-bottom: 30px;
}
.nav_step {
  margin-bottom: 30px;
  text-align: center;
}
.mailform_instruction {
  margin-bottom: 37px;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}
/* ====================================================
  カタログの選択
====================================================*/
.form-catalog-wrap {
  margin-bottom: 34px;
}
.form-catalog_ttl {
  height: 38px;
  background-color: #1678ca;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}
.form-catalog_require {
  display: inline-block;
  height: 17px;
  margin-left: 11px;
  padding: 0 4px;
  border: 1px solid #fff;
  font-size: 12px;
  vertical-align: middle;
  line-height: 17px;
}
.form-catalog_body {
  margin-bottom: 6px;
  padding: 16px 0 6px 19px;
  border: 1px solid #1678ca;
  border-top: none;
}
.form-catalog_list {
  letter-spacing: -0.4em; /* inline-blockの隙間対策 */
}
.form-catalog_list li {
  display: inline-block;
  width: 130px;
  margin-bottom: 11px;
  vertical-align: top;
  letter-spacing: normal; /* inline-blockの隙間対策 */
}
.form-catalog_list.cate li:last-child {
  white-space: nowrap;
}
.form-catalog_list li.display-off {
  display: none;
}
.form-catalog_input {
  float: left;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  border: 1px solid #bbb;
  border-radius: 2px;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.08);
  background-color: #fff;
}
.form-catalog_input:checked {
  border: none;
  background: url("/public/img/mailform/form11/regist/input/icon_check-white.png") center center no-repeat #0042ff;
  box-shadow: none;
}
.form-catalog_label {
  font-size: 12px;
  cursor: pointer;
}
.form-catalog_input:checked + .catalog_label {
  color: #1678ca;
}
.form-catalog-all {
  margin-bottom: 5px;
  text-align: center;
}
.form-catalog-all_txt {
  position: relative;
  display: inline-block;
  height: 35px;
  padding: 0 34px 0 30px;
  border-radius: 5px;
  background-color: #e6f3ff;
  color: #1678ca;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
}
.form-catalog-all_txt:hover {
  opacity: 0.7;
}
.form-catalog-all_txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  width: 9px;
  height: 15px;
  margin: auto 0;
  background: url("/public/img/common/icon_next-moderateazure.svg") left top no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.form-catalog_note {
  display: flex;
  font-size: 12px;
}
.form-catalog_note-able {
  margin-left: auto;
  text-align: right;
}
/* ---------------------------------------
  フォーム
----------------------------------------*/
table#contact {
  width: 634px;
  margin: 0 auto 20px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ccc;
}
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 .require {
  margin-top: 7px;
  text-align: center;
}
table#contact .require_txt {
  padding: 2px 4px 2px 5px;
  border: 1px solid #f09191;
  color: #e56a6a;
  font-size: 11px;
  line-height: 10px;
}
table#contact .optional {
  display: inline-block;
  margin-left: 5px;
}
table#contact .optional_txt {
  padding: 2px 4px 2px 5px;
  border: 1px solid #1d91f3;
  color: #1d91f3;
  font-size: 11px;
  line-height: 10px;
}
/* 入力要素共通
--------------------------------*/
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;
}
/* 郵便番号
----------------------------------------------------------------------------*/
table#contact .zipcode_box {
  position: relative;
}
table#contact .zipcode_box .zip_code {
  margin-right: 30px;
  font-size: 14px;
}
table#contact .zipcode_box .zip_code .zip_1,
table#contact .zipcode_box .zip_code .zip_2 {
  width: 66px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
table#contact .zipcode_box .zip_code .zip_1 {
  margin: 0 5px 0 4px;
}
table#contact .zipcode_box .zip_code .zip_2 {
  margin: 0 0 0 6px;
}
table#contact .zipcode_box .confirm_zipcode {
  position: absolute;
  top: 0;
  left: 51%;
  margin-top: 10px;
  padding-left: 11px;
  background: url("/public/img/item/order/regist/ico_arrow.png") left center no-repeat;
}
table#contact .zipcode_box .confirm_zipcode a {
  text-decoration: underline;
  color: #0034ca;
}
/* 住所入力の共通設定
----------------------------------------------------------------------------*/
table#contact .ttl_pref,
table#contact .ttl_city,
table#contact .ttl_house_number {
  margin-bottom: 6px;
  line-height: 1;
}
/* 都道府県
----------------------------------------------------------------------------*/
table#contact .ttl_pref {
  margin-top: 14px;
}
table#contact .form_contents .select_pref select {
  width: 140px;
}
/* 市区郡町村
----------------------------------------------------------------------------*/
table#contact .ttl_city {
  margin-top: 15px;
}
/* 番地その他
----------------------------------------------------------------------------*/
table#contact .form_contents input.ipt_city,
table#contact .form_contents input.ipt_house_number {
  width: 392px;
}
table#contact .ttl_house_number {
  margin-top: 15px;
}
/* メールアドレス
--------------------------------*/
input#jq_mailaddress {
  width: 426px;
  font-size: 20px !important;
  font-family:Arial, Helvetica, verdana,sans-serif;
}
/* 電話番号
--------------------------------*/
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;
}
/* ---------------------------------------
  エラー確認メッセージ
----------------------------------------*/
#confirm_message {
  position: relative;
  width: 400px;
  margin: -10px auto 20px;
  padding: 0;
  border: 1px solid #a00;
  border-radius: 2px;
}
#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;
}
/* 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;
}
/* ---------------------------------------
  ご注意
----------------------------------------*/
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;
}