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

  透水性コンクリート【ドライテック】×カーポート入力画面
  item/order/drytechlp/input.html

///////////////////////////////////////////////////////////// */
#contents_wide * {
  font-family: "helvetica neue", helvetica, arial, meiryo, sans-serif;
}
/* ====================================================
  ドライテック
====================================================*/
.drytech {
  width: 674px;
  margin: 0 auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
.drytechlp_ttl {
  margin-bottom: 30px;
}
.drytech_belt {
  height: 40px;
  margin-bottom: 20px;
  background-color: #5f4c3e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.drytech-inner {
  margin: 0 20px;
}
.drytech-lead {
  margin-bottom: 25px;
}
.drytech-lead_desc {
  margin-bottom: 11px;
}
.drytech-lead_txt {
  margin-bottom: 8px;
  color: #f08200;
  font-size: 18px;
  font-weight: bold;
}
.drytech-lead_note {
  font-size: 12px;
}
.drytech-box {
  margin-bottom: 25px;
}
.drytech_hd {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #f08200;
  font-size: 20px;
  font-weight: bold;
}
.drytech-reasons li {
  margin-bottom: 10px;
  padding-left: 71px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 21px;
}
.drytech-reasons li:nth-of-type(1) { background-image: url("/public/img/item/order/drytech/input/icon_no_1.png"); }
.drytech-reasons li:nth-of-type(2) { background-image: url("/public/img/item/order/drytech/input/icon_no_2.png"); }
.drytech-reasons li:nth-of-type(3) { background-image: url("/public/img/item/order/drytech/input/icon_no_3.png"); }
.drytech-reasons li:nth-of-type(4) { background-image: url("/public/img/item/order/drytech/input/icon_no_4.png"); }
.drytech-reasons li:nth-of-type(5) { background-image: url("/public/img/item/order/drytech/input/icon_no_5.png"); }
.drytech-reasons li:nth-of-type(6) { background-image: url("/public/img/item/order/drytech/input/icon_no_6.png"); }

.drytech-reasons_hd {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.drytech-reasons_em {
  color: #f08200;
  font-weight: bold;
}
.drytech-media {
  display: flex;
}
.drytech-media_img {
  float: left;
}
.drytech-media-body {
  float: right;
  width: 318px;
  margin-left: auto;
}
.drytech-media_txt {
  margin-bottom: 15px;
}
.drytech-media-catch {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.drytech-media-catch-em {
  color: #f08200;
}
.drytech-media-catch_num {
  font-size: 60px;
}
.drytech-comp-img {
  display: flex;
  margin-bottom: 10px;
}
.drytech-comp-img li {
  float: left;
}
.drytech-comp-img li:nth-of-type(2n) {
  float: right;
  margin-left: auto;
}
.drytech-comp-fig {
  margin-bottom: 5px;
}
.drytech-comp_hd {
  font-weight: bold;
}
.drytech-comp-fig_txt {
  font-size: 14px;
}
.drytech-comp-desc_em {
  color: #f00;
  font-weight: normal;
}
.drytech-media_note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.drytech-foot {
  margin-bottom: 23px;
  padding-bottom: 66px;
  background: url("/public/img/item/order/drytech/input/icon_arrow.png") center bottom no-repeat;
}
.drytech-foot_txt {
  font-size: 18px;
  text-align: center;
}
/*--------------------------------
  エラー時
--------------------------------*/
input.invalidBgColor,
textarea.invalidBgColor {
  background-color: #fff7f7;
}

#auto_mado_shutter {
  padding: 10px 0 0;
  width: 585px;
}
#auto_mado_shutter * {
  text-align: left;
}
#auto_mado_shutter p {
  line-height: 1.55;
}
#auto_mado_shutter .figure {
  margin: 0 10px 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  position: relative;
}
#auto_mado_shutter .figure .ref {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* 各トピック */
#auto_mado_shutter .section {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
#auto_mado_shutter .section h3 {
  margin: 0 0 15px !important;
  border: 1px solid #ffa07a;
}
#auto_mado_shutter .section h3 em {
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  background-color: #ea7445;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#auto_mado_shutter .section .explain {
  width: 385px;
  float: left;
}
#auto_mado_shutter .section .section_image {
  float: right;
  width: 190px;
  /*padding: 0 5px;*/
}

/**/
#auto_mado_shutter .section .explain p {
  margin: 0 4px 10px 8px;
}
#auto_mado_shutter .section .context {
  margin-bottom: 10px;
  line-height: 1.6;
}

/**/
#auto_mado_shutter .section .explain ul {
  margin: 0 10px 5px 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: bold;
}
#auto_mado_shutter .section .explain ul li {
  margin-bottom: 11px;
}


/**/
#auto_mado_shutter .section .option {
  padding: 5px 8px;
}
#auto_mado_shutter .section .option img {
  float: left;
  margin-right: 8px;
}
#auto_mado_shutter .horizonal {
  width: 540px;
}
#auto_mado_shutter .horizonal li {
  float: left;
  width: 169px;
  margin: 0 4px 0px 7px;
  font-size: 12px;
}
#head_mado_shutter p {
  margin: 0 auto 20px;
  font-size: 14px;
}
#head_mado_shutter .title {
  margin-bottom: 20px;
}
#head_mado_shutter .attention {
  margin-bottom: 10px;
  color: #f00;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
#itemlist_ecolife {
  border-right: 1px solid #ccc;
  width: 564px;
  margin: 0 auto;
}
#service{
  border: 1px solid #ccc;
}
#service h3{
  margin-top: 0px;
  margin-bottom: 20px;
}
#service h3 img{
  margin: 1px 1px 0 1px;
}
#kit_info{
  padding: 0 10px 0 10px;
}

#kit_info_price{
  float: left;
}
#kit_info_image{
  width: 190px;
  margin-bottom: 10px;
  float: right;
}
#kit_info_link{
  float: left;
}
#kit_info_price h4{
  width: 353px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#kit_info_price h4 em{
  display: block;
  padding: 3px 5px;
  background-color: #00008b;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#kit_info_price img,#kit_info_price p{
  width: 333px;
  border: 1px solid #ccc;
  text-align: center;
}
#kit_info_price img{
  padding: 5px 10px;
}
#kit_info_link p{
  display: block;
  width: 541px;
  padding: 3px 10px;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
#kit_info_link p a{
  color: #0000ff;
  font-weight: bold;
  text-decoration: underline;
}
#flow{
  margin-left: 10px;
}
#flow p{
  margin-bottom: 10px;
}
#flow ul li{
  padding-top: 5px;
  padding-left: 150px;
  height: 40px;
  font-weight: bold;
  font-size: 12px;
}
#arrow{
  text-align: center;
  margin-top: 15px;
}

/* エラーメッセージ
-----------------------------------------*/
#confirm_message {
  overflow: hidden;
  width: auto;
  margin: 30px 20px 40px;
  border-radius: 4px;
}
#confirm_message h3 {
  margin: 0;
  padding: 5px 0;
  background-color: #a00;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
#confirm_message ul.message {
  padding: 5px 0;
  border-radius: 4px;
  background-color: #fee;
}
#confirm_message ul.message li {
  list-style: disc inside;
  padding: 5px 15px;
  color: #f00;
  font-weight: normal;
}
/* ====================================================
  フォーム
====================================================*/
.wrapper {
  width: 634px;
  margin: 0 auto;
}
.nav_step {
  margin: 0 0 30px;
  text-align: center;
}
.mailform_instruction {
  margin-bottom: 37px;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
/* 確認ボタン
--------------------------------*/
p.bt_submit {
  margin: 25px auto;
  text-align: center;
}
/* ---------------------------------------
  ご注意
----------------------------------------*/
ul.comment {
  width: 540px;
  margin: 0 auto 90px;
}
ul.comment li {
  margin-bottom: 3px;
  padding-left: 1em;
  font-size: 11px;
  text-indent: -1em;
}
#order_form .form_contents .select_pref {
  width: 120px;
  height: 26px;
  padding: 5px 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
/* ====================================================
  ご希望日程
====================================================*/
#order_form input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #e6e6e6;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.14) inset;
  vertical-align: top;
}
#order_form input[type="radio"]:checked {
  border: 1px solid #ddd;
  background-color: #009fe8;
  box-shadow: 0 0 0 2px #fff inset;
}
/* ====================================================
  希望日程
====================================================*/
#order_form .appoint_survey .cage {
  margin-bottom: 10px;
  padding: 15px 15px 10px;
  border: 1px solid #acf;
  border-radius: 4px;
}
#order_form .h_schedule {
  margin-bottom: 15px;
}
/* 第1希望 */
#order_form .appoint_survey li.first {
  margin: 3px 0 14px auto;
}

/* 第3希望 */
#order_form .appoint_survey li.last {
  margin: 13px 0 auto;
}
#order_form .appoint_survey dt {
  clear: left;
  float: left;
  position: relative;
  width: 56px;
  height: 22px;
  margin-top: 2px;
  padding-left: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  background-color: #555;
}
#order_form .appoint_survey dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -9px;
  width: 9px;
  height: 22px;
  background: url("/public/img/item/order/regist/input/bg_triangle_input.png") right top no-repeat;
}
#order_form .appoint_survey dd {
  float: left;
}

/* 月日・時間共通
----------------------------------------------------------------------------*/
#order_form .appoint_survey dd.wish_month .select_form,
#order_form .appoint_survey dd.wish_month span,
#order_form .appoint_survey dd.wish_time .select_form,
#order_form .appoint_survey dd.wish_time span {
  float: left;
}
#order_form .appoint_survey dd.wish_month span,
#order_form .appoint_survey dd.wish_time span {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1;
}
#order_form .appoint_survey dd.wish_time span.wavy_line {
  margin-top: 7px;
  padding-left: 2px;
}
#order_form .appoint_survey dd.wish_month .select_form select,
#order_form .appoint_survey dd.wish_time .select_form select {
  width: 52px;
  height: 32px;
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  background-position: 33px center;
}

/* 月日
----------------------------------------------------------------------------*/
#order_form .appoint_survey dd.wish_month {
  padding-left: 18px;
}
#order_form .appoint_survey dd.wish_month .select_wish_month select {
  margin-right: 3px;
}
#order_form .appoint_survey dd.wish_month .select_wish_day select {
  margin: 0 3px 0 7px;
}

/* 時間
----------------------------------------------------------------------------*/
#order_form .appoint_survey dd.wish_time {
  padding-left: 38px;
  background: url("/public/img/item/order/regist/ico_clock.png") 17px center no-repeat;
}
#order_form .appoint_survey dd.wish_time .select_wish_hour {
  margin-right: 3px;
}
#order_form .appoint_survey dd.wish_time .select_wish_minute {
  margin: 0 3px 0 3px;
}

/* カレンダー表示
----------------------------------------------------------------------------*/
#order_form .appoint_survey .show_cal {
  clear: both;
  padding-top: 5px;
}
#order_form .appoint_survey .show_cal a {
  display: block;
  padding-left: 14px;
  background: url("/public/img/item/order/regist/input/ico_show_cal.png") left center no-repeat;
  color: #0034ca;
  font-size: 11px;
  line-height: 12px;
}
/* ====================================================
  できるだけ早く
====================================================*/
.shortest_hour_wrap {
  float: left;
  margin-right: 25px;
}
#order_form .shortest {
  float: left;
  margin-bottom: 37px;
  padding-left: 38px;
  background: url("/public/img/item/order/regist/ico_clock.png") 17px center no-repeat;
}
#order_form .shortest .select_form,
#order_form .shortest span {
  float: left;
}
#order_form .shortest span {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1;
}
#order_form .shortest span.wavy_line {
  margin-top: 7px;
  padding-left: 2px;
}
#order_form .shortest .select_form select {
  width: 60px;
  height: 32px;
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,0.07);
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  background-position: 33px center;
}
#order_form .shortest .select_wish_hour {
  margin-right: 3px;
}
#order_form .shortest .select_wish_minute {
  margin: 0 3px 0 3px;
}
#order_form input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0;
  border: 2px solid #ddd;
  box-shadow: none;
  vertical-align: text-top;
}
#order_form input[type="checkbox"]:checked {
  border: none;
  background: url("/public/img/item/order/regist/input/bg_cate_selected.png") center center no-repeat #0042ff ;
}
.label_weekday_anytim {
  float: left;
  padding-top: 8px;
}
.txt_anytime {
  display: inline-block;
}
/* ====================================================
  ご希望のエクステリア商品
====================================================*/
.form-hope_cate-wrap {
  width: 634px;
  margin: 30px auto 34px;
}
.form-hope_cate {
  margin-bottom: 2px;
  border: 1px solid #ccc;
}
.form-hope_cate_ttl {
  height: 36px;
  border-bottom: 1px solid #ccc;
  background-color: #fbfbfb;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
.form-hope_cate_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-hope_cate_body {
  padding: 16px 0 6px 19px;
}
.form-hope_cate_list {
  letter-spacing: -0.4em; /* inline-blockの隙間対策 */
}
.form-hope_cate_list li {
  display: inline-block;
  width: 153px;
  margin-bottom: 11px;
  font-size: 13px;
  vertical-align: top;
  letter-spacing: normal; /* inline-blockの隙間対策 */
}
.form-hope_cate_list li.adjust {
  width: auto;
}
.form-hope_cate_list li.display-off {
  display: none;
}
#order_form input[type="checkbox"].form-hope_cate_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;
}
#order_form input[type="checkbox"].form-hope_cate_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-hope_cate_label {
  font-size: 12px;
  cursor: pointer;
}
.form-hope_cate_label::before {
  display: none !important;
}
.form-hope_cate_input:checked + .reform_label {
  color: #1678ca;
}
.form-hope_cate-all {
  margin-bottom: 5px;
  text-align: center;
}
.form-hope_cate-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-hope_cate-all_txt:hover {
  opacity: 0.7;
}
.form-hope_cate-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-hope_cate_note {
  display: flex;
  font-size: 12px;
}
.form-hope_cate_note-able {
  margin-left: auto;
  text-align: right;
}